#logo { width: 160px; }

.bg-dark {
    background-color: #005977 !important;
}

h1 {
    margin-top: 25px;
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

a {
    color: #005977;
}

a:hover {
    color: #484848;
}

.btn-primary {
    color: #fff;
    background-color: #005977;
    border-color: #005977;
}

.btn-primary:hover {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  line-height: 15px; /* Vertically center the text there (war 50px wie height) */
  padding-top: 17px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 12px;
}

.page-link {
    color: #005977;
}

.navbar-text > a > i {
    color: #e0e0e0;
}

.navbar-text > a > i:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e0e0e0;
}

.dropdown-item:focus {
    color: white;
    background:#484848;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.datepicker {
    font-size: 14px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #005977;
    border-color: #005977;
}

.info-button {
    font-size: 14px;
}

.breadcrumb {
    margin-bottom: 25px;
}