#top_area {
position: fixed;
  height: 10em; /* bar height */
  width: 100%;
  top: 0;
  left: 0;
  border-top: 5px solid #a4647c; /* gesundheit pink */
  background: #fff;
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
  z-index: 999999;
}

#main_content
{
  margin-top: 10em;
}

.top-right-button {
  text-align: right;
  margin-top: -1em;
  padding-right: 1em;
}

.weight_sparkline {
  text-align: center;
}

#questions
{
margin: 1em;
}

#questions div
{
margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
#top_area
{
  height: 5em;
}

#questions 
{
  margin-left: 5em;
  margin-right: 5em;
}

#questions div
{
  margin-top: 3em;
}

#main_content
{
  margin-top: 5em;
}

.weight_sparkline
{
  height: 70px;
  padding-top: 1em;
  text-align: left;
}

.top-right-button {
  margin-top: 1em;
}


}

.top_area_content {
  margin: 0 auto;
}


.top_area_content .avatar {
  border-radius: 5px;
  margin: 0.8em;
  display: inline-block;
  vertical-align: middle;
}

.top_area_content h2 {
  display: inline-block;
}

.top_area_content h5 {
  margin: 0;
  padding: 0;
  margin-left: 7em;
  margin-top: -2em;
}

body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: white;// rgb(61, 146, 201);
}
a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}

/* LAYOUT CSS */

.image-box {
  overflow:hidden;
  height: 20em;
  position: relative;
  text-align: center;
}
.exercise-box {
  overflow: hidden; 
  height: 20em;
  position: relative;
  text-align: left;
  display: inline-block;
}

.exercise-box .post-image-meta {
  color: #111;
}

.exercise-box h4 {
  text-align: right;
  padding: 0;
  margin-top: -1em;
}

.exercise_emoji {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.exercise_emoji svg {
  height: 10em;
  width: 10em;
}

.food_emoji {
  text-align: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  font-size: 3em;
  align-items: center;
  justify-content: center;
}

#weight_spark {
  width: 100%;
  height: 60px;
}
/* 
.image-box:target {
  border: 5px solid grey;
  position: fixed;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  height: 80%;
  width: 80%;
  z-index: 1;
  background: grey;
}
*/

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

#layout {
    padding: 0;
}

.header {
    text-align: center;
    top: auto;
    margin: 3em auto;
}

.sidebar {
    background: rgb(61, 79, 93);
    color: #fff;
}

.greeting-title {
    margin: 0;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.nav-item a {
    background: transparent;
    border: 2px solid rgb(176, 202, 219);
    color: #fff;
    margin-top: 1em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 85%;
}
.nav-item a:hover,
.nav-item a:focus {
    border: 2px solid rgb(61, 146, 201);
    text-decoration: none;
}

.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    padding: 2em 1em 0;
    margin-top: 3em;
}

.post {
    padding-bottom: 2em;
}
.post-title {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.2em;
}
.post-avatar {
    border-radius: 50px;
    float: right;
    margin-left: 1em;
}
.post-description {
    font-family: Georgia, "Cambria", serif;
    color: #444;
    line-height: 1.8em;
}
.post-meta {
    color: #999;
    font-size: 90%;
    margin: 0;
}

.post-category {
    margin: 0 0.1em;
    padding: 0.3em 1em;
    color: #fff;
    background: #999;
    font-size: 80%;
}
    .post-category-design {
        background: #5aba59;
    }
    .post-category-pure {
        background: #4d85d1;
    }
    .post-category-yui {
        background: #8156a7;
    }
    .post-category-js {
        background: #df2d4f;
    }

.post-images {
    margin: 1em 0;
    text-align: center;
}
.post-image-meta {
    position: absolute;
    top: 0;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 2px 2px #111;
}

.footer {
    padding: 1em 0;
}
.footer a {
    color: #ccc;
    font-size: 80%;
}
.footer .pure-menu a:hover,
.footer .pure-menu a:focus {
    background: none;
}

@media (min-width: 48em) {
    .content {
        padding: 2em 3em 0;
    }

    .header {
        margin: 80% 2em 0;
        text-align: right;
    }

    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }

    .footer {
        text-align: center;
    }
}

