.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 1.3rem;
}
main {
  margin-top: 140px;
}
h1 {
  color: #518BBA;
  font-size: 2.1rem;
}
h2 {
  color: #518BBA;
  font-size: 1.4rem;
  font-weight: bold;
}
.klein {
  font-size: 0.9rem;
}
.unique-color-dark {
	background-color: #1c2331 !important;
}
footer.page-footer {
	bottom: 0;
	color: #fff;
}
footer.page-footer .footer-copyright {
	overflow: hidden;
	background-color: rgba(0,0,0,.2);
	color: rgba(255,255,255,.6);
}
footer a {
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
}
footer a:hover {
  color: #FFF;
}

