/*@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: 800px) {
  .index main .logo,
  .index main .title,
  .index main .link,
  .index main .indexAddress,
  .index main .copyright {
    position: static;
    text-align: center;
  }
  .index main .indexAddress table {
    margin: 30px auto;
  }
  /*.index main .copyright {
    text-align: right;
  }*/

  footer .contact,
  footer nav.footer ul {
    width: 300px;
  }
  footer .contact div, 
  footer nav.footer ul li {
    width: 150px;
  }
}

@media screen and (max-width: 650px) {
  header .logo {
    display: block;
    top: 34px;
  }
  header .logo img {
    width: 54px;
    height: 62px;
    object-position: left top;
    object-fit: none;
  }
  header .logo h2 {
    display: none;
  }
  header .mobileHeader {
    padding: 5px 7px;
  }
  header .mobileHeader h1 {
    color: #b2afaf;
    font-size: 13px;
    padding: 0px 0px 0px 20px;
  }
  header .mobileHeader h1::before {
    content: "";
    /*content: "≡";
    font-size: 21px;
    color: inherit;*/
  }
  header .mobileHeader a:hover h1 {
    color: white;
  }
  header .menuSearch {
    left: 10px;
    bottom: 30px;
    text-align: center;
  }
  header .menuSearch .quicksearch {
    float: none;
  }
  header nav.main,
  header nav.top {
    display: none;
  }
  nav.mobile li a {
    color: #b2afaf;
  }
  nav.mobile li a:hover {
    color: white;
  }
  nav.mobile li.active {
    background: #333;
  }
  nav.mobile li.active div {
    color: white;
  }

  .search table,
  .search tbody,
  .search tr,
  .search td {
    display: block;
  }
  .search .constraints .label {
    text-align: left;
    width: auto;
    padding: 10px 5px 2px;
  }
  .search .constraints .subjectField td,
  .search .constraints .categoryField td,
  .search .constraints .titleField td {
    padding-bottom: 5px;
  }
  .search input[type="text"],
  .search .constraints .subjectField input[type="text"],
  .search .constraints .languageField select,
  .search select { 
    width: 95%;
  }
  .search .constraints button {
    padding-top: 20px;
  }
  .search .command {
    padding-left: 0px;
  }
  .search .command td {
    text-align: left;
  }

  .abbrv .abbreviations {
    width: 300px;
    columns: 1;
  }
  .agb .scrollBox {
    width: 100%;
  }

  .contactForm table,
  .contactForm tbody,
  .contactForm tr,
  .contactForm td {
    display: block;
  }
  .contactForm .label,
  .contactForm .msg .label {
    text-align: left;
    width: auto;
    padding: 0px 5px;
  }
  .contactForm .agr .label {
    display: none;
  }
  .contactForm input[type="text"],
  .contactForm textarea { 
    width: 95%;
  }
  .contactForm .msg td {
    height: auto;
  }
  .contactForm .btns {
    position: static;
    padding-top: 20px;
    padding-left: 0px;
  }
  
  .list .flowItem .text {
    padding-left: 120px;
  }
  .list .flowItem .image img {
    max-width: 100px;
  }

  footer {
    background-position: 94% 37%;
  }
  footer .contact {
    position: static;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  footer .contact td {
    width: inherit;
  }
  footer nav.footer {
    display: none;
  }
  footer .copyright {
    bottom: 5px;
    left: 15px;
    right: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .cart tbody .itemPrice {
    padding: 5px 2px 0px;
  }
  .cart .tfoot td {
    height: auto;
  }
  .cart .tfoot .shipTo select {
    float: none;
  }
  #order_print {
    display: none;
  }

  .categories .items {
    columns: 1;
  }
  .categories .items .col1 li,
  .categories .items .col2 li {
    text-align: center;
  }

  /*.abbrv .abbreviations,
  .abbrv .binding,
  .abbrv .formats {
    width: 100%;
    columns: 1;
  }*/

  .masthead .name .label {
    display: none;
  }
  .masthead table {
    margin-bottom: 30px;
  }
  .masthead table,
  .masthead tbody,
  .masthead tr {
    display: block;
  }
  .masthead .name td,
  .masthead .address td,
  .masthead .address .label {
    display: block;
    text-align: left;
    width: 100%;
  }
  .masthead .label,
  .masthead .address .label {
    min-width: 0px;
  }
  
  .listNav {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .pager {
    margin-bottom: 0px;
  }
  .listControl {
    margin-top: 0px;
  }
  .listControl .listConfigLinks {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  header .mobileHeader h1 {
    font-size: 13px;
  }
  header .menuSearch {
    text-align: left;
    padding-left: 60px;
  }
  header .menuSearch input[type="text"] {
    width: 75%;
  }

  footer {
    background-image: none;
  }
  footer td {
    font-size: 10px;
    line-height: 19px;
  }
}

/*
@media screen and (max-width: 900px) {
  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 {
    display: 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.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) {
  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;
  }
}*/