/* new autor - article layout */
.autor-datum-container {
  margin: 40px 0 41px 0;
}
.autor-container,
.datum-container {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.75px;
  color: #313131;
}
.article-picture {
  max-height: 600px;
  overflow: hidden;
}
.article-picture img{
  width: 100%;
  height: auto;
  display: block;
}
.datum-container {
  /*text-align: right; not working*/
  float: right;
  font-weight: 600;
}
.bold600 {
  font-weight: 600;
}
.inter-details-container {
  margin: 40px 0 24px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.75px;
  color: #005795;
}
.page-node-type-advertorial #block-dkmlight-page-title h1 {
  color: #7b7b7b;
  font-weight: 300;
}
.content-wide {
  margin-bottom: 24px;
}
.content-wide .block-page-title-block h1 {
  padding-top: 0;
}
.summary-container {
  margin: 48px 0 56px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.6px;
  color: #313131;
}
.bild-source {
  height: 18px;
  margin: 16px 0 0;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.35px;
  text-align: right;
  color: #000;
}
.content ol {
  padding-left: 15px;
  list-style: decimal;
}
.content ol li {
  padding-left: 15px;
}
.content li {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #000;
}
.quote-container {
  position: relative;
  margin: 80px 0;
}
.q-left-img,
.q-right-img {
  background-image: url("../gfx/anf-hrungen.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 72px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 30px;
}
.q-right-img {
  background-image: url("../gfx/abf-hrungen.svg");
  left: unset;
  right: 0;
}
.quote-content {
}
.q-text {
  /*width: 704px;
  height: 84px;
  margin: 0 112px 40px;*/
  width: 70%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: 1.71px;
  text-align: center;
  color: var(--perrywinkle);
  color: #004372;
  text-transform: unset;
}
.q-autor {
  /*width: 1072px;
  height: 24px;*/
  margin: 21px 0 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 2.67px;
  text-align: center;
  color: var(--iris);
  color: #313131;
}
.frage, .antwort {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: var(--perrywinkle);
  color: #005795;
}
.antwort {
  margin: 0 0 8px 0;
  font-weight: 300;
  color: #313131;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .page-node-type-advertorial #block-dkmlight-page-title h1 {
    max-width: 100%;
    margin-left: 0;
  }
}

