body{
    background-color:#16ffbd;   /*FDC5f6; /*3aafa9;;#2b7a78;*/
    color: #0e1017;
}

a {
    color: #0e1017;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
	text-decoration: none;
    transition: .3s all ease; }
    a:hover {
      color: #0e1017;
      font-weight: bold;   
	  }


.navbar-nav > li > .dropdown-menu a:active { background-color: #16ffbd; }!important;
.navbar-nav > li > .dropdown-menu a { background-color: #16ffbd; }!important;
.navbar-nav > li > .dropdown-menu a:focus { background-color: #16ffbd;  }!important;
.navbar-nav > li > .dropdown-menu a:hover { background-color: #16ffbd;  }!important;
/*
$dropdown-dark-color:               $gray-300;
$dropdown-dark-bg:                  $gray-800;
$dropdown-dark-border-color:        $dropdown-border-color;
$dropdown-dark-divider-bg:          $dropdown-divider-bg;
$dropdown-dark-box-shadow:          null;
$dropdown-dark-link-color:          $dropdown-dark-color;
$dropdown-dark-link-hover-color:    $white;
$dropdown-dark-link-hover-bg:       rgba($white, .15);
$dropdown-dark-link-active-color:   $dropdown-link-active-color;
$dropdown-dark-link-active-bg:      $dropdown-link-active-bg;
$dropdown-dark-link-disabled-color: $gray-500;
$dropdown-dark-header-color:        $gray-500;*/



/*tooltip
    .tooltip {
      position: relative;
      display: inline-block;
      border-bottom: 1px dotted black;
    }
    
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px 0;
    
      /* Position the tooltip
      position: absolute;
      z-index: 1;
    }
    
    .tooltip:hover .tooltiptext {
      visibility: visible;
    } */

*/
/* table striped

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #e08283;
  color: #0e1017;
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #fa7e81;
  color: #0e1017;
}
*/
/* Der Button 
.btn-custom
{
  background-color: #F070A1;
  color:#0e1017;
  border-color: #2B7A78;
}

/* Der Button, falls Mouseover oder aktiv 
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open .dropdown-toggle.btn-custom {

  background-color: #F070A1;
  color:#0e1017;
  border-color: #2B7A78;
}*/