body {
  background: #f7e7cd;
  font-family: 'Open Sans', Sans-Serif;
  font-weight: 400;
}

@media (min-width: 1140px) {
  body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#faedde+0,f9e8d4+60,f7efe6+93 */
  background: rgb(250, 237, 222);
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(250, 237, 222, 1) 0%, rgba(249, 232, 212, 1) 60%, rgba(247, 239, 230, 1) 93%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(250, 237, 222, 1) 0%, rgba(249, 232, 212, 1) 60%, rgba(247, 239, 230, 1) 93%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(250, 237, 222, 1) 0%, rgba(249, 232, 212, 1) 60%, rgba(247, 239, 230, 1) 93%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faedde', endColorstr='#f7efe6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  }
}

/* GRID */

.default {
  background: #fff;
  box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.35);
}

.clearing {
  clear: both;
  display: block;
  width: 100;
  font-size: 0;
}

.grid-container {
  padding-right: 1.375rem;
  padding-left: 1.375rem;
  max-width: 69.5rem;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 1140px) {
  .bg-for-desktop {
   /*  overflow: hidden; */
background-color: #f8ecdd;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='320' height='38.4' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='23.1' stroke-opacity='0.59'%3E%3Cpath d='M-500%2C75c0%2C0%2C125-30%2C250-30S0%2C75%2C0%2C75s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C45c0%2C0%2C125-30%2C250-30S0%2C45%2C0%2C45s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C105c0%2C0%2C125-30%2C250-30S0%2C105%2C0%2C105s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C15c0%2C0%2C125-30%2C250-30S0%2C15%2C0%2C15s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500-15c0%2C0%2C125-30%2C250-30S0-15%2C0-15s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3Cpath d='M-500%2C135c0%2C0%2C125-30%2C250-30S0%2C135%2C0%2C135s125%2C30%2C250%2C30s250-30%2C250-30s125-30%2C250-30s250%2C30%2C250%2C30s125%2C30%2C250%2C30s250-30%2C250-30'/%3E%3C/g%3E%3C/svg%3E");
background-size: auto auto;
background-position: center;
  }
}

@media (max-width: 801px) {
  .right-item {
    order: 1
  }
  .left-item {
    order: 2
  }
}

/* TYPO */


strong, b {
    font-weight: 600;
}


h1, h2 {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
}

h2 {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

h2.start {
  border-top: none;
  margin-top: 0;
  margin-bottom: 2.8rem;
  font-weight: 400;
  font-size: 140%;
  line-height: 1.4;
}

h2.border {
  border-top: 1px solid #000 ;
}

h2.start.border {
  margin-top: 3rem;
  border-top: 1px solid #000 ;
}




.default h1 {
  margin-bottom: 2.8rem;
}

@media (max-width: 767px) {
  .default h1 {
  margin-bottom: 1.0rem;
  }
}

@media (max-width: 767px) {
  h1::after, h2::after, .neuekrimis-single h2::after, h2.start::after {
    position: relative;
    top: 3px;
    margin-left: 5px;
    content: url(../_falcon_img/pat-4-min.png);
  }

  #krimi-datenbank h2::after {
  content:  '';
}

.bst-single h2::after {
  content: '';
  margin: 0;
}

     td.text h2::after {
    content: '';
  }

  #neuerscheinungen h2::after {
    content:  '';
  }

}



@media (min-width: 768px) {
  h1::before, h2::before, .neuekrimis-single h2::before {
    position: relative;
    top: 3px;
    margin-right: 13px;
    content: url(../_falcon_img/pat-4-min.png);
  }
}



.teaser_right h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
  text-transform: inherit;
}

.teaser_right h3 span {
  padding: 4px 8px;
  font-size: 90%;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.3rem;
  box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.15);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+1,fcfcfc+44,f5f5f5+100 */
  background: rgb(240, 240, 240);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 1%, rgba(252, 252, 252, 1) 44%, rgba(245, 245, 245, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 1%, rgba(252, 252, 252, 1) 44%, rgba(245, 245, 245, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 1%, rgba(252, 252, 252, 1) 44%, rgba(245, 245, 245, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  border-bottom: none;

}

.teaser_right h3 span::after {
  content: '';
}

h4 {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin: 30px 0 23px 0;
  font-size: 100%;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

h3 span {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-right: 10%;
  border-bottom:  1px solid rgba(0, 0, 0, 0.6);
}


h1 {
  margin: 0 0 20px;
  font-size: 160%;
  font-weight: 400;
  color: #000;
  position: relative;
}

.poster h1::before {
  content: '';
}

.poster h1 {
  border-bottom: none;
}

@media (max-width: 640px) {
  h1, h2.start {
      font-size: 140%;
  }
}

@media (min-width: 768px) {
  h1, h2.start {
    padding-left: 70px;
  }

  h1::before,  h2.start::before {
    position: absolute;
    left: 0;
    top: 18px;
    content: url(../_falcon_img/pat-4-min.png);
  }
}

.neuekrimis-single h2 {
  margin: 0 0 2.8rem;
  padding-left: 0;
  font-size: 160%;
  font-weight: 400;
  color: #000;
  position: relative;
  border-top: none;
}


hr {max-width: none;}


p a {
  text-decoration: underline;
}

p.line {
  line-height: 1.2;
}

.grid-container ul {
  list-style-type: square;
}

.grid-container ul li {
  padding-left: 0.3em;
}


.floright {
  float:  right;
}

.row {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}


.box {
  padding-bottom: 1rem;
}


.left {
  padding-right: 0
}
@media (min-width: 50.0625em) {
  .left {
    padding-right: 1.5rem
  }
}
.right {
  padding-left: 0
}
@media (min-width: 50.0625em) {
  .right {
    padding-left: 1.5rem
  }
}

.cover.img-right {
  margin-right: 0;
  float: right;
  margin-left: 1rem;
  line-height: 0
}

@media (min-width: 640px) {
.img-right {
  float: right;
  margin-left: 1rem;
  line-height: 0
}

}


.lesung-teaser h2.start {
margin-bottom: 1.4rem
}

.lesung-teaser {
  margin-bottom: 1.4rem
}

.cover.big {
  display: inline-block;
}

.cover.big img {
  max-width: none;
  display: inline-block;
}



.abst-top {
  padding-top: 0.2rem;
}

.button.bl {
  margin-top: 10px;
  background: #FBED17;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
}


.button.bl:hover {
  opacity: 0.65;
}


.poster {
  padding: 2rem;
  margin-bottom: 2rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbed17+0,f4efb0+50,f7ea33+100 */
  background: rgb(251, 237, 23);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(251, 237, 23, 1) 0%, rgba(244, 239, 176, 1) 50%, rgba(247, 234, 51, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(251, 237, 23, 1) 0%, rgba(244, 239, 176, 1) 50%, rgba(247, 234, 51, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(251, 237, 23, 1) 0%, rgba(244, 239, 176, 1) 50%, rgba(247, 234, 51, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbed17', endColorstr='#f7ea33', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
}

.poster-book {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
}


.poster-book .books {
  float: left;
  display: inline-block;
}

.poster-book .poster-book-titel {
  float: right;
  display: inline-block;
  max-width: 50%
}

.special-elite {
  font-family: 'Special Elite', cursive
}
.bigger {
  font-size: 20px
}

.medium {
  font-size: 16px;
}

.einfuertext {
  margin-top: 20px
}


.start-rezi {
  float: right;
  margin-left: 10px;
  max-width: 140px;
}

@media (max-width: 480px) {
  .start-rezi {
  max-width: 90px;
}
}

.poster-book h2 {
  border-top:  1px solid #000;
}


/* ###### META ######  ###### ###### ###### ###### ###### ###### ###### ###### */

@media (max-width: 800px) {
  #rata-ta {
    display: none;
  }
}

.title-bar {
  padding-top: 0.5rem;
  background: #FBED17;
  color: #222;
}

.title-bar .menu-icon {
    padding: 0.5rem;
}

.title-bar-title {
  color: transparent;
}

.menu-icon {
    width: 28px;
    left: 8px;
}

.menu-icon:hover::after {
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

@media (min-width: 50.0625em) {
  .title-bar {display: none;}
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: '';
  border-radius: 3px
}
.black {
  overflow: hidden;
  background: #000;
}
.meta .cell {
  background: #000
}
.meta .cell {
  padding: 0.625rem 0;
}
@media (max-width: 50.0625em) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 50.0625em) {
  .mobile {
    display: none !important;
  }
  .meta .cell a, .meta .cell span {
    /* opacity: 0.8 */
  }
}
a.call-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_call_black28.svg) no-repeat center;
}
a.mail-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_mail_black24.svg) no-repeat center;
}
a.loc-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_loc_black24.svg) no-repeat center;
}
a.shop-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_shop_black22.svg) no-repeat center;
}

