body {
    margin: 0 auto;
    padding: 2em 2em 4em;
    max-width: 800px;
    font-family: 'Bitter', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #545454;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    margin-bottom:0px;
}

h1 img {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2em;
    line-height: 100px;
    text-align: center;
}

h2 {  
    font-size: 1.3em;
}
h2+p {
    margin-top: 0.5em;
}

h3 {
    font-size: 1em;
    background-color: #e6e9e9;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 6px;
    margin-right: 10px;
    cursor:pointer;
    text-transform: lowercase;
    /*font-weight: normal;*/
}


h3+p, #ME+div {
    overflow-y: hidden;

	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.hover h3:hover, .clicked h3.active {
    background-color: silver;
}

.hover h3:not(:hover)+p, .clicked h3+p {
    position:absolute;
    bottom: -182px;
    height: 0px;
    opacity: 0;
}

.hover h3:hover+p, .clicked h3.active+p {
    position:absolute;
    bottom: -182px;
    height: 150px;
    opacity: 1;
}

#ME {
    cursor:pointer;
}
#ME em {
    font-weight: normal;
    font-style: normal;
    color: black;  
    text-decoration: underline;
}
#ME+div {
    position: relative;
    margin-bottom: 16px;
}
#ME.hover:hover+div .teaser {
    position: absolute;
    bottom: 0px;
    height: 70px;
    width: 100%;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
#ME.clicked+div .teaser {
    opacity: 0;
}
#ME:not(.clicked) em {
    
}
#ME:hover {
    text-decoration: underline;
}
#ME:hover em {
    /*background-color: #e6e9e9;*/
}
#ME.hover:not(:hover)+div {
    max-height: 0px;
    margin-bottom: 0px;
    opacity: 0;
}
#ME.hover:hover+div {
    max-height: 70px;
    opacity: 1;
    text-overflow: ellipsis;
}
#ME.clicked+div {
    max-height: 300px;
    opacity: 1;
}


a {
    color: black;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

#USP {
    position: relative;
}
