@media screen and (min-width: 800px) {
  .orderProgress {
    background: transparent url(progress.png) top left no-repeat;
    position: relative;
    width: 800px;
    height: 84px;
    margin: 0px 0px 10px;
  }
  .orderProgress li {
    position: absolute;
    top: 0px;
    width: 230px;
    height: 84px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .orderProgress .step1 {
    left: 0px;
  }
  .orderProgress .step2 {
    left: 270px;
  }
  .orderProgress .step3 {
    left: 540px;
  }
  .orderProgress .step {
    display: block;
    font-size: 14px;
    padding: 19px 0px 0px 15px;
  }
  .orderProgress .desc {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 0px 15px;
  }
  .orderProgress .state {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .orderProgress .state span {
    font-size: 50px;
    line-height: 84px;
  }
  .orderProgress .stateActive span {
    font-size: 110px;
  }
}



@media screen and (max-width: 900px) {
  h1 {
    word-break: break-word;
  }

  header {
    padding: 0px;
    background: transparent;
  }
  header .mobileHeader {
    z-index: 100;
  }
  /*header .mobileHeader h1 {
    font-family: Arial, Helvetica, sans-serif;
  }*/
  header .inner,
  .navigation .inner {
    padding: 0px;
  }
  header .inner {
    height: auto;
  }
  header nav.top,
  header .menuSearch,
  nav.main ul,
  nav.cat {
    display: none;
  }
  main {
    padding: 20px 0px 20px;
    min-height: 0px;
  }
  nav.main {
    padding: 0px;
    background: #eeece1;
  }
  nav.main .menuSearch {
    position: static;
    float: none;
    text-align: center;
  }
  
  nav.mobile {
    background: #eeece1;
  }
  nav.mobile ul,
  nav.mobile li {
    border: none;
  }
  nav.mobile li {
    border-bottom: solid 1px white;
  }
  nav.mobile li.active {
    background: #e5e1cf;
    padding: 0px;
  }
  nav.mobile li a {
    /*color: #840042;*/
    color: #333;
    text-decoration: none;
  }
  nav.mobile li.active {
    /*color: #840042;*/
    color: black;
    font-weight: bold;
    padding: 5px 10px;
  }
  /*
  .navigation {
    display: block;
    position: absolute;
    top: 30px;
    z-index: 100;
    background: #260A06;
    padding-top: 3px;
  }
  .navigation ul,
  .navigation li {
    border: none;
  }
  .navigation > ul {
    border-bottom: #957237 1px solid;
  }
  .navigation li {
    border-top: #957237 1px solid;
  }
  .navigation li li div {
    padding-left: 20px;
  }
  .navigation li.active {
    background: #800000;
  }
  .navigation li.active div {
    color: white;
    font-weight: bold;
  }*/

  footer.membership .caption,
  footer.membership .vda,
  footer.membership .ilab {
    padding: 2px 0px;
    width: 100%;
    overflow: auto;
  }
}

@media screen and (max-width: 660px) {
  h1 {
    font-size: 40px;
  }

  .detail {
    overflow: visible;
  }
  .detail td.picture {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 490px) {
  h1 {
    font-size: 24px;
  }

  figure.big {
    float: none;
    width: 100%;
    padding: 0px;
  }

  .category,
  .keywords {
    columns: 1;
  }
  .detail table,
  .detail tbody,
  .detail tr {
    display: block;
  }

  .listView tbody .price,
  .listView tbody .order {
    position: static;
  }
  .listView tbody .price {
    float: left;
  }
  .listView tbody .order {
    width: auto;
  }

  .impressum td {
    display: inline-block;
    padding-right: 0px;
  }
}


@media screen and (max-width: 300px) {
  figure.info {
    float: none;
    width: 100%;
    padding: 0px;
  }

  .featured .items .item {
    overflow: visible;
  }
  .featured .items .item .image,
  .catalogs .item .image {
    width: 100%;
    float: none;
    padding: 0px;
  }

  footer .inner {
    display: block;
  }
  footer.info .contact,
  footer.info .bookshop,
  footer.info .legal {
    min-width: 0px;
  }
}