/* #### Structure */
        

        .h5Flipbook
        {
            position:relative;
        }
        .h5Flipbook input
        {
            padding: 0px 0px 0px 0px;
        }
        .h5Flipbook input[type="text"]
        {
            padding: 1px 0px 1px 0px;
        }
        .h5fHeader 
        {
            top: -50px;
            
            position: absolute;
            /*text-align: center;*/
            width: 100%;
            z-index: 99;
            
        }
        .h5fHeaderRight
        {
            top: 0px;
            position: absolute;
            right: 10px;
        }
        .h5fHeader, .h5fHeaderRight
        {
            height: 50px;
        }

        .h5fPageNumbers
        {
            padding-right:10px;
        }
        input.h5fPageNumbersBox
        {
            width: 50px;
            text-align:center;
            vertical-align:middle;
            line-height: normal;
        }
        input.h5fSearchBox
        {
            width:236px;
            height:28px;
            text-align:left;
            padding-left:15px;
            vertical-align:middle;
        }
        input.h5fSearchBox[type="text"]
        {
            padding-left:15px;
        }        
        input.h5fSearchSubmit
        {
            height:30px;
            width:50px;
            vertical-align:middle;
        }
        .h5fBottom {
            color: #666666;
            position: absolute;
            /*text-align: center;*/
            width: 100%;
            z-index: 99;
        }
        #h5FlipbookPhoneRoot .h5fBottom {
            position: absolute;
            bottom:0px;
        }
        .h5fBottomRight
        {
            top: 0px;
            position: absolute;
            right: 0px;
        }
        .h5fBottomLeft
        {
            top: 0px;
            position: absolute;
            left: 0px;
            width:15px;
        }
        .h5fBottomMiddle
        {
            top: 0px;
            position: absolute;
            left: 15px;
        }

        .h5fBottomMiddle .fa {
            font-size: 23px;
            color: rgba(255,255,255,0.8);
            padding-right: 15px;
            cursor: pointer;
        }

        .h5fBottomRight .fa {
            font-size: 23px;
            color: rgba(255,255,255,0.8);
            cursor: pointer;
        }

        .h5fBottomRight .padd-right {
            padding-right: 10px;
        }

        .h5fBottom, .h5fBottomMiddle, .h5fBottomRight
        {
        height: 50px;
        line-height: 58px;

        }
        .h5fBottom img
        {
            padding-left:4px;
            padding-right:4px;
        }
        #h5FlipbookPhoneRoot .h5fBottom .h5fButtonSetCenter img
        {
            padding-left:15px;
            padding-right:15px;
        }
        .h5fBottom .h5fSeparator
        {
            padding-left:10px;
            padding-right:10px;
        }
        .h5fBottomRight
        {
            padding-right:15px;
        }
        .h5fPagesContainer
        {
            margin-top:70px;
        }
        .h5fSearchPanel
        {
            display:inline;
        }
/* #### Font Formatting */
        .h5Flipbook
        {
            font-family:Arial;
        }
        .h5fTitle {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 20px;
            color: #18496a;
        }
         .h5fPageNumbers, .h5fPageNumber
        {
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 14px;
            color: #18496a;
        }

         .h5fPageNumbers label
        {
            font-weight: bold;
        }


        input.h5fSearchBox
        {
            font-size:14px;
            font-weight:bold;
            color:White;
            text-shadow: 2px 2px 2px Black;
        }
        .h5fBottom a 
        {
            border:none;
            text-decoration:none;
            color:Black;
            font-size:14px;
            font-weight:bold;
        }
/* #### Fields and Buttons */
        input.h5fPageNumbersBox
        {
            background: url("styling/seite.png") no-repeat scroll 0 0 transparent;
            border:none;
        }
        input.h5fSearchBox
        {
            background: url("styling/search-lupe.png") no-repeat scroll 0 0 transparent;
            border:none;
        }
        input.h5fSearchSubmit
        {
            background: url("styling/search-lupe.png") no-repeat scroll -256px 0px transparent;
            border:none;
        }
        .h5fBottomLeft
        {
            background: url("styling/leiste-unten-links.png") no-repeat scroll 0px 0px transparent;
            border:none;
        }
        .h5fBottom
        {
            background-color: #18496a;
            border: none;
        }
        .h5fBottomRight
        {
            background: url("styling/leiste-unten-rechts.png") no-repeat scroll right center transparent;
            border:none;
        }
        .h5fSearchSubmit
        {
            cursor:pointer;
        }
        .h5fRightMenu {
            position: absolute;
            top: 0px;
            right: 0px;
        }
        .h5fRightMenu a {
            display: block;
            margin: 20px 5px 20px 5px;
        }
