/* Ansicht 3 */

.news-entry-new-2 {
  height: calc(100% - 30px);
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
}

.news-entry-new-2-image-wrapper {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.04);
}

.has-image .news-entry-new-2-image-wrapper {
  height: 220px;
}

.darkMode .news-entry-new-2-image-wrapper {
  background-color: rgba(255, 255, 255, 0.25);
}

.has-image .news-entry-new-2-image-wrapper a,
#content .has-image .news-entry-new-2-image-wrapper a:empty {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-entry-new-2-content-wrapper {
  height: calc(100% - 20px);
  min-height: calc(100% - 20px);
  margin: -60px 20px 0 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.darkMode .news-entry-new-2-content-wrapper {
  background-color: #2b2b2b;
}

.has-image .news-entry-new-2-content-wrapper {
  height: calc(100% - 180px);
  min-height: calc(100% - 180px);
  margin-top: -40px;
}

.news-entry-new-2-content {
  height: calc(100% - 0.75rem - 40px);
  min-height: calc(100% - 0.75rem - 40px);
  padding: 30px;
}

.smol .news-entry-new-2-content {
  padding-left: 20px;
  padding-right: 20px;
}

.news-entry-new-2-top-headline {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}

.news-entry-new-2-text {
  margin-top: 20px;
  position: relative;
}

.news-entry-new-2-footer,
.container .row.news-entry-new-2-footer,
.row .row.news-entry-new-2-footer {
  align-content: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
  bottom: 0;
  min-width: 0;
}

.darkMode .news-entry-new-2-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.news-entry-new-2-footer div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.news-entry-new-2-date {
  font-size: 0.75rem;
  opacity: 0.75;
  line-height: 1;
}

.news-entry-new-2-week-day {
  text-transform: uppercase;
}

.news-entry-new-2-link-wrapper {
  height: 1rem;
}

.news-entry-new-2-link,
#content .news-entry-new-2-link:empty {
  background: url("../img/modern_views/news_3_arrow.png") center right no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 50px;
  float: right;
}

.darkMode .news-entry-new-2-link,
.darkMode #content .news-entry-new-2-link:empty {
  background-image: url("../img/modern_views/news_3_arrow_dark.png");
}

.smol .news-entry-new-2-link,
#content .smol .news-entry-new-2-link:empty {
  max-width: 30px;
}

@media (max-width: 768px) {
  .news-entry-new-2-link,
  #content .news-entry-new-2-link:empty {
    max-width: 30px;
  }
}

/* Ansicht 4 */

.news-entry-new-3 {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  min-height: calc(100% - 30px);
}

.news-entry-new-3.has-image {
  height: calc(100% - 250px);
  min-height: calc(100% - 250px);
}

.news-entry-new-3-image-wrapper {
  height: 220px;
  min-height: 220px;
}

.news-entry-new-3-image-wrapper a,
#content .news-entry-new-3-image-wrapper a:empty {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-entry-new-3-content {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding: 20px 20px calc(80px + 0.75rem) 20px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.darkMode .news-entry-new-3-content {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.news-entry-new-3-date {
  margin-top: 10px;
  font-size: 0.75rem;
  opacity: 0.75;
}

.news-entry-new-3-week-day {
  text-transform: uppercase;
}

.news-entry-new-3-text {
  margin-top: 20px;
}

.news-entry-new-3-link,
.views_19 a.news-entry-new-3-link {
  position: absolute;
  bottom: 20px;
  display: block;
  width: calc(100% - 40px);
  padding: 15px;
  border: 1px solid #cccccc;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: transform 100ms linear;
  -moz-transition: transform 100ms linear;
  -ms-transition: transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
}

