}
/*block Überschriften Startseite */

.article-info>span a {
    display: none;
}
.article .article-header h2 a {
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #FFFFFF;
    background-color: cornflowerblue !important;
    display: flex;
}
.align-items-center {
    align-items: center!important;
    }

/*Rating ausblenden */
.article-details .article-ratings-social-share {
       display: none !important;
}
/*Footer Farben*/
#sp-footer, #sp-bottom {
    background: #112aed;
    color: #FFFFFF;
}

@media (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center !important;
    background-color: white !important;
  }
 #sp-header {
    background-image: url(/images/header/bgheader.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #FFFFFF;
    padding: 0px !important;
    margin: 0px !important;
}
  #sp-menu>.sp-column {
    height: 100px;
    background-color: #ffe4c496;
    padding-right: 50px !important;
    margin-top: 50px;
    margin-right: 20px;
}


@media (max-width: 575px)
#sp-header {
    height: 100px !important;
    margin: 0px !important;
}
  @media(max-width: 992px) {
  .logo-image {
    height: 90px !important;
}
    .article-details .featured-article-badge { display: none !important; visibility: hidden;}
    .article-list .article .featured-article-badge { display: none !important; visibility: hidden;}
    .article-list .article .featured-article-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: default;
    display: none !important;
}
    .bg-danger  { display: none; visibility: hidden;}
    .bg-warning { display: none !important; visibility: hidden;}
    .system-unpublished {display: none !important;
}