a.watch-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_favorite-20px.svg) no-repeat center;
}

.search-mobile {
  display: inline-block;
  margin-left: 20px;
  width: 28px;
  height: 28px;
  background: url(../_falcon_icons/ic_search_black24.svg) no-repeat center;
  cursor: pointer;
}

.search-mobile a {
  display: block;
    width: 28px;
  height: 28px;
}

a.call-mobile, a.mail-mobile, a.loc-mobile {
    margin-right: 8px;
}


.touch-icon {
  position: absolute;
  top: 0.5rem;
  right: 4%;
}
@media (min-width: 48em) and (max-width: 50em) {
  .touch-icon {
    top: 0.5rem;
    right: inherit;
    left: 30%
  }
}
.touch-icon a {
  margin-left: 5
}
.meta .cell a, .meta .cell span {
  color: #ffff00;
  font-size: 14px
}
.meta .cell {
  padding: 0
}
@media (min-width: 40em) {
  .meta .cell {
    padding: 0.4rem 0
  }
}
.call::before {
  content: url(../_falcon_icons/ic_call.svg);
  position: relative;
  top: 7px;
  margin-right: 2px
}
.mail::before {
  content: url(../_falcon_icons/ic_mail.svg);
  position: relative;
  top: 2px;
  margin-right: 5px
}
.meta .cell.cont {
  padding-left: 3.7%
}

.meta .cell.cont, .meta .cell.top-search {
   padding-top: 1rem;
}

.adress a {
  float: right;
  position: relative;
  top: 7px;
  padding-right: 30px
}
.adress a::before {
  content: url(../_falcon_icons/ic_loc.svg);
  position: relative;
  top: 4px;
  margin-right: 5px
}
/* ###### HEADER ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.black .grid-x {
  display: table;
  width: 100%
}
.black .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 20px
}

.black .cell.bub {
  text-align: right;
  padding-right: 2.25rem;
}

@media (max-width: 40em) {
  .black .cell {
    padding-top: 5px
  }

  .row.black .grid-x > .small-3 {
    width:  30%;
  }

  .black .cell.bub {
    padding-right: 0;
  }
}
.logo {
  width: 83%;
  display: inline-block;
}
.crimehouse {
  width: 68%;
  display: inline-block;
  position: relative;
}
@media (min-width: 48em) and (max-width: 50em) {
  .logo {
    width: 60%;
  }
  .crimehouse {
    width: 48%;
  }
}
@media (max-width: 40em) {
  .crimehouse {
    width: 85%;
  }
}
.crm::after {
  content: '';
  border-right: 1px solid rgba(253, 237, 16, 0.4);
  height: 70%;
  position: absolute;
  right: -3px;
  top: 10%;
}
@media (max-width: 40em) {
  .crm::after {
  height: 65%;
  top: 14%;
  }
}
@media (min-width: 48em) and (max-width: 50em) {
  .crm::after {
    content: '';
    border-right: 1px solid rgba(253, 237, 16, 0.4);
    height: 70%;
    position: absolute;
    right: -15%;
    top: 10%;
  }
}
.crm {
  position: relative;
}
.bubble {
  width: 85%;
  display: inline-block;
}
.bub {
  display: none
}
/* ###### TOPNAV ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.sticky-container {
    z-index: 10;
}

.top-bar {
  padding: 0;
  background: none
}
.menu li {
  background: #FBED17;
  border-right: 1px solid #222;
}

.menu li li {
  border-right: none;
  text-align: left;
}

.dropdown.menu li li a {
  padding-top: 1.25rem;
  padding-bottom: 0.35rem;
  font-weight: 400;
}

.dropdown.menu li li:last-child a {
  padding-bottom: 1.25rem;
}

.is-dropdown-submenu {
  box-shadow:  0px 6px 5px -3px rgba(0, 0, 0, 0.35);
  border: none;
}

.menu li:last-child {
  border: none
}
.menu li a {
  color: #222;
  padding: 1.0rem 0.51rem;
  font-weight: 600;
}

@media (max-width: 800px) {
  .menu li a {
    padding: 1.0rem 1.0rem;
  }

  .menu li a::after {
    margin-left: 5px;
   content: '\00bb';
  }

  
.menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
}

.menu li:last-child {
  border: none
}

}




@media (min-width: 50.0625em) {
  .menu li {
    text-align: center;
  }

  .is-stuck .menu li:first-child a.wm  {
      background: url('../_falcon_icons/wumme-bl-left.png') no-repeat #FBED17 13px center;
      background-size: 20%;
    }

   .is-stuck .top-bar-left {
    box-shadow:  0px 6px 5px -3px rgba(0, 0, 0, 0.35);
   }
  }

  @media (min-width: 50.0625em) and (max-width: 68.125em) {
    .menu li.neue-krimis span {
      display: none;
    }
    
    .is-stuck .menu li:first-child a  {
      background: url('../_falcon_icons/wumme-bl-left.png') no-repeat #FBED17 13px center;
       background-size: 20%;
    }

  }
  .dropdown.menu a {
    padding: 1rem 0.5rem;
    white-space: nowrap;
  }

/* ###### MISCH ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.nk {
  padding: 0 0.5rem 0.5rem 0.5rem;
  background: #fff;
  /*  -webkit-box-shadow: inset 0px 6px 5px -3px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px 6px 5px -3px rgba(0,0,0,0.15);
box-shadow: inset 0px 6px 5px -3px rgba(0,0,0,0.15);*/
}
@media (min-width: 48em) {
  .nk {
    padding: 0 2rem 1rem 2rem;
  }
}
.peng {
  padding: 1rem 0;
  border-bottom: 1px solid #666;
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Open Sans', Sans-Serif;
  text-transform: inherit;
}
.peng::before {
  position: relative;
  top: 3px;
  margin-right: 5px;
  content: url(../_falcon_img/pat-4.png);
}
.peng.top {
  margin-top: 4rem;
  border-top: 1px solid #666;
}
@media (max-width: 639px) {
  .peng.top {
    margin-top: 2rem;
  }
}
@media (max-width: 800px) {
  .cell.right>h3.peng {
    border-top: 1px solid #666;
  }
}
.flag {
  max-width: 70px;
  position: relative;
  float: right;
}
/* ###### Suche ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.search h4 {
  font-size: 15px;
  font-family: 'Special Elite', cursive;
  opacity: 0.5;
  position: absolute;
  font-weight: 400;
  /*top: 10px*/
}
.search {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.2rem 2rem 1rem 2rem;
  -webkit-box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 50em) {
  .search {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 60px;
    display: none
  }
}
.search input {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.search form, .search a.button, a.shopcard {
  float: right;
  display: inline-block;
  margin-bottom: 0;
}
a.shopcard {
  margin-left: 15px
}
#search {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 0;
  border-color: #FCED14
}
.search a.button {
  margin-left: 15px;
  background: #FCED14;
  height: 2.4375rem;
  color: #222
}
@media (max-width: 50em) {
  .search form {
    width: 100%;
  }
  .search form span {
    float: right;
  }
  #search {
    max-width: 76%
  }
  .search a.button {
    position: absolute;
    bottom: 10px;
    right: 0.7rem;
  }
}
.search #button {
  background: #FCED14;
  height: 2.4375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  color: #222;
}
@media (min-width: 50.0625em) and (max-width: 63.9375em) {
  .claim {
    display: none
  }
  .grid-x>.medium-6.searchbox {
    width: 100%
  }
}


/* Suche Neu */
.top-search {text-align: right;}
.top-search form {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

@media (max-width: 800px) {
  .top-search {
    display: none;
    position: absolute;
    right: 1rem;
  }  
}

.top-search input {
  float: left;
  background: #000;
  margin-bottom: 0;
}
.top-search input[type="text"] {
  width:  200px;
  border-color: #fbed17;
  padding-right: 40px;
  height: 2rem;
}
.top-search input[type="submit"] {
  position: absolute;
  width:  27px;
  height:  25px;
  border: 1px solid #000;
  color: transparent;
  margin-top: 4px;
  margin-left: -30px;
  background: url(../_falcon_icons/ic_search_yel_24px.svg) no-repeat center #000;
  cursor: pointer;
}

.top-search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:  #fbed17;font-size: 89%;
}
.top-search input[type="stext"]::-moz-placeholder { /* Firefox 19+ */
  color:  #fbed17;font-size: 89%;
}
.top-search input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color:  #fbed17;font-size: 89%;
}
.top-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color:  #fbed17;font-size: 89%;
}


