/* It is recommended to place all your extra/additional CSS rules here */
#TopCarousel{
	background:transparent;
	width:100%;
	height:auto;
	visibility:visible;
	height:auto;
	background-image:url(../images/theme_images/carousel_arrow_left.png); 
	left: 0;
	.carousel-inner.onebyone-carosel { margin: auto; width: 100%; }
	.onebyone-carosel .active.left { left: -33%; }
	.onebyone-carosel .active.right { left: 33%; }
	.onebyone-carosel .next { left: 33%; }
	.onebyone-carosel .prev { left: -33%; }
}
#Topitem{
	visible:hidden;
	height:0;
}
    @media (min-width: 768px) { 
		#TopCarousel{
			width:100%;
			left:0%;
			height:auto;
			display:block;
			background:transparent;
			visibility:visible;
		}
		#Topitem{
			visible:visible;
			height:auto;
			
		}
	}
    @media (min-width: 992px) { 
		#TopCarousel{
			width:100%;
			left:0%;
			height:auto;
			display:block;
			background:transparent;
			visibility:visible;
		}
		#Topitem{
			visibility:visible;
			height:auto;		
		}
	}

    @media (min-width: 1200px) {  
			#TopCarousel{
			width:100%;
			left:0%;
			height:auto;
			display:block;
			background:transparent;
			visibility:visible;
		}
		#Topitem{
			visibility:visible;
			height:auto;
		}
    }


		#InputTabSuche {
			background-color: rgb(120,120,120);
			background-position: 10px 10px; /* Position the search icon */
			background-repeat: no-repeat; /* Do not repeat the icon image */
			width: 30%; /* Full-width */
			font-size: 16px; /* Increase font-size */
			padding: 12px 20px 12px 40px; /* Add some padding */
			border: 1px solid rgb(120,120,120); /* Add a grey border */
			margin-bottom: 12px; /* Add some space below the input */
		}
		#BldTab {
			border-collapse: collapse; /* Collapse borders */
			width: 100%; /* Full-width */
			border: 1px solid #ddd; /* Add a grey border */
			font-size: 18px; /* Increase font-size */
		}
		#BldTab th, #BldTab td {
			text-align: left; /* Left-align text */
			padding: 12px; /* Add padding */
		}
		#BldTab tr {
			/* Add a bottom border to all table rows */
			border-bottom: 1px solid rgb(120,120,120); 
		}
		#BldTab tr.header, #BldTab tr:hover {
			/* Add a grey background color to the table header and on hover */
			background-color: rgb(120,120,120);
		}