/* OWN NTZ CUSTOM CSS BACKUP FROM R.Grimme / R.Wolf / M.Scholz
========================================================================== */

body.full-width--mobile-header .news-article__header {
  background-position: 45%;
}

/* Ad Positioning Superbanner Skyscraper ROG 
========================================================================== */
/***/

#outerwrap {
  max-width: 1188px;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 100%;
}

#skyscraper,
#superbanner {
  display: none;
}

@media only screen and (min-width: 1440px) {
  #outerwrap.skyscraperon {
    padding-right: 170px;
  }

  #outerwrap.superbanneron {
    padding-top: 100px;
  }

  #outerwrap.superbanneron #superbanner {
    display: block;
    position: absolute;
    top: 0;
    right: 172px;
    width: 728px;
    height: 90px;
  }

  #outerwrap.skyscraperon #skyscraper {
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    width: 160px;
    height: 600px;
  }
}

/* Paywall - RoG
========================================================================== */
/***/

.news-article__paywall h3 {
  margin-bottom: 1rem;
}

.news-article__paywall__option__price p:after {
  content: "Jetzt buchen";
}

.news-article__paywall__option__price.btn-red p:after {
  background: red;
  border: 2px solid red;
  color: white;
}

.option--highlight {
  border: 2px solid #65B32E;
}

.option--highlight:hover {
  border: 2px solid #65B32E;
  outline: 1.5px solid #65B32E;
}

.news-article__paywall__option__price.special {
  bottom: 70px;
}

.news-article__paywall__option__more {
  clear: left;
  padding-top: 16px;
}

.news-article__paywall__option__more span {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: block;
}

/* @media only screen and (min-width: 480px) {
  .news-article__paywall__option__price {
    position: relative;
    bottom: unset;
    right: unset;
  }

  .news-article__paywall__option__price p {
    padding-right: 132px;
  }

  .news-article__paywall__option__price p:after {
    position: absolute;
  }
} */

@media only screen and (min-width: 600px) {
  /* .news-article__paywall h3 {
    margin-bottom: 2rem;
  } */

  /* .news-article__paywall__option__price {
    position: absolute;
    bottom: 16px;
    right: 16px;
  } */

  .news-article__paywall__option__price.special {
    bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .news-article__paywall__option__price.special {
    bottom: 55px;
  }
}

@media only screen and (min-width: 1024px) {
  .news-article__paywall__option__price.special {
    bottom: 50px;
  }
}

/* Standard TYPO Plugins CSS - RoG
========================================================================== */
/***/

/*.ce-intext.ce-left .ce-gallery {
  margin-right: 1.5rem;
  margin-left: 0.75rem;
}*/

.ce-left .ce-gallery,
.ce-column {
  float: none;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 12px;
}

.ce-bodytext {
  margin: 0;
}

.ce-gallery img {
  display: inline-block;
}

.ce-gallery figure {
  display: inline-block;
}

@media only screen and (min-width: 768px) {

  .ce-left .ce-gallery,
  .ce-column {
    float: left;
  }

  .ce-intext.ce-left .ce-gallery {
    margin-right: 1.5rem;
  }
}

/* Add some special CSS from RoG
========================================================================== */
/***/

@media only screen and (min-width: 1024px) {
  hr.ce-div {
    margin-left: 8.3334%;
    margin-right: 8.3334%;
  }
}

.pr--0 {
  padding-right: 0 !important;
}

.pl--0 {
  padding-left: 0 !important;
}

#apple-icon {
  width: 92%;
  height: auto;
}

.img-fluid {
  width: 100%;
  height: auto;
}

/* Styling for Toggle Switch */
#switch.switch-button {
  background: rgba(0, 159, 227, 0.4);
  border-radius: 30px;
  overflow: hidden;
  width: 240px;
  text-align: center;
  color: #009fe3;
  position: relative;
  padding-right: 120px;
  position: relative;
  border: 2px solid #009fe3;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
  font-weight: 700;
  z-index: 0;
}

#switch.switch-button:before {
  content: "WZ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

#switch .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

#switch .switch-button-checkbox:checked+.switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}

#switch .switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}

#switch .switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

#switch .switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
}

