@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);         
@import url(http://fonts.googleapis.com/css?family=Cinzel);

@font-face { font-family: "gotham_thin";
	     src: url("../fonts/gotham-thin.ttf") format("truetype");
             font-weight: normal;
             font-style: normal; }

@font-face { font-family: "opensans_reg";
	     src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
             font-weight: normal;
             font-style: normal; }

@font-face { font-family: "Satellite";
	     src: url("../fonts/Satellite.otf") format("truetype");
             font-weight: normal;
             font-style: normal; }



/* device width guides */

#px320, #px480, #px768, #px1024, #px1280, #px1670 { position: absolute;
         top: 0;
         width: 1px;
         height: 100%;
         z-index: 9999; }

#px320 { left: 320px; background: green;  }
#px480 { left: 480px; background: orange;  } 
#px768 { left: 768px; background: yellow;  }
#px1024 { left: 1024px; background: red;  }
#px1280 { left: 1280px; background: cyan;  }  
#px1670 { left: 1660px; background: blue;  } 

#px768h { position: absolute;
         top: 768px;
         left: 0;
         height: 1px;
         width: 100%;
         z-index: 9999;
         background: red;   } 

#px320h { position: absolute;
         top: 320px;
         left: 0;
         height: 1px;
         width: 100%;
         z-index: 9999;
         background: cyan;   } 


/*
Author URL: http://www.ianlunn.co.uk/
http://www.opensource.org/licenses/mit-license.php
Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/

/* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { 
margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: '';
                                                         content: none; }
table { border-collapse: collapse;
        border-spacing: 0; }


/* END CSS RESET */


html, body { width: 100%;
             height: 100%;   }


body { overflow: hidden;
  width: 100%; 
  height: 100%;
  min-height: 100%; 
  margin: 0 auto;
  text-align: center; 
  background: #f2f1ef;
font-family: opensans_reg, sans-serif;
  font-family: oswald, opensans_reg, sans-serif;
  
  color: #efefef;
  line-height: 24px; 
  font-weight: 300; 
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden; }


#wrap { min-height: 100%;
        width: 100%;   }



h2 { text-transform: uppercase;
     color: #fff; 
     font-size: 35px;
     font-weight: 300; 
     letter-spacing: 1px;
     font-family: Satellite;
  font-family: oswald, opensans_reg, sans-serif; 
     position: absolute;
                      left: 15%;
                      right: 15%;
                      width: 70%;
                       margin-top: -48px; }

h3,
p b { color: #aca47d; 
     font-size: 23px;
     font-weight: 300;
     letter-spacing: 1px;
     font-family: oswald, opensans_reg, sans-serif; 
      }


p { font-size: 15px;
    line-height: 25px;
    padding: 30px 0 15px 0; 
                   margin-left: 15%; 
                   margin-right: 15%; 
                   width: 70%;  } 


p b { font-size: 20px; }


em { font-style: italic; }

a { color: #aca47d;  
    text-decoration: none; 
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
     transition: 0.5s ease-out;
    border-bottom: 1px solid transparent;}

a.current:hover { border-bottom: 1px solid transparent;}

