*{  margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    }


.Nav{
    width: 100%;
    height: 80px;
    background: url(img/papernav.jpg) center/ cover no-repeat;
    position: fixed;
    text-align: center;
    z-index: 20;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}



.Nav a{
    text-decoration: none;
    color: rgb(60,60,60);
    font-size: 20px;
    background: rgba(0,0,0,0);
    display: inline-block;
    padding: 28px 3%;
    font-family: 'Raleway', sans-serif;
}

.Nav a:hover{
    color: rgb(155,155,155);
}

.Nav .icon{
    display: none;
}


@media screen and (max-width: 600px){
    .Nav{
        height: 80px;
    }
    
    .Nav a {display: none; }
    .Nav a:first-child{display: block; float: left; padding: 25px 5%;}
    .Nav a.icon { float: right; display: block; padding-top: 25px;}
}

@media screen and (max-width: 600px) {
  .Nav.responsive {position: fixed; height: 230px;box-shadow: 2px 2px 12px rgba(0,0,0,0.6);}
  .Nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .Nav.responsive a {
    float: none;
    display: block;
      padding: 10px;
      font-size: 20px;
  }
    
}
/*--end Nav--*/



.headline{
    text-align: center;
    font-size: 12px;
    color: rgb(140,140,140);
    padding-top: 30px;
    padding-bottom: 30px;
}
.headlineL{
    width: 150px;
    height: 2px;
    background: rgb(180,180,180);
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 600px){
    
    .headlineL{
        width: 80px;
        height: 1px;
    }
}

/*--end headlines--*/

.footer{
    width: 100%;
    background: rgb(60,60,60);
    display: grid;
    grid-template-areas: 'auto auto';
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer  li {
    color: rgb(220,220,220);
    display: ;
    padding: 5px;
    list-style: none;
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
}

.footer li a{
    color: inherit;
    text-decoration: none;
}

.footer li a:hover{
    text-decoration: underline; 
}

.space{
    width: 100%;
    height: 80px;
}

.index-line{
    width: 100%;
    height: 3px;
    background: rgb(60,60,60);
}




/*-------------------------------------------------------------end general-----------------------------------------------------------*/


.npsection{
    width: 100%;
    background: rgb(240,246,255);
    padding-top: 80px;
}



.np{
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
}

.np h1{
    text-align: left;
    margin-left: 5px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 55px;
    font-weight: 700;
    padding-bottom: 40px;
    font-family: 'Amatic SC', cursive;
}

.np p{
    font-size: 15px;
    padding-bottom: 50px;
    text-align: left;
    line-height: 1.5;
}

.np a{
    color: rgb(40,40,100);
    text-decoration: underline;
}

.np img{
    max-width: 160px;
    float: right;
    margin: 4%;
    margin-top: 0;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
    margin-bottom: ;
    transform: rotate(4deg)
}


@media screen and (max-width: 900px){
    .np p{
    font-size: 14px;
}
}


@media screen and (max-width: 600px){
        .npsection{
    padding-top: 70px;
}
    .np{
    width: 86%;
}
    
    .np img{max-width: 120px;
    margin-left: 3%;}
    
    .np h1{
        margin-left: 2%;
        font-size: 45px;
        padding-bottom: 15px;
    }
    
    .np p{
    font-size: 12px;
        margin: 10px;
        margin-bottom: 0;
}
}

@media screen and (max-width: 400px){
        .npsection{
    padding-top: 70px;
}
    .np{
    width: 86%;
}
    
    .np img{max-width: 100px;
    margin-left: 3%;}
    
    .np h1{
        margin-left: 2%;
        font-size: 35px;
        padding-bottom: 15px;
    }
    
    .np p{
    font-size: 10px;
        margin: 10px;
}
}


/*--end "Neuste Publikation"--*/
.index-books{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.index-book{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    color: rgb(60,60,60);
}
.index-book img{
    width: 80%;
    max-height: 100%;
    margin-bottom: 5%;
    box-shadow: 1px 1px 4px 3px rgba(0,0,0,0.3);
}
.index-book h2{
    font-size: 15px;
    text-align: center;
    margin-bottom: 2%;
}
.index-book p{
    text-align: center;
    font-size: 13px;
    
}

@media screen and (max-width: 600px){
    .index-book h2{
    font-size: 12px;
}
.index-book p{
    font-size: 10px;
    
}
}


/*--end books--*/





.amsection{
    width: 100%;
    background: url(img/fehmarn-72094_1280.jpg) center / cover no-repeat;
    overflow: hidden;
}

#amheadline{color: rgb(255,255,255); padding-bottom: 20px;}
#amh1L{background: rgb(255,255,255);}



.am{
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255, 0.8);
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.4);
    padding: 2%;
    padding-bottom: 50px;
    
}

.aminner{
    max-width: 600px;
    margin: 0 auto;
}


.amh1{
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: 'Amatic SC', 'cursive';
}

.amcontainer{
    
    display: grid;
    grid-template-areas: 'auto auto';
}

.am img{
    
    width: 90%;
    max-width: 130px;
    margin-top: 5px;
    float: left;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.4);
}

