body {
    background-color: #F8F8F8;
    color: #333;
}
html.ko {
    word-break: keep-all;
}
a {
    color: #555;
    text-decoration: underline;
}
a:hover {
    color: #888;
}
/* App Info */
#app_info {
    background-color: #FFF;
    padding-bottom: 25px;
}
#app_info .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#app_info img {
    width: auto;
    display: block;
    margin: 10px;
}
#app_info .app_icon {
    height: 70px;
}
#app_info .title {
    height: 45px;
}
html.en #app_info .title {
    position: relative;
    top: 5px;
}
html.de #app_info .title {
    height: 35px;
}
/* Section */
div.section {
    background-color: #FFF;
    padding: 25px;
}
div.section h2 {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 25px 0;
    /* display: block; */
}
h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 25px 0 20px 0;
}
/* @media (min-width: 767.98px) {
    div.section p {
        width: 760px;
        margin: 0 auto;
    }
} */
/* Footer */
#footer {
    border-top: 1px solid #EEE;
    padding: 35px 20px 20px 20px;
    text-align: center;
}
#footer img {
    margin: 35px auto 0 auto;
    width: auto;
    display: block;
}
#since2012 {
    color: #999;
    font-size: 0.9em;
    margin-top: 10px;
}
#social_media {
    display: flex;
    justify-content: center;
}
#social_media li {
    margin: 0 8px;
    background-position: center center;
    background-size: auto 30px;
    background-repeat: no-repeat;
}
#social_media a {
    display: inline-block;
    text-indent: -100000px;
    width: 40px;
    height: 30px;
}
#facebook_link {
    background-image: url("../images/facebook_icon.4e0697b6c21c.svg");
}
#twitter_link {
    background-image: url("../images/twitter_icon.7f27442e00e6.svg");
}
#instagram_link {
    background-image: url("../images/instagram_icon.6566f5737dc1.svg");
}
#medium_link {
    background-image: url("../images/medium_icon.6a13f74d99bc.svg");
}
#weibo_link {
    background-image: url("../images/weibo_icon.57acff494b85.svg");
}
#fogofworld_title {
    height: 60px;
}
#ollix_link {
    display: inline-block;
    background: url("../images/ollix_logo.f481cdd8bb24.svg") no-repeat center center;
    background-size: 79px auto;
    width: 79px;
    height: 28.5px;
    text-indent: -100000px;
}
#ollix_logo {
    height: 30px;
}
#copyright {
    margin-top: 20px;
    color: #AAA;
    font-size: 0.9em;
    line-height: 1.8em;
}
#copyright span {
    display: block;
    height: 0;
    text-indent: -10000px;
}
#copyright a {
    color: #AAA;
    text-decoration: none;
}
#copyright a:hover {
    color: #AAA;
    text-decoration: underline;
}
@media (min-width: 767.98px) {
    #copyright span {
        display: inline;
        margin: 0 10px;
        height: auto;
        text-indent: 0px;
    }
}
#shop {
    background-color: #FFF;
    text-align: center;
    border-top: 2px dashed #DDD;
    padding: 30px 0 20px 0;
}
#shop h2 {
    font-weight: bold;
    color: #222;
}
#shop div.desc {
    font-size: 1.2em;
    margin: 10px 0 15px 0;
}
#shop a {
    display: inline-block;
    margin: 5px;
}