/* #### Images and colors */
        .h5Flipbook
        {
            background: none repeat scroll 0 0 #ebebeb;
        }
        .h5fHeader, .h5fHeaderRight
        {
            padding: 15px;
            background: none repeat scroll right 0 #ebebeb;
            /*border: 1px solid black;*/
        }
        .h5fBottom a img,
        .h5fPancontainer a img,
        .h5fRightMenu a img
        {
            border: none;
        }
        .h5fSearchBox::-webkit-input-placeholder {
            color: #fff;
        }

/* #### Page Selection */
#h5fPageSelector 
{
    /* hide it */
    left:-200px;
    display:none;
    
    position:absolute;
    top:0px;
    overflow:hidden;
    margin-top: 10px;    
    background:#dddddd;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.3);
    z-index:99;
}
#h5fPageSelectorInner
{
    position:relative;
    top:0px;
    left:0px;
}
.h5fPageImagePreview img
{
    height:200px; /* previewImageHeight */
    vertical-align: middle;
    cursor:pointer;
}
.h5fPageImagePreview img:not([src]),.h5fPageImagePreview img[src=''] {
    width: 0px;
}
.h5fPageImagePreview
{
    padding: 5px 10px 5px 10px;
    height: 200px;
}

.h5fPageSelectorArrow {
    position:absolute;
    left: 0px;
    padding-top: 10px;
    font-size: 26px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba( 50, 50, 50, 0.9);
    cursor:pointer;
    text-align: center;
    background:rgba(0,0,0,0.3);
    width:100%;
}

.h5fPageSelectorUp
{
    top:0px;
}
.h5fPageSelectorDown
{
    bottom:0px;
}
.h5fPageImagePreview img.h5fActive
{
    border:2px solid black;
    margin:-2px;
}

/* #### Zoom */
div.h5fPancontainer {
    position:absolute;
    z-index:100;
   top: 30px;
    left: 50px;
    border: 2px solid #dddddd;
    background: #E4F1FE;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3)
    width:0px;
    height:0px;
    display:none;

}
div.h5fPancontainer.h5fPancontainerTablet {
    left: 0px;
}
div.h5fPancontainerPan {
    position:absolute;
    z-index:100;
    top:0px;
    left:0px;
    overflow:hidden;
    background:#ffffff;
}
div.h5fPancontainer.h5fPancontainerTablet a.h5fZoomIn,
div.h5fPancontainer.h5fPancontainerTablet a.h5fZoomOut,
div.h5fPancontainer.h5fPancontainerTablet a.h5fZoomPageNext,
div.h5fPancontainer.h5fPancontainerTablet a.h5fZoomPagePrev {
    display: none;
}

/* #### Print Dialog */
.h5fPrintDialog 
{
    /* hide it */
    display:none;
    
    position:absolute;
        
    border:2px solid #888;
    background:#ccc;
    box-shadow:5px 5px 5px #888;
    z-index:99;
    padding:20px;
}
.h5fPrintDialog .h5fHeadline
{
    font-size:120%;
    text-align:center;
}
.h5fPrintDialog .h5fPrintDialogButton
{
    text-align:center;
}
.h5fPrintDialog .h5fText
{
    margin:10px;
}

/* #### Search Result */
.h5fSearchResult 
{
    right:0;
    top:0px;
    position:absolute;
    overflow:scroll;
        
    border-right:none;
    border-left:2px solid #888;
    border-top:2px solid #888;
    border-bottom:2px solid #888;
    background:#ccc;
    box-shadow:5px 5px 5px #888;
    z-index:99;
    width:250px;
    
    padding:5px;
}
.h5fSearchResultBox
{
    padding:10px;
    border-bottom:2px solid #888;
    cursor:pointer;
}
.h5fSearchResultBox b
{
    font-weight:bold;
}