.news-entry-new-3-link:hover {
  color: inherit;
  text-decoration: none;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Ansicht 5 */

.news-entry-new-4 {
  background-color: rgba(255, 255, 255, 0.2);
  height: calc(100% - 30px);
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px 22px;
}

.darkMode .news-entry-new-4 {
  background-color: rgba(0, 0, 0, 0.2);
}

.news-entry-new-4.has-image {
  padding-left: 245px;
}

.news-entry-new-4:not(.has-image) {
  border-left: solid 6px #566678;
}

.news-entry-new-4-image,
#content .news-entry-new-4-image:empty {
  display: block;
  width: 225px;
  height: calc(100% - 30px);
  position: absolute;
  left: 15px;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .news-entry-new-4.has-image {
    padding-left: 20px;
    padding-top: 220px;
  }

  .news-entry-new-4-image,
  #content .news-entry-new-4-image:empty {
    width: calc(100% - 30px);
    height: 200px;
  }
}

.news-entry-new-4-date {
  font-size: 0.75rem;
  opacity: 0.75;
  line-height: 1.2;
  margin-bottom: 4px;
}

.news-entry-new-4-week-day {
  text-transform: uppercase;
}

.news-entry-new-4-text {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .news-entry-new-accordion .yearHeading {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}

.news-entry-new-accordion .yearHead {
  margin-bottom: 0 !important;
}

.news-entry-new-accordion .entryCount {
  font-size: 1rem;
  float: right;
  white-space: nowrap;
  font-weight: 400;
  padding-left: 20px;
}

.news-entry-new-accordion .yearContainer {
  padding-top: 20px;
  padding-bottom: 0;
}

/* Ansicht 6 */

.news-5-design {
  row-gap: 45px;
  padding-bottom: 20px;
}

.news-5-design h3 {
  margin: 0 0 5px 0;
}

.news-entry-new-5 {
  display: flex;
  column-gap: 20px;
  margin-top: -25px;
  padding-top: 25px;
}

.news-5-design > *:not(:first-child) > .news-entry-new-5 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.darkMode .news-5-design > *:not(:first-child) > .news-entry-new-5 {
  border-top-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .news-5-design > *:nth-child(2) > .news-entry-new-5:not(.smol) {
    border-top: none;
  }
}

.news-entry-new-5-image {
  display: block;
  width: 225px;
  flex-shrink: 0;
  min-height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-entry-new-5-date {
  font-size: 0.875rem;
  opacity: 0.75;
  display: block;
}

.news-entry-new-5-date span {
  text-transform: uppercase;
}

/* Einzelansicht 1 */

#single-news-1-headline {
  margin-bottom: 30px;
}

#single-news-1 span[id*="hoverOverlay"] {
  max-width: 100%;
}

#single-news-1 #modern-news-image .fancyfix {
  max-width: 60%;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media (max-width: 540px) {
  #single-news-1 #modern-news-image .fancyfix {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #single-news-1 #modern-news-image:not(.no-float) .fancyfix {
    float: none;
    margin-right: 0;
  }
}

#single-news-1 #modern-news-image:not(.no-float) .fancyfix
{
  float: left;
}

#single-news-1 #modern-news-image.img-center.no-float .fancyfix
{
  margin-left: auto;
  margin-right: auto;
}

#single-news-1 #modern-news-image + div ul {
  display: table;
}

#single-news-1.old-framework #modern-news-image + div ul {
  padding-left: 30px;
}

#single-news-1.smol > div[class*="col-"]:first-child::after {
  content: "";
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.darkMode #single-news-1.smol > div[class*="col-"]:first-child::after {
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  #single-news-1 > div[class*="col-"]:first-child::after {
    content: "";
    margin: 20px 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
  }

  .darkMode #single-news-1 > div[class*="col-"]::after {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 768px) {
  #single-news-1:not(.smol) > div[class*="col-"]:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -16.6666667%;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .darkMode #single-news-1:not(.smol) > div[class*="col-"]:nth-child(2)::before {
    background-color: rgba(255, 255, 255, 0.15);
  }
}

#single-news-1-albums {
  margin: 0;
}

#single-news-1-albums-headline {
  margin-top: 30px;
  margin-bottom: 20px;
}

#single-news-1-albums > div[class*="col-"]:nth-child(2n + 1) {
  padding-left: 0;
}

#single-news-1-albums > div[class*="col-"]:nth-child(2n + 2) {
  padding-right: 0;
}

