/* #### individual styles #### */
body {
    background-color: #37475a;
    color: #b0adad;
}
.header {
    position: relative;
    padding-top: 32px;
    margin-bottom: 32px;
}
.navbar-area.sticky {
    background: #37475a;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: white;
  }
#titelbild, #content {
    margin-bottom: 64px;
}
.mb-32{
    margin-bottom: 32px;
}
h1, h3 {
    color: white;
}
h2 {
    color: #009cff;
    font-size: 1.5rem;
    font-weight: 300 !important;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.2rem;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
p {
    color: #b0adad;
}
strong {
    color: #009cff;
}

.footer .footer-top {
    padding: 60px 0;
  }
/* #### media-queries #### */
@media (max-width: 768px) {
  
}