/* 

Hier kann das Bootstrap CSS stellenweise angepaßt werden


*/
body {
	font-family: Arial, Helvetica, sans-serif!important;
}

.link-rhino:hover { 
	text-decoration: none; 
	text-underlined: none; 
} 

.button-rhino { 
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
} 

.panel-heading.panel-rhino {
	background-color: #006703 !important;
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  border-color: #006703 !important;
  color: #ffffff;
}

.panel-rhino {
  border-color: #006703 !important;
}

.panel-heading.panel-rhino-small {
	padding: 3px 8px;
	font-weight: bold;
	font-size: 12px;
}
.panel-body.panel-rhino-small {
	padding: 5px 5px;
}

.carousel-indicators {
	bottom: 0px !important;
	margin-bottom: 0px !important;
	
}



.panel-heading.panel-rhinowarning {
	background-color: #675400 !important;
	background-image: linear-gradient(to bottom,#FFC500 0,#DFB629 100%);
  border-color: #675400 !important;
  color: #444;
}

.panel-rhinowarning {
  border-color: #675400 !important;
}

.btn-warning {
	background-color: #FFC500;
	color: #000;
}




.cBullets {
	font-size: 10px; 
	line-height: 13px; 
}

#eKomiVFreport-fixed {
	display: none;
}





@media screen and (max-width: 489px) {
	.cBullets {
		font-size: 13px; 
		line-height: 16px; 
	}
}
@media screen and (min-width: 490px) and (max-width: 767px) {
	.cBullets {
		font-size: 15px; 
		line-height: 23px; 
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.cBullets {
		font-size: 15px; 
		line-height: 23px; 
	}
}
@media screen and (min-width: 992px) and (max-width: 1535px) {
	.cBullets {
		font-size: 13px; 
		line-height: 16px; 
	}
}
@media screen and (min-width: 1536px) and (max-width: 4096px) {
	.cBullets {
		font-size: 14px; 
		line-height: 20px; 
	}
}




@media screen and (max-width: 991px) {
	.infodiv_md 	{		display: none; 	}
	.infodiv_lg 	{		display: none; 	}
	.infodiv_xl 	{		display: none; 	}
	.infodiv_xxl {		display: none; 	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.infodiv_md 	{		display: block; 	}
	.infodiv_lg 	{		display: none; 	}
	.infodiv_xl 	{		display: none; 	}
	.infodiv_xxl {		display: none; 	}
}
@media screen and (min-width: 1200px) and (max-width: 1359px) {
	.infodiv_md 	{		display: none; 	}
	.infodiv_lg 	{		display: block; 	}
	.infodiv_xl 	{		display: none; 	}
	.infodiv_xxl {		display: none; 	}
}
@media screen and (min-width: 1360px) and (max-width: 1579px) {
	.infodiv_md 	{		display: none; 	}
	.infodiv_lg 	{		display: none; 	}
	.infodiv_xl 	{		display: block; 	}
	.infodiv_xxl {		display: none; 	}
}
@media screen and (min-width: 1580px) {
	.infodiv_md 	{		display: none; 	}
	.infodiv_lg 	{		display: none; 	}
	.infodiv_xl 	{		display: none; 	}
	.infodiv_xxl {		display: block; 	}
}









/*


@media screen and (max-width: 589px) {
	.cBullets {
		font-size: 12px; 
		line-height: 15px; 
	}
}
@media screen and (min-width: 590px) and (max-width: 767px) {
	.cBullets {
		font-size: 15px; 
		line-height: 19px; 
	}
}
@media screen and (min-width: 768px) and (max-width: 4096px) {
	.cBullets {
		font-size: 10px; 
		line-height: 13px; 
	}
}




*/


/* ------------------------------------------------------------------ */

.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
	background-color: #006703 !important;
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  border-color: #006703 !important;
  color: #ffffff;
}

.nav-pills > li.active > a:hover {
	color:black;
	background-color: #DFF0D8;
		
}

.nav-pills>li>a {
	color: white;
	background-color: #DEDEDE;
}

.nav-pills>li>a:hover {
	color: black;
	background-color: #DFF0D8;
}