.top-search input::placeholder {
  color:  #fbed17;font-size: 89%;
}


.shopcard.desktop img {
  height: 2rem;padding-right: 2.25rem;
}

/* ###### PROMO ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.top-promo h3, .top-promo h4 {
  font-family: 'Special Elite', cursive;
  transform: rotate(-1deg);
}
.top-promo h3 {
  font-size: 130%
}
.top-promo h4 {
  font-size: 120%
}
/*.top-promo {
  display: none;
}*/
/* ###### Copyright ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.copy {
  background: #000;
  padding: 10px;
 /* text-align: right;*/
}
.copy a {
  color: #FBED17;
  text-decoration: none;
  font-size: 12px
}
/* ###### DROPCAP ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.intro::first-letter {
  margin: 0.08em 0 -0.1em 0;
  padding: 0 0.065em 0 0;
  font-size: 5em;
  line-height: 0.85em;
  float: left;
  font-family: 'Special Elite', cursive;
}
.intro::first-letter {
  color: #222;
}
.intro a {
  color: #ff0000;
  position: relative;
  text-decoration: underline;
  opacity: 0.8
}


 @supports (-webkit-appearance:none) {
  .intro::first-letter {line-height: 1;margin-bottom: -15px;}
} 

/* ###### COVER NEUERSCHEINUNGEN  ######  ###### ###### ###### ###### ###### ###### ###### ###### */

.cover-neuersch.second {
  margin-bottom: 1rem;
}

.cover-neuersch, .cover-frisch {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  font-size: 0;
  line-height: 0;
  justify-content: space-between;
  align-items: center;
  align-items: flex-end;
  flex-wrap: wrap
}
/*@media (max-width: 480px) {
  .cover-neuersch, .cover-frisch {
    justify-content:center;
  }
}*/

.cover-neuersch::after, .cover-frisch::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.cover-neuersch a, .cover-frisch a {
  display: block;
}
/* BOOK SHADOW */

.cover {
  position: relative;
}

@media (max-width: 480px) {
  .cover {
    margin: 0 2% 20px 2%;
  }
}


.cover::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 1) inset, 1px 0 0 rgba(0, 0, 0, 0.3), 2px 0 0 rgba(255, 255, 255, .3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 4px 5px;
  border-bottom-left-radius: 4px 5px; //transform: rotateY(-60deg);
}

.cover::before {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*z-index:1;*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 4px 5px;
  border-bottom-left-radius: 4px 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+49,ffffff+100&0.07+0,0.07+49,0+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 49%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.07) 0%, rgba(255, 255, 255, 0.07) 49%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12000000', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0 2px 5px rgba(255, 255, 255, .2) inset, 0 1px rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, .3);
}

.cover img {
  opacity: 1;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 120px;
  z-index: 9999;
  border-top-left-radius: 4px 5px;
  border-bottom-left-radius: 4px 5px;
  margin: 0;
}
/*.cover-frisch .cover img {
  max-width:120px;
}*/

@media (min-width: 360px) and (max-width: 376px) {
  .cover-neuersch .cover img {
    max-width: 140px
  }
}
@media (min-width: 800px) and (max-width: 1023px) {
  .cover-neuersch .cover img {
    max-width: 100px
  }
}
.cover-frisch .cover img {
  max-width: 85px;
}
.cover-frisch .cover {
  margin: 0 0.5% 20px 0.5%;
}
@media (min-width: 360px) {
  .cover-frisch .cover img {
    max-width: 100px;
  }
  .cover-frisch .cover {
    margin: 0 0.5% 20px 0.5%;
  }
}
@media (min-width: 420px) {
  .cover-frisch .cover img {
    max-width: 130px;
  }
  .cover-frisch .cover {
    margin: 0 0.5% 20px 0.5%;
  }
}
@media (min-width: 801px) {
  .cover-frisch .cover img {
    max-width: 90px;
  }
  .cover-frisch .cover {
    margin: 0 0.5% 20px 0.5%;
  }
}
@media (min-width: 801px) {
  .cover-frisch .cover img {
    max-width: 90px;
  }
  .cover-frisch .cover {
    margin: 0 0.5% 20px 0.5%;
  }
}
@media (min-width: 1024px) {
  .cover-frisch .cover img {
    max-width: 120px;
  }
  .cover-frisch .cover {
    margin: 0 0.5% 20px 0.5%;
  }
}
.cover span {
  display: inline-block;
  position: relative;
  perspective: 500px;
  border-top-left-radius: 4px 5px;
  border-bottom-left-radius: 4px 5px;
}
.cover span::after {
  content: "";
  width: 106%;
  height: 99%;
  position: absolute;
  top: 1%;
  background: rgba(0, 0, 0, 0.3);
  left: -4%;
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
.cover span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  left: -85px;
  z-index: -1;
  opacity: .45;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,dadada+97&0+0,1+90 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(202, 202, 202, 1) 90%, rgba(218, 218, 218, 1) 97%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(202, 202, 202, 1) 90%, rgba(218, 218, 218, 1) 97%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(202, 202, 202, 1) 90%, rgba(218, 218, 218, 1) 97%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dadada', GradientType=1);
  /* IE6-9 */
  -moz-filter: blur(7px);
  -webkit-filter: blur(7px);
  filter: blur(7px);
  transform: rotateY(-50deg);
  transform-origin: top right;
}


/* Cover for Teaser */

/* Fallback styles */
.book {
  display: inline-block;
  box-shadow: 5px 5px 20px #333;
  margin: 10px;
}

.book img { vertical-align: middle; }

/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */

.transcsstransforms  .books {
  -moz-perspective: 100px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  max-width: 130px;
}

.transcsstransforms  .book {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
  box-shadow: none;
  margin: 0;
}

.book a {
  display: block;
}

.transcsstransforms  .book img {
  position: relative;
  max-width: 100%;
}

.transcsstransforms  .book::before,
.transcsstransforms .book::after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1;
}

.transcsstransforms  .book::before {
  width: 100%;
  left: 7.5%;
  background-color: #5a2d18;
  box-shadow: 5px 5px 20px #333;
}

.transcsstransforms  .book::after {
  width: 5%;
  left: 100%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}

/* Teaser */

.teaser_right {
  padding: 30px 10px 10px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
}


#krimi-tv .teaser_right {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 800px) {
  #krimi-tv .teaser_right {
    padding-top: 20px;
    padding-bottom: 0;
  }
}


.teaser_right a {
  text-decoration: none;
}

.teaser_right p {
  font-size: 85%;
  line-height: 1.5;
}

.teaser_right h5 {
  font-size: 1rem%;
}

/* Teaser Angekuendigte Buecher */

h4.angekuendigt {
font-size: 90%;
font-weight: 400;
}

h4.angekuendigt span {
  border-radius: 5px;
  padding:  3px 5px;
   color:  #5b4a0b;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+1,ffe066+47,ffcc00+100 */
background: rgb(255,204,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,204,0,1) 1%, rgba(255,224,102,1) 47%, rgba(255,204,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 1%,rgba(255,224,102,1) 47%,rgba(255,204,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,204,0,1) 1%,rgba(255,224,102,1) 47%,rgba(255,204,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */

}


/* ###### SUCHE ######  ###### ###### ###### ###### ###### ###### ###### ###### */

/* FOOTER */

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FBED17;
  box-shadow: inset 0px 6px 5px -3px rgba(0, 0, 0, 0.35)
}
.footer p, footer ul {
  line-height: 1.4 !important;
  font-size: 90%;
}
.footer a {
  color: #ff0000
}
.footer .cell {
  padding: 0.6rem
}
.footer ul {
  list-style: square;
}
.footer h5 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}

@media (max-width: 733px) {

.footer .cell {
    padding: 0.05rem 0;
}

  .footer h5 {
    position: relative;
    border-bottom: none;
    cursor: pointer;
  }

  .footer h5::after {
	content: url(/_falcon_icons/readmore_plus.png);
	position: absolute;
	right: 2%;
	top: 0.2rem;
	}

.footer h5.up::after {
	content: url(/_falcon_icons/readmore_less.png);
	}

  .footer h5 + .togg-wrap {
    visibility: hidden;
    position: absolute;
  }

    .footer h5.up + .togg-wrap {
    visibility: inherit;
    position: relative;
    overflow: hidden;
  }

   .footer h5.up {
   	margin-bottom: 1rem;
   }
}

@media (min-width: 734px) {
.footer h5 {
  padding-bottom: 0.5em;
  margin-bottom: 1.1em;}
 }

