html {
  height: 100%;
  background: #ffffff;
}
body.homenew {
  background: white;
}
.homenew .app-header {
  max-width: 1400px;
  margin: 20px auto 0 auto;
  width: 100%;
  height: auto;
}
.homenew .app-main::before {
  clear: both;
}
.homenew .row {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.homenew .app-logo {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .homenew .app-logo-row {
    width: 15% !important;
  }
  .homenew .app-header .ten {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .homenew .app-logo-row {
    width: 20% !important;
  }
  .homenew .app-header .ten {
    width: 75%;
  }
}
.homenew .app-meta-row {
  position: relative;
  z-index: 2;
  height: auto;
}
.homenew .app-meta {
  margin-top: 10px;
}
.homenew .app-meta-first {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .homenew .app-meta-first {
    position: absolute;
    left: 0;
    top: 10px;
    margin-top: 0;
    padding-right: 0;
    border-right: none;
    width: 100% !important;
    text-align: right;
  }
  .homenew .app-meta-first .app-search .mobile-two {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .homenew .app-basket {
    margin-top: 0;
  }
}
.homenew .app-navigation-row-outer {
  background: #ffffff;
}
.homenew .app-navigation .app-navigation-inner {
  float: right;
}
.homenew .app-navigation .is-right {
  float: none;
}

@media only screen and (max-width: 767px) {
  .homenew .app-navigation-anchor {
    border-top: none;
  }
}
.homenew section {
  margin: 50px auto;
  width: 100%;
}
.homenew .banner {
  background: #f6f8ea;
}
.homenew .banner .flexslider {
  max-width: 1400px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .homenew .banner .flexslider {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (max-width: 1530px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: -50px;
  }
  .flexslider .flex-direction-nav .flex-next {
    right: -50px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
  }
  .row .mobile-two:last-child {
    float: left;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

section.buecher {
  max-width: 1400px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.buecher {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.buecher {
    width: 760px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  section.buecher .left {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.buecher .main {
    margin-top: -265px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.buecher .main {
    margin-top: -300px;
  }
}
section.buecher .headline {
  width: 180px;
}
@media (min-width: 576px) {
  section.buecher .headline {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.buecher .headline {
    height: 265px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.buecher .headline {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  section.buecher .buchrow .buchbox:first-child {
    margin-left: 33.333333%;
  }
}

section.buecher .listing-simple-item .cover {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 601px) {
  section.buecher .listing-simple-item .cover {
    height: 320px;
  }
}
@media (min-width: 768px) {
  section.buecher .listing-simple-item .cover {
    height: 250px;
  }
}
@media (min-width: 992px) {
  section.buecher .listing-simple-item .cover {
    height: 230px;
  }
}
@media (min-width: 1140px) {
  section.buecher .listing-simple-item .cover {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  section.buecher .listing-simple-item .cover {
    height: 300px;
  }
}
section.buecher .listing-simple-item .cover .cover img {
  width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
}
@media (min-width: 601px) {
  section.buecher .listing-simple-item .cover img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 601px) {
  section.buecher .listing-simple-item .cover a > div {
    position: absolute !important;
    bottom: 0;
    left: 0;
  }
}

section.buecher .listing-simple .listing-items {
  padding: 0;
  margin: 20px 0 !important;
}

@media (min-width: 601px) {
  section.buecher > .buchtipps .listing-items {
    display: flex;
    justify-content: space-around;
  }
}

section.buecher .listing-simple-item div.utitel,
section.buecher .listing-simple-item div.titel,
section.buecher .listing-simple-item div.autor {
  height: auto;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}
section.buecher .listing-simple-item div.titel {
  font-weight: bold;
}
section.buecher .listing-simple-item div.preis {
  margin-top: 10px;
}
section.buecher .listing-simple-item div.preis .app-basket-count {
  float: right;
}
section.buecher
  .listing-simple-item
  div.preis
  .app-basket-count
  .entypo-basket {
  color: #ff47b2;
  top: 0;
  font-size: 2em;
}
@media (max-width: 600px) {
  .homenew .listing-header {
    padding: 0 20px;
  }
  .homenew .regalztxt {
    padding: 0 20px;
  }
}
/*@media only screen and (min-width: 601px) and (max-width: 767px) {
  .homenew .row .mobile-two {
    width: 33.33% !important;
    float: left;
    padding: 0 10px;
  }	
}*/
@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .homenew .listing-simple .listing-header {
    padding: 0 20px;
  }
}

.homenew .listing-simple-caption {
  font-size: 1em;
}
.homenew .linkrow .first {
  padding-left: 0;
}
.homenew .linkrow .last {
  padding-right: 0;
  text-align: right;
}
.homenew .linkrow .middle {
  text-align: center;
}
@media (max-width: 1400px) {
  .homenew .linkrow .first {
    padding-left: 10px;
  }
  .homenew .linkrow .last {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1140px) {
  .homenew .linkrow .first,
  .homenew .linkrow .last,
  .homenew .linkrow .middle {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .homenew .linkrow .first {
    text-align: center;
  }
  .homenew .linkrow .last {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .homenew .bestseller .listing-simple-item.hide-for-small {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .homenew .bestseller .listing-simple-item {
    width: 25%;
  }
}
