/*

		Global Pageflip Styles
		
*/
#pageflip {
	width: 100%;
	background: #ececec;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
#pf-pagerin {
	font-family: "Fauna One", "Lucida Grande", Helvetica, sans-serif;
}
#pf-stage {
	background: #ececec;
}
/*
	
		Container HTML Page Styles
		
*/
body {
	margin: 0;
}


/*

		Template 2 - Demo Book 2

*/
.demo2 g {
	bottom: 0px;
	padding: 12px 0;
	background: rgba( 80,80,80, 0.5 );	
}
.demo2 #pf-pagerin {
	color: rgba(255,255,255,0.8);
}
.demo2 .pf-control-bar-button g,
.demo2 .pf-control-bar-pager g {
	fill: rgba(255,255,255,0.8);
}
.demo2 .pf-control-bar-button:not(.pf-disabled):hover g {
	fill: rgba(255,255,255,1);
}
.demo2-flexible-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.demo2-flexible-centered {
	position: absolute;
	margin: auto;
	width: 100%;
	bottom: 0;
	top: 0;
}
.demo2-highlight {
	margin: 0 48px;
}
.demo2-highlight,
.demo2-highlight h1,
.demo2-highlight h2 {
	font-family: "Syncopate", "Helvetica", sans-serif;
	color: #fff;
}
.demo2-highlight h1 {
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-weight: 700;
	line-height: 84%;
}
.demo2-highlight h2 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: 400;
	line-height: 84%;

}
.demo2-highlight p {
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-weight: normal;
}
div#demo2-page1 {
	background:  #00c1fd;
}
div#demo2-page1 .demo2-flexible-centered {
	height: 200px;
}
div#demo2-page2 {
	background: #009fcf;
}
div#demo2-page3 {
	background: #000 url(../template2_demobook2/demopic1.jpg) no-repeat left center;
	background-size: 700px 700px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#demo2-page2 .demo2-flexible-centered {
	height: 200px;
	text-align: right;
}
div#demo2-page4 {
	background: #007ba0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
div#demo2-page4 .demo2-highlight {
	position: absolute;
	bottom: 64px;
	text-align: right;
}
div#demo2-page5 {
	background: #00607e url(../template2_demobook2/demopic2.jpg) no-repeat left bottom;
	background-size: 700px 350px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
div#demo2-page5 .demo2-highlight {
	position: absolute;
	margin: 0;
	top: 0;
	padding: 66px 48px 24px;
	background: #00607e;
}
div#demo2-page5 .demo2-highlight p,
div#demo2-page6 .demo2-highlight p {
	font-size: 18px;
}
div#demo2-page6 {
	background: #00607e url(../template2_demobook2/demopic3.jpg) no-repeat right top;
	background-size: 700px 450px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
div#demo2-page6 .demo2-highlight {
	position: absolute;
	margin: 0;
	bottom: 0;
	padding: 24px 48px 66px;
	background: #00607e;
}
div#demo2-page7 .demo2-flexible-centered {
	height: 260px;
}
div#demo2-page7 .demo2-highlight p {
	font-size: 16px;
}
#page7.demo2 {
	background: url(../template2_demobook2/demopic6.png) no-repeat left center rgba( 0,0,0, 0.7 );
	background-size: 700px 700px;
}
#page8.demo2 {
	background: url(../template2_demobook2/demopic7.png) no-repeat right center rgba( 0,0,0, 0.7 );
	background-size: 700px 700px;
}
#page9.demo2 {
	background: url(../template2_demobook2/demopic4.png) no-repeat left center rgba( 40,40,50, 0.7 );
	background-size: 700px 700px;
}
#page10.demo2 {
	background: url(../template2_demobook2/demopic5.png) no-repeat right center rgba( 40,40,50, 0.7 );
	background-size: 700px 700px;
}
div#demo2-page11 .demo2-flexible-centered {
	height: 200px;
}
div#demo2-page11 {
	background: #00485e;
}
div#demo2-page11 a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div#demo2-page11 a:hover {
	text-decoration: underline;
}

.pf-right-buttons {
    width: 140px;
}


#tabofcontents {
    position: absolute;
    z-index: 999;
    right: 50px;
    bottom: 50px;
    /* width: 120px; */
    width: 135px;
    /* border-radius: 8px; */
    border-radius: 4px;
    padding: 15px;
    /* font-weight: normal; */
    font-weight: bold;
    font-family: 'Verdana';
    font-size: 0.7em;
    /*
    color: yellow;
    background: rgba(0, 0, 0, 0.7);
    */
    background-color: #ffffff;
    text-transform: uppercase;
    
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.30.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);

}

#tabofcontents ul {
    margin: 0;
    padding: 0;
}

#tabofcontents li {
    /* border-top : 1px solid yellow; */
    padding: 3px 0;
    list-style: none;
    margin: 0;
    cursor: pointer;
}

#tabofcontents li:hover {
    font-weight: bold;
}

#tabofcontents li:last-child {
    /* border-bottom: 1px solid yellow; */
}

#tabofcontents h3 {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
    color: #cc203d !important;

}

.productlink {
    position:absolute;
    width: 10%;
    height: 8%;
    background-image:url('../img/button.gif');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* :TODO: mit iPad testen
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    
}
*/
   
.productlink-de {
    background-image:url('../img/button-de.gif') !important;
}
.productlink-fr {
    background-image:url('../img/button-fr.gif') !important;
}
.productlink-it {
    background-image:url('../img/button-it.gif') !important;
}
.productlink-blue-de {
    background-image:url('../img/button-blue-de.gif') !important;
}
.productlink-blue-fr {
    background-image:url('../img/button-blue-fr.gif') !important;
}
.productlink-blue-it {
    background-image:url('../img/button-blue-it.gif') !important;
}

#pageflip-controls path, #pageflip-controls polygon, #pageflip-controls #b-index svg, #pageflip-controls #b-thumbs svg{
    cursor: pointer;
}

/* Video and link stuff */

.franke-website-link-1 {
    position: absolute;
    top: 89%;
    left: 67%;
    width: 27%;
    height: 7%;
    cursor: pointer;
}

.franke-website-link-21 {
    position: absolute;
    top: 83.5%;
    left: 7.82%;
    width: 15%;
    height: 2%;
    cursor: pointer;
}

.franke-video-link-7-1 {
    position: absolute;
    top: 17%;
    left: 7.82%;
    width: 27%;
    height: 18%;
    cursor: pointer;
}

.franke-video-link-7-2 {
    position: absolute;
    top: 17%;
    left: 37%;
    width: 55%;
    height: 18%;
    cursor: pointer;
}

.popupFrame {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    z-index: 1001;
}