@CHARSET "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
a{
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	color:#fff;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */

.twitter-button{
	position: fixed !important;
	z-index: 99;
	right: 50px;
	top: 10px;
}

.facebook-button{
	position: fixed !important;
	z-index: 99;
	right: 10px;
	top: 10px;
}

#scrolldown{
    position: fixed !important;
    z-index: 99;
    bottom: 25px;
    width:32px;
    height:32px;
    left: 50%;
    margin-left: -16px;
}
#scrolltext{
    position: fixed !important;
    z-index: 99;
    font-size: 0.8em;
    bottom: 5px;
    left:50%;
    margin-left: -1.2em;
}

.quote{
    border: solid white 1px;
}

.reviewer{
    text-align: right;
    color: #ee2357;
    font-style: normal;
}

#id_home h1{
    color: #fff ;
    font-family: 'Parisienne', cursive;
}

#id_home h2{
    color: #fff;
    font-family: 'Parisienne', cursive;
}

#id_home{
    background-image: url(img/desk.jpg); 
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
 }

#id_home h1 {
    color:#fff;
    font-weight: 300;
    font-size:4em;
    padding-left: 0.5em;
}
#id_home h1 strong {
    font-size: 140%;
    color:#ee2357;
}

#id_home h2 {
    font-size: 1.5em;
    color:#fff;
    font-family: 'Alegreya', serif;
    margin-top: -0.8em;
}

#home_name{
    position: fixed;
    bottom: 8%;
    left: 40%;
}

#impressum *{
    text-align: left;
}

#impressum a{
    color: #ee2357;
    text-decoration: underline;
}

#impressum p{
    font-weight:200;
}

#footer{
	height: 20px;
	color: #fff;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:1em;
	padding:8px 0 13px 0;
    background-color: #ee2357;
}

#footer ul{

}
#footer li a{
	display: block;
	margin: 0 22px 0 0;
	color: #fff;
    text-decoration:underline;
}
#footer li a:hover{
	text-decoration:underline;
}
#footer li{
	display:inline-block;
	position:relative;
}
#copyright {
    float:left;
    margin-left: 10px;
}

#impressum-link {
    position:absolute;
    margin-right: 10px;
    float: left;
}

#id_buecher .thumbnails img {
    max-height: 120px;
    margin: 25px;
    margin-top: 10px;
    border: 1px solid white;
}

#id_buecher .thumbnails {
    
}

#id_buecher h2 {
    color: #ee2357;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 0px;
    font-size: 1.3em;
} 

#id_buecher .reihe {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

#reihen {
    margin-top: 0px;
}


body{
    font-family: 'Alegreya', serif;
    font-size: 1.1em;
    color: #fff;
	
}


.article {
    padding:50px;
    margin: 0px;
    max-width: 55em;
    min-width: 10em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.text p::first-letter {
    color: #ee2357;
    font-family: 'Parisienne', cursive;
    font-size: 2em;
    line-height: 0.6em
   }

.article h1 {
    margin: 0px;
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 0.4em;
    color: #ee2357;

}

.article h1 small {
    font-size: 0.7em;
}

.article h1 em {
    color: #fff;
    font-size: 0.8em;
    font-weight: 200;
}

.article h1 strong {
    font-family: 'Parisienne';
    color: #ee2357;
    font-size: 1.3em;
    font-weight: 200;
}

.article h2 {
    margin: 0px;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 0.5em;
    color: #fff;
}

.article h3 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 0em;
    padding-top: 1em;
    color: #ee2357;
}

.article ul {
    margin: 0px;
}

em {
    color: #ee2357;
}

.book img {
    float: left; 
    max-width: 220px;
    max-height: 320px;
    border: 1px solid white;
    margin-top: 10px;
}

.book .text {
    margin-left: 240px;
    margin-top: 0px;
    padding: 0px;
    padding-left: 0px;
    min-height: 317px;
    text-align: left;
}

.book .text ul {
    text-align: right;
}

.book .text ul li {
    font-size: 1.1em;
    display: inline-block;
    list-style: none;
    margin: 10px;
    background-color: #ee2357;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;	
}

.book .text ul  li a{
	text-decoration:none;
	color: #fff;
}
.book .text ul li.active a:hover{
	color: #fff;
}
.book .text ul  li:hover{
	background: rgba(255,255,255, 0.8);
}
.book .text ul li a,
.book .text ul li.active a{
	padding: 9px 18px;
	display:block;
}
.book .text ul li.active a{
	color: #fff;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{	
    font-size: 4em;
    font-weight: 200;
}

h2{
    font-size: 1.8em;
    font-weight: 200;
    font-stretch: expanded;
}

.section{
	text-align:center;
	position: relative;
}