.footer ul {
  margin-left: 0.25em;
  list-style: none
}
.footer ul li {
  list-style: none;
  margin-bottom: 0.35em
}
.footer .inner {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(178, 167, 17, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(178, 167, 17, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(178, 167, 17, 0.15);
}
/* BACK TO TOP */

.back-to-top {
  position: fixed;
  border-radius: 3px;
  bottom: 10px;
  right: 15px;
  width: 47px;
  height: 47px;
  background: #ffff00 url(../_falcon_icons/ic_knife.svg) center no-repeat;
  /* background-size: 20%;*/
  border: 1px solid rgba(0, 0, 0, 0.5)
}
@media (min-width:801px) {
  .back-to-top {
    display: none !important
  }
}


/* TOOLTIP */

.hr-tooltip {
  margin-top:  0.4em !important;
  margin-bottom: 0.4em !important;
  opacity: 0.7;
}

/* SUCHE livesearch */

input#q{margin: 3px 20px 8px 8px; width: 180px}

div.live-search-results {
  background: #fff;
  
  height: 414px;
  overflow: auto;

  padding: 5px 10px;

  font: 10px/1.2 Verdana, sans-serif; 

  border: 1px solid #A9A9A9;
  border-width: 0 1px 1px 1px;

  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  
  z-index: 100
} 

  div.live-search-results ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
  /*  width: 400px;*/
  }
  
  div.live-search-results li {
    padding-bottom: 5px;
  
    
  }
  
  div.live-search-results a {
  text-decoration:none;
  color:#333333;
    
  }

/* Datenschutz */

.data-iframe {
  padding:  20px;
  outline:  1px solid rgba(0, 0, 0, 0.2);
  box-shadow:  0px 6px 5px -3px rgba(0, 0, 0, 0.15);
}

/* Bestseller */

.bst-single {
  width: 100%;
  display: block;
  overflow: hidden ;
  position: relative;
}

@media (min-width: 1023px) {
  .bst-single {
   width: 48%;
  display: inline-block;
  margin-right: 0;
  float: left;
  }
  .bst-single:nth-child(even) {
    margin-right: 4%;
  }
}

.bst-single { 
   padding: 0 15px 80px 15px;  
   
    margin: 0 0 30px 0;
    box-shadow: inset 2px -9px 52px 4px rgba(0,0,0,0.12);
}



.rank {
    background: #000;
    font-size: 22px;
/*     border-radius:  3px; */
    text-align: center;
    line-height: 4.0;
    font-family: 'Special Elite', cursive, Serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 20px;
    width: 37px;
    height: 57px;
    outline: none;
    color: #FBED17;
}

.jahresbestsell .rank {
display: none;
}

.height {
    position: relative;
/*     padding-left: 15px;
    padding-right: 15px; */
    overflow: hidden;
    height: 110px;
    margin-top: 15px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}


.bst-single h2::before {
  content: '';
  margin: 0;
}

.height div {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}

.height div h2, .height div h3 {
    margin: 0;
    padding: 0;
}

.bst-single .height h2 {
    font-size: 22px;
    color: #ff0000;
    line-height: normal;
    padding-right: 40px;
    border: none;
}

.height h3 {
    font-weight: normal;
}

.bst-left {
    float: left;
    width: 50%;
}

@media (max-width: 640px) {
  .bst-left {
    hyphens: auto;
  }
}

.bst-right {
    float: right;
    margin-right: 0;
    padding-top: 5px;
    width: 40%;
    position: relative;
}

.bst-right .cover {
  line-height: 0;
}

.bst-right .cover img {
  max-width: 90px;
}

@media (min-width: 360px) {
  .bst-right .cover img {
  max-width: 115px;
}
}

@media (min-width: 567px) {
  .bst-right .cover img {
  max-width: 130px;
}
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .bst-right .cover img {
  max-width: 115px;
}
}

.bst-right .cover::before {
  max-width: 90px;
  line-height: 0;
}

@media (min-width: 360px) {
  .bst-right .cover::before {
  max-width: 115px;
  }
}


@media (min-width: 1024px) and (max-width: 1139px) {
  .bst-right .cover::before {
  max-width: 115px;
  }
}


.box img.e-book {
  position: absolute;
    bottom: 15px;
    right: 16px;
    left: inherit;
    max-width: 25px;
    height: auto;
    opacity: 0.8;
}

.ebook-text {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 89%;
  color: #555;
}

.ebook-icon::before {
  content: url('/_falcon_icons/e-book-icon.png');
  margin-right: 5px;
  position: relative;
  top: 8px;
}





.bst-last-ranking {
    position: absolute;
   left: 15px;
    bottom: 15px;
    clear: both;
    display: block;
   color: #555;
   font-size: 90%;
}

.bst-info {
    margin-top: 8px;
    font-size: 90%;
}

.bst-info + .bst-info {
    margin-top: 0;
}

.bst-info span {
    display: block;
    
}

@media (min-width: 981px) {
.bst-info span {
    display: inline-block;
    width: 45px;
    padding-right: 5px; 
  }
}

.bst-right a.bst-button {
    margin-top: 15px;
    display: block;
    background: url(/_falcon_icons/ic_shopcard.png) no-repeat scroll 0 0 transparent !important;
    height: 37px;
    width: 36px;
    text-indent: -9999px;
    outline: none;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.34);
-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.34);
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.34);
}

.bst-detail {
  font-size: 90%;
}

.auchgut {
  font-size: 90%;
}

.auchgut a {
  text-decoration: none;
}

/* E-Books */

.e-book-descript {
position: relative;
margin-bottom:20px;
padding: 20px 10px 5px 10px;
background: #fff;
border: 1px solid #dfdfdf;
font-size: 90%;
}

.e-book-descript img {
    position: absolute;
    top: 17px;
    left: 3px;
}

.e-book-descript h5 {
    font-size: 130%;
    font-weight: normal;
    margin: 5px 0 15px 0;
    padding: 0 0 0 10px;
    color: #BF3317;
    line-height: 1;
}

/*gutschein */

.gutscheine {
  margin-bottom: 20px;
}

.gutscheine.teaser_right {
  padding-top: 0;
}

.gutscheine   a[data-readmore-toggle] {
  position: relative;
  left: 8px;
  font-size: 85%;
}


@media (min-width: 480px) and (max-width: 800px) {
.gutscheine img {
  float: right;
  max-width: 220px;
  margin-left: 10px;
}
}

/* Buchhandlung */

/*  lesung liste */



ul.liste.hi {
    list-style: none;
    margin:  0;
      margin-bottom: 0.5rem;
  overflow: hidden;
}

ul.liste.hi li {
    border: 1px solid rgba(251, 237, 23,1) ;
    float: left;
    margin: 5px;
    padding: 7px;
    font-size: 100%;
    margin-left: 0;
   /*  font-style: italic; */
  /*  background-color: rgba(251, 237, 23,0.03); */
   color: ;
}



ul.liste.tops.regal {
  margin-left: 0;
  list-style: none;
}


ul.liste.tops.regal li b {
    font-weight: 600;
    font-size: 150%;
    display: inline-block;
    text-align: right;
    margin-right: 0.5em;
    width: 25px;
}

.spz-team {
  padding-bottom: 6px
}

@media (min-width: 640px) {
  .spz-team img {
    max-width: 430px;
    display: block
  }
}


/* ######################################################### NEUE KRIMIS */


/* Neue Krimis Liste */

@media (max-width: 767px) {
  .ausgabe_bild, .ausgabe .text, .ausgabe_einzel .text  {
    display: block;
  }

  .ausgabe_bild .cover {
    display: inline-block;
  }

  .ausgabe_bild, .ausgabe .text {
    padding-left: 0;
    padding-right: 0;
  }

  .ausgabe-wrap {
    flex-direction: column;
  }


.verfueg {
    margin-right: 5px;

  }

}

.ausgabe_best {
  overflow: hidden;
  /* outline: 1px solid #000; */
}

@media (min-width: 981px) {
  .ausgabe_bild {
    padding-right: 1rem;
  }

  .ausgabe_best {
    float: right;
    width: 49%;
    padding-top: 15px;
    padding-left: 1.5rem;
  }
}

table tbody {
  border: none;
  background: transparent;
}

.ausgabe_bild img {
  max-width: inherit;
}

.ausgabe_bild .cover {
  font-size: 0;
  line-height: 0;
}

.ausgabe h2 {
padding:  0;
margin: 0 ;
  border: none;
  color: #666;
  line-height: normal;
  font-size: 1.375rem;
}

.ausgabe h2::before {
  content:  '';
  margin:  0;
}

.ausgabe h2 a {
  color: #666;
  cursor: text;
}