@media (max-width: 575px) {
  #single-news-1-albums > div[class*="col-"] {
    padding: 0;
  }
}

.single-news-1-album {
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.04);
}

.darkMode .single-news-1-album {
  background-color: rgba(0, 0, 0, 0.25);
}

.single-news-1-album-content {
  padding: 20px;
}

.single-news-1-album-content h4,
.single-news-1-album-content .legacy_h4 {
  margin: 0;
}

.single-news-1-album-content h4 a,
.single-news-1-album-content .legacy_h4 a,
.single-news-1-album-content h4 a:hover,
.single-news-1-album-content .legacy_h4 a:hover {
  color: inherit;
}

.single-news-1-album-image,
#content .single-news-1-album-image:empty {
  display: block;
  height: 200px;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-news-1-week-day {
  text-transform: uppercase;
}

#single-news-1-single-album-description,
#single-news-1-single-album-copyright {
  margin-bottom: 20px;
}

.single-news-1-single-album-slider-image-wrapper {
  max-height: 400px;
}

.single-news-1-single-album-slider-image-wrapper img {
  display: block;
  margin: 0 auto;
}

#single-news-1-single-album-slider .slick-prev,
#single-news-1-single-album-slider .slick-next {
  z-index: 1000;
}

#single-news-1-single-album-slider .slick-prev {
  left: 0;
}

#single-news-1-single-album-slider .slick-next {
  right: 0;
}

#single-news-1-single-album-slider .slick-prev::before,
#single-news-1-single-album-slider .slick-next::before {
  color: rgba(0, 0, 0, 0.4);
}

.darkMode #single-news-1-single-album-slider .slick-prev::before,
.darkMode #single-news-1-single-album-slider .slick-next::before {
  color: rgba(255, 255, 255, 0.4);
}

#single-news-1-single-album-slider .slick-dots li:not(.slick-active):not(:hover):not(:focus) button::before {
  opacity: 0.4;
}

.darkMode #single-news-1-single-album-slider .slick-dots li button::before {
  color: #ffffff;
}

#single-news-1-more-info-headline {
  margin: 15px 0;
}

.single-news-1-sub-headline:first-of-type {
  margin-top: 15px;
}

.single-news-1-sub-headline {
  font-weight: bold;
  text-transform: uppercase;
}

#single-news-1-more-info > div[class*="col-"]:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 25px 0;
}

.darkMode #single-news-1-more-info > div[class*="col-"]:not(:first-child)::before {
  background-color: rgba(255, 255, 255, 0.15);
}

#single-news-1 blockquote {
  display: flex;
}

p.has-icon {
  position: relative;
  margin: 0 0 0 25px;
}

p.has-icon::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

p.single-news-1-release-date,
p.single-news-1-image-link {
  opacity: 0.75;
}

p.single-news-1-release-date::before {
  background-image: url("../img/modern_views/single-news/calender_today.png");
}

p.single-news-1-image-link::before {
  background-image: url("../img/modern_views/single-news/camera_alt.png");
}

p.single-news-1-download::before {
  background-image: url("../img/modern_views/single-news/get_app.png");
}

p.single-news-1-link::before {
  background-image: url("../img/modern_views/single-news/insert_link.png");
}

p.single-news-1-mandate::before {
  background-image: url("../img/modern_views/single-news/info.png");
}

.darkMode p.single-news-1-release-date::before {
  background-image: url("../img/modern_views/single-news/calender_today_dark.png");
}

.darkMode p.single-news-1-image-link::before {
  background-image: url("../img/modern_views/single-news/camera_alt_dark.png");
}

.darkMode p.single-news-1-download::before {
  background-image: url("../img/modern_views/single-news/get_app_dark.png");
}

.darkMode p.single-news-1-link::before {
  background-image: url("../img/modern_views/single-news/insert_link_dark.png");
}

.darkMode p.single-news-1-mandate::before {
  background-image: url("../img/modern_views/single-news/info_dark.png");
}

#single-news-1-more-news-headline {
  margin-top: 40px;
}

