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

body {
  /* Margin bottom by footer height */
  margin-bottom: 120px;
}

@font-face {
    font-family: 'tketypemono-light';
    src: url('fonts/TKEMono/WOFF2/TKETypeMono-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.tke-h1 {
    font-family: 'tketypemono-light';
    text-transform: uppercase;
    margin: 25px 0 0 0;
}

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

.footer {
  position: absolute;
  bottom: 0;
  font-size: 85%;
  padding-top: 10px 0;
  width: 100%;
  height: 120px;/* 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: 390px;
}

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