.ausgabe h3 {
  margin-top:  0.5rem;
  margin-bottom: 20px;
   line-height: normal;
  font-size: 2rem;
  font-weight: 400;
  text-transform: inherit;
}


.stammdaten {
  position: relative;
  margin-top: 20px;
  font-size: 89%;
}

@media (min-width: 981px) {
  .stammdaten {
    float: left;
    width: 49%;
  }
}

 table.stammdaten tbody {
  border: 1px solid #f1f1f1;
}


.neuekrimis-liste .sub_nav {
  margin-top: 0;
  padding-left: 15px;
  margin-left: 0;
  color: #dbdbdb;

}

.neuekrimis-liste .sub_nav a {
  display: block;
}

.neuekrimis-liste .sub_nav li {
  margin:  0.4em;
}

.neuekrimis-liste .sub_nav .active {
  color: #000;
  margin-left: -25px;
  padding: 8px 10px;
  text-indent: 15px;
  box-shadow:  0px 6px 5px -3px rgba(0, 0, 0, 0.15);
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+1,fcfcfc+44,f5f5f5+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 1%, rgba(252,252,252,1) 44%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 801px) {
  .neuekrimis-liste .col_one {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.neuekrimis-liste .right-item h3 {
padding-top: 0;
margin: 0 0 30px 0;
font-size: 100%;
font-weight: 600;
color: #000;
text-transform: uppercase;
border: none;
}

.neuekrimis-liste .right-item h3 span {
    padding-bottom: 0.5rem;
    padding-right: 10%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.ausgabe_text, .ausgabe_meinung {
  position: relative;
  font-family: Georgia,Times,serif;
    line-height: 1.55;
}

.ausgabe_text[aria-expanded*="false"]::after,
.ausgabe_meinung[aria-expanded*="false"]::after,
.krimi-tv-liste[aria-expanded*="false"]::after,
.lesung-teaser .klapp.readmore[aria-expanded*="false"]::before {
  content:  '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 25px;
  background: url('/_falcon_img/ausgrauen1.png') repeat-x;
}

.klapp.readmore {
  position: relative;
}

.klapp.readmore[aria-expanded*="false"]::before {
  content:  '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100&0+1,1+91 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(247,247,247,1) 91%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(247,247,247,1) 91%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(247,247,247,1) 91%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}


.ausgabe_text[aria-expanded*="false"] + [data-readmore-toggle]::after,
.ausgabe_meinung[aria-expanded*="false"] + [data-readmore-toggle]::after,
.krimi-tv-liste[aria-expanded*="false"] + [data-readmore-toggle]::after,
.klapp.readmore[aria-expanded*="false"] + [data-readmore-toggle]::after,
.bst-text-year[aria-expanded*="false"] + [data-readmore-toggle]::after
 {
  content: url(/_falcon_icons/readmore_plus.png);
  margin-left: 5px;
}

.ausgabe_text[aria-expanded*="true"] + [data-readmore-toggle]::after,
.ausgabe_meinung[aria-expanded*="true"] + [data-readmore-toggle]::after,
.klapp.readmore[aria-expanded*="true"] + [data-readmore-toggle]::after,
.bst-text-year[aria-expanded*="true"] + [data-readmore-toggle]::after {
  content: url(/_falcon_icons/readmore_less.png);
  margin-left: 5px;
}

.neuekrimis-liste table hr, .neuekrimis-single table hr{
  border-color: #eaeaea;
}

h3.hammett-style span {
background: #000;
color: #fbeb39;
margin-bottom: 0;
border-bottom: none;
padding: 5px 10px;
display: inline-block;
}

h3.hammett-style {
  border-bottom: 1px solid #000;
  text-transform: inherit;
}

.ausgabe + hr {
  margin-bottom: 2rem
}

.ausgabe_meinung {
  margin-bottom: 1rem;
  overflow: hidden;
  font-family: Georgia,Times,serif
}

.ausgabe_meinung[aria-expanded*="false"] + [data-readmore-toggle], 
.ausgabe_meinung[aria-expanded*="false"] + [data-readmore-toggle]
 {
    margin-top: 15px;
}

.bewert {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000
}

.bewert img {
  width: auto;
  max-width: 200px
}


.h-text {
  font-style: italic;
  font-weight: 300;
  font-size: 89%;
}

.verfueg {
      font-size: 13px;
  margin-top: 20px;
}
.verfueg span {
  position: relative;
  top:  5px;
  left: 0px;
  padding:  1px 5px; 
    font-size: 13px;
  color: #fff;
  border-radius: 3px;
}

.verfueg small {
  position: relative;
  top:  8px;
  font-size:  100%;
  font-style: normal;
}

.best_green span {

  color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
background: rgb(41,154,11); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(41,154,11,1) 0%, rgba(41,154,11,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(41,154,11,1) 0%,rgba(41,154,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}


.best_orange span {
  color:  #5b4a0b;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+1,ffe066+47,ffcc00+100 */
background: rgb(255,204,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,204,0,1) 1%, rgba(255,224,102,1) 47%, rgba(255,204,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 1%,rgba(255,224,102,1) 47%,rgba(255,204,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,204,0,1) 1%,rgba(255,224,102,1) 47%,rgba(255,204,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffcc00',GradientType=0 ); /* IE6-9 */


}

.best_red span {
  color:  #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df2925+0,dd5654+44,dd1511+100 */
background: rgb(223,41,37); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(223,41,37,1) 0%, rgba(221,86,84,1) 44%, rgba(221,21,17,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(223,41,37,1) 0%,rgba(221,86,84,1) 44%,rgba(221,21,17,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(223,41,37,1) 0%,rgba(221,86,84,1) 44%,rgba(221,21,17,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2925', endColorstr='#dd1511',GradientType=0 ); /* IE6-9 */
}


.eu span {
  position: relative;
  top: -16px;
  font-size: 13px;
  font-weight: 400 !important;
    opacity: 0.45;

}

.eu.porto  span {
  position: relative;
  top: -5px;
  opacity: 0.45;
}

.eu.bigger {
  font-weight: 600;
    padding-left: 10px;
    font-size: 22px;
}

.ausgabe-wrap {
  padding-top: 5px;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 981px) {
  .ausgabe-wrap {
    display: block;
  }
}

.preis-wrap {

}

.preis-wrap p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;

}

.button_bst {
  margin-top:  5px;
  background: url('../_falcon_icons/warenkorb-full.png') no-repeat;
  width: 185px;
  height: 50px;
   display: block;
   text-indent: -9999px;
   outline: none;
}

.porto {
  border-right: 1px solid #dedede;
  padding-top: 5px;
  padding-right: 10px;
  font-weight: 600;
}



@media (max-width: 39.9375em) {
  ul.sub_nav {display: none;}
}

@media (min-width: 40em) {
  .h-text + select {display: none;}
  ul.sub_nav {display: block !important;}
}


/* Liste Monatsuebersicht */


.h-text + select {
margin-top: 10px;
margin-bottom: 0;
padding-right: 30px;
height: 50px;
border: 1px solid #D2D6DE;
font-size: 14px;
color: #222222;
line-height: 21px;
background: #fff url("/_falcon_icons/readmore_plus.png") no-repeat 95% center
}

/* Blaettern - zurueck zur Uebersicht */

.uebersicht p , .blaettern p {
  margin-bottom: 0;
  text-align: center;
}

.uebersicht a , .blaettern a {
 text-decoration: none;
}

.uebersicht, .blaettern {
  margin-bottom: 1rem;
}

.uebersicht, .blaettern {
  display: block;
  padding: 0.625rem;
  background: #F1F1F1;
}

.blaettern a, .blaettern span {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}


#basket  .blaettern, #basket .uebersicht {
  background:  #fbed17;
  border-radius: 3px;
  box-shadow: 0px 6px 5px -1px rgba(0, 0, 0, 0.35);
}

#basket  .blaettern a, #basket .uebersicht a, #basket .form_button_go, #basket .form_button_go_hover, #basket .form_button_go:active {
  color: rgba(10,10,10,.85);
  font-weight: 600;
  background:  #fbed17 !important;
  line-height: 1.3;
}

.req {
  font-size:  20px;
  font-weight: 600;
  color: red;
}

.error {
  color: red;
}

.form-70 {
  display: inline-block;
  width: 67%;
}

.form-30 {
  display: inline-block;
  width: 30%;
  padding-left: 10px;
}

@media (min-width: 480px) {

  .uebersicht p , .blaettern p {
    text-align: left;
  }
  
  .uebersicht, .blaettern {
    display: inline-block;
 }

 .uebersicht {
    float: left;
  }

.blaettern {
  float: right;
  }

  .uebersicht {
    margin-bottom: 0;
  }

}

.searchliste .ausgabe_best {
  padding-top: 5px !important
}

/* Single Buch */


.ausgabe_einzel h1 {
    padding: 0;
    margin: 0;
    border: none;
    color: #666;
    line-height: normal;
    font-size: 1.375rem;
    font-weight: 600
}

.ausgabe_einzel h1::before {
    content: '';
    margin: 0;
}

@media (max-width: 767px) {
  .ausgabe_einzel h1::after{
    content: '';
    margin: 0;
  }
}

.ausgabe_einzel h1 span {
    display:  block;
    margin:  20px 0;
    line-height: normal;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
}


/* Neuerscheinungen Uebersicht */

.cover-neuersch.drei-cover {
  margin-bottom: 2rem;
}

@media (max-width: 640px) {
  .cover-neuersch.drei-cover {
  margin-bottom: 0.5rem;
}
}

.cover-neuersch.drei-cover.abst {
  margin-top: 2rem;
}

.cover-neuersch.drei-cover img {
  width: auto;
  max-width: 80px;
}

@media (min-width: 360px) {
  .cover-neuersch.drei-cover img {
    max-width: 90px;
    }
  }


@media (min-width: 420px) {
  .cover-neuersch.drei-cover img {
    max-width: 100px;
  }
}

@media (min-width: 480px) {
  .cover-neuersch.drei-cover img {
    max-width: 120px;
  }
}

@media (min-width: 600px) {
  .cover-neuersch.drei-cover img {
    max-width: 140px;
  }
}

.rubrik p {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+1,fcfcfc+44,f5f5f5+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 1%, rgba(252,252,252,1) 44%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
box-shadow: 0px 6px 5px -3px rgba(0, 0, 0, 0.15);
}

.rubrik a {
  padding: 8px 10px 8px 50px;
  display: block;
  text-decoration: none;
  background: url('/_falcon_icons/ic_touch_app_grey_24px.svg') no-repeat 18px center;
}

.nachtrag {
  margin-top: 45px;
}

.nk-start {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}


h2.con::before {
    position: relative;
    top: inherit;
    margin-right: 0;
    content: '';
}


h2.con {
padding-top: 0;
margin: 0 0 15px 0;
font-size: 100%;
font-weight: 600;
color: #000;
text-transform: uppercase;
border: none;
}

@media (max-width: 800px) {
  h2.con {
  margin-bottom:0
}
}

h2.con span {
  display: inline-block;
    padding-bottom: 0.5rem;
    padding-right: 10%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}


/* Krimidatenbank */


table tbody tr:nth-child(2n) {
  background: transparent;
}

#dat_suche input {
  margin-bottom: 0;
}

/* Tooltip */

#krimidatenbank .tooltip.right.align-top {
  background:  #000;
}


/* Rezensionenliste */

table#rezi_last tbody tr:nth-child(2n), 
table#rezi_a-z tbody tr:nth-child(odd), 
table.stammdaten tr:nth-child(odd), 
table.rechn tr:nth-child(even),
.formu input:nth-child(even),
table.personal tr:nth-child(odd),
/* table[summary="Warenkorb"] tr:nth-child(even), */
.infofeld textarea,
table#antq_ausgabe tr:nth-child(even),
table[summary="Autorensuche A-Z"] tr:nth-child(1) td:nth-child(odd),
table[summary="Autorensuche A-Z"] tr:nth-child(2) td:nth-child(even),
 table[summary="Autorensuche A-Z"] tr:nth-child(3) td:nth-child(odd),
 table[summary="Autorensuche A-Z"] tr:nth-child(4) td:nth-child(even),
 .poster-book
 {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+1,fcfcfc+44,f5f5f5+100 */
background: rgb(240,240,240); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 1%, rgba(252,252,252,1) 44%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 1%,rgba(252,252,252,1) 44%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}


table#rezi_last {
  border: 1px solid #eaeaea;
}



.cover-neuersch.vier-cover img {
    max-width: 120px;
    width: 100%;
}


.kasten table, #patrone table {
  border: 1px solid   #eaeaea;
}

.kasten table td, #patrone table td {
  border-right: 1px solid   #eaeaea;
  border-bottom: 1px solid   #eaeaea;
   text-align: center;
}

/*  #patrone table td {text-align: left} */

.kasten table tr td:last-child, #patrone table tr td:last-child {
  border-right: none;
}

  .kasten table td a,  #patrone table td a {
    display: block;
  }

  .kasten table td:hover, #patrone table td:hover {
    background: #eaeaea ;
   
  }

  #patrone table td a {
    display: block;
  }