.adv-list-container {
  margin-top: 34px;
}
.adv-list-container .view-content .views-row {
  width: 100%;
  max-width: 238px;
  min-height: 375px;
  min-height: 325px;
  margin: 56px 28px 56px 0;
  margin: 16px 28px 26px 0;
  padding: 24px;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #005795;
  position: relative;
}
.adv-list-container.video-container .view-content .views-row {
  min-height: auto;
}
.adv-list-container .view-content .views-row:nth-of-type(3n) {
  margin-right: 0;
}
.adv-list-container .views-field-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.8px;
  text-align: left;
  color: #005795;
  min-height:105px;
}
.adv-list-container .views-field-title a {
  color: #005795;
  text-decoration: none;
}
.adv-list-container .views-field-body {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.8px;
  color: #313131;
  margin: 16px 0 16px 0;
  min-height: 100px;
}
.adv-list-container .views-field-nothing {
  background-color: #005795;
  padding: 10px 16px;
  text-align: center;
  border-radius: 4px;
  width:206px;
  position: absolute;
  bottom: 30px;
}
.adv-list-container .views-field-nothing .adv-read-more {
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.adv-list-container .views-field-nothing .adv-read-more a {
  color: #ffffff;
  text-decoration: none;
}
/* bottom notice bar */

.noticebar-container {
  width: calc(100% - 32px);
  height: 60px;
  position: fixed;
  z-index: 9400;
  left: 16px;
  bottom: 16px;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: linear-gradient(90deg,#ff0161,#863c8a);
  transition: bottom 1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInFromBottom;
  animation-name: slideInFromBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;

  height: 72px;
  margin: 16px;
  padding: 8px 13px;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(147, 147, 147, 0.32);
  background-image: linear-gradient(to right, #cbe8fd 51%, #005795);
  box-sizing: border-box;
}

.noticebar {
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.noticebar-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.89px;
  color: #549bc7;
  padding: 23px 0;
}

.noticebar-text .spcl {
  font-weight: 900;
  color: #005795;
}
.noticebar-button { 
  width: 160px;
  height: 46px;
  margin: 13px 23px;
  padding: 10px 16px;
  border-radius: 4px;
  border: solid 1px #005795;
  background-color: #fff;
  box-sizing: border-box;
  display: block;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.75px;
  text-align: center;
  color: #005795;
  text-decoration: none;
}
.noticebar-close {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff6fa;
  border: none;
  outline: none;
  background: none;
  font-size: 35px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 700px) {
  .noticebar-text {
    font-size: 12px;
  }
  .noticebar-button {
    font-size: 12px;
	padding: 12px 6px;
	width: 190px;
    margin: 13px 15px;
  }
}
/* End bottom notice bar */

/* RSS import similar to advertorial */
.rss-feed-import {
  border: 1px solid #005795;
  padding: 24px;
}
.news-mask-rss {
  width: 240px;
  width: 230px;
  height: 400px;
  height: 290px;
  height: 302px;
  background-color: #ffffff;
  border-right: 1px solid #d9d9d9;
  padding: 17px 24px 26px 24px;
  padding: 0 24px 0 24px;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.rss-feed-import .views-field-created,
.rss-feed-import .views-field-field-rss-pubdate,
.news-mask-rss .news-datum {
  max-width: 237px;
  width: 100%;
  height: 24px;
  margin: 0 0 8px 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: 0.75px;
  text-align: right;
  color: #313131;
}
.rss-feed-import .views-field-title,
.rss-feed-import .views-field-title a,
.news-mask-rss .news-title {
  max-width: 237px;
  width: 100%;
  min-height: 26px;
  margin: 8px 0 8px 1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.6px;
  color: #005795;
}
.rss-feed-import .views-field-title a,
.news-mask-rss .news-title a {
  text-decoration: none;
}
.rss-feed-import .views-field-body,
.news-mask-rss .news-detail {
  max-width: 237px;
  width: 100%;
  min-height: 72px;
  margin: 8px 0 16px 1px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.71;
  letter-spacing: 0.75px;
  color: #313131;
}
.rss-feed-import .views-field-nothing,
.news-mask-rss .news-more {
  max-width: 237px;
  width: 100%;
  height: 24px;
  margin: 16px 1px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.75px;
  color: #005795;
}
.news-mask-rss .news-more a {
  text-decoration: underline;
}
.rss-feed-import .owl-item {
}

.rss-feed-import .owl-item:nth-of-type(3n) .news-mask-rss {
  /*border-right: none;*/
}
.rss-feed-import .owl-item:nth-of-type(1) {
}
.rss-feed-import .owl-theme .owl-controls {
  margin-top: 0;
}
.rss-feed-import .owl-theme .owl-controls .owl-buttons .owl-prev  {
  position: absolute;
  top: -210px;
  top: -150px;
  left: -40px;
  left: -10px;
  background:url(../gfx/zurck.png);
  width: 13px;
  height: 20px;
}
.rss-feed-import .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: -210px;
  top: -150px;
  right: -40px;
  right: -10px;
  background:url(../gfx/vor.png);
  width: 13px;
  height: 20px;

 }
.rss-feed-import .owl-carousel .owl-wrapper-outer {
  width: 98%;
}
/* End RSS import similar to advertorial */

/* page content /node/2977 */
.tab-col.adv-content-col-first {
  margin-right: 25px;
  margin-bottom: 40px;
}
.tab-col.adv-content-col-second {
  max-width: 740px;
  margin-bottom: 40px;
}
img.adv-content-img {
  max-width: 160px;
}
/* End page content /node/2977 */
