/* colors
------------------------------------------------------------- */
/* white, background-color */
/* josfritz blue */
/* black, textcolor */
/* red, a:hover */
/* grey */
/* grey-blue */
/* grey-menu font color */
/* grey-menu background color */
/* grey-menu-top background color */
/* light blue headline border / a in layout blue */
/* error */
/* navbar-sm background-color */
/* mixins
------------------------------------------------------------- */
.no-border {
  border: none !important;
}
.no-border-radius {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.shadow {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
}
img {
  border: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.vam {
  vertical-align: middle;
}
.emphasized {
  font-weight: bold;
}
object {
  outline: none;
}
/* CSS for special modules
------------------------------------------------------------- */
/* widget-form-nl-subscription
------------------------------------------------------------- */
.dev-info {
  background-color: #DEDEDE;
  padding: 20px;
}
#nl-subscription-forms .nav-tabs {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#nl-subscription-forms .nav-tabs li {
  padding: 0px 0px 0px 0px;
  margin: 0px 10px 0px 0px;
}
#nl-subscription-forms .nav-tabs li a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: none !important;
  text-decoration: none;
  background-color: #81c1d8;
  outline: none;
}
#nl-subscription-forms .nav-tabs li.active a {
  background-color: #dedede;
}
#nl-subscription-forms .tab-content {
  background-color: #DEDEDE;
  padding: 20px;
}
#nl-subscription-forms .tab-content .formContainer {
  padding-top: 30px;
}
#nl-subscription-forms .info {
  display: block;
  width: 100%;
  padding: 15px 15px 5px 15px;
  background-color: #CEEFBE;
}
/* listview news
------------------------------------------------------------- */
.news-event-promoter {
  margin-top: 15px;
}
.event-data-sep {
  display: inline-block;
  padding: 0px 8px 0px 10px;
}
.btn-events {
  margin-top: 30px;
}
.event-promoter-wrapper {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px !important;
}
.news-books-wrapper {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}
/* carousel
------------------------------------------------------------- */
.owl-carousel .row {
  margin-bottom: 0px !important;
}
/* widget-news
------------------------------------------------------------- */
.news-carousel a {
  color: #0282b1;
  text-decoration: none;
}
.news-carousel a:hover {
  color: #000000;
}
.news-carousel a:hover {
  color: #000000;
}
/* listview books
------------------------------------------------------------- */
.booklist-v .col {
  margin-bottom: 40px !important;
}
.book-cover img {
  border: 1px solid #000000;
}
/* book detail
------------------------------------------------------------- */
.book-data {
  margin-top: 10px;
}
.book-data label {
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 0px;
}
.book-reviewer {
  font-weight: 700;
}
.book-blurb {
  margin-top: 30px;
}
.book-info {
  margin-top: 30px;
}
/* loader
------------------------------------------------------------- */
.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
}
.loader {
  background: #ddd;
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  text-indent: -9999em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* xmenu (extra navigation / book lists)
------------------------------------------------------------- */
ul.xmenu {
  list-style-type: none;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 15px 0px !important;
}
ul.xmenu li {
  padding: 0px 0px 0px 0px !important;
  margin-bottom: 13px;
  font-weight: bold;
}
ul.xmenu li a {
  font-weight: bold;
}
ul.xmenu li a.active {
  color: #000000;
}
ul.xmenu-hor {
  margin-bottom: 0px;
}
ul.xmenu-hor li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0px !important;
  background-image: none;
}
/* order-jf
------------------------------------------------------------- */
.mailorder-hidden {
  display: none;
  /*    visibility: hidden;*/
}
.delivery {
  background-color: #81c1d8;
  padding: 10px 20px 10px 20px;
}
.btn-order-jf-scdadress {
  margin-top: 23px;
  margin-bottom: 20px;
}
#scd-adress {
  display: none;
}
/* order-vlb
------------------------------------------------------------- */
.orderVLB {
  width: 100%;
  min-height: 1300px;
  border: none;
}
/* shop
------------------------------------------------------------- */
.form-item .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.shopping-cart-box {
  display: none;
  position: absolute;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.cart-info {
  width: 40px;
  padding-top: 6px;
  font-size: 18px;
  font-weight: bold;
  background-image: url('/pictures/navigation/button_cart_01.png');
}
.cart-info:hover {
  background-position: 0px -40px;
}
.shopping-cart-box {
  text-align: left;
  padding: 10px;
  background-color: #81c1d8;
}
.but-shoping-cart {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #ffffff !important;
  text-align: center;
  background-color: #0282b1;
}
.but-shoping-cart:hover {
  color: #000000 !important;
  background-color: #b4b4b4;
}
.shopping-cart-box h3 {
  font-size: 1.2em;
}
.shopping-cart-box .cart-products-loaded {
  display: table;
}
.shopping-cart-box .list-group-item {
  display: table-row;
}
.shopping-cart-box .item-data {
  display: table-cell;
  padding: 3px 3px 3px 5px;
  border-bottom: 1px solid #0282B1;
}
.shopping-cart-box .item-price {
  display: table-cell;
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #0282B1;
}
.shopping-cart-box .remove-item {
  display: table-cell;
  padding: 3px 5px 3px 10px;
  border-bottom: 1px solid #0282B1;
  font-weight: bold;
}
/* widget headline
------------------------------------------------------------- */
.wh1 {
  padding-bottom: 5px;
  border-bottom: 10px solid #d4e6f0;
}
/* widget 1 book
------------------------------------------------------------- */
.w1b {
  background-color: #d4e6f0;
}
.w1b-cover img {
  width: 100%;
}
.w1b-cover,
.w1b .buttons {
  position: relative;
  width: 230px;
  left: 50%;
  margin-left: -115px;
  padding-top: 20px;
}
.w1b .buttons {
  margin-top: 0px;
  padding-bottom: 20px;
}
/* widget 1 book with recession
------------------------------------------------------------- */
.w1br {
  display: table;
  width: 100%;
}
.w1br-cover {
  display: table-cell;
  width: 40%;
  padding: 15px;
  vertical-align: top;
  background-color: #81c1d8;
}
.w1br-cover img {
  width: 100%;
}
.w1br-data {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  padding: 15px;
  color: #000000;
  background-color: #dedede;
}
.book-content h1,
.book-content h2,
.book-content h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 0px 0px 8px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.book-content h1 {
  color: #0282b1 !important;
}
/* widget 4 books
------------------------------------------------------------- */
.w4b .col .w4b-wrapper {
  position: relative;
  background-color: #dedede;
  padding: 10px 10px 0px 10px;
}
.w4b .col .cover img {
  width: auto;
  height: 240px;
  border: 1px solid #000000;
}
.w4b .data {
  padding-top: 20px;
  padding-bottom: 0px;
}
.w4b .data h1,
.w4b .data h1 a,
.w4b .data h2 a {
  color: #0282b1;
  text-decoration: none;
}
.w4b .buttons {
  position: absolute;
  width: 150px;
  margin: 0;
  padding: 0;
  bottom: 0;
  right: 0;
}
/* widget 4 pics + text
------------------------------------------------------------- */
.w4pt-wrapper {
  background-color: #d4e6f0;
  padding: 20px;
}
.w4pt-wrapper .w4pt-pic {
  border: 1px solid #000000;
  margin: 0px 0px 25px 0px;
}
/* header
------------------------------------------------------------- */
#header-top a {
  text-decoration: underline;
}
#header-top a:hover {
  color: #000000;
}
/* header - headerpic
------------------------------------------------------------- */
#headerpic1,
#headerpic2 {
  display: none;
}
#headerpic1 img,
#headerpic2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  #headerpic2 {
    display: block;
  }
  #headerpic1 {
    display: none;
  }
}
@media (min-width: 768px) {
  #headerpic1 {
    display: block;
  }
  #headerpic2 {
    display: none;
  }
}
/* header - carousel
------------------------------------------------------------- */
#headercarousel1,
#headercarousel2 {
  display: none;
}
#headercarousel1 img,
#headercarousel2 img {
  min-width: 100%;
}
@media (max-width: 767px) {
  #headercarousel2 {
    display: block;
  }
  #headercarousel1 {
    display: none;
  }
}
@media (min-width: 768px) {
  #headercarousel1 {
    display: block;
  }
  #headercarousel2 {
    display: none;
  }
}
/* footer
------------------------------------------------------------- */
#footer-top {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 35px;
  margin-bottom: 15px;
  color: #ffffff;
  background-color: #0282b1;
}
#footer-top * {
  color: #ffffff;
}
@media (min-width: 768px) {
  #footer-top {
    margin: 0px 0px 15px 0px;
  }
}
#footer-top .pageslideup {
  height: 35px;
}
footer .pageslideup a {
  display: inline-block;
  width: 70px;
  height: 35px;
  margin-right: -15px;
  background-image: url('/pictures/navigation/arrow-page-up-01.png');
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
footer .pageslideup a:hover {
  background-position: 0px -35px;
}
footer h3 {
  font-size: 1.3em;
}
footer .payment {
  margin-top: 20px;
}
footer .paymenticons {
  display: inline-block;
  width: 370px;
  height: 30px;
  margin-left: 15px;
  background-image: url('/pictures/basic/icons_bezahl_01.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
@media (max-width: 767px) {
  footer .paymenticons {
    display: inline-block;
    width: 170px;
    height: 85px;
    margin-left: 15px;
    background-image: url('/pictures/basic/icons_bezahl_02_mobile.png');
  }
}
