html, body
{
    background-color: #FFFFE0;
    text-align: center;
    height: 100%;
}

#webseite{
    

width: 1080px;
margin: 0 auto;
}
#header
{
    width: 996px;
    height: 282px;
    background-image: url(Top_logo.jpg);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    
}
#header1
{
    width: 996px;
    height: 282px;
    /*background-image: url(Bgrnd_gr.jpg);*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;

    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;

}
#navigation
{
    width: 996px;
    height: 50px;
    background-color: #336633;
    margin-top: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    
}
#header h1
{
    padding-top: 50px;
    font-size: 60px;
    font-weight: bold;
    color: white;
    font-family: Comic;
}

#main
{
    width: 996px;
    /*height: 100%;*/
    overflow: hidden;
    margin-top: 10px;
    background-color: #ddf47f;
    /*background-image: url(Bgrnd_gr.jpg);*/
    /*background-repeat: repeat-y;*/
    background-position: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    
}
#menue1
{
    float: left;
    width: 996px;
    min-height: 300px;
    background-color: #ddf47f;
    margin-top: 10px;
    margin-bottom: 10px;
    /*overflow: scroll;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#inhalt1
{
    float: right;
    width: 100px;
    min-height: 100%;
    //background-color: #ddf47f;
    //background-image: url(Bgrnd_e1f883.jpg);
    //background-repeat: repeat-y;
    margin-top: 10px;
    margin-bottom: 10px;
    /*overflow: auto;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#menue
{
    float: left;
    width: 617px;
    min-height: 300px;
    background-color: #ddf47f;
    margin-top: 10px;
    margin-bottom: 10px;
    /*overflow: scroll;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#inhalt
{
    float: right;
    width: 359px;
    min-height: 100%;
    //background-color: #ddf47f;
    //background-image: url(Bgrnd_e1f883.jpg);
    //background-repeat: repeat-y;
    margin-top: 10px;
    margin-bottom: 10px;
    /*overflow: auto;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#footer
{
    width: 996px;
    height: 100px;
    color: #808080;
    background-color: #336633;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
    clear: both;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}


/*Navimenü*/

#navimenue {
width:996px;
height:50px;
background:#336633;
position: relative;
//top: 10px;
//left: 10px;


border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
#menuepunkte {
width:996px;
height:18px;
text-align:center;
padding-top: 16px;
}
#menuepunkte a {
text-decoration:none;
color:white;
font-family:Comic;
font-size:18px;
padding-left:30px;
padding-right:30px;

}
#menuepunkte a:hover {
border:1px solid;
font-family: Comic;
color: #336633;
background-color: #ffffe0;
font-weight: bold;
border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
#verein {
position:relative;
top:-13px;
left:323px;
display: none;
}
#verein1{
width: 150px;

background: #ffffe0; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffe0 1%, #ffffe0 2%, #ddf47f 99%, #ffffff 100%, #ffffff 100%, #ddf47f 100%, #ddf47f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffe0), color-stop(2%,#ffffe0), color-stop(99%,#ddf47f), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ddf47f), color-stop(101%,#ddf47f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe0', endColorstr='#ddf47f',GradientType=0 ); /* IE6-9 */

border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
#verein1 a {
text-decoration: none;
font-family: Comic;
color: #336633;
}
#verein1 a:hover {

font-family: Comic;
font-weight: bold;
color: #336633;

}
#verein1 p {
margin:0px;
padding-right:30px;
padding-left:30px;
padding-top:5px;
padding-bottom: 5px;
}
#gartenheim {
position:relative;
top:-13px;
left:432px;
display: none;
}
#gartenheim1 {
width: 160px;

background: #ffffe0; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffe0 1%, #ffffe0 2%, #ddf47f 99%, #ffffff 100%, #ffffff 100%, #ddf47f 100%, #ddf47f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffe0), color-stop(2%,#ffffe0), color-stop(99%,#ddf47f), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ddf47f), color-stop(101%,#ddf47f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe0', endColorstr='#ddf47f',GradientType=0 ); /* IE6-9 */

border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
#gartenheim1 a {
text-decoration: none;
font-family: Comic;
color: #336633;
}
#gartenheim1 p {
margin:0px;
padding-right:30px;
padding-left:30px;
padding-top:5px;
padding-bottom: 5px;
}
#gartenheim1 a:hover{
font-family: Comic;
font-weight: bold;
color: #336633;
}
#bilder {
position:relative;
top:-13px;
left:581px;
display: none;
}
#bilder1 {
width: 160px;

background: #ffffe0; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffe0 1%, #ffffe0 2%, #ddf47f 99%, #ffffff 100%, #ffffff 100%, #ddf47f 100%, #ddf47f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffe0), color-stop(2%,#ffffe0), color-stop(99%,#ddf47f), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ddf47f), color-stop(101%,#ddf47f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe0', endColorstr='#ddf47f',GradientType=0 ); /* IE6-9 */

