.mainWrapper {
  position: relative;
}

.mainWrapper .innerWrapper {
  padding-top: 5px;
}

@media (min-width: 992px) {
  .mainWrapper .innerWrapper {
    margin-top: 0;
  }
}

.innerWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
main.innerWrapper {
  padding-bottom: 20px;
}
.mainWrapper .bghome {
  background-image: url("/img/pixel-pattern3.png");
  background-repeat: no-repeat;
}
.dummy-block {
  height: 550px;
  margin-bottom: 80px;
  background-color: #dbdbdb;
}

.dummy-nav .innerwrapper,
.dummy-footer .innerwrapper {
  max-width: 1120px;
  background-color: #ababab;
  height: 100%;
  position: relative;
}

.backToTop {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  position: fixed;
  border: 1px solid #009fe3;
  background-color: #E6F4FB;
}

@media (min-width: 768px) {
  .backToTop {
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
  }
}

.backToTop .icon {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-left: 9px;
}

@media (min-width: 768px) {
  .backToTop .icon {
    margin-top: 16px;
    margin-left: 18px;
    width: 32px;
    height: 32px;
  }
}

.price-right {
	vertical-align: .3em;
	font-size: 66% !important;
	display: inline !important;
	margin-right:3px;
	font-weight:bold;
	padding:0 !important;
	border: none !important;
}

.trennung {
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; 
}
.ebookcover {
	box-shadow:none !important;
	border: none !important;
}
.ebookcover a{
	border: none !important;
}

@media (max-width: 450px) {
  .shoppingcart .cart_item .row > div {
  	  width: 100%;
  	  left: auto;
  	  right:auto;
  }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.bmcookie .popup {
    background: #E5E5E5;
    color: #009fe3;
}
.bmcookie #cookie_all {
	background-color: #009fe3;
	color: #fff;
}

.fclub-app-logosvg {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 150px;
}

@media (max-width: 719px) {
  .fclub-app-logosvg {
    position: absolute;
    right: 5%;
    top: 10px;
    width: 20%;
  }
}

.gutscheinform.panel {
	width: 50%;
	margin: 0 auto;
}
@media (max-width: 719px) {
	.gutscheinform.panel {
		width: 100%;	
	}
}