@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) {
  footer .backbuch {
    position: relative !important;
  }
  header {
    padding: 0px;
    background: transparent;
  }
  header .mobileHeader {
    z-index: 100;
  }
  header .inner,
  .navigation .inner {
    padding: 0px;
  }
  header .inner {
    height: auto;
  }
  header nav.top,
  header .menuSearch,
  nav.main ul {
    display: none;
  }
  nav.main .menuSearch {
    text-align: center;
    float: none;
  }
  main {
    padding: 20px 0px 20px;
    min-height: 0px;
  }
  nav.mobile {
    background: #eeece1;
  }
  nav.mobile ul,
  nav.mobile li {
    border: none;
  }
  nav.mobile li div {
    border-bottom: solid 1px white;
  }
  nav.mobile li.active {
    background: #e5e1cf;
    padding: 0px;
  }
  nav.mobile li a {
    color: #a72b30;
  }
  nav.mobile li.active div {
    color: #a72b30;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: underline;
  }
  nav.mobile li.active li div {
	padding: 0px;
	text-decoration: none;
  }
  nav.mobile li li a,
  nav.mobile li li.active div {
	padding-left: 30px;
  }
  /*
  .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;
  }*/


  .pageContainer {
    max-width: 100%;
    width: 100%;
    margin: 0px;
    border: none;
    box-shadow: none;
  }

  .books {
    display: block;
  }
  .books .current,
  .books .other {
    width: 100%;
    max-width: 508px;
  }
  .books .other .item {
    padding: 20px 0px;
  }
  .inventory {
    overflow: visible;
  }
  .inventory .categories {
    width: 100%;
  }
  .inventory .search {
    float: none;
    width: 100%;
  }

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

@media screen and (max-width: 660px) {
  .detail {
    overflow: visible;
  }
  .detail td.picture {
    padding: 10px 0px;
  }

  .newsletter .label {
    white-space: nowrap;
  }
  .newsletter input[type="text"] {
    width: 90%;
  }
  .feedback .label {
    white-space: nowrap;
  }
  .feedback input[type="text"] {
    width: 90%;
  }
  .feedback textarea {
    width: 95%;
  }
  .feedback .contactMessage {
    margin: 10px 0px 20px;
  }
  .contact .contactAddress {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .contactMap .map {
    max-width: 100%;
    margin: 0px;
  }
  footer.info .neustartkultur {
    display: none;
  }
  .neustartkultur img {
    height: auto;
  }
}

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

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

  .news .newsItem .newsImage {
    float: none;
    width: auto;
  }
  .news .newsItem .newsText {
    margin: 10px 0px;
  }
  .catalogs figure {
    float: none;
    width: auto;
  }
  .catalogs .title,
  .catalogs .buttons {
    margin: 10px 0px;
  }
  
/*.shipping table td:nth-child(3) {
  position: relative;
  display: table-row;
}*/
  .shipping table {
    width: 100%;
  }
  .shipping table tr {
    display: block;
    clear: both;
  }
  /*.shipping table td {
    display: inline-block;
    width: 45%;
    min-width: 0% !important;
  }*/
  .shipping table td {
    min-width: 0% !important;
    display: block;
  }
  .shipping table td:nth-child(1) {
    float: left;
  }
  .shipping table td:nth-child(2) {
    float: right;
    padding-right: 0px;
  }
  .shipping table td:nth-child(3) {
    clear: both;
    padding-bottom: 20px;
    width: 100%;
  }

  footer .inner {
    display: block;
    padding: 0px 10px;
  }
  footer.info .contact, 
  footer.info .membership, 
  footer.info .legal {
    min-width: 0%;
    width: 100%;
    padding: 0px 20px 10px 0px;
  }
}


@media screen and (max-width: 300px) {
  nav.main .menuSearch input[type="text"] {
    width: 60%;
  }
  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.info .contact,
  footer.info .bookshop,
  footer.info .legal {
    min-width: 0px;
  }
}