p a:hover { border-bottom: 1px solid #aca47d; }

a:focus { outline: none; }

.sup { font-size: 10px;
       line-height: 10px;
       vertical-align: top; }


nav .sequence-pagination,
nav .navigation {
  z-index: 8000; 
  width: 100%;
  height: 156px;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0; 
  right: 0;
  text-align: center;
  margin: 0 auto; }



nav .sequence-pagination div.logo img { width: 350px;
                                        height: 148px;  }




body.buch { margin: 0 auto;
           text-align: center;
           background: #191919 url(../images/dresden12.jpg) no-repeat fixed;
           background-position: 0 -170px;
           background-size: cover; } 


div.book {                     
                   width: 86%;
                   width: 90%;
                   max-width: 1240px;
                   max-width: 1340px;
                   margin: 0 auto;
                   margin-top: 17%;
                   margin-top: 300px;
                   text-align: center; 
                   background: transparent url(../images/black40.png);
                   padding: 20px 40px 20px 40px;
                   margin-bottom: 80px; }



.fotorama { border: 1px solid #ccc; 
            border-radius: 10px!important; 
            padding: 8px;

            width: 94%;
            width: 98%;
            max-width: 1200px;
            max-width: 1300px;
            text-align: center;
            margin: 0 auto; } 


.fotorama img { 
            padding: 8px 0;
            width: 92%;
            width: 1000px;
            max-width: 1080px;
            text-align: center;
            margin: 0 auto; }

.fotorama img.cover { 
            padding: 8px 0;
            
            width: 84%;
            max-width: 904px;
            max-width: 800px;
            text-align: center;
            margin: 0 auto; }

img.buchcover { 
            padding: 8px 0;
            
            width: 84%;
            max-width: 904px;
            max-width: 800px;
            text-align: center;
            margin: 0 auto; }

.fotorama img.trenner { 
            padding: 8px;
            
            width: 250px;
            height: 18px;
            text-align: center;
            margin: 0 auto; }


body.sub { overflow: auto;  }

body.signup #wrap { margin: 0  }











a.back-to-top {
    position: fixed;
    bottom: 18px;
    right: 18px;
    text-decoration: none;
    background: #b4a871; 
    border: 2px solid #b4a871;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    padding: 4px;
    width: 25px;
    height: 25px;
    display: none;
    z-index: 9000; }

a.back-to-top:hover { border: 2px solid #474747; 
                      background: #474747; }

a.back-to-top img { width: 25px;
                    height: 25px;} 




/************** Paypal Buttons *****************/

form.payal-btn { width: 250px;
                 width: auto;
                 height: auto; }




form.payal-btn input#paypal_buy  { height: 48px;
                             
                                 line-height: 30px;
                                 padding: 0 20px;
                      		 background: none;
                                 border: 1px solid #b4a871;
                                 border-radius: 0;
                                 color: #b4a871;
                                 font-family: oswald, impact, sans-serif;
                                 font-weight: 300;
                                 font-size: 20px;
                                 letter-spacing: 1px;
                                 text-transform: uppercase; 
                                 cursor: pointer; 
   				-webkit-transition: all 0.5s ease-out;
				-moz-transition: all 0.5s ease-out;
				-ms-transition: all 0.5s ease-out;
				-o-transition: all 0.5s ease-out;
				 transition: all 0.5s ease-out; 
                                    }

.payal-btn input#paypal_buy:hover { color: #fff;
                                    border: 1px solid #fff;  }




form.poster { text-align: center;
              margin: 0 auto;
              padding-left: 15px }

form.warenkorb { position: absolute;
                 top: 10px;
                 right: 10px;
                 z-index: 9999;
                 width: 36px;
                 height: 36px;
                 /*padding: 8px;
                 border: 1px solid #494949;
                 border-radius: 50%;*/ }

form.warenkorb input { width: 36px;
                     height: 36px; }


/************** END Paypal Buttons *****************/





#main { overflow:auto;
        width: 100%;
        max-width: 1920px;
        padding-bottom: 170px; /* must be same height as the footer */  }



#footer  { position: relative;
                   bottom: 0; 
          margin: 0;
          width: 100%;
          z-index: 10; 
          background: url(../images/black75.png); 
                   margin-top: -170px; /* negative value of footer height */
                   height: 190px;
                   clear:both; 
                   padding: 0;
                   padding: 10px 0 10px 0; } 


#footer img.logo { width: 220px;
              height: 93px; 
              padding: 10px 0 10px 0; }



#footer p { padding: 0; }

#footer a { text-decoration: none; }

#footer a:hover,
#footer a:active,
#footer a.current { text-decoration: none; 
                    color: #eaeaea; }

#footer a.current { cursor: default; }




 


/*Opera Fix thanks to Maleika (Kohoutec)*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/* thank you Erik J - negate effect of float*/ }



/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.ui-page { -webkit-backface-visibility: hidden; }


.clear { clear: both; } 

.large-only { display: none; }

.no-large { display: none; }





@media all and (max-width: 1281px) {



body.buch {  background-position: 0 -50px; } 

nav .sequence-pagination div.logo img { width: 300px;
                                             height: 127px;}



h2 { position: absolute;
                      left: 5%;
                      right: 5%;
                      width: 90%;
                       margin-top: -36px; 
                      font-size: 30px; }


div.book {  width: 92%;
            max-width: 1200px;
            margin-top: 250px;
            padding: 10px 40px 20px 40px;
            margin-bottom: 80px; }


p { padding: 25px 0 15px 0; 
                   margin-left: 10%; 
                   margin-right: 10%; 
                   width: 80%;  }


.fotorama { padding: 8px;
            width: 94%;
            max-width: 1200px; } 






}






@media all and (max-width: 940px)   {

.no-small { display: none; }

body.buch {  background-position: 0 0; } 


nav .sequence-pagination,
nav .navigation { height: 110px;
                  top: 20px; }

nav .sequence-pagination div.logo img { width: 260px;
                                             height: 110px;}


div.book {  width: 100%;
            max-width: 940px;
            margin-top: 200px;
            padding: 0 0 10px 0;
            margin-bottom: 50px; }

.book p { padding: 25px 0 10px 0; 
                   margin-left: 5%; 
                   margin-right: 5%; 
                   width: 90%;  
          font-size: 14px; 
          line-height: 22px; }

p b { font-size: 18px; }


.fotorama { padding: 5px;
            width: 96%;
            max-width: 900px; } 



#main { padding-bottom: 70px; /* must be same height as the footer */ 
        overflow-x: hidden; }



#footer  {  margin-top: -70px; /* negative value of footer height */
                   height: 70px;
                   padding: 10px 0 10px 0; } 

#footer img.logo { display: none; }

#footer p  { font-size: 13px; }



}




@media all and (max-width: 768px) and (orientation: portrait)  {

.no-small { display: none; }




}














