/*
 Theme Name:   VRM Digital
 Theme URI:    https://vrm-digital.de
 Description:  Umsetzung: <strong>VRM Digital</strong>
 Author:       VRM Digital GmbH
 Author URI:   https://vrm-digital.de
 Template:     salient
 Version:      1.0.0
*/

@import "css/laterpay.css";

/* GLOBALE ABSTÄNDE
.post-area .wpb_row {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 12% !important;
}
*/

.startseiten-blog_wrapper{
  padding: 0 5vw 0 5vw!important;
}

.vrm-author-copyright {
  display: block;
  position: absolute;
  z-index: 99999;
  color: #fff;
  right: 10px;
  font-size: 12px;
  bottom: 7px;
}

@media screen and (max-width: 690px) {
  .vrm-author-copyright {
    display: block;
    position: relative;
    float: right;
    margin-right: 18px;
  }

}

/* VRMD Bildnachweise für alle Module */



/* Einzelbild */
.vrmd-caption_einzelbild {
    display: inline-block;
    position: relative;
}

.vrmd-caption_einzelbild img {
    display: block;
}

.vrmd-caption_einzelbild::after {
    font-size: 12px;
    content: attr(data-alt);
    height: 1.5em;
    z-index: 2;
    color: #888;
    line-height: 1.5em;
    float: right;
}

/* Headerbild / Beitragsbild */
.page-header-bg-image:after {
    font-size: 12px;
    content: attr(data-alt);
    position: absolute;
    bottom: 6px;
    right: 10px;
    height: 1.5em;
    z-index: 11;
    color: white;
    line-height: 1.5em;
    background-color: #0000006e;
    padding: 2px 4px;
}

/* Bildergalerie */
.vrmd-caption_galerie {
    display: inline-block;
    position: relative;
}

.vrmd-caption_galerie img {
    display: block;
}

.vrmd-caption_galerie::after {
    font-size: 12px;
    content: attr(data-alt);
    position: absolute;
    bottom: 6px;
    right: 10px;
    height: 1.5em;
    z-index: 2;
    color: white;
    line-height: 1.5em;
    background-color: #0000006e;
    padding: 2px 4px;
}

div.article-content-wrap {
    padding: 10% 10%!important;
}

.page-header-bg-image {
    z-index: unset;
}

/*
 * Footer Logo scroll bar
 */
#footer_social {
  padding: 10px 0;
  display: block;
}

#footer_social > a:nth-child(2) > i {
  margin:0 5px;
}

#liste-portale {
  list-style: none;
  line-height: .5em;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

#liste-portale li {
  color: #fff;
  padding: 0 5px;
  margin-bottom: 0!important;
  font-size: 11px;
  font-weight: 600;
}

#liste-portale > li > a {
  width: auto!important;
  height: auto!important;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #liste-portale {
    overflow: scroll;
    display: flex;
    flex-wrap: nowrap;
  }

  #liste-portale li a {
    white-space: nowrap;
  }
}