#switch-text {
  display: flex;
  align-items: center;
}

#switch-text h4 {
  white-space: nowrap;
}

#toggle--one.switch {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 45px;
}

#toggle--two.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 36px;
  vertical-align: bottom;
}

.switch input {
  display: none;
}

#toggle--one>.toggle--slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #009fe3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

#toggle--two>.toggle--slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -2px;
  right: -2px;
  bottom: 0;
  background-color: #009fe3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

#toggle--one>.toggle--slider:before {
  position: absolute;
  content: "";
  height: 37px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

#toggle--two>.toggle--slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

input:checked+.toggle--slider {
  background-color: #009fe3;
}

input:focus+.toggle--slider {
  box-shadow: #009fe3;
}

#toggle--two>input:checked+.toggle--slider {
  background-color: #009fe3;
}

#toggle--two>input:focus+.toggle--slider {
  box-shadow: #009fe3;
}

#toggle--one>input:checked+.toggle--slider:before {
  -webkit-transform: translateX(196px);
  -ms-transform: translateX(196px);
  transform: translateX(196px);
}

#toggle--two>input:checked+.toggle--slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

#switch__wrapper>a:hover {
  color: #fff;
  background-color: #009fe3;
  border-color: #009fe3;
}

#switch__wrapper>a.btn--secondary:hover {
  color: #009fe3;
  background-color: #fff;
  border-color: #009fe3;
}

.toggle--slider .on {
  display: none;
}

.toggle--slider .on {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 46%;
  white-space: nowrap;
}

.toggle--slider .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
}

input:checked+.toggle--slider .on {
  display: block;
}

input:checked+.toggle--slider .off {
  display: none;
}

.ntz-progress-container {
  display: flex;
  margin: 0 0 1rem 0;
  align-items: center;
}

#ntz-progress {
  list-style: none;
  display: flex;
  position: relative;
  padding: 0;
  margin: 0 auto;
}

#ntz-progress:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  background-color: #888;
  left: 5px;
  right: 5px;
  height: 2px;
}

#ntz-progress li {
  width: 20px;
  height: 20px;
  margin-right: 38px;
  border-width: 1px;
  position: relative;
  display: block;
  border: 2px solid #000;
  border-radius: 50%;
  line-height: 16px;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  text-align: center;
}

#ntz-progress li.active {
  background-color: #c60000;
  border-color: #c60000;
  color: #fff;
}

#ntz-progress li:last-child {
  margin-right: 0;
}


/*Navigation current Class for displaying position */
.mainnav_current {
  color: #009fe3 !important;
  font-weight: 600;
}

.text--white {
  color: #fff !important;
}

.news-article-sharing {
  display: none;
}

.tag-cloud .section-header {
  margin-bottom: 0;
}

.tag-cloud .section-header h3 {
  margin-bottom: 1rem;
}

.section-header.page-header {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.5rem;
}

.tag--cloud {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}

.cloud-list {
  display: inline-block;
}

.cloud--tag {
  font-size: 14px;
  line-height: 24px;
}

.btn--green {
  background-color: #65b32e !important;
}

@media only screen and (min-width: 1024px) {
  .nav__angebot {
    display: none !important;
  }
}

/* -- TAG CLOUD MOBILE / DESKTOP --*/

#tags--cloud-desk {
  display: none;
}

#tag--cloud-slider {
  margin-bottom: 1.5rem;
}

.cloud--tag-slide {
  width: auto;
  margin-right: 0.5rem;
}

.cloud--tag-slide .tag {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  #tag--cloud-slider {
    display: none;
  }

  #tags--cloud-desk {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  li.shariff-button.whatsapp {
    display: none;
  }

  /*  .tag-cloud {
    margin: 2rem 0;
    padding: 1.5rem 0 4rem 0;
  }*/
}

/*--Flickity Bilder Slider DCE --*/

.bilderslider__dce .bilderslider__cell {
  height: auto;
}

.bilderslider__dce .bilderslider__cell img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.bilderslider__dce.is-fullscreen .bilderslider__cell img {
  width: auto;
  height: auto;
  max-height: 98vh;
  margin-bottom: 1.5rem;
}