#single-news-1-more-info,
#single-news-1-more-news {
  margin: 0;
}

#single-news-1-more-info > div[class*="col-"],
#single-news-1-more-news > div[class*="col-"] {
  padding: 0;
}

@media (min-width: 768px) {
  #single-news-1.smol #single-news-1-more-info > div[class*="col-"]:nth-child(2n + 1),
  #single-news-1.smol #single-news-1-more-news > div[class*="col-"]:nth-child(2n + 1) {
    padding-right: 15px;
  }

  #single-news-1.smol #single-news-1-more-info > div[class*="col-"]:nth-child(2n + 2),
  #single-news-1.smol #single-news-1-more-news > div[class*="col-"]:nth-child(2n + 2) {
    padding-left: 15px;
  }

  #single-news-1.smol #single-news-1-more-info > div[class*="col-"]:not(:first-child):not(:nth-child(2)) {
    margin-top: 30px;
  }

  #single-news-1.smol #single-news-1-more-info p.has-icon::before {
    background-position: center;
  }

  #single-news-1.smol #single-news-1-more-info > div[class*="col-"]:not(:first-child)::before {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  #single-news-1-more-info > div[class*="col-"]:nth-child(2n + 1),
  #single-news-1-more-news > div[class*="col-"]:nth-child(2n + 1) {
    padding-right: 15px;
  }

  #single-news-1-more-info > div[class*="col-"]:nth-child(2n + 2),
  #single-news-1-more-news > div[class*="col-"]:nth-child(2n + 2) {
    padding-left: 15px;
  }

  #single-news-1-more-info p.has-icon::before {
    background-position: center;
  }

  #single-news-1-more-info > div[class*="col-"]:not(:first-child):not(:nth-child(2)) {
    margin-top: 30px;
  }

  #single-news-1-more-info > div[class*="col-"]:not(:first-child)::before {
    display: none;
  }
}

.single-news-1-more-news-entry {
  margin-top: 25px;
}

.single-news-1-more-news-entry-content {
  margin-top: 10px;
}

.single-news-1-more-news-entry-image {
  display: block;
  height: 150px;
  min-height: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-news-1-more-news-entry h5 a,
.single-news-1-more-news-entry .legacy_h5 a,
.single-news-1-more-news-entry h5 a:hover,
.single-news-1-more-news-entry .legacy_h5 a:hover {
  color: inherit;
}

.single-news-1-more-news-entry-date {
  opacity: 0.75;
}

/*new events+news list view*/

.events-entry-3 .row {
  margin-right: 0;
}

.events-entry-3 .row div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.events-entry-3:first-child {
  margin-top: 30px;
}

.events-entry-3:last-child {
  margin-bottom: 30px;
}

.events-entry-3:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 30px 0 30px 15px;
}

.darkMode .events-entry-3:not(:last-child)::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.smol .events-entry-3 > div[class*="col-"]:first-child:not(:last-child) {
  padding-right: 0;
}

@media (max-width: 991px) {
  .events-entry-3 > div[class*="col-"]:first-child:not(:last-child) {
    padding-right: 0;
  }
}

.events-entry-3-time-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
  min-height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 35px 15px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.darkMode .events-entry-3-time-wrapper {
  background-color: rgba(255, 255, 255, 0.15);
}

.events-entry-3-time-wrapper::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: #ffffff 3px solid;
}

.darkMode .events-entry-3-time-wrapper {
  background-color: rgba(255, 255, 255, 0.04);
}

.darkMode .events-entry-3-time-wrapper::before {
  border-color: #000000;
}

.events-entry-3-time-wrapper .events-entry-3-day {
  font-size: 3.125rem;
}

.events-entry-3-time-wrapper .events-entry-3-day-and-month {
  font-size: 1.375rem;
}

.events-entry-3-time-wrapper .events-entry-3-month-and-year,
.events-entry-3-time-wrapper .events-entry-3-year,
.events-entry-3-time-wrapper .events-entry-3-time-separator {
  font-size: 1rem;
}

.events-entry-3-time-wrapper .events-entry-3-time-separator {
  margin: 8px 0;
}

