html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 145px;
  font-family: Arial,sans-serif;
}

/* größere maximalbreite */
@media (min-width: 1400px){
	.container {
		width: 1360px;
	}
}

.tvline {
    border-bottom: 2px solid #F0E614;
}

.logo img {
	height: 50px;
	color: #00469b;
	magin: 1rem;
}

.menu {
    padding: 22px 0 0 20px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.footer {
  position: absolute;
  bottom: 0;
  font-size: 85%;
  padding-top: 10px 0;
  width: 100%;
  height: 145px;/* 80px ohne <hr> */
}

.footer p {
	margin: 3px 0 0;
}

.ordertime {
	margin-left: 15px;
	margin-bottom: 10px;
}

.text-left-important {
	text-align: left!important;
}

li.activeCategory {
	text-decoration: underline;
}

ul.list {
  padding: 5px;
  list-style: none;
}

ul.list li {
  padding: 5px 0;
  margin-left: 0;
  list-style: none;
}

ul.list li a {
  text-decoration: none;
}

.item {
 min-height: 400px;
}

.thumbnail {
	position: relative;
	min-height: 445px;
}

.price {
	position: absolute;
	bottom:0;
	width: 100%;
}

.vthome {
    width: 24px;
}

ul.treeview li {
    display: none;
}

#cat1067,
#cat1063 {

	display: block;
}

#cat1056,
#cat1057,
#cat1058,
#cat1060,
#cat1061,
#cat1062,
#cat1064 {
	display: none;
}