.bilderslider__dce.is-fullscreen figcaption {
  color: white;
}

.bilderslider__dce.is-fullscreen .bilderslider__cell {
  height: 98%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bilderslider__dce.is-fullscreen .mediabox--3-2 {
  padding-top: 100vh;
}

.bilderslider__dce .flickity-fullscreen-button {
  right: 10px;
  top: 10px;
}

.bilderslider__dce .flickity-page-dots {
  position: unset;
  width: 100%;
}

.bilderslider__dce.is-fullscreen .flickity-page-dots {
  width: 100%;
  left: 0;
}

.bilderslider__dce .flickity-prev-next-button {
  bottom: -68px;
}

/*--Flickity Slider Jahresrückblick --*/

.rueckblick_slide {
  width: 100%;
  height: auto;
  margin-right: 10px;
  background: #eaeaea;
  color: #777777;
  margin-bottom: 0.5rem;
}

.rueckblick_slide h2,
.rueckblick_slide h3 {
  color: #009fe3;
  padding: 20px 20px 10px;
  margin: 0;
}

.rueckblick_slide .img_wrapper {
  height: 40vw;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rueckblick_slide h2 span.ressort,
.rueckblick_slide h3 span.ressort {
  margin: 0;
  float: right;
}

.rueckblick_slide span {
  display: block;
  margin: 0px 20px 10px;
}

.rueckblick_slide.is-selected {
  border: 2px solid #009fe3;
}

.rueckblick-nav {
  height: 100px;
  background: url(../images/line.jpg) repeat-x 0px 45%;
}

.rueckblick-nav-cell {
  width: 20%;
  height: 100px;
  text-align: center;
  color: #009fe3;
}

.rueckblick-nav-cell:after {
  content: "";
  border-radius: 22px;
  border: 2px solid #fff;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin: 0 0 0 -10px;
  background: #009fe3;
}

.rueckblick-nav .rueckblick-nav-cell.is-nav-selected {
  text-decoration: underline;
  font-weight: bold;
}

.rueckblick-nav .rueckblick-nav-cell.is-nav-selected:after {
  border: 2px solid #b7b6b6;
}

.rueckblick-nav .flickity-prev-next-button,
.slider_rueckblick .flickity-prev-next-button {
  top: 45%;
  bottom: 0;
}

.rueckblick-nav .flickity-prev-next-button.previous,
.slider_rueckblick .flickity-prev-next-button.previous {
  left: -48px;
}

.rueckblick-nav .flickity-prev-next-button.next,
.slider_rueckblick .flickity-prev-next-button.next {
  right: -48px;
}

.slider_rueckblick.is-fullscreen {
  padding-bottom: 0px !important;
}

.slider_rueckblick .flickity-fullscreen-button {
  right: 8px;
  top: 8px;
}

.slider_rueckblick.is-fullscreen .flickity-slider {
  display: flex;
  align-items: center;
}

.slider_rueckblick.is-fullscreen .rueckblick_slide .img_wrapper {
  height: 100%;
  max-height: 620px;
}

.slider_rueckblick.is-fullscreen .flickity-prev-next-button {
  top: unset;
}

@media only screen and (min-width: 600px) {
  .rueckblick_slide {
    width: 410px;
    height: 530px;
  }

  .rueckblick_slide .img_wrapper {
    height: 40%;
  }

  .rueckblick-nav-cell {
    width: 10%;
  }

  .slider_rueckblick.is-fullscreen .rueckblick_slide {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 850px;
  }
}

@media only screen and (min-width: 1024px) {
  .rueckblick-nav-cell {
    width: 10%;
  }
}

@media only screen and (min-width: 1440px) {
  .rueckblick-nav-cell {
    width: 5%;
  }
}

/*--Flickity Freudeanzeigen Slider --*/

.freudeanz-slider {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.freudeanz-slider.is-fullscreen .freudeanz-cell {
  height: 100%;
  width: 100%;
}

.freudeanz-cell {
  margin-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}

.freudeanz-cell img {
  display: block;
  max-height: 100%;
}

.flickity-viewport {
  transition: height 0.2s;
}

@media only screen and (min-width: 768px) {
  .freudeanz-slider {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .freudeanz-slider {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .freudeanz-slider {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Flickity Page Dots Freudeanz-Slider
------------------------- */

#freudeanz .flickity-page-dots {
  width: 50%;
  left: 25%;
}

@media only screen and (min-width: 768px) {
  #freudeanz .flickity-page-dots {
    width: 100%;
    left: unset;
  }
}

/* Flickity fullscreen v1.0.1
------------------------- */

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 999;
  margin: 0;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */

.flickity-fullscreen-button {
  display: block;
  position: absolute;
  right: 0;
  top: -55px;
  border-radius: 3px;
  border: 2px solid #009fe3;
  background-color: #fff;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  color: #009fe3;
  padding: 0;
}

.flickity-fullscreen-button:hover {
  color: #fff;
  background-color: #009fe3;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
  top: 1.5rem;
  right: 1.5rem;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button.previous {
  background: url(../images/icons/arrow-back-white-24.svg) no-repeat 50%;
  left: 0;
  bottom: 0;
}

.flickity-enabled.is-fullscreen .flickity-prev-next-button.next {
  background: url(../images/icons/arrow-white-24.svg) no-repeat 50%;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .flickity-enabled.is-fullscreen .flickity-prev-next-button.previous {
    left: 30px;
  }

  .flickity-enabled.is-fullscreen .flickity-prev-next-button.next {
    right: 30px;
  }
}

#epapers .flickity-button {
  background: rgba(0, 0, 0, 0.6);
}

#epapers .flickity-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

#epapers .flickity-prev-next-button svg {
  display: none;
}

#epapers .flickity-page-dots {
  bottom: -16px;
  text-align: center;
}

#epapers .flickity-page-dots .dot {
  width: 1.5rem;
  height: 0.25rem;
  margin: 0 0.5rem 0 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  opacity: 0.25;
}

#epapers .flickity-page-dots .dot.is-selected {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

#epapers .flickity-prev-next-button {
  top: auto;
  bottom: -56px;
  z-index: 1;
}

#epapers .flickity-button:disabled {
  display: none;
}

