body {
/*
  background-image: url('../deco-1b.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #FDFBF3;
  background-size: 80%;
*/
  background-color:#f9f9f9;
  color:#FFFFFF;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: local('Roboto-Thin');
    src: url('Roboto-Thin.ttf'); format('truetype');
    font-weight: normal;
    font-style: normal;
}

hr {
  border:solid #e7e7e7 1px;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
/*
@font-face {
    font-family: 'bus-display';
    src: local('bus-display');
    src: url('bus-display.ttf'); format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liquid-crystal-light';
    src: local('liquid-crystal-light');
    src: url('liquid-crystal-light.otf'); format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HandyQuomteRegular-6YLLo';
    src: local('HandyQuomteRegular-6YLLo');
    src: url('HandyQuomteRegular-6YLLo.ttf'); format('truetype');
    font-weight: normal;
    font-style: normal;
}
background-color: #ff8888;
*/

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {           /* Hintergrund-Farbe Menue #cc0c0d0 */
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fdfdfd;
  color: #FCFCFC;
  }

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}
    
/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 100%;
  }
.navbar-inverse .navbar-nav > li > a {
  color : #00A8D7;
}

.navbar-brand
  {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 3px;
/*   background: url(../content/smartcoder.png);  */
  }
    
/* Set black background color, white text and some padding */
footer {
  background-color: #8A8A8C;
  color: white;
  padding: 15px;
  }
    
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
    }
  .row.content {height:auto;} 
  }

/*
$bgDefault : #FF0000;
.navbar{
  background-color: $bgDefault;
  color: $bgDefault;
  }
  .navbar-text {
    color: $bgDefault; }
-----------------------------------------------------------------
nav .navbar-nav li a {  // Vordergrundfarbe 
  color: #66FF66 !important;
  font-size: 25px;
  }

.nav > li > a:hover {   // hover-Farbe 
  background-color:#606064;
  }

.nav > li >  a:visited {
  background-color:#6F6F73;
  }

.navbar img {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  }
*/

/**************** RP ****************/