.am p{
    font-size: 17px;
    padding: 5%;
    padding-top: 0;
    text-align: left;
    line-height: 1.5;
    
}

.am p a{
    color: rgb(120,120,120);
    text-decoration: underline;
}

.am p a:hover{
    color: rgb(170,170,170);
}

@media screen and (max-width: 810px){
    .am p{
    font-size: 18px;
}
}

@media screen and (max-width: 700px){
    
    .aminner{
        max-width: 80%;
}
    
    .amh1{
        padding-top: 0;
        font-size: 45px;
        padding-bottom: 5px;
    }
    
    .am p{
    font-size: 12px;
}
    .am img{
        max-width: 100px;
    }
}
/*--end about me--*/

.Lesungen{
    width: 100%;
}

.Lesungen-Inner{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: 'auto';
    padding-bottom: 50px;
}

.Lesungen-Inner p{
    float: left;
    color: rgb(60,60,60);
    font-size: 20px;
    margin-top: 10px;
    
}

.Lesungen-Inner a{
    text-decoration: none;
    color: rgb(60,60,60);
    padding: 5px;
    background: rgb(240,240,240);
    margin-top: 10px;
    float: left;
}

.Lesungen-Inner a:hover{
    color: rgb(120,120,120);
    box-shadow: 3px 3px 8px rgba(0,0,0,0.1);
}




.vert-line{
    width: 2px;
    height: 20px;
    background: rgb(225,225,225);
    margin: 10px;
}


@media screen and (max-width: 700px){
    
    .Lesungen-Inner{
        width: 60%;
    }
    
    .Lesungen-Inner p a{
        font-size: 14px;
    }
    
    .vert-line{
        margin: 5px;
    }
    
    .Lesungen-Inner-row p{
    font-size: 14px;
}
}





/*--end Lesungen--*/
.Leserstimmen{
    width: 100%;
    padding-bottom: 50px;
    background: url(img/LSBG.JPG) center/ cover no-repeat;
    display: grid;
    grid-template-areas:'auto' 'auto' 'auto';
    
}



.Leserstimmen-inner{
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
}

.Rezension{
    width: 80%;
    background: rgba(255,255,255, 0.85);
    padding: 10px;
    margin-bottom: 80px;
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.4);
    border-radius: 3px;
}

.Rezension a{
    margin: 10px;
    font-size: 15px;
    text-decoration: none;
    color: rgb(40,40,40);
}

.Rezension h1{
    font-size: 16px;
    padding: 10px;
    color: rgb(60,60,60);
}


#Rez1{
    float: left;
    transform: rotate(-2deg);
    margin-top: 50px;
}
#Rez2{
    float: right;
}
#Rez3{
    float: left;
    transform: rotate(2deg);  
}
#Rez4{ float: left; margin-left: 40px;}
#Rez5{ float: right;
        transform: rotate(1deg);}

@media screen and (max-width: 600px){
    
    .Rezension{
        padding: 10px;
    }
    
    .Rezension a{
    margin: 10px;
    font-size: 12px;
    text-decoration: none;
    color: rgb(60,60,60);
}

.Rezension h1{
    font-size: 13px;
    padding: 10px;
    color: rgb(60,60,60);
}
}






/*--------------------------------------------------------------------------end Index--------------------------------------------------------------------------*/

.BijouBeberniss{
    background: rgb(240,246,255);
}

.Autorin{
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
    display:grid;
    grid-template-areas: 'auto';
    padding-top: 100px;
}

.Autorin-row-left{
    margin-bottom: 50px;
}
.Autorin-row-right{
    margin-bottom: 50px;
}


.Autorin-Image{
    width: 30%;
    max-width: 200px;
    max-height: 100%;
    margin: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.4);
}

.Autorin-row-right img{
    float: right;
    margin-right: 0;
}

.Autorin-row-left img{
    float: left;
    margin-left: 0;
}


.Autorin-Text h1{
    font-family: 'Amatic SC', 'cursive';
    font-size: 45px;
    padding-bottom: 10px;
}
.Autorin-Text h2{
    font-size: 18px;
    padding-bottom: 10px;
}
.Autorin-Text p{
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 600px){
    .Autorin-Text h1{
        font-size: 35px;
    }
    .Autorin-Text h2{
        font-size: 16px;
    }
    .Autorin-Text p{
        font-size: 12px;
    }
}


/*-----------------------------------------------------------------------end BijouBeberniss.php-------------------------------------------------------------------*/

.Werke{
    width: 100%;
    text-align: center;
    font-size: 50px;
}



.Werke-Inner{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: 'auto auto';
    text-align: center;
    padding-top: 50px;
}

.Werke-Book{
    width: 90%;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 80px;
    
}

.Werke-Book a{
    color: rgb(60,60,60);
    text-decoration: none;
}

.Werke-Book a:hover{
    color: rgb(125,125,125);
    text-decoration: none;
}

.Werke-Book img{
    width: 250px;
    max-height: 375px;
    margin: 0 auto;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.4);
}

.Werke-Book img:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}


.Werke-Book h2{font-size: 22px; padding-top: 10px;}
.Werke-Book h3{font-size: 15px; padding-top: 5px; max-width: 250px; margin: 0 auto;}


