/*Menu Color*/
.sp-menu-item {
  color: #007fc0;
}

/* Increase size of social icons */
.social-icons {
  font-size: 1rem;
}

/*Hauptmenü*/
nav {
/*  font-family: Arial;*/
  font-weight:700;
}

.navbar-collapse {
   justify-content: flex-end !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 18px;
}

.sp-menu-item:hover {
  color: #c4007a;
  cursor: pointer;
}

/*Module Bottom*/
.sp-module-content-bottom .sp-module {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

/*Content-Blog */
.container-fluid.blog-featured {
padding-left: 0px;
padding-right: 0px;
}

/*Sermon Speaker Player*/
.mejs__controls:not([style*="display: none"]) {
  background: #005a7a;
}
.mejs__container, .mejs-playlist-current, .mejs__playlist-current, .mejs-playlist-current p, .mejs__playlist-current p {
  background: #fff;
  color: #000;
  font-size: 1em;
}

/*Anpassung Jahreslosungsbanner*/
.mod-banners__item img {
display: block; 
 margin: auto; 
width: 70%;
}

/*Menu Color*/
.sp-menu-item {
  color: #007fc0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 18px;
}

.sp-menu-item:hover {
  /*color: #6faabc;*/
  cursor: pointer;
}

.sp-header {
  z-index: 1040;
}

/*Module Bottom*/
.sp-module-content-bottom .sp-module {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

/*Content-Blog */
.container-fluid.blog-featured {
padding-left: 0px;
padding-right: 0px;
}

/*Sermon Speaker Player */
.mejs__controls:not([style*="display: none"]) {
  background: #007fc0;
}
.mejs__container, .mejs-playlist-current, .mejs__playlist-current, .mejs-playlist-current p, .mejs__playlist-current p {
  background: #fff;
  color: #000;
  font-size: 1em;
} 

/*Modulgestaltung */
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 0px solid #f3f3f3;
  padding: 0px; 
  background: rgba(0, 127, 192, 0.1);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  color: #007fc0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding: 0.5em;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #005A7A;
  background-color: white;
  text-align: right;
}

#sp-left.sp-module-content, #sp-right .sp-module-content {
  padding: 0 2em 2em 2em;
}

/*featured badge entfernen*/
.article-list .article .featured-article-badge {
display: none;
}
span.badge.bg-danger.featured-article-badge {
display: none;
}