/* Basic sample */

body{
	overflow:hidden;
	background-color:#fcfcfc;
	margin:0;
	padding:0;
}

.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}
navileft{
position:absolute;
background:#fff;
font-family: Calibri, Candara, Arial, Helvetica, sans-serif;
padding:6px;
-webkit-box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.75);
box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.75);
z-index:123456;
width:200px;
left:-214px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

navileft.aktiv{
-webkit-box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.45);
box-shadow: 3px 2px 63px 1px rgba(0,0,0,0.45);
left:0px;
}

.btnPB img{
	max-width: 50px;
	height:auto;
}


navileft .btnP{
cursor: pointer;
color:#333;
padding:4px;
}
#fahne{
width:60px;
height:60px;
background-color:#5a7485;
position:absolute;
top:0px;
left:212px;
-webkit-box-shadow: 11px 9px 33px 1px rgba(0,0,0,0.45);
-moz-box-shadow: 11px 9px 33px 1px rgba(0,0,0,0.45);
box-shadow: 11px 9px 33px 1px rgba(0,0,0,0.45);
cursor: pointer;
}

 #fahne img{
     -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
transform: rotate(0deg);
}


.aktiv  #fahne img{
transform: rotate(180deg);
}
.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.p-temporal{ background-color: #ccc; }
.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

@media only screen and (max-width: 1200px) {

#fahne{
width:25px;
height:35px;
display: flex;
justify-content: center;
align-items: center;
}

 #fahne img{
max-width: 30px;;
transform: rotate(0deg);
}

}
@media only screen and (max-width: 1200px) {
.btnPB img{
	max-width: 25px;
	height:auto;
	height:20px!important;
	opacity: .6;
}
#navBook{
	height:auto!important;
}


}