#epapers .flickity-prev-next-button.previous {
  background: url(/template/images/icons/arrow-back-black-24.svg) no-repeat 50%;
  left: 0;
}

#epapers .flickity-prev-next-button.next {
  background: url(/template/images/icons/arrow-black-24.svg) no-repeat 50%;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #epapers .flickity-prev-next-button {
    top: 45%;
    bottom: 0;
  }

  #epapers .flickity-prev-next-button.previous {
    left: -48px;
  }

  #epapers .flickity-prev-next-button.next {
    right: -48px;
  }

  #epapers .flickity-page-dots {
    text-align: left;
  }
}

@media only screen and (min-width: 600px) {
  #epaper-mobile-message {
    display: none;
  }
}

a#epaper-nz,
a#epaper-wz {
  white-space: nowrap;
}

/*.epaper-pricing {
  position: absolute;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
  padding: 1rem;
  float: left;
  text-align: center;
  width: 60%;
  top: 30%;
  left: 21%;
}*/

/* Content Modul Wrapper */
.content-teaser {
  position: relative;
}

.content-teaser+.content-teaser {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.content-teaser+.news-article-teaser {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.content-teaser+div+div+.content-teaser {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.content-teaser:first-of-type:after {
  content: none;
}

.content-teaser+.content-teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.content-teaser+.news-article-teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.content-teaser+div+div+.content-teaser::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.content-teaser h1,
.content-teaser h2 {
  margin: 0;
}

.content-teaser p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .content-teaser+.content-teaser {
    padding-top: 2rem;
    margin-top: 2rem;
  }

  .content-teaser+.news-article-teaser {
    padding-top: 2rem;
    margin-top: 2rem;
  }

  .content-teaser+div+div+.content-teaser {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .content-teaser+.content-teaser::after {
    left: 8.3334%;
    right: 8.3334%;
  }

  .content-teaser+.news-article-teaser::after {
    left: 8.3334%;
    right: 8.3334%;
  }

  .content-teaser+div+div+.content-teaser::after {
    left: 8.3334%;
    right: 8.3334%;
  }
}

/** Native Teaser **/
.content-teaser.native {
  padding-top: 0;
}

.native.trf-declaration-container::before {
  padding: 0 1.5rem 0 0;
  top: 1.5rem;
  position: relative;
  z-index: 1;
}

.trf-native-container.trf-declaration-container::before {
  top: 1.5rem;
}

/* CSS for NFJ Top Job Modul */
.nfj-grid:last-of-type {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.nfj-grid {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

div#loading {
  text-align: center;
  margin-top: 10px;
}

div#loading img {
  margin-left: auto;
  margin-right: auto;
}

.nfj-box-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}

div.nfj-slide a {
  color: #444547;
}

div.nfj-slide a:hover {
  color: #fc0;
}

div.nfj-slide a strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 1rem;
}

@media only screen and (min-width: 1024px) {
  div.nfj-slide a strong {
    font-size: 1.25rem;
  }
}

.nfj-box-subheader {
  display: flex;
  margin-bottom: 10px;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

div.nfj-box-slider {
  margin-top: 8px;
  margin-bottom: 8px;
}

div.nfj-box-slider div.slick-list {
  overflow: hidden !important;
}

h2.nfj-header {
  background: #fc0;
  color: white;
  padding: 5px 10px;
}

img.nfj-box-logo {
  width: 150px;
  height: auto;
}

.img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.nfj-btn {
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  background: #08c;
  border: 1px solid #08c;
  /*background: #444547;*/
  /*border: 1px solid #444547;*/
  border-radius: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin-bottom: 5px;
  color: #fff;
}

a.nfj-btn:hover {
  font-weight: bold;
  background: #046;
  border: 1px solid #046;
  /*background: #fc0;*/
  /*border: 1px solid #fc0;*/
}

#joboffers .flickity-slider {
  display: flex;
  align-items: center;
}

.nfj-slide {
  text-align: center;
  width: 100%;
  height: auto;
}

div.nfj-slide img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
}