#patrone table td a::after {
  content: url(../_falcon_img/pat-4.png);
}

/* Rezensionenpatrone */


table#rezi_a-z {
   border: 1px solid   #eaeaea;
}

table#rezi_a-z td {
  border-bottom: 1px solid   #eaeaea;
}

table#rezi_a-z  tr td:last-child {
  border-right: none;
  display: none;
}

#patrone table td.zahl a::after {
  position: relative;
  top:  5px;
  margin-left: 8px;
}



@media (max-width: 640px) {

  #rezi_a-z td {
    display: block;
  }

  #rezi_a-z img {
    max-width: inherit;
  }
}

.default .rezipatrone  h1 {
  margin-bottom: 0.5rem;
}

#patrone table[summary*="A-Z"] td a::after {
  content: '';
}


@media (max-width: 640px) {
#patrone table[summary*="A-Z"] td {
  display: inline-block;
  float: left;
}
}


/* Suchergebnisse */

.suchergebnisse .ausgabe .cover {
  display: inline-block;
}
 
@media (min-width: 801px) {
.suchergebnisse .ausgabe .ausgabe_bild {
  min-width: 160px;
  max-width: 160px;
/*   text-align: right; */
}


.suchergebnisse .ausgabe img {
  max-width: 140px;
}
}

/* Warenkorb */

.bst {
  font-size: 13px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.step {
  display: table;
  margin-bottom: 10px;
}

.st-1 span, .st-2 span, .st-3 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  color: #FBED17;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin:  0 3px;
}

.step div {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}

.step .opa {
  opacity: 0.3;
}

tr.toprow td {
    padding: 12px 6px;
    background: #FBED17;

}

.rechn tr td,
table[summary="Warenkorb"] tr td {
  border-bottom: 1px solid #ddd;
/*    vertical-align: middle; */
}
 
img.covrechn,
img.marg {
  max-width: inherit;
}

 td.plus a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: -9999px;
    outline: none;
    background: url('/_falcon_icons/warenkorb-plus.png') no-repeat center;
}

td.plus a.minus {
   background: url('/_falcon_icons/warenkorb-minus.png') no-repeat center;
}

td.plus div {
  text-align: center;
      width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.rechn .versand {
  font-size: 14px;
}

.titel.cent {
  text-align: right;
}

@media (min-width: 640px) {
  .rechn td.right, 
  .rechn td.preis,
  table[summary="Warenkorb"] td.preis,
  table[summary="Warenkorb"] td.right,
  td.versand
   {
      text-align: right;
  }
}

.right.pad {
  white-space: nowrap;
}

.rechn .titel  {
  word-break: break-word;
}


.warenkorb table.tab-hinweis {
    margin-top: 15px;
}


.warenkorb table.tab-hinweis td {
    padding: 15px;
    width: 33%;
    /* background: #F0F0F0; */
    border: 1px solid #F0F0F0;
}

@media (max-width: 480px) {
  .warenkorb table.tab-hinweis td {
    padding: 5px;
    font-size:  89%;
  }
}

.warenkorb table.tab-hinweis h3 {
    padding: 8px 9px 2px 0;
    margin:  0;
    text-transform: inherit;
}

.drehen {
  display: none;
}

@media (max-width: 476px) and (orientation: portrait) {
  .drehen {
    display: block;
      -webkit-animation: fadein: 2s;
  -moz-animation:    fadein: 2s;
  -o-animation:     fadein: 2s;
  animation:         fadein: 2s;
  }

  .rechn,  .tab-hinweis {
    display: none;
  }
}

.formu {
  width:  55%;
}

.infofeld {
  padding-left: 20px;
  padding-top: 20px;
}

.form_info {
    padding: 5px;
    font-size: 13px;
}


label[for="nachricht"] {
  margin-top:  20px;
}

.personal {
  font-weight: 600;
  padding-left: 10px;
}

.personal.data {
  font-weight: 400;
}

.personal.data tr td:first-child {
  font-weight: 600;
}


.form_button_go, .form_button_go_hover, .form_button_go:active {
  border:  none !important;
  color: #ff0000;
  border-radius: 0 !important;
  background-color: #f1f1f1;
  cursor:  pointer;
}

/* Antiquariat */

 table[summary="Autorensuche A-Z"] {
  border: 1px solid   #eaeaea;
}

 table[summary="Autorensuche A-Z"] td {
  border-right: 1px solid   #eaeaea;
  border-bottom: 1px solid   #eaeaea;
   text-align: center;
}


 table[summary="Autorensuche A-Z"] tr td:last-child {
  border-right: none;
}

   table[summary="Autorensuche A-Z"] td a {
    display: block;
  }


img.antq_cover {
    float: right;
    padding: 0 5px 0 30px;
}


#antq_ausgabe td {
  text-align: left;
}