border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
#bilder1 a {
text-decoration: none;
font-family: Comic;
color: #336633;
}
#bilder1 p {
margin:0px;
padding-right:30px;
padding-left:30px;
padding-top:5px;
padding-bottom: 5px;
}
#bilder1 a:hover{
font-family: Comic;
font-weight: bold;
color: #336633;
}
#info {
position:relative;
top:-13px;
left:688px;
display: none;
}
#info1 {
width: 170px;

background: #ffffe0; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffe0 1%, #ffffe0 2%, #ddf47f 99%, #ffffff 100%, #ffffff 100%, #ddf47f 100%, #ddf47f 101%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffe0), color-stop(2%,#ffffe0), color-stop(99%,#ddf47f), color-stop(100%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#ddf47f), color-stop(101%,#ddf47f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffe0 1%,#ffffe0 2%,#ddf47f 99%,#ffffff 100%,#ffffff 100%,#ddf47f 100%,#ddf47f 101%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffe0', endColorstr='#ddf47f',GradientType=0 ); /* IE6-9 */

border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}
#info1 a {
text-decoration: none;
font-family: Comic;
color: #336633;
}
#info1 a:hover{
font-family: Comic;
font-weight: bold;
color: #336633;
}
#info1 p {
margin:0px;
padding-right:30px;
padding-left:30px;
padding-top:5px;
padding-bottom: 5px;
}
/*Schwein*/
#schwein {
    width: 197px;
    height: 149px;
    float: none;
    margin-top: 15px;
    margin-left: 200px;
    background-image: url(img/schwein_kl.jpg);
}
#schwein:hover {
    background-image: url(img/schwein1_kl.jpg);
}
/*Schriften*/
.vorstand1
{
    list-style-type: none;
    color: #336633;
    font-family: Comic;
    font-size: 15px;
    padding-bottom: 20px;

}
.vorstand
{
    list-style-type: circle;
    color: #336633;
    font-family: Comic;
    font-size: 20px;
    padding-bottom: 2px;

}
.infoschrift
{
    color: #000;
    font-family: Comic;
    padding-left: 70px;
    text-align: left;
}
.infoschrift1
{
    color: #000;
    font-family: Comic;
    padding-left: 70px;
    text-align: left;
    list-style: none;
}
.infoschrift2
{
    color: #000;
    font-family: Comic;
    padding-left: 100px;
    text-align: right;
    
}
.infoschrift3
{
    color: #336633;
    font-family: Comic;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    

}
.infoschriftcenter
{
    color: #000;
    font-family: Comic;
    padding-left: 120px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*neues Menü*/

#seite
{
    width: 996px;
    /*height: 20px;*/
    margin: 0px auto;
    /*background-color: #336633;*/
}

.menu, .menu ul
{
    list-style: none;
    padding: 0;

    margin: 0;
    height: 50px;
}
.menu {
    height: 50px;

}
.menu li {
    /*background: -moz-linear-gradient(#336633, #406F40);
    background: -ms-linear-gradient(#336633, #406F40);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #336633), color-stop(100%, #406F40));
    background: -webkit-linear-gradient(#336633, #406F40);
    background: -o-linear-gradient(#336633, #406F40);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";*/
    /*background: linear-gradient(#d8f878, #406F40);*/
    background: #336633;

    min-width: 199px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.menu > li
{
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.menu a
{
    /*border-left: 3px solid rgba(0, 0, 0, 0); */
    color: #ffffff;
    display: block;
    font-family: 'comic';
    font-size: 18px;
    line-height: 30px;
    
    padding: 0 35px;
    padding-top: 10px;
    
    text-decoration: none;
    text-align: center;
}

/*Hover Menü*/
.menu li:hover {
    background-color: #ffffe0;
    background: -moz-linear-gradient(#ffffe0, #d8f878);
    background: -ms-linear-gradient(#ffffe0, #d8f878);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffe0), color-stop(100%, #d8f878));
    background: -webkit-linear-gradient(#ffffe0, #d8f878);
    background: -o-linear-gradient(#ffffe0, #d8f878);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe0', endColorstr='#d8f878');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe0', endColorstr='#d8f878')";
    background: linear-gradient(#ffffe0, #d8f878);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.menu li:hover > a {
    /*border-radius: 5px 0 0 0;*/
    /*border-left: 3px solid #336633;*/
    color: #336633;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

 /*submenü Style*/

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
    /*background-color: #336633;*/
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
    /*border-left: 3px solid #336633;*/
    border-radius: 0;
    color: #336633;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
     max-height: 2000px;
     z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*Speisekarte*/
#speisekarte {
    width: 800px;
    height: 800px;
    margin: 0 auto;

}
.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-661px;
	top:100px;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:white;
	background-repeat:no-repeat;
	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);
}

.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;
}
/*style Aufklappmenue*/
.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'weiterlesen';
 margin-left: 10em;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'weniger';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;

  padding: 0 .5em;
  color: #336633;
  font-size: .9em;
  line-height: 2;


  border-radius: .25em;
}
/*ende style Aufklappmenue*/




