body {
	background-image: -webkit-linear-gradient(top left, #CCCCCC 0%, #454545 100%); 
	background-image: -moz-linear-gradient(right bottom, #CCCCCC 0%, #454545 100%); 
	background-image: -o-linear-gradient(#CCCCCC 0%, #454545 100%); 
	background-image: linear-gradient(#CCCCCC 0%, #454545 100%);
	background-repeat: no-repeat;
}
#wrapper {
	position: relative;
	min-height: 110%;

}
#content {
	margin-top: 1px;
}

footer {
	height: 30px;
	text-align: center;
	color: #ccc;
	background: #454545;
}

.footer-inner {
	height: 20px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	opacity: 0.4;
}

.site_title {
	border: solid 2px #fff;
	border-radius: 4px;
	background: #999;
	opacity: 0.8;
	color: #fff;
	padding-right: 8px; 
	padding-left: 8px; 
	padding-top: 0px; 
	padding-bottom: 3px;
}

.navlink-hsg:hover {
	color: #FF0000;
}

.index-box {
	
	background-image: -webkit-linear-gradient(top left, #CCCCCC 0%, #454545 100%); 
	background-image: -moz-linear-gradient(right bottom, #CCCCCC 0%, #454545 100%); 
	background-image: -o-linear-gradient(#CCCCCC 0%, #454545 100%); 
	background-image: linear-gradient(#CCCCCC 0%, #454545 100%);
	background-repeat: no-repeat;
	
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
	color: #fff;
	height: 170px;
	padding: 10px;
}

.index-box-title {
	margin: 4px; 
	padding-left: 4px; 
	border-left: solid 20px #FF0000; 
	background-color: #999;
	font-size: 16px; 
	font-family: verdana; 
	color: #fff;
	
}
.index-box-xs {
	background-color: #fff;
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;
	padding: 10px;
}
.contentwindow {
	background-color: #fff;
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;

	padding: 10px;
}

.calendar-month {
	text-align: center;
	padding-top: 3px; 
	font-family: verdana; 
	font-size: 10px;
	font-weight: bold; 
	color: #fff; 
	background-color: #ff0000; 
	width: 80px; 
	height: 20px;
	border: solid 1px #ff0000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.calendar-day {
	text-align: center;
	padding-bottom: 3px; 
	font-family: verdana;
	font-weight: bold; 
	font-size: 46px; 
	color: #666; 
	background-color: #fff; 
	width: 80px; 
	height: 60px;
	border: solid 2px #ff0000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.calendar-month-xs {
	text-align: center;
	padding-top: 0px; 
	font-family: verdana; 
	font-size: 8px;
	font-weight: bold;  
	color: #fff; 
	background-color: #ff0000; 
	width: 40px; 
	height: 10px;
	border: solid 1px #ff0000;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.calendar-day-xs {
	text-align: center;
	padding-bottom: 1px; 
	font-family: verdana;
	font-weight: bold; 
	font-size: 22px; 
	color: #666; 
	background-color: #fff; 
	width: 40px; 
	height: 30px;
	border: solid 2px #ff0000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.news-headline {
	border-left: solid 4px #ff0000;
	padding-left: 6px;
	font-family: verdana;
	font-weight: bold; 
	font-size: 18px; 
	color: #666; 
}
.news-headline-meta {
	margin-bottom: 0px;
	padding-left: 10px;
	font-family: verdana; 
	font-size: 10px; 
	color: #666; 
}
.news-label-kategorie {
	margin-top: 10px; 
	width: 80px; 
	background-color: #999; 
	border: solid 1px #999; 
	border-radius: 3px; 
	color: #fff; 
	text-align: center;
	font-family: verdana;
	font-weight: bold; 
	font-size: 10px; 
}
.grid {
	background-image: -webkit-linear-gradient(top left, #CCCCCC 0%, #454545 100%); 
	background-image: -moz-linear-gradient(right bottom, #CCCCCC 0%, #454545 100%); 
	background-image: -o-linear-gradient(#CCCCCC 0%, #454545 100%); 
	background-image: linear-gradient(#CCCCCC 0%, #454545 100%);
	background-repeat: no-repeat;
	margin: 0px;
	border: solid 1px #999; 
	border-radius: 3px; 
	padding: 8px;
	
}
.grid:hover {
	transform: scale(1.001, 1.001);
	-webkit-transform: scale(1.001, 1.001);
	-moz-transform: scale(1.001, 1.001);
	-o-transform: scale(1.001, 1.001);
	-ms-transform: scale(1.001, 1.001);
	-moz-box-shadow: 1px 1px 26px #999;
	-webkit-box-shadow: 1px 1px 26px #999;
	z-index: 99;
	box-shadow: 1px 1px 26px #fff;
	
}
.grid-news-headline {
	border-left: solid 4px #ff0000;
	padding-left: 2px;
	font-family: verdana;
	font-weight: bold; 
	font-size: 	10px; 
	color: #fff; 
}
.grid-news-text {
	padding-left: 0px;
	font-family: verdana; 
	font-size: 	10px; 
	color: #fff; 
}
.button_link {
  font:  12px verdana;
  text-decoration: none;
  background: transparent;
  color: #333333;
  padding: 0px;
  border: transparent
  
}
.stripe-top {
	background-image: url("../img/info/stripe.png");
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border: solid 1px #000000;
}
.stripe-bottom {
	background-image: url("../img/info/stripe.png");
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border: solid 1px #000000;
}
.banner_bg {
	background-image: url("../img/banner/asphalt.png");
}
.stripe-body {
	background-color: #000000;
	border: solid 1px #000000;
	color: #ffffff;
	text-align: center;
}
.drehen {
	text-align: left;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);

	transform: rotate(270ådeg);
}
.admin-sidenav-user {
	border: solid 1px #ccc;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
	padding-top: 10px;
}
.admin-sidenav-titel {
	padding-left: 10px; 
	padding-top: 5px; 
	margin-bottom: 0px; 
	font-size: 22px; 
	font-family: verdana; 
	color: #666;
}
.admin-sidenav-titel2 {
	padding-left: 5px; 
	padding-top: px; 
	margin-bottom: 0px; 
	font-size: 14px; 
	font-family: verdana; 
	color: #666;
}
.admin-headline {
	padding-left: 0px; 
	padding-top: 5px; 
	margin-bottom: 0px; 
	font-size: 16px; 
	font-family: verdana; 
	color: #666;
}

.rightsidebar {
	background-color: #ccc;
	color: #fff;
	border-top: solid 1px #FF0000;
	border-bottom: solid 1px #FF0000;

	padding: 10px;
}
.nospace {
	margin-top: 1px;
}

.navbar-hsg {
  background-color: #fff;
  border-top: solid 2px #FF0000;
  border-bottom: solid 1px #FF0000;
  border-radius: 0px;
}
.navbar-hsg .navbar-brand {
  color: #777;
}
.navbar-hsg .navbar-brand:hover,
.navbar-hsg .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-hsg .navbar-text {
  color: #777;
}
.navbar-hsg .navbar-nav > li > a {
  color: #777;
}
.navbar-hsg .navbar-nav > li > a:hover,
.navbar-hsg .navbar-nav > li > a:focus {
  color: #fff;
  background-color: FF0000;
}
.navbar-hsg .navbar-nav > .active > a,
.navbar-hsg .navbar-nav > .active > a:hover,
.navbar-hsg .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #FF0000;
}
.navbar-hsg .navbar-nav > .disabled > a,
.navbar-hsg .navbar-nav > .disabled > a:hover,
.navbar-hsg .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-hsg .navbar-toggle {
  border-color: #ddd;
}
.navbar-hsg .navbar-toggle:hover,
.navbar-hsg .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-hsg .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-hsg .navbar-collapse,
.navbar-hsg .navbar-form {
  border-color: #e7e7e7;
}
.navbar-hsg .navbar-nav > .open > a,
.navbar-hsg .navbar-nav > .open > a:hover,
.navbar-hsg .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #FF0000;
}
@media (max-width: 767px) {
  .navbar-hsg .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-hsg .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-hsg .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: FF0000;
  }
  .navbar-hsg .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-hsg .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-hsg .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-hsg .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-hsg .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-hsg .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-hsg .navbar-link {
  color: #777;
}
.navbar-hsg .navbar-link:hover {
  color: #333;
}
.navbar-hsg .btn-link {
  color: #777;
}
.navbar-hsg .btn-link:hover,
.navbar-hsg .btn-link:focus {
  color: #333;
}
.navbar-hsg .btn-link[disabled]:hover,
fieldset[disabled] .navbar-hsg .btn-link:hover,
.navbar-hsg .btn-link[disabled]:focus,
fieldset[disabled] .navbar-hsg .btn-link:focus {
  color: #ccc;
}
/* On-Off Schalter */
.onoffswitch {
    position: relative; width: 68px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #CCCCCC; border-radius: 5px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 18px; padding: 0; line-height: 18px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "AN";
    padding-left: 15px;
    background-color: #6194FD; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "AUS";
    padding-right: 15px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 17px; margin: 0.5px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 46px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/* ./On-Off Schalter*/
/* Container box to set the sides relative to */
.cube {
	
	text-align: center;
	margin: 0 auto;
	height: 100%;
  

	-webkit-transition: -webkit-transform .63s;
	transition: transform .63s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* <-NB */
}

/* The two faces of the cube */
.flippety,.flop {
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189, .8);

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;
	box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;
	height: 100%;
}

/* Position the faces */
.flippety {
	-webkit-transform: translateZ(50px);
	transform: translateZ(50px);
}

.flop {
	-webkit-transform: rotateX(-90deg) translateZ(-50px);
	transform: rotateX(-90deg) translateZ(-50px);
}

/* Rotate the cube */
.cube:hover {
	-webkit-animation: .cube 5s;
	-webkit-transform: rotateX(89deg);
	transform: rotateX(89deg); /* Text bleed at 90º */
}

/* Tooltipp mit “i” Tag */
i {
	position: relative;
	cursor: pointer;
	font: verdana;
	color: #999;
	//*text-shadow: #090A0B 0 -1px; *//
	display: inline-block;
}

i > div.tooltip {
    font-style: normal;
	text-align: center;
	line-height: 150%;
	color: black;
	text-shadow: white 0 1px;
	background: #DDD;
	background-clip: padding-box;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	border: 5px solid #111;
	border: 5px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	position: absolute;
	width: 400px;
  	margin-left: 50px; /* 50% of div width */
  	margin-bottom: -2200px; /* 50% of div width */
	left: 50%;
	padding: 10px 0;
	bottom: 100%;
	margin-bottom: 10px;
	visibility:hidden;
	overflow: hidden;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

i > div.tooltip:before, i > div.tooltip:after {
acontent: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 100%;
	left: 50%;
	bottom: 50%;
	margin-left: -10px;
}

i > div.tooltip:before {
	border-top: 10px solid #111;
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	margin-top: 5px;
}

i > div.tooltip:after{
	border-top: 10px solid #DDD;
	margin-top: -2px;
	z-index: 1;
}

i:hover > div.tooltip {
	visibility: visible;
	opacity: 1;
}
/* Charts */
.pie-chart-tiny {
    display: inline-block;
    position: relative;
    margin: 3px 10px 0;
    padding-bottom: 13px;
}

.percent {
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 36px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.68);
    text-shadow: none;
    padding-left: 2px;
}

.percent:after {
    content: '%';
}

.pie-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.pie-title i {
    font-size: 15px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
}

.pie-title i:hover {
    opacity: 1;
    cursor: pointer;
}
@keyframes marquee {
	0%   { text-indent: 550px }
	100% { text-indent: -550px }
}

.marquee {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;

	animation: marquee 45s linear infinite;
}

.marquee:hover {
	animation-play-state: paused;
}
.arrow_box_msg {
    position: relative;
    background: #c2e0f5;
    border-radius: 5px;
}
.arrow_box {
    position: relative;
    background: #c2e0f5;
    border-radius: 5px;
}
.arrow_box:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 224, 245, 0);
    border-left-color: #c2e0f5;
    border-width: 15px;
    margin-top: -15px;
}