body, html { 
 margin: 0em; 
 font-family: Verdana, Arial; 
 font-size:13px; 
 width:100%; height:100%; 
 }

a { color: #5A9CDE; }
a:hover { color: #5A9CDE; }

p { margin: 0; padding: 0; }

.nohighlight:focus { outline:none; }
*:focus {outline: none;}

td { 
 min-height: 35px;
 font-family: Verdana, Arial; 
 font-size:13px; }

div { 
  box-sizing:border-box;
 -ms-box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-box-sizing:border-box; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
.switch_on {
 background: url('media/apps/tableman/images/switch_on.png');
 }

.switch_off {
 background: url('media/apps/tableman/images/switch_off.png');
 }

/* Chrome, Safari, Opera */
@-webkit-keyframes showSlowlyElement {
	100%   	{ transform: scale(1); opacity: 1; }
	0% 	{ transform: scale(1.1); opacity: 0; }
}

/* Standard syntax */
@keyframes showSlowlyElement {
	100%   	{ transform: scale(1); opacity: 1; }
	0% 	{ transform: scale(1.1); opacity: 0; }
}
@media (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    }


.navbar-collapse-justify {
     position:absolute; 
     margin-top:-0px;  
     margin-left:-20px; 
     font-size:30px; 
     color: #5A9CDE;
     }

.navbar-collapse {
     padding:0px;
     } 

.navbar {
      color:gray; 
      background: transparent !important;
      border: 1px solid #5A9CDE!important; 
      border-radius: 4px;
      }


.nav > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color:white;
    background: #5A9CDE !important;
    border-radius: 0px;
    }

.nav > li a:hover {
    border-radius: 0px;
    color:#ffffff;
    background: #5A9CDE !important; 
    }

.nav-tiles > li {
    margin-right:2px; 
    float:left;
    line-height:30px; 
    }

.nav > li.active > a, .nav-tiles > li.active > a:hover, .nav-tiles > li.active > a:focus {
    color:white;
    background: #5A9CDE !important;
    border-radius: 0px;
    }

.list-group-item-anchor {
      border-radius: 0px;
      color: #5A9CDE; 
      border-radius: none;
      border: 0px !important;
      text-decoration: none !important;
      }

.list-group-item {
      background: transparent;  
      border: 0px !important;
      border-radius: 0px !important;
      color: #5A9CDE; 
      }

.list-group-item:hover {
      border: 0px !important;
      border-radius: 0px !important;
      background-color: #EEEEEE;
      }

.list-group-item.active {
      border: 0px !important;
      border-radius: 0px !important;
      background-color: #5A9CDE !important;
      color:white; 
      }

.list-group-item.active:hover {
      border: 0px !important;
      border-radius: 0px !important;
      background-color: #5A9CDE !important;
      color:white; 
      }
.pagination .active a, .pagination .active a:hover {
 background-color: #5A9CDE;
 border-color: #5A9CDE;
 }
<!-- /* Einstellung für Panel Primary */ -->
.panel-primary {
	border-color: #5A9CDE;
	}

.panel-primary > .panel-heading {
	background-color: #5A9CDE;
	border-color: #5A9CDE;
	color: ;
	}
<!-- /* Einstellung für Btn Primary */ -->
.btn-primary {
	background-color: #5A9CDE;
	border-color: #5A9CDE;
	}

.btn-primary:hover {
	background-color: #5A9CDE;
	border-color: #5A9CDE;
	}.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	}
.anzeige {
 padding-bottom:20px;
 line-height:25px;
 }
.titel {
 color:#5A9CDE;
 font-size: 14px;
 }

.titel a {
 text-decoration: underline;
 }


.beschreibung {
 color: black;
 }