.nfj-box-footer {
  margin: 0.5rem 0px;
  padding-left: 10px;
}

/* CSS FOR E-PAPER SLIDER */
.epaper_mediabox {
  margin-bottom: 2rem;
}

.epaper-element {
  margin-right: 4rem;
}

/*MINI MENU NAVIGATION FOR ANZEIGEN*/

.anz--menu:first-of-type {
  margin-top: 0rem;
}

.anz--menu {
  margin-top: 0.5rem;
  width: 100%;
}

.anz--menu a.btn--secondary {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .anz--menu {
    width: auto;
    margin-top: 0;
    margin-right: 0.5rem;
  }

  .anz--menu:last-of-type {
    margin-right: 0;
  }
}

/*@media only screen and (min-width: 1280px) {
  .anz--menu {
    margin-right: 0.5rem;
  }
  .anz--menu:last-of-type {
    margin-right: 0;
  }
}*/

/*STYLING ACCORDION FOR ANZEIGEN*/

.accordion {
  cursor: pointer;
  transition: 0.4s;
  margin-top: 2rem;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.accordion h3:after {
  content: "\002B";
  font-size: 32px;
  float: right;
  color: rgb(153, 153, 153);
  padding-top: 1rem;
}

/*.active {
  background-color: #EBF3F6;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}*/

.active {
  padding-bottom: 1rem;
}

.anz-list .active .accordion {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
}

.active .accordion h3:after {
  content: "\2212";
}

/*PLENIGO CUSTOM STYLING*/
#plenigo {
  margin: 0 -1.5rem;
}

#plenigo.plenigo__selfservice {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background: unset;
}

#plenigo.plenigo__selfservice #plenigoIFrameWrappersnippets {
  margin-left: auto;
  margin-right: auto;
}

#plenigo.plenigo__selfservice #plenigoIFrameWrappercheckout {
  margin-left: auto;
  margin-right: auto;
}

#plenigoCheckout #plenigoIFrameWrappercheckoutplenigoCheckout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px !important;
}

#plenigoCheckout #plenigoIFrameWrappercheckout {
  margin-left: auto;
  margin-right: auto;
}

