@import url("https://fonts.googleapis.com/css?family=Space+Mono|Work+Sans");

.image {
  position: relative;
  width: 100%;
  /* for IE 6 */ }

h2.p-name {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 4rem;
  line-height: 3.6rem;
    background-color: wheat;
}

div.e-content h4 {
  margin: 0;
  padding: 0;
  letter-spacing: -0.04em;
  line-height: 1.5em;
}

#item > div > div.list-blog-padding > div > h4:nth-child(2) {
  margin: 0;
  padding: 0;
  letter-spacing: -0.04em;
  line-height: 1.5em;
}

h5.upcomming {
background-color: red;
color: white;
padding: 0 12px 4px;
/*position: absolute;
left: 0;*/
margin: 0;
}

h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

p {
  /* 16 * 0.0625 = 1px */
letter-spacing: -0.04em;
line-height: 1.5em;
}

span.list-blog-date {
margin-bottom: 0.5rem;
}

div.mush {
    height: 15rem;

}

#eventsBody {
padding: 0 1rem 11rem 1rem;
background: #fff;
}

div.sidebar-content {
    text-align: right;
}

div.sidebar-content h4 {
    color: #5C95AE;
    font-weight: 700;
    font-size: 1.2rem;
}

.list-item .list-blog-header .list-blog-date {
    text-align: left;
}

.list-item .list-blog-header .list-blog-date h4 {
    margin: 0 0 0.5rem 0;
    line-height: 1rem;
}

div.tags {
    margin: 0.15rem 0;
padding: 0.3rem;
color: wheat;
background-color: orangered;
width: 20rem;
}

ul.langswitcher a.external.active {
    display: none;
}

lefty {
    margin-left: 2rem;
}