/** Mobil-Anpassungen für YouTube Video auf Startseite **/
@media (max-width: 767px) {
  #video {
    display: block !important;
    position: static; }
  #video .popup {
    border: none;
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden; }
  #video iframe, #video object, #video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

#content .frame-layout-5 li:before {
  color: #fff; }

/** 1.4.2021 News Anpassungen **/
.slick-dots {
  padding: 0;
  text-align: center;
  width: 96%; }
  .slick-dots li {
    background: #fff;
    border: 2px solid #bcc7cd;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 10px 5px;
    width: 20px; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    border-color: #cf313c;
    cursor: default; }
  .slick-dots li:not(.slick-active):hover {
    background: #d3dbde; }

.news-list-view .article {
  border: 2px solid #dadada;
  position: relative; }
.news-list-view .article:nth-child(odd), .news-list-view .article:nth-child(even) {
  background: #fff; }
.news-list-view .article::before, .news-list-view .article::after, .news-list-view .news-img-wrap::before, .news-list-view .news-img-wrap::after {
  content: " ";
  display: table; }
.news-list-view .article::after, .news-list-view .news-img-wrap::after {
  clear: both; }
.news-list-view .article, .news-list-view .news-img-wrap {
  *zoom: 1;
  /* Für den IE6 und IE7 */ }
.news-list-view img {
  height: auto;
  margin: 0;
  width: 100%; }
.news-list-view h2 {
  text-transform: uppercase; }

/** Layout Top News **/
.news-list-topnews {
  margin: 40px 0; }
  .news-list-topnews .news-list-readable {
    height: 100%;
    position: relative; }
  .news-list-topnews .news-teaser-indent {
    margin: 40px 20px 0 20px; }
  .news-list-topnews .news-list-date {
    margin: 20px; }
  @media (min-width: 992px) {
    .news-list-topnews .news-list-date {
      bottom: 0;
      left: 15px;
      position: absolute; } }
@media (min-width: 768px) {
  .news-list-topnews .news-img-wrap, .news-list-topnews .news-list-readable {
    display: table-cell;
    vertical-align: top;
    width: 50%; } }
@media (min-width: 992px) {
  .news-list-topnews .news-teaser-indent {
    margin: 50px 35px 0 35px; }
  .news-list-topnews .news-img-wrap {
    width: 58.3333333333%; }
  .news-list-topnews .news-list-readable {
    width: 41.6666666667%; } }
@media (min-width: 1200px) {
  .news-list-topnews .news-img-wrap {
    width: 66.6666666667%; }
  .news-list-topnews .news-list-readable {
    width: 33.3333333333%; } }

.news-single .news-headlines {
  margin: 40px 0 40px 0;
  text-align: center; }
.news-single .news-detail-img-wrap, .news-single .news-detail-readable {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
.news-single img {
  height: auto;
  margin: 0;
  width: 100%; }
.news-single .news-text-wrap {
  margin: 40px 0; }
.news-single .news-teaser-indent {
  margin: 20px 0; }
@media (min-width: 768px) {
  .news-single .news-teaser-indent {
    margin: 0 20px; }
  .news-single .news-detail-img-wrap {
    width: 41.6666666667%; }
  .news-single .news-detail-readable {
    width: 58.3333333333%; } }
@media (min-width: 992px) {
  .news-single .news-teaser-indent {
    margin: 0 35px 0 35px; }
  .news-single .news-detail-img-wrap {
    width: 50%; }
  .news-single .news-detail-readable {
    width: 50%; } }
@media (min-width: 1400px) {
  .news-single .news-detail-img-wrap {
    width: 58.3333333333%; }
  .news-single .news-detail-readable {
    width: 41.6666666667%; } }

/** Layout Slider **/
.news-list-slider {
  margin: 40px -20px 40px 0; }
  .news-list-slider .article {
    position: relative; }
  .news-list-slider .slick-slide {
    padding: 0 20px 0 0; }
  .news-list-slider .news-list-date {
    margin: 20px 6%; }
  @media (max-width: 767px) {
    .news-list-slider .news-list-date {
      margin: 20px; } }
  .news-list-slider .news-teaser-indent {
    margin: 30px 6% 20px 6%; }
  @media (max-width: 767px) {
    .news-list-slider .news-teaser-indent {
      margin: 30px 20px 20px 20px; } }

.news-detail-date {
  margin-bottom: 30px; }

.news-detail-readable p {
  font-size: 108%; }
@media (min-width: 1200px) {
  .news-detail-readable p {
    font-size: 112%; } }

.news-detail-teaser-text {
  font-style: italic; }

.news-list-tag {
  background: #cf313c;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 6px 12px;
  text-transform: uppercase; }

.news-image-link {
  display: block;
  overflow: hidden;
  position: relative; }

.news-image-link:before {
  background: #cf313c;
  content: '';
  left: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms;
  width: 100%;
  z-index: 1; }

.news-list-view img {
  filter: saturate(1);
  transition: all 300ms; }

.img-more-text {
  bottom: 0;
  color: #fff;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  right: -100px;
  text-transform: uppercase;
  transition: all 300ms ease 300ms;
  z-index: 2; }
  .img-more-text .arrow-right {
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: inline-block;
    height: 14px;
    margin: 0 3px 3px 0;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 14px; }

.news-list-view .article:hover .news-image-link:before {
  left: 0;
  opacity: 0.75; }
.news-list-view .article:hover img {
  filter: saturate(0); }
.news-list-view .article:hover .img-more-text {
  right: 0;
  opacity: 1; }

.news-teaser-link {
  display: block;
  transition: color 300ms; }
  .news-teaser-link h2 {
    transition: color 300ms; }
  .news-teaser-link p {
    font-size: 18px; }
  @media (max-width: 1400px) and (min-width: 992px) {
    .news-teaser-link p {
      font-size: 16px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .news-teaser-link p {
    font-size: 15px; } }
@media (max-width: 767px) {
  .news-teaser-link p {
    font-size: 15px; } }
.news-teaser-link .news-teaser-indent p {
  min-height: 135px; }
@media (max-width: 1440px) and (min-width: 1200px) {
  .news-teaser-link .news-teaser-indent p {
    min-height: 120px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .news-teaser-link .news-teaser-indent p {
    min-height: 96px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .news-teaser-link .news-teaser-indent p {
    min-height: 69px; } }
@media (max-width: 767px) {
  .news-teaser-link .news-teaser-indent p {
    min-height: 0; } }
.news-teaser-link h2 {
  font-size: 26px;
  line-height: 1.2; }
@media (max-width: 1440px) and (min-width: 992px) {
  .news-teaser-link h2 {
    font-size: 24px;
    line-height: 1.25; } }
@media (max-width: 991px) and (min-width: 768px) {
  .news-teaser-link h2 {
    font-size: 22px;
    line-height: 1.25; } }
@media (max-width: 767px) {
  .news-teaser-link h2 {
    font-size: 20px;
    line-height: 1.3; } }
@media (max-width: 619px) {
  .news-teaser-link h2 {
    font-size: 19px; } }

.news-teaser-link:focus {
  outline: none; }

.news-list-slider h2, .news-list-normal h2 {
  font-size: 21px;
  font-weight: 500;
  min-height: 100px; }
@media (max-width: 1440px) and (min-width: 992px) {
  .news-list-slider h2, .news-list-normal h2 {
    font-size: 19px;
    min-height: 92px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .news-list-slider h2, .news-list-normal h2 {
    font-size: 19px;
    min-height: 69px; } }
@media (max-width: 767px) {
  .news-list-slider h2, .news-list-normal h2 {
    font-size: 19px;
    min-height: 0; } }

.news-teaser-link:hover, .news-teaser-link:focus {
  color: #cf313c;
  text-decoration: none; }
  .news-teaser-link:hover h2, .news-teaser-link:focus h2 {
    color: #cf313c; }
  .news-teaser-link:hover .news-image-link:before, .news-teaser-link:focus .news-image-link:before {
    opacity: 0.75; }
  .news-teaser-link:hover img, .news-teaser-link:focus img {
    filter: saturate(0); }
  .news-teaser-link:hover .img-more-text, .news-teaser-link:focus .img-more-text {
    right: 0;
    opacity: 1; }

/** News list view normal **/
.news-list-normal {
  margin: 40px 0; }
@media (min-width: 768px) {
  .news-list-normal {
    margin: 40px -10px; } }
.news-list-normal .article {
  display: inline-block;
  margin: 20px 0;
  vertical-align: top;
  width: 100%; }
@media (min-width: 768px) {
  .news-list-normal .article {
    margin: 10px;
    width: calc(50% - 20px); } }
@media (min-width: 992px) {
  .news-list-normal .article {
    width: calc(33.333% - 20px); } }
.news-list-normal .news-teaser-indent, .news-list-normal .news-list-date {
  margin: 20px 6%; }
@media (max-width: 767px) {
  .news-list-normal .news-teaser-indent, .news-list-normal .news-list-date {
    margin: 20px; } }

.page-navigation {
  text-align: center; }
  .page-navigation p {
    display: none; }
  .page-navigation li {
    display: inline-block;
    margin: 10px 5px; }
  .page-navigation li.current {
    color: #cf313c;
    font-weight: bold; }

/** News Detail **/
.news-detail-intro {
  position: relative; }

.previous-news, .next-news {
  margin-top: -25px; }

.share-wrapper {
  position: absolute;
  right: 0px;
  top: 0px; }
  .share-wrapper .share-overlay, .share-wrapper .teaser-icon {
    position: absolute;
    right: 0px; }
  .share-wrapper .teaser-icon {
    cursor: pointer;
    top: 0px;
    z-index: 1002; }
  .share-wrapper .share-overlay {
    border: 1px solid #fff;
    border-bottom: none;
    box-shadow: 0px 1px 3px rgba(33, 33, 33, 0.5);
    height: 0;
    opacity: 0;
    overflow: hidden;
    top: 40px;
    transition: opacity 220ms;
    z-index: 1001; }
    .share-wrapper .share-overlay a {
      background: #f2f2f2;
      border-bottom: 1px solid #fff;
      display: block;
      padding: 7px 21px 7px 14px;
      font-size: 14px; }
    .share-wrapper .share-overlay a:hover {
      background: #cf313c;
      color: #fff; }

.share-visible .share-overlay {
  height: auto;
  opacity: 1; }

.teaser-outer .share-wrapper {
  bottom: 20px;
  right: 20px;
  top: initial; }
  .teaser-outer .share-wrapper .teaser-icon {
    bottom: 0px;
    top: initial; }
  .teaser-outer .share-wrapper .share-overlay {
    bottom: 40px;
    top: initial; }

.share-icon {
  background-image: url(/fileadmin/templates/credia/images/sprite-credia.png);
  background-repeat: no-repeat;
  background-size: 250px 250px;
  background-position: -24px -82px;
  height: 35px;
  display: inline-block;
  width: 35px; }

.article:hover .share-icon {
  background-color: #fff;
  transition: background-color 300ms; }

/*
 .news-list-topnews {
 .share-wrapper {
 display: inline-block;
 position: relative;
 height: 35px;
 vertical-align: top;
 width: 35px;
 }
 }
 */
.share-w-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1; }
  .share-w-placeholder img {
    opacity: 0; }
  .share-w-placeholder .share-wrapper {
    float: right;
    height: 35px;
    position: relative;
    width: 35px; }

/** ng@credia.de
 ** Optimierungen 2021
 **
 */
.privacy-msg {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .privacy-msg p {
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1; }
