body {
  color: #005580; /* blau */
}

.bluerow {
   /*background: #005580; /* blau */
   background: transparent !important;
   padding: 4rem;
}

.bluerow a {
   margin: 0 2rem;
}

.bluerow img {
   height:auto;
   width:300px;
}

.bausteinbild {
   height: auto;
   width: 100%;
   margin: 20px 0px;
}

.bluerow .introheading {
   font-weight: 800;
   font-size: 2.5rem;
}

body p:not(a.btn) {
   font-family: 'Merriweather', serif;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.navbarrow {
   margin-bottom: 3rem;
}

.nav-item > a > img {
   width: auto;
   height: 1.8rem;
}

a:not(.nav-link, .dropdown-item) {
  text-decoration: underline;
}

.jumbotron a {
  text-decoration: underline;
}

a.btn {
  text-decoration: none !important;
}

@media (min-width: 576px) {
   .jumbotron {
       padding: 2rem 2rem !important;
   }
}
