.bookcover
{
    float: left;
    width: 299px;
    height: 100%;    
}

.fact
{
    float: left;
    width: 498px;
    height: 100%;    
}

.descr
{
    height: 50%;
    width:100%;
}

.cover
{
    margin-top: 10%;
    height: 80%;
    max-height: 300px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    box-shadow: 0px 0px 35px #424242;
}

.uppercontainer
{
    height:50%;
    min-height: 380px;
}


.contentblock
{
    display:flex;
    width:100%;   
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: rgb(175, 156, 124);
}

.contentblock2
{
    width:100%;   
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: rgb(175, 156, 124);
}

.author
{
    float:left;
    height: 100%;
    width: 25%;
}

.content
{
    float:left;
    height: 100%;
    width: 74%;
}

.authortext
{
    font-size: 20px;
    padding: 10px;
    text-align: right;    
}

.contenttext
{
    font-size: 20px;
    padding: 10px;     
    text-align: left;    
}

.coverdiv
{
    width: 50%;
    float:left;
    overflow:hidden;
    padding-bottom:2%;
}

.coverindex
{
    margin-top: 10%;
    height: 80%;
    max-height: 380px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    margin-bottom:20px;
    /*border-style: solid;
    border-width: thin;
    border-color: rgb(0, 0, 0);*/
    box-shadow: 0px 0px 35px #424242;
}

.six
{
    margin-top: 10%;
    width:340px;
    display:block;
    margin-left: auto;
    margin-right:auto;
    box-shadow: 0px 0px 35px #424242;
    margin-bottom:20px;
}

.backtotop
{
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}

.contenttext2
{
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

h3
{
    padding-left: 20px;
}

h4
{
    font-size:20px;
}

undersum
{
    padding-left:30px;
}

.fussnote
{
    font-size:14px;
    text-align: justify;
    padding: 20px;
}