@media screen and (max-width: 700px){
    .Werke-Inner{
        grid-template-areas: 'auto';
        padding-top: 30px;
    }
}

/*-----------------------------------------------------------------------end Werke.php-------------------------------------------------------------------*/

.Presse-Inner{
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Presse-Inner h1{
    padding-top: 80px;
    padding-bottom: 30px;
    font-family: 'Amatic SC', cursive;
    font-weight: 600;
    color: rgb(60,60,60);
    font-size: 40px;
    text-decoration: underline 2px;
}

.Presse-Inner img{
    max-width: 500px;
}


.Presse-Inner iframe{
    width: 500px;
    height: 300px;
}

@media screen and (max-width: 700px){
   .Presse-Inner iframe{
    width: 300px;
    height: 180px;
} 
    
    .Presse-Inner img{
    max-width: 300px;
}
    
}


/*---------------------------------------------------------------end Presse.php--------------------------------------------*/
.Kontakt-background{
    width: 100%;
    height: 800px;
    background: url(img/fehmarn-72094_1280.jpg) center/ cover no-repeat;
}

.Kontakt-Container{
    width: 82%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 100px;
}

.Kontaktform{
    text-align: center;
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.4);
    padding-bottom: 50px;
    background: rgba(255,255,255,0.96);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}

.Kontaktform h1{
    padding: 5px;
    font-family: 'Amatic SC', cursive;
    font-weight: 600;
    color: rgb(60,60,60);
    font-size: 40px;
}

.Kontaktform p{
    padding-bottom: 5%;
}

.Kontaktform p input{
    width: 90%;
    border: none;
    background: rgba(255,255,255,0);
    border-bottom: solid 1px rgba(60,60,60);
    color: black;
    border-radius: 0;
    font-size: 14px;
}

.Kontaktform p input:focus{
    border: none;
    background: transparent;
    outline-width: 0;
    border-bottom: solid 2px rgb(60,60,60);
}


.Kontaktform textarea{
    background: transparent;
    border-radius: 3px;
    width: 90%;
    resize: none;
}

#Kontakt-disclaimer{
    font-size: 12px;
    color: rgb(150,150,150);
}

#submitbutton{
    width: 150px;
    height: 30px;
    background: rgb(240,240,240);
    -webkit-appearance: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    
}

#submitbutton:hover{
    width: 150px;
    height: 30px;
    border: none;
    border-radius: none;
    box-shadow: rgba(0,0,0,0.1) 2px 2px 8px 2px;
}


.Kontakt-socialmedia{
    text-align: center;
    box-shadow: 2px 2px 8px 3px rgba(0,0,0,0.4);
    background: rgba(255,255,255,0.96);
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 25px;
}

.Kontakt-socialmedia a{
    text-decoration: none;
    color: rgb(60,60,60);
}

.Kontakt-socialmedia a:hover{
    text-decoration: underline;
    color: rgb(120,120,120);
}



/*----------------------------------------------------------------end Kontakt.php---------------------------------------------------------------*/

.book{
   width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
}

.book-container{
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 5px;
    display: grid;
    grid-template-areas: 'auto';
}

.book-container h1{
    font-size: 45px;
    font-family: 'Amatic SC', cursive;
    padding: 5px;
    padding-bottom: 0;
    text-align: center;
}
.book-container h2{
    font-size: 30px;
    font-family: 'Amatic SC', cursive;
    text-align: center;
    padding: 5px;
    padding-bottom: 50px;
}



.book-container img{
    width: 40%;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.3);
}


.book-container p{
    line-height: 1.5;
    float: left;
    text-align: justify;
}

.horiz-line{
    width: 100%;
    height: 1px;
    background: rgb(120,120,120);
    margin-top: 15px;
    margin-bottom: 15px;
}

.book-row li{
    padding-bottom: 10px;
}

.book-row li a{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: rgb(120,120,120);
    text-decoration: underline 1px;  
}

.book-row li a:hover{
    color: rgb(170,170,170);
}


.collapsible {
  color: rgb(60,60,60);
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  background: transparent;
  font-size: 20px;
}


.active, .collapsible:hover {
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.content p{
    margin-top: 2px;
}

.content img{
    width: 70%;
    max-height: 100%;
    margin-top: 50px;
    margin-bottom: 25px;
}

.ArtworkText{
    font-size: 12px;
    color: rgb(150,150,150);
    margin-bottom: 50px;
}


@media screen and (max-width: 600px){
    
    .book-row li a{
        font-size: 18px;
    }
    
    .collapsible{
        font-size: 18px;
    }
    
    .ArtworkText{
    font-size: 10px;
}
}


/*------------------------------------------------------end "book".php----------------------------------------------------*/

.Impressum{
    width: 90%;
    max-width: 800px;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.Impressum h1{
    font-weight: 400;
    padding-bottom: 50px;
}

.Impressum h2{
    font-weight: 400;
    padding-bottom: 10px;
}

.Impressum h3{
    padding-bottom: 5px;
}

/*------------------------------------------------------end Impressum-------------------------------------------------------*/






