/*!
 * Enthält nur die Unterschiede zur in der Aufrufreihenfolge übergeordneten css
 */

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600");

body {
  margin: 0;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #f5f5f5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
  background-color: #FEFAD7;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h5, h6, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h1, .h1 {
  font-size: 1.65rem;
}

h2, .h2 {
  font-size: 1.45rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.05rem;
}

h5, .h5 {
  font-size: 0.85rem;
}

h6, .h6 {
  font-size: 0.65rem;
}

.bg-light {
  background-color: #FFFFFF !important;
}

/*.tooltip, .dropdown-menu .dropdown-item, .pagination, .breadcrumb, .nav-pills .nav-link, .nav-tabs .nav-link, .btn, .navbar .nav-link {*/
.dropdown-menu .dropdown-item, .pagination, .nav-pills .nav-link, .nav-tabs .nav-link, .navbar .nav-link {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
}