@font-face {
    font-family: German;
    src: url('JansonMTPro-Regular.otf');
}

body {
    font-family: 'German';
    margin-left: 50px;
    font-size: 1.2em;
}

h1 {
    line-height: 1.1;
    font-size: 220%;
    text-align: left;
    /*border:1px solid #000;*/
}

div.listing {
    font-size: 110%;
    line-height: 1.2;
    margin-top: 20px;
    /*border:1px solid #000;*/
}

div.fleuron {
    margin-top: -20px;
}

img#Husserl {
    width: 300px;
}

div.left {
    float: left;
    width: 320px;
    /*height: 800px;*/
    /*margin: auto;*/
    /*border:1px solid #000;*/
}

div.right {
    float: right;
    /*    width: 300px;*/
    /*overflow: hidden;*/
    /*height: 800px;*/
    /*border:1px solid blue;*/
}

div.bottom {
    clear: both;
    float: bottom;
    padding-right: 10px;
    /*border:1px solid blue;*/
}

hr.double {
    margin: 0px;
    padding: 0px;
    border-bottom: medium double #333;
}

div.container {
    position: absolute;
    /*border:1px solid #000;*/
}

div.text::first-letter {
    font-size: 200%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    body {
        font-size: 2.5em;
    }
    h1 {
        font-size: 200%;
        /*border: 1px solid #000;*/
    }
    img#Husserl {
        width: 600px;
    }
    img#fleuron {
        width: 30%;
    }
    div#Title {
        width: auto;
    }
}