@font-face {
    font-family:"le-monde-livre-std";
    src:url("../shared/fonts/lm") format("woff2");
    font-display:auto;font-style:normal;font-weight:500;
}

@font-face {
    font-family:"franklin-gothic-atf";
    src:url("../shared/fonts/fg1") format("woff2");
    font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
    font-family:"franklin-gothic-atf";
    src:url("../shared/fonts/fg2") format("woff2");
    font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
    font-family:"franklin-gothic-atf";
    src:url("../shared/fonts/fg3") format("woff2");
    font-display:auto;font-style:normal;font-weight:500;
}

body {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

#icons {
    font-size: 24pt;
    float: left;
    margin: 30px;
    color: gray;
}

#icons > i {
    padding: 0px 10px;
}

#logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#header {
    margin-top: 10px;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid gray;
    height: 100px;
}

#header > div {
    display: inline-block;
}

#headline {
    margin-top: 30px;
    font-family: le-monde-livre-std, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 48pt;
}

#image {
    margin-top: 50px;
}

#image > img {
    width: 900px;
}

#user {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: right;
}

#user {
    margin: 30px;
}

#user > div {
    display: inline-block;
    padding: 11px;
}

.subscribe {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    float: right;
    border: 1px solid gray;
}

.subscribe:hover {
    cursor: pointer;
    background-color: lightgray;
}

.subscribe:active {
    cursor: pointer;
    background-color: darkgray;
}


i:hover {
    cursor: pointer;
    color: lightgray;
}

i:active {
    cursor: pointer;
    color: darkgray;
}

#login {
    padding-left: 10px;
}

#login > i {
    padding: 0px 10px;
}

#opinion {
    margin-top: 50px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24pt;
}

#author {
    margin-top: 50px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18pt;
}

#text {
    padding-top: 50px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
    white-space: pre-line;
    width: 700px;
    text-align: left;
    margin: auto;
}

#info {
    width: 700px;
    margin: auto;
    margin-top: 15px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14pt;
    text-align: left;
    padding-bottom: 200px;
}

#teaser {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14pt;
    text-align: left;
    padding-bottom: 10px;
    border-top: 1px solid gray;
    background-color: white;
}

#teaser > div {
    padding: 11px;
    margin: 20px;
}

#teasertext {
    float: left;
}