html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  background: #f5f5f5;
}

h1, h2, h3, h4, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}

.uk-h1, h1 {
  font-size: 1.9rem;
}

.uk-h2, h2, .uk-h3, h3, .uk-h4, h4 {
    font-size: 1.6rem;
}

@media (max-width: 640px) {
  .uk-h1, h1, .uk-h2, h2, .uk-h3, h3, .uk-h4, h4 {
    font-size: 1.5rem;
  }
}

.uk-button-success {
  background-color: #32d296;
  color: #fff;
  border: 1px solid transparent;
}

.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #28A878;
  color: #fff;
}

.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #28A878;
  color: #fff;
}

/* ==========================================================================
CONTENT
========================================================================== */

#startseite .uk-container-small {
    max-width: 600px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}

#logo {
  max-height: 65px;
}

.uk-navbar-nav>li>a {
    color: rgba(0,0,0,0.4);
}

.uk-navbar-nav>li.uk-active>a {
    color: #000;
}

#table-booking .uk-link {
    color: #666;
}