.antq_eur {
  white-space: nowrap;
}


#antq_ausgabe tr td:nth-child(2) div
 {
  font-size: 89%;
  padding-top: 5px;
  line-height: 1.3;
}

#antq_ausgabe .antq_row td {
    padding: 12px 6px;
    background: #FBED17;
    font-weight: 600;
    padding-left: 0.625rem;
}

#antq_ausgabe a.button_bst,
.watch_order a.button_bst {
    display: block;
    background: url(/_falcon_icons/ic_shopcard.png) no-repeat scroll 0 0 transparent !important;
    height: 37px;
    width: 36px;
    text-indent: -9999px;
    outline: none;
}

.watch_order.top a.button_bst {
  position: relative;
  top: -8px
}

@media (max-width: 479px) {
  #antq_ausgabe .antq_row  {
    display: none;
  }

   #antq_ausgabe tr  td:nth-child(2)
    {
    display: block;
  }

    #antq_ausgabe tr  td, 
    #antq_info td {
    display: block;
  }

  td.antq_autor {
    background: #fff;
  }

.a-z-mobile {
  width:  100%;
  overflow-x: scroll;
}


}

@media (min-width: 480px) {
   table[summary="Autorensuche A-Z"] tr:nth-child(3) td.antq_autor, 
   table[summary="Autorensuche A-Z"] tr:nth-child(3) td.antq_eur  {
    background: #fff;
   }
}

/* Newsletter */

#mc-embedded-subscribe {

}

.zwischlink li {
  display: inline-block;
  float: left;
  margin-right: 8px
}

/* Krimi-TV */

.krimi-tv-liste {
  position: relative;
  display: none;
}

@media (min-width: 801px) {
  .krimi-tv-liste {
    display: block;
  }
}

.krimi-tv-liste ul {
  list-style: none;
  overflow: hidden;
  margin-left: 0;
  font-size: 89%;
}

.krimi-tv-liste ul li {
  padding: 3px;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* Krimidatenbank */


input::placeholder, textarea::placeholder {
  color:  #999;
  font-style: italic;
  font-size: 89%;
}

/* Searchliste */

.search-titel {
  margin-bottom: 1rem;
  font-size:  24px;
}

.link-todetail {
  font-size:  12px;
}

.stammdaten.searchliste {
  margin-top: 0;
}

.search-image {
  -moz-box-shadow: 2px 2px 2px #6A6A6A;
  -webkit-box-shadow: 2px 2px 2px #6A6A6A;
  box-shadow: 2px 2px 2px #6A6A6A;
  border: 1px solid #666;
}


strong.black {
  display: inline-block;
  padding: 3px 5px;
  background: #000;
  color: #ffff00;
}

.autor-copy {
  position: relative;
}

@media (max-width: 800px) {
  .autor-copy img {
  margin-top: 20px;
}
}

figcaption.up {
  font-size: 13px;
  position: absolute;
  bottom: 95px;
  left: -92px;
  color: #fff;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
  transform: rotate(-90deg);
}

.rot {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
}

a.lese-schleife {
  position: relative;
  display: block;
}

a.lese-schleife::before {
  content: url(/_falcon_icons/lesung.svg);
  position: absolute;
  z-index: 99999
}

a.lesetipp-sm {
  position: relative;
  display: block;
}

a.lesetipp-sm::before {
  content: url(/_falcon_icons/lesetipp-sm.svg);
  position: absolute;
  z-index: 99999
}


/* Krimi-links */

  ul.krimilinks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
  }




ul.krimilinks li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.20);
  padding: 0;
}

@media (min-width: 480px) {
  ul.krimilinks {
    flex-direction: row;
  }

  ul.krimilinks li {
     width:48%;
  }
}

@media (min-width: 768px) {
  ul.krimilinks li {
     width:32%;
  }
}

  ul.krimilinks li a, ul.krimilinks li a img {
    display: block;
    font-size: 13px;
    line-height: 1.2;
  }

  ul.krimilinks li a img {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .link-title {
    padding: 10px 8px;
    color: rgba(10,10,10,.85);
  }

@media (max-width: 767px) {
.rubrik.co.onlydesktop {
  display: none;
}
}


.dropdown.menu li.is-submenu-item a {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e0d431;
}

ul.submenu {
  border-top: 1px solid #e0d431;
}


/* WATCHLIST */


a.button_watch {
  display: block;
  margin: 6px 0;
  text-decoration: none;
  font-size: 14px;
  padding-left: 3px;
}

a.button_watch:hover {
  text-decoration: none;
  opacity: 0.85
}


a.button_watch span::after {
  content: url('/_falcon_icons/icon-favorite.svg');
  position: relative;
  top: 4px;
  margin-left: 4px
}

a.favorite {
    position: relative;
    z-index: 9999;
}


a.shopcard {
  margin-left: 25px;
}

.shopcard.desktop img {
  padding-right: 0;
}

a.favorite {
  float: right;
  display: inline-block;
  margin-bottom: 0;
}

.favorite.desktop img {
  height: 2rem;
  padding-right: 2.25rem;
  padding-left: 1rem;
} 

.move {
  margin-bottom: 1em;
}
.tease360 {
  cursor: pointer;
}
.close-button {
  position: absolute;
  top: -9px;
  right: 0;
  padding: 3px;
  color: #000;
  background: #ededed;
  border-radius: 3px;
  font-size: 28px;
}
.top-promo {
  display: none !important;
}
@media (max-width: 480px) {
  .transcsstransforms .books {
    max-width: 110px;
  }
}
a.shopcard {
  position: relative;
  z-index: 9999;
}
.log a {
  display: block;
  position: relative;
}
.rank img {
  position: relative;
  top: -15px;
}
.bst-single-green {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 15px 80px 15px;
  margin: 0 0 30px 0;
  background: #005628;
  background: -moz-linear-gradient(top, #005628 0%, #006e2e 100%);
  background: -webkit-linear-gradient(top, #005628 0%, #006e2e 100%);
  background: linear-gradient(to bottom, #005628 0%, #006e2e 100%);
}
@media (min-width: 1023px) {
  .bst-single-green {
    width: 48%;
    display: inline-block;
    margin-right: 0;
    float: left;
  }
  .bst-single-green:nth-child(2n) {
    margin-right: 4%;
  }
}
.bst-single-green .height h2 {
  font-size: 22px;
  color: #f00;
  line-height: normal;
  padding-right: 40px;
  border: none;
}
.bst-single-green .height h2::before {
  content: '';
  margin: 0;
}
.bst-single-green .height h3 {
  color: #fff;
}
.bst-single-green .bst-text+a {
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 4px;
  display: inline-block !important;
  font-size: 13px;
  width: auto !important;
  position: relative;
  left: 13px;
  top: 7px;
}
.bst-single-green .bst-text {
  padding: 25px 15px;
}
.baseinfo {
  padding: 0 15px 5px 15px;
  margin-top: 10px;
}
.baseinfo table {
  margin-bottom: 0;
}
.baseinfo td {
  padding: 0;
}
.bst-left.box {
  width: 100%;
  background: #fcf7f1;
}
.bst-right.box {
  display: none;
}
.book-outer {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 480px) {
  .book-outer {
    margin-right: 10px;
  }
}
.bst-left.box a.bst-button {
  margin-top: 15px;
  display: inline-block;
  float: right;
  background: url("/_falcon_icons/ic_shopcard.png") no-repeat scroll 0 0 transparent !important;
  height: 37px;
  width: 36px;
  text-indent: -9999px;
  outline: none;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.34);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.34);
}
.bottom {
  margin-bottom: 0;
}
.whrz {
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
}
.whrz p {
  padding: 20px;
  background: #fff;
}
.whrz p::first-letter {
  margin: 0.08em 0 -0.1em 0;
  padding: 0 0.065em 0 0;
  font-size: 5em;
  line-height: 1em;
  float: left;
  color: #222;
  font-family: 'Special Elite', cursive;
}
@media (max-width: 480px) {
  .whrz p::first-letter {
    margin-bottom: -15px;
  }
}
.whrz span {
  font-size: 12px;
  display: inline-block;
  color: #666;
  font-style: italic;
}
.zweig {
  position: absolute;
  bottom: 15px;
}
.back-to-top {
  z-index: 9;
}
#home p a {
  text-decoration: none;
}
.timeit.hidden {
  display: none;
}
.bst-last-ranking.green {
  color: #008000;
}
@media (max-width: 639px) {
  .notmobile {
    display: none;
  }
}
a.button_watch {
  display: block;
  margin: 6px 0;
  text-decoration: none;
  font-size: 14px;
}
a.button_watch :hover {
  text-decoration: none;
  opacity: 0.85;
}
a.button_watch span::after {
  content: url("/_falcon_icons/icon-favorite.svg");
  position: relative;
  top: 4px;
  margin-left: 4px;
}
a.shopcard {
  margin-left: 25px;
}
.shopcard.desktop img {
  padding-right: 0;
}
a.favorite {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 9999;
}
.favorite.desktop img {
  height: 2rem;
  padding-right: 2.25rem;
  padding-left: 1rem;
}
a.watch-mobile {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../_falcon_icons/ic_favorite-20px.svg") no-repeat center;
}
/*SHARIFF*/
.cell.shariff {
  position: absolute;
  margin-left: 35px;
  margin-top: -40px;
  width: 300px;
}
.mail::before {
  content: '';
  position: relative;
  top: 0;
  margin-right: 0;
}
.shariff::before {
  content: 'Teilen:';
  font-size: 13px;
  position: absolute;
  top: -23px;
}
@media (min-width: 801px) {
  .shariff-button.whatsapp {
    display: none;
  }
}
.grid-container {
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  h2.start.border {
    margin-top: 1rem;
  }
}
#mc_embed_signup .button.button.bl {
  background: #fbed17 !important;
  color: #000 !important;
  box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.25) !important;
  font-weight: 600 !important;
  padding: 0.85em 1em !important;
  height: auto !important;
  line-height: 1 !important;
}
.responsive-embed {
  padding-bottom: 95%;
  box-shadow: 0px 2px 9px 1px rgba(0,0,0,0.25);
}
#mc_embed_signup {
  padding-top: 0.5rem;
  background: #ededed;
}
h3.hammett-style {
  border-bottom: 1px solid #000;
  text-transform: inherit;
  font-size: 100%;
}


