#pageflip-wrapper {
  padding: 0 20px;
  position: relative;
  margin: 20px 0;
}
#pageflip-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: Center;
}
.magazine-viewport {
  max-width: 100%;
}
.magazine-viewport .magazine-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.magazine-viewport .magazine {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.magazine-viewport .magazine .page-wrapper {
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  left: 0;
  top: 0;
}
.magazine-viewport .magazine .page-wrapper.active {
  opacity: 1;
}
.magazine-viewport .magazine .page-wrapper.p1 {
  position: static;
}
.magazine-viewport .page {
  width: 100%;
  height: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.magazine-viewport canvas {
  width: 100%;
}
.magazine .region {
  position: absolute;
  overflow: hidden;
  background: #0066FF;
  opacity: 0.2;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-filter: alpha(opacity=20);
  filter: alpha(opacity=20);
}
.magazine .region:hover {
  opacity: 0.5;
  -webkit-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
}
.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
}
.magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}
.magazine-viewport .page img {
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
}
.animated {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.exit-message > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: white;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.halfside-handler .halfside {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  cursor: pointer;
  width: 50%;
}
.halfside-handler .halfside.right {
  left: auto;
  right: 15px;
}
.flipbook-arrows {
  position: static;
}
.flipbook-arrows .arrow {
  left: 15px;
}
.flipbook-arrows .arrow.disabled {
  cursor: not-allowed;
}
.flipbook-arrows .arrow.right {
  right: 15px;
}
.ath-container {
  --bg-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 200;
  transition: opacity 0.3s linear, bottom 0.1s ease-out, visibility 0.3s;
}
.ath-container .ath-banner {
  --bg-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, bottom 0.3s ease-out, visibility 0.3s;
  will-change: opacity, bottom;
  position: fixed;
  bottom: 75%;
  width: 80%;
  background: var(--bg-color);
  padding: 20px;
  margin: 0 10%;
  border-radius: 10px;
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.ath-container.fadeIn {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.ath-container.fadeIn:before {
  bottom: 0;
}
.ath-container.fadeIn .ath-banner {
  opacity: 1;
  bottom: 20px;
  visibility: visible;
}
.ath-container img.appicon {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}
.ath-container .ath-banner-cell {
  text-align: center;
}
.ath-container .ath-banner-cell button {
  background-color: #333;
  color: white;
}
.ath-container .inlineicon {
  display: inline-block;
  width: 17px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.ath-container .inlineicon.icon-share {
  background-image: url("/typo3conf/ext/inside_pwa_distribution/Resources/Public/Images/Icons/icon-share-ios.png");
}
.ath-container .inlineicon.icon-ath {
  height: 16px;
  background-image: url("/typo3conf/ext/inside_pwa_distribution/Resources/Public/Images/Icons/icon-ath-ios.png");
}
.ath-container:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(35%);
  top: 100%;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 15px solid transparent;
}
.ath-container .btn.install {
  display: none;
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .ath-container .inlineicon.icon-share {
    background-image: url("/typo3conf/ext/inside_pwa_distribution/Resources/Public/Images/Icons/icon-share-chrome.png");
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0;
    top: 2px;
  }
  .ath-container .inlineicon.icon-ath {
    display: none;
    background-image: url("/typo3conf/ext/inside_pwa_distribution/Resources/Public/Images/Icons/icon-ath-ios.png");
  }
  .ath-container .btn.install {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #top-box {
    display: none;
  }
  #content {
    padding-top: 85px;
  }
}
.flipbook-controls .halfside-handler {
  display: none;
}
#content .carousel.got-news .item.pdf-item h2 {
  bottom: 130px !important;
  left: 20px !important;
}
#content .carousel.got-news .item.pdf-item p {
  position: absolute;
  left: 20px;
  right: 5%;
  bottom: 80px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  #content .carousel.got-news .item.pdf-item p {
    font-size: 20px;
  }
}