.contactform input {
    font-size: 1em;
    padding: 9px;
    margin-bottom: 10px;
    background: #eee;
    border-style: none;
    font-family: 'Alegreya', serif;
}

.contactform #send {
    font-size: 1.1em;
    display: inline-block;
    list-style: none;
    margin: 10px;
    padding: 9px 18px;
    background-color: #ee2357;
    font-weight: 500;
    color: #fff;
    -webkit-border-radius: 5px;
            border-radius: 5px;	
}




.contactform textarea {
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
    background: #eee;
    border-style: none;
    font-family: 'Alegreya', serif;
}

.mailaddress, a:visited a:hover a:active a:focus {
    text-decoration: underline;
    text-emphasis-color: #ee2357;
    color: #ee2357;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #fff;
	background:#ee2357;
    font-size: 1.1em;
    font-weight: 500;
    -webkit-border-radius: 5px;
            border-radius: 5px;	
}
#menu li.active{
	background:#666;
	background: rgba(235,35,87, 0.7);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}


#fullPage-nav{
	position: absolute;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#fullPage-nav li{
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
}

#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fullPage-nav li .active span{
	background: #333;
}

#fullPage-nav span{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}



@media all and (max-height: 500px) {
    body{
        font-size: 0.7em;
    }
    .book img{
        max-width: 55px;
        max-width: 80px;
        margin-right: 10px;
        margin-top:0px;
    }
    .quote{
        max-width: 70%;
    }
    .twitter-button{
	right: 5px;
	top: 40px;
    }
    .facebook-button{
        right: 5px;
        top: 5px;
    }
    #menu li {
	margin: 5px;
    }
    #menu li a,
    #menu li.active a{
	   padding: 5px 10px;
    }
    .article {
    padding:10px;
    max-width: 70%;
    min-width: 10em;
    }
    .book .text {
    margin-left: 0px;
    min-height: 80px;
    text-align: left;
    }
    .article h1 {
    font-size: 1.4em;
    padding: 0px;
    line-height: 1.1em;
    }
    .article h1 small {
    font-size: 0.8em;
        padding-top: 0em;
        padding-bottom: 0.3em;
    }
    .article h2 {
    margin: 0px;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    }
    .article h3 {
    font-size: 1.2em;
    padding: 0em;
    }
    #footer{
	height: 1em;
	padding:2px 0 10px 0;
    }
    #scrolldown{
    bottom: 7px;
    }
    #scrolltext{
        visibility: hidden;
    }
    #copyright {
    margin-left: 10px;
    }
    #impressum{
        margin-top: 30px;
    }
    .contactform{
        margin-top: 10px;
    }
    .contactform input {
    padding: 2px;
    margin-bottom: 5px;
        width:100%;
    }
    .contactform #send {
    margin: 5px;
    padding: 5px 10px;
    }
    .contactform textarea {
    padding: 2px;
    margin-bottom: 5px;
        width:100%;
    }
}
@media all and (max-width: 640px) {
    body{
        font-size: 0.7em;
    }
    .book img{
        max-width: 55px;
        max-width: 80px;
        margin-right: 10px;
        margin-top:0px;
    }
    .quote{
        max-width: 70%;
    }
    .twitter-button{
	right: 5px;
	top: 40px;
    }
    .facebook-button{
        right: 5px;
        top: 5px;
    }
    #menu li {
	margin: 5px;
    }
    #menu li a,
    #menu li.active a{
	   padding: 5px 10px;
    }
    .article {
    padding:10px;
    max-width: 70%;
    min-width: 10em;
    }
    .book .text {
    margin-left: 0px;
    min-height: 80px;
    text-align: left;
    }
    .article h1 {
    font-size: 1.4em;
    padding: 0px;
    line-height: 1.1em;
    }
    .article h1 small {
    font-size: 0.8em;
        padding-top: 0em;
        padding-bottom: 0.3em;
    }
    .article h2 {
    margin: 0px;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    }
    .article h3 {
    font-size: 1.2em;
    padding: 0em;
    }
    #footer{
	height: 1em;
	padding:2px 0 10px 0;
    }
    #scrolldown{
    bottom: 7px;
    }
    #scrolltext{
        visibility: hidden;
    }
    #copyright {
    margin-left: 10px;
    }
    #impressum{
        margin-top: 30px;
    }
    .contactform{
        margin-top: 10px;
    }
    .contactform input {
    padding: 2px;
    margin-bottom: 5px;
        width:100%;
    }
    .contactform #send {
    margin: 5px;
    padding: 5px 10px;
    }
    .contactform textarea {
    padding: 2px;
    margin-bottom: 5px;
        width:100%;
    }
}

