@font-face {
  font-family: OpenSans;
  src: url(http://www.keosk.de/static/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSansBold;
  src: url(http://www.keosk.de/static/fonts/OpenSans-Bold.ttf);
}
body {
  background: gray;
  margin: 0;
}

.logo {
  margin-top: -100px;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.logo img {
  width: 100%;
  height: 100%;
}

.mainContainer {
  width: 100vw;
  height: calc(100vh - 40px);
  overflow: auto;
  position: relative;
  background: white;
}
.mainContainer .toolbar {
  height: 60px;
  background: gray;
}

@media (max-width: 400px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container {
  width: auto;
  height: 100%;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  justify-items: center;
}
.container .item {
  width: 204px;
  background: white;
}
.container .item a {
  text-decoration: none;
}
.container .item a img {
  width: 204px;
  border: solid 1px #eeeeee;
}
.container .item a .title {
  margin-top: 10px;
  display: block;
  font-family: OpenSansBold;
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.2px;
  overflow: hidden;
}
.container .item a .date {
  display: block;
  color: #303030;
  font-family: OpenSans;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 20px;
  overflow: hidden;
}

footer {
  position: fixed;
  bottom: 0;
  height: 40px;
  width: 100%;
  margin: auto;
  line-height: 40px;
  font-size: 10px;
  vertical-align: middle;
  font-family: OpenSans;
  margin-top: 10px;
  background: white;
}
footer .left {
  float: left;
  margin-left: 30px;
}
footer .left a {
  color: black;
  text-decoration: none;
  margin-right: 10px;
}
footer .right {
  float: right;
  margin-right: 35px;
}
footer .right a {
  color: black;
  text-decoration: none;
  margin-right: 0;
}

/*# sourceMappingURL=main.css.map */
