@import "body.css";
@import "header.css";
@import "a.css";
@import "main.css";
@import "footer.css";


/* ----------- index.htm ---------- */

.start main ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 160%;
}

/* -------- produktinfo.htm ------- */

@media screen and (min-width: 441px) {
  .screenshot {
    background-color: #ebebeb;
    text-align: center;
    padding: 20px 0;
  }
}

.screenshot img {
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #303030;
}

/* --------- impressum.htm --------- */

address {
  font-style: normal;
  margin-top: 16px;
}