.data978-3-453-27230-9::before,.data978-3-86754-240-1::before,.data978-3-257-07087-3::before,.data978-3-88769-595-8::before,.data978-3-498-00103-2::before,.data978-3-442-71553-4::before,.data978-3-257-07046-0::before,.data978-3-446-26467-0::before,.data978-3-518-42895-5::before,.data978-3-462-05223-7::before,.data978-3-86532-656-0::before,.data978-3-86754-242-5::before,.data978-3-88747-371-6::before,.data978-3-442-71830-6::before,.data978-3-651-02572-1::before,.data978-3-499-00098-0::before,.data978-3-03882-111-3::before,.data978-3-498-03580-8::before,.data978-3-86754-239-5::before,.data978-3-312-01130-8::before,.data978-3-293-00550-1::before,.data978-3-7472-0011-7::before,.data978-3-7645-0637-7::before,.data978-3-89667-643-6::before,.data978-3-442-71731-6::before,.data978-3-426-30711-3::before,.data978-3-453-42338-1::before,.data978-3-518-46965-1::before,.data978-3-518-46981-1::before,.data978-3-8090-2703-4::before,.data978-3-552-06394-5::before,.data978-3-442-75817-3::before,.data978-3-442-71776-7::before,.data978-3-499-27493-0::before,.data978-3-518-42858-0::before,.data978-3-462-05290-9::before,.data978-3-518-46961-3::before,.data978-3-86754-238-8::before,.data978-3-570-10367-8::before,.data978-3-442-48890-2::before,.data978-3-85256-770-9::before,.data978-3-95988-104-3::before,.data978-3-95614-284-0::before,.data978-3-442-31392-1::before,.data978-3-423-79044-4::before,.data978-3-442-71725-5::before,.data978-3-7160-2774-5::before,.data978-3-86754-237-1::before,.data978-3-426-28219-9::before,.data978-3-85256-772-3::before,.data978-3-453-27156-2::before,.data978-3-462-05125-4::before,.data978-3-552-05922-1::before,.data978-3-499-27511-1::before,.data978-3-95890-232-9::before,.data978-3-7645-0605-6::before,.data978-3-446-26000-9::before,.data978-3-8321-8353-0::before,.data978-3-608-50387-6::before,.data978-3-426-28213-7::before,.data978-3-86913-994-4::before,.data978-3-95988-102-9::before,.data978-3-906903-08-8::before,.data978-3-518-46924-8::before,.data978-3-455-00402-1::before,.data978-3-311-13200-4::before,.data978-3-608-96177-5::before,.data978-3-453-27176-0::before,.data978-3-498-05044-3::before,.data978-3-596-29837-2::before,.data978-3-96201-001-0::before,.data978-3-442-71642-5::before,.data978-3-518-46894-4::before,.data978-3-7408-0416-9::before,.data78-3-95757-612-5::before,.data978-3-608-50411-8::before,.data978-3-257-07037-8::before,.data978-3-518-42832-0::before,.data978-3-442-71480-3::before,.data978-3-85535-028-5::before,.data978-3-945133-65-1::before,.data978-3-293-00534-1::before,.data978-3-86532-620-1::before,.data978-3-498-07401-2::before,.data978-3-89425-587-9::before,.data978-3-499-27473-2::before,.data978-3-550-05064-0::before,.data978-3-99200-212-2::before,.data978-3-453-27121-0::before,.data978-3-518-46891-3::before,.data978-3-85787-797-1::before,
.data978-3-311-12514-3::before,.data978-3-89667-617-7::before,.data978-3-86754-243-2::before,.data978-3-95438-117-3::before,.data978-3-88747-376-1::before,.data978-3-7109-0091-4::before,.data978-3-86971-208-6::before,.data978-3-293-00559-4::before,.data978-3-462-05440-8::before,.data978-3-518-47030-5::before,.data978-3-548-06004-0::before,.data978-3-423-21808-5::before,.data978-3-518-47028-2::before,.data978-3-8321-8395-0::before,.data978-3-89667-608-5::before,.data978-3-89667-650-4::before,.data978-3-518-42879-5::before,.data978-3-8321-8105-5::before,.data978-3-7645-0716-9::before,.data978-3-86754-241-8::before,.data978-3-455-00124-2::before,.data978-3-442-71893-1::before,.data978-3-8321-6505-5::before,.data978-3-96201-029-4::before,.data978-3-86552-786-8::before,.data978-3-596-70204-6::before,.data978-3-8392-2488-5::before,.data978-3-8392-2487-8::before,.data978-3-442-48913-8::before,.data978-3-442-48826-1::before,.data978-3-442-31525-3::before,.data978-3-946503-41-5::before,.data978-3-453-27198-2::before,.data978-3-453-67728-9::before,.data978-3-462-05340-1::before,.data978-3-426-52211-0::before,.data978-3-86532-658-4::before,.data978-3-945133-89-7::before,.data978-3-608-50346-3::before,.data978-3-548-06113-9::before,.data978-3-902711-84-7::before,.data978-3-95438-110-4::before,.data978-3-85256-768-6::before,.data978-3-518-47005-3::before,.data978-3-257-07061-3::before

 {
  content: url(/_falcon_icons/lesetipp-sm.svg);
  position: absolute;
  z-index: 9;
  margin-left: 10px;
  margin-top:  8px;
  opacity: 0.9;
}





/* WH - MUETZE */
/*.log a::before {
    content: url('/_falcon_img/muetze.png');
    position: absolute;
    top: -30px;
    left: 4px
    }
    
    @media (min-width: 768px) {
    .log a::before {
          top: 0;
          left: 0px
          }
        }

    @media (min-width: 801px) {
    .log a::before {
          top: -22px;
          left: 24px
    }  
    }   

.log a {
    display: block;
    position: relative
    }
    
.sticky.is-stuck::before  {
    content: url('/_falcon_img/muetze.png');
    position: absolute;
    top: -8px;
    left: 0px;
    z-index: 99999
    }

.log a {
    display: block;
    position: relative
  }
        
.sticky.is-stuck::before {
    content: url('/_falcon_img/muetze.png');
    position: absolute;
    top: -8px;
    left: 0px;
    z-index: 99999
  }*/



@media (max-width: 799px) {
  .onlymobile {
    margin-top: 20px !important
  }
}

@media (min-width: 800px) {
  .onlymobile {
    display: none !important
  }
}