.events-entry-3 .events-entry-3-image {
  max-height: 300px;
  display: block;
}

.events-entry-3-headline {
  margin: 0;
}

.events-entry-3-headline a,
.events-entry-3-headline a:hover {
  color: inherit;
}

.events-entry-3-teaser {
  margin-top: 10px;
}

.events-entry-3-more,
.events-entry-3-more:hover,
#content .events-entry-3-more,
#content .events-entry-3-more:hover {
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #313a44;
  padding: 10px 28px;
  border-radius: 2px;
  z-index: 100;
}

@media (min-width: 992px) {
  .views_19:not(.smol) .events-entry-3-more {
    position: absolute;
    top: 0;
    right: 0;
  }
  .views_19:not(.smol) .events-entry-3-headline,
  .views_19:not(.smol) .events-entry-3-teaser {
    padding-right: 120px;
  }
}

.views_19.smol .events-entry-3-more {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .events-entry-3-more {
    position: static;
    margin-top: 10px;
  }
}

/*carousel view*/

#news-carousel {
  position: relative;
  margin: 0;
  padding: 0 55px;
}
#news-carousel.smol {
  padding: 0 30px;
}
@media (max-width: 991px) {
  #news-carousel {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  #news-carousel,
  #news-carousel.smol {
    padding: 0;
  }
}
#news-carousel .slick-track {
  display: flex;
  margin-bottom: 25px;
}
#news-carousel .slick-slide {
  margin: 0 15px;
  height: auto;
}
#news-carousel .slick-slide > div {
  height: 100%;
}
#news-carousel .slick-dots {
  position: static;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 575px) {
  #news-carousel .slick-dots {
    padding: 0 30px;
  }
}
#news-carousel .slick-dots li {
  margin: 0;
}
#news-carousel .slick-dots li button {
  background-color: rgba(0, 0, 0, 0) !important;
  border-style: none !important;
}
#news-carousel .slick-dots li button::before {
  top: 10px;
  font-size: 8px;
  line-height: 0;
}
#news-carousel .news-entry-new {
  padding-bottom: 35px;
}
#news-carousel .news-entry-new:not(.has-image) {
  padding-top: 35px;
}
#news-carousel .news-entry-new-date,
#news-carousel .news-entry-new-teaser {
  font-size: 1rem;
}
#news-carousel #paginator {
  pointer-events: none;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
}
#news-carousel.smol #paginator {
  top: calc(50% - 15px);
}
@media (max-width: 991px) {
  #news-carousel #paginator {
    top: calc(50% - 15px);
  }
}
#news-carousel #paginator .paginator-element {
  pointer-events: auto;
  cursor: pointer;
}
@media (max-width: 991px) {
  #news-carousel #paginator {
    height: 30px;
  }
  #news-carousel #paginator .paginator-element {
    width: 30px;
    height: 30px;
  }
  #news-carousel #paginator .paginator-element::before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  #news-carousel #paginator #page-back::before {
    left: 12px;
  }
  #news-carousel #paginator #page-forward::before {
    right: 12px;
  }
  #news-carousel #paginator.old .paginator-element::before {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 575px) {
  #news-carousel #paginator,
  #news-carousel #paginator.smol {
    top: auto;
    bottom: 30px;
  }
}

/*single view 2*/

#modern-news-image .fancyfix {
  max-width: 100% !important;
}

#modern-news-image-text {
  font-size: 90%;
  opacity: 0.75;
}

#single-news-2-release-date {
  display: inline-block;
  padding: 6px 7px;
  line-height: 1;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.06);
}

.darkMode #single-news-2-release-date {
  background-color: rgba(255, 255, 255, 0.06);
}

#single-news-2-content {
  margin-bottom: 30px;
}

#single-news-2-more-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 30px 15px;
  border: 1px rgba(0, 0, 0, 0.15) solid;
}

.darkMode #single-news-2-more-info {
  border-color: rgba(255, 255, 255, 0.15);
}

#single-news-2-albums-headline {
  margin-bottom: 30px;
}