.ntz__selfservice {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.ntz__selfservice .ntz__selfservice {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(235, 243, 246, 0.6);
}

.ntz__selfservice_container {
  margin: auto;
  max-width: 800px;
  position: relative;
  padding-top: 1.5rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
  font-size: 14px;
}

.ntz__selfservice_card-outer {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.ntz__selfservice_card-inner {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgb(43 71 86 / 20%);
  height: 100%;
  padding: 20px 20px 15px 20px;
}

.ntz__selfservice header.section-header {
  padding-left: 1.5rem;
}

@media only screen and (min-width: 451px) {
  .ntz__selfservice_card-inner {
    padding: 30px 30px 20px 30px;
  }
}

@media only screen and (min-width: 992px) {
  #plenigo {
    margin: auto;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ntz__selfservice_card-inner {
    min-height: 242px;
  }

  .ntz__selfservice_card-outer {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .ntz__selfservice header.section-header {
    padding-left: 0;
  }
}

.vertical--align-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#plenigo #plenigoIFrameWrappercheckout {
  background: #ebf3f6;
}

#plenigoIFrameWrappersnippetsplenigo {
  margin-left: auto;
  margin-right: auto;
}

/* DUMMY ADS Displaying */
/**====================================**/

.ad-desk {
  display: none;
}

.ad-skyscraper {
  right: 0.25rem;
  top: 64px;
  position: fixed;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .ad-desk {
    display: block;
  }

  .ad-mob {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .ad-skyscraper {
    display: block;
  }
}

#trf-Rect_1_2,
#trf-Rect_3_4,
#trf-Rect_5_6,
#rtf-Rect_7_8 {
  display: none;
}

@media only screen and (min-width: 1024px) {

  #trf-Rect_1_2,
  #trf-Rect_3_4,
  #trf-Rect_5_6,
  #rtf-Rect_7_8 {
    display: block;
  }
}

#traffective-ad-InPicture {
  display: none;
}

.trf-declaration-container::before {
  color: #999;
  content: " - Anzeige - ";
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: 500;
  margin: 0 0 5px 5px;
  margin: 0 0 0.3571428571rem 0.3571428571rem;
  text-transform: none;
  display: block;
  text-align: right;
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .content.topic-section article.trf-declaration-container::before {
    padding: 0 1.5rem 0 0;
  }
}


/* Add some special CSS from RoG for Clean Template
   ========================================================================== */
/***/

.background--color-lb {
  background-color: #ebf3f6;
}

body.clean main {
  margin-bottom: 0;
}

.clean__masthead {
  padding: 0.5rem 0;
  border-bottom: 2px solid #009fe3;
}

body.clean div[data-status="loading"] {
  background: transparent;
}

body.clean main {
  padding-top: 0;
}

.clean__masthead img.logo__image {
  width: 160px;
}

@media only screen and (min-width: 480px) {
  .clean__masthead img.logo__image {
    width: 190px;
  }
}

@media only screen and (min-width: 600px) {
  .clean__masthead img.logo__image {
    width: 240px;
  }
}

@media only screen and (min-width: 1024px) {
  .clean__masthead img.logo__image {
    width: 280px;
  }
}


/* Add some special CSS from R.Wolf
   ========================================================================== */
/***/
.blink {
  animation: blinker 2s infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    size: A4 portrait;
  }

  header {
    display: none;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    break-after: avoid;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p {
    orphans: 3;
    widows: 3;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    break-inside: avoid;
  }

  img {
    break-inside: auto;
    /* or 'auto' */
    display: block;
    max-width: 100% !important;
  }
}

/* Add some special CSS from M.Scholz
  ========================================================================== */
/***/

.captcha {
  text-align: left;
}

.align--center {
  clear: both;
}

.trf-center-container {
  margin-bottom: 2rem;
}

.notdienste {
  line-height: 0.4rem;
}

.notdienste .entry {
  margin-top: 2rem;
}

.notdienste .entry .date {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial,
    sans-serif;
}

.notdienste .entry .date u {
  text-decoration: none;
}

.notdienste .entry .date {
  margin-top: 45px;
}

.disc {
  list-style-type: disc;
}

.decimal {
  list-style-type: decimal;
}

.lower-alpha {
  list-style-type: lower-alpha;
}