/* Adapt Booklet CSS */
.booklet {
    margin-top: 0px;
    margin-bottom: 0px;
}
.booklet .b-arrow div {
    height: 85px;
    top: 42%;
    width: 37px;

/* style symbol */
    text-indent: 0px;
    color:#18496a;
    
/* use fontawesome */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
.booklet .b-arrow-prev div {
    margin-left: 37px;

}
.booklet .b-arrow-next div:before {
    font-size:50px;
    content: "\f054";
}
.booklet .b-arrow-prev div:before {
    font-size:50px;
    content: "\f053";
}

/*### Phone Version */
.h5FlipbookPhone .h5fPhonePage {
    width: auto;
}
.h5FlipbookPhone {
    overflow: hidden;
    display: none;
    position:relative;
}
.h5FlipbookPhone div.h5fPancontainer {
    top: 0px;
    left: 0px;
    border: none;
}
.h5FlipbookPhone .h5fBottomLeft
{
    width:25px;
}
.h5FlipbookPhone .h5fBottomRight
{
    padding-right:25px;
}
.h5FlipbookPhone .h5fBottomMiddle
{
    left: 25px;
}
.h5FlipbookPhone .h5fBottom, .h5FlipbookPhone .h5fBottomMiddle, .h5FlipbookPhone .h5fBottomRight
{
    height: 48px;
    line-height:55px;
}
/* Bottom Align */
.h5FlipbookPhone div.h5fBottomMiddle 
{
    width: 100%;
    left: 0px;
    text-align: center;
}
.h5FlipbookPhone div.h5fBottomMiddle a img
{
    padding-top: 6px;
}

.h5fButtonSetLeftContainer {
  width:50%;
  float:left;
  margin-right:-75px; /* minus half of the center container width */
}
.h5fButtonSetLeft {
  margin-right:75px; /* half of the center container width */
}
.h5fButtonSetCenter {
  width:150px; /* size of the fixed width */
  float:left;
}
.h5fButtonSetRightContainer {
  width:50%;
  float:right;
  margin-left:-75px; /* minus half of the center container width */
}
.h5fButtonSetRight {
  margin-left:75px; /* half of the center container width */
}
/* Dragging */
#h5FlipbookPhonePageRoot {
    position: absolute;
    top: 0px;
    left: 0px;
}

#h5FlipbookPhonePageRoot img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.h5fPhoneHamburger a {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    opacity: 0.6;
}

.h5fPhoneHamburger a img {
    
}

.h5fPhoneAddThis {
    position: absolute;
    height: auto;
    top: 0px;
    left: 0px;
    display: none;
    transform: scale(2);
    transform-origin: left top;
}

/* Window Close */
.h5fWindowClose {
    font-size: 36px;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    z-index: 200;
    color: #2574A9;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.8);
}

.h5fZoomInDesktop, .h5fZoomOutDesktop {
    position: absolute;
    top: 55px;
    right: 15px;
    cursor: pointer;
    z-index: 200;
    font-size: 24px;
    color: #2574A9;
    text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.8);
}

.h5fZoomOutDesktop {
    top: 90px;
}

.h5fDefaultDisabled {
    opacity: 0.5;
}
.h5fZoomPageNext {
   position: absolute;
    top: 45%;
    right: 10px;
    cursor: pointer;
    z-index: 200;
    font-size: 50px;
    color: #fff;
text-shadow: 2px 2px 5px rgba( 50, 50, 50, 0.85);
}
.h5fZoomPagePrev {
    position: absolute;
top: 45%;
left: 10px;
cursor: pointer;
z-index: 200;
font-size: 50px;
    color: #fff;
text-shadow: 2px 2px 5px rgba( 50, 50, 50, 0.85);

}


/* ### Fixes for fullscreen display, see http://generatedcontent.org/post/70347573294/is-your-fullscreen-api-code-up-to-date-find-out */
:-webkit-full-screen {
  width: 100%;
  position: fixed;
  top: 0;
  /* webkit keeps the original background color, so reset */
  background: none;
}
:fullscreen {
  /* not currently needed, but just in case */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;

  /* keeps correct aspect ratio and full image visible */
  -o-object-fit: contain; /* Opera 12.1 */
  object-fit: contain;
}

:-ms-fullscreen { /* no change apparently */
  width: auto;
  height: auto;
  margin: auto;
}
/* /### Fixes for fullscreen display */
#h5FlipbookRoot.h5fFullscreen {
    left:0px;
}
#h5FlipbookRoot.h5fFullscreen .h5fHeader {
    top:0px;
}



/* images */
.booklet .b-shadow-f {
    background-image: url('../booklet-images/shadow-top-forward.png');
}
.booklet .b-shadow-b {
    background-image: url('../booklet-images/shadow-top-back.png');
}
.booklet .b-p0 {
    background-image: url('../booklet-images/shadow.png');
}
.booklet .b-p3 {
    background-image: url('../booklet-images/shadow.png');
}
.booklet .b-grab {
    cursor: url('../booklet-images/openhand.cur');
}
.booklet .b-grabbing {
    cursor: url('../booklet-images/closedhand.cur');
}
.booklet .b-arrow-next div {
    background-image: url('../booklet-images/arrow-next.png');
}
.booklet .b-arrow-prev div {
    background-image: url('../booklet-images/arrow-prev.png');
}