body {
  background-color: #EBEBEB;
}
h1 {
  color: #005A88!important;
}
.hide{
	display: none
}
.boxed {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.block-header:not(.alt) {
  background-color: #005A88;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 27px;
  color: #555;
}
.block-header:not(.alt) > span {
  position: relative;
  display: inline-block;
  background-color: white;
  padding-right: 15px;
}
.block-header:not(.alt) > span:after {
  position: absolute;
  right: -18px;
  top: 0;
  content: "";
  height: 100%;
  width: 11px;
  background-color: white;
  border-left: 4px solid #005A88;
  border-right: 4px solid #005A88;
  outline: 3px solid white;
}
.bg-dark {
 /* background-color: #005885!important*/
}
.nav-link {
  font-size: 1.2rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
   color: #AEDCFF;
}


.active a {
   color: #84C5F6!important;
}

footer {
  font-size: 0.8rem;
}
footer a {
  color: #E4E4E4;
}
footer a:hover {
  color: #84C5F6;
}
  .bibelvers {
	font-style: italic;
	font-weight: bold;
	padding-left:30px;
  color: #005885;
}
.bibelvers_referenz {
	font-style: italic;
	font-weight: normal;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .hidden-md {display: none}
}

#toTop {
 width: 100px;
 border: 1px solid #ccc;
 background: #f7f7f7;
 text-align: center;
 padding: 5px;
 position: fixed; /* this is the magic */
 bottom: 10px; /* together with this to put the div at the bottom*/
 right: 15px;
 cursor: pointer;
 display: none;
 color: #333;
 font-family: verdana;
 font-size: 11px;
}
.versnr {
	vertical-align: super;
	color: blue;
	font-size: 10px;
}