.lower-roman {
  list-style-type: lower-roman;
}

/* .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s, visibility 0.5s;
} */
/* .loader-hidden {
  opacity: 0;
  visibility: hidden;
} */
/* .loader:after {
  content: "";
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: loading 1.2s linear infinite;
} */
/* Safari */
/* @-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
} */
/* @keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/** CSS for Preloader RoG **/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99999;
  /* makes sure it stays on top */
  opacity: 0.9;
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("/template/images/preloader.gif");
  z-index: 9999;
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}


/* Audiostream Player CSS */
/*
.as_table {
  width: 100%;
  height: 100%;
  border: 0px solid;
}
*/

.as_header {
  width: 100%;
  min-height: 1px;
  min-height: 30px;

  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0px solid red;

}

.as_row {

  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  height: auto;
  border: 0px solid red;
  background-color: #F2F2F2;
  border: 1px solid #EBEBEB;

}

.as_mainplay {
  float: right;
  width: 100px;
  cursor: pointer;
}

.as_maindownload {
  float: right;
  width: 100px;
  cursor: pointer;
}

.as_smallplay {
  float: right;
  width: 40px;
  left: 3px;
  position: relative;
  cursor: pointer;
}

.as_symbol {

  position: absolute;

  left: 7px;
  top: 7px;

  margin: 0;
  padding: 0;
  width: 100px;
  border: 0px solid;

}

.as_buttondiv {
  border: 0px solid;
  width: auto;
  float: right;
}

.as_button_text {
  width: 44px;
  float: right;
}

.as_button_play {
  width: 44px;
  float: right;
  cursor: pointer;
}


.as_centerdiv {

  position: relative;
  /* border: 0px solid red; */
  margin: auto;
  max-width: 803px;
  width: 90%;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;

}


.as_image {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/*
.as_imglink {
	position: absolute;
	width:20px;
	left:80px;
	top:2px;
		background-color:rgba(255,255,255,0.5);
}
*/
.as_noimage {

  width: 50px;
  margin-left: 20px;
  cursor: pointer;

}

.as_datum,
.as_dauer {
  font-size: 0.8125rem;
  /*color: rgba(0, 0, 0, 0.4);*/
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


.as_headline {

  position: relative;
  left: 110px;
  margin-right: 117px;
  margin-left: 10px;
  padding: 0;
  border: 0px solid;
  cursor: pointer;

}

.as_haken {

  float: right;
  margin-top: 3px;
}

.as_haken_group {
  float: right;
  margin-top: 3px;
  margin-right: 7px;
}

.as_header h3 {
  margin-bottom: 5px;
}

.as_active {

  /*	background-color: #DADADA;*/
  background-color: #E0E0E0;
  /*border: 1px solid grey;*/
  /*
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	*/
}

.as_progressbox {

  bottom: 2px;
  position: absolute;
  border: 0px solid;
  width: 100%;
}

.as_progress1 {
  margin-top: 4px;
  margin-bottom: 0px;
  float: left;
  width: 0%;
  border-top: 2px solid #009fe3;
}

.as_progress2 {
  margin-top: 4px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  border-top: 2px solid #DDD;
}

#confirm_overlay {
  opacity: 1;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100lvh;
}

#confirm_overlay::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#confirm_modal {
  width: 75%;
  max-width: 450px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  position: static;
  margin: 20px auto;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #00000033;
  padding: 2rem;
}

#as_downloadstats a:hover {
  cursor: pointer;
}

#ntz_speaker {
  /* position: absolute;
  right: 56px;
  top: 50%;
  transform: translate(-50%, -50%); */
  /* display: none; */
}

#ntz_speaker {
  display: inline-block;
  position: relative;
  width: 32px;
}

@media only screen and (min-width: 375px) {
  #ntz_speaker {
    width: 44px;
  }

  #ntz_speaker img {
    width: 42px;
  }
}


.masthead .masthead__login a.nav__playlist {
  display: none;
}

@media only screen and (min-width: 1024px) {
  #ntz_speaker {
    display: none;
  }

  .masthead .masthead__login a.nav__playlist {
    display: inline-block;
    background-image: url(../images/icons/speaker-16-blue.svg);
  }
}

