.background { 
background: url('../images/img_header.jpg') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}

.content-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.content-container div {
position: static;
}

.content {
width: 100%;
height: 100%;
}

.jumbo-bg {
	
	background: url('../images/img_header.jpg');
	background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
	margin-bottom: 0;
}

.container-big {
	width: 100%;
	background: #1E1F23;
	color: #F2F2F2;
	border-top: 5px #FF0000 solid;
}

.header {
	height: 200px;
}

.color-dark {
	color: #222222;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.2);
}

.row-padding {
	padding-bottom: 15px;
}

.container-max {
	background: #999999;
	color: #1E1F23;
	padding-top: 20px;
	padding-bottom: 20px;
}

a {
	color: #FF0000;
}

a:hover {
	color: #FF0000;

}

.colmd-border {
	border-left: 5px #1E1F23 solid;
}

.contact a {
	color: #000;
}

.contact a:hover {
	color: #000;
	text-decoration: underline;
}

.social a {
	color: #FFF;
}

.social a:hover {
	color: #FFF;
	text-decoration: underline;
}

.copyright {
	padding-top: 15px;
}

.tablerow-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #BF0000;
  color: #FFFFFF;
}

.tablerow-hover tbody tr:hover td small {
	color: #E0E0E0;
}

.table > tbody > tr > td, 
.table > tbody > tr > th {
    border-top-color: #777777;
}
.table > thead > tr > th {
	border-bottom: 1px solid #FF0000;
}

.small, small {
	font-size: 85%;
	color: #777777;
}

.th-price {
	width: 64px;
}

.th-number {
	width: 30px;
}

.menu-active {
	text-shadow: none;
	color: #1E1F23;
	background-color: #FF0000;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #FF0000;
    background-image: none;
    text-shadow: none;
}

div.desc{
    background-color: #000;
    color: #fff;
    opacity: 0.7;
    position: relative;
    bottom: 30px;
    height: 23px;
    width: 100%;
    padding-left: 5px;
}

.fix{
    width: 100%;
    padding: 0px;
}

.logo {
	position: relative;
	top: 30px;
}

.form-select {
	display: initial;
	width: 150px;
	border: 1px solid #777777;
	color: #FFFFFF;
	background-color: #111;
}

.form-control:focus {
    border-color: #FF0000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
}

#dauerangebote {
	color: #FF0000;
}

.angebot {
	color: #eb9316;
	font-weight: bold;
}