audio::-webkit-media-controls-panel {
  background-color: #fff;
}

audio::-webkit-media-controls-back-button {
  background-image: url(../images/icons/speaker-16-blue.svg);
}

/* Social Media / Video Embeds fix 
========================================================================== */
/***/

.embed_Twitter,
.embed_Instagram,
.embed_Facebook {
  text-align: -webkit-center;
  text-align: -moz-center;
}

@media only screen and (max-width: 372px) {
  .embed_Instagram div {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .embed_Instagram .media__app {
    padding: 1rem;
  }
}

@media only screen and (max-width: 397px) {
  .embed_Facebook div {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.news-article__meta {
  margin-bottom: 1.5rem;
}

.news-article__meta div .btn.share,
.news-article__meta div .btn.print,
.news-article__meta div .btn.vorlesen2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: auto;
}

.news-article__meta .btn.share .share-label,
.news-article__meta .btn.print .share-label,
.news-article__meta .btn.vorlesen2 .share-label {
  font-size: 0.8125rem;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.8);
  text-indent: 0;
  margin-top: 0.8rem;
}

@media only screen and (min-width: 480px) {
  .news-article__meta {
    margin-bottom: inherit;
  }

  .news-article__meta p {
    width: 59%;
  }
}

/* KOLLEKTIVE SLIDER */

#koll-slider .koll-article-teaser {
  width: 64%;
  margin-right: 1.5rem;
}

#koll-slider .mediabox {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#koll-slider .koll-article-teaser a,
#koll-slider .koll-article-teaser a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

#koll-slider.single-slide .koll-article-teaser {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  #koll-slider .koll-article-teaser {
    width: 48%;
    margin-right: 1.5rem;
  }

  #koll-slider.single-slide .koll-article-teaser {
    width: 60%;
  }
}

/* Print-Anzeigen Slider */
#printanz-slider {
  margin-bottom: 2rem;
}

#printanz-slider .bilderslider__cell {
  width: 75%;
}

#printanz-slider.is-fullscreen .bilderslider__cell {
  width: 100%;
  height: 100%;
}

#printanz-slider.is-fullscreen .mediabox img {
  position: fixed;
}

#printanz-slider.is-fullscreen figcaption {
  position: absolute;
  bottom: 2%;
  left: 48%;
}

/* #printanz-slider a.btn--s {
  font-size: x-large;
  font-weight: bold;
  padding: 0.25rem 0.75rem;
} */

/* CSS FIXES STYLING */
/* Meistgelesen Modul */

#most-v h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.m-o-1 {
  order: 1;
}

.m-o-2 {
  order: 2;
}

#most-v>div>div.grid__cell.grid__cell--m-6.grid__cell--l-5.grid__cell-offset-left--l-1,
.wrap-section .grid__cell.grid__cell--m-6.grid__cell--l-5.grid__cell-offset-left--l-1 {
  margin-bottom: 0;
}

#most-v article div.grid__cell.grid__cell--xxs-7.m-o-1 {
  padding-right: 0;
}

.news-article.news-article-teaser.news-article-teaser--desktop-big figure {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-top: 66.6667%;
}

@media only screen and (min-width: 600px) {
  .news-article.news-article-teaser.news-article-teaser--desktop-big figure {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50%;
  }
}

@media only screen and (min-width: 768px) {
  #most-v hr.ce-div {
    display: none;
  }

  #most-v>div>div>article>div>div.grid__cell {
    margin-bottom: 0;
  }

  #most-v article div.grid__cell.grid__cell--xxs-7.m-o-1 {
    padding: 0 0.75rem;
  }

  .m-o-1 {
    order: 2;
  }

  .m-o-2 {
    order: 1;
  }

  hr.ce-div {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .wrap-section hr.ce-div {
    display: none;
  }

  .wrap-section article div.grid__cell {
    margin-bottom: 0;
  }
}

/* EYEABLE ICON */


.eyeable-icon {
  width: 28px;
  height: 28px;
}

@media only screen and (min-width: 375px) {
  .eyeable-icon {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .eyeable-icon {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -130px;
    top: 20px;
  }
}