/* WIDGET */
.last_pressemittelungen_widet ul {
	list-style: outside none none;
    margin: 0;
    padding: 0;	
}	
.last_pressemittelungen_widet ul li {
    margin: 0 0 10px 0;
    overflow: hidden;
	border-bottom: #ccc 1px solid;
    padding: 15px 0;
}
.last_pressemittelungen_widet ul li:last-child {
    margin: 0;
}
.last_pressemittelungen_widet img {
    width: 75px;
    height: 75px;
	display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}
.last_pressemittelungen_widet ul li img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}
.last_pressemittelungen_widet ul li h4 a {
    display: block;
}

/** PRESSE POST **/
article#presse-post .date {
    border: none;
    padding: 0;
    margin: 0;
}
article#presse-post h1 {
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 15px 0;
}
article#presse-post h2 {
	font-size: 28px;
	font-weight: 300;
	line-height: 130%;
    text-transform: none;
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
article#presse-post h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
    text-transform: none;
}
article#presse-post img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
article#presse-post ul {
	margin: 20px 0;
}
article#presse-post ul li {
	margin: 0 0 7px 0;
	padding: 0;
	line-height: 130%;
}
#posts-nav {
	padding: 10px 0;
	border-top: 1px solid #ccc;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 50px;
}
#posts-nav li {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    width: 50%;
	display: block;
	padding: 10px 0;
	opacity: 1;
	transition: 0.2s;
}
#posts-nav li:hover {
	opacity: 0.8;
}
#posts-nav li.prev-post {
    left: 0;
	top: 25px;
	border: 1px solid #fff;
}
#posts-nav li.next-post {
    right: 0;
	top: 25px;
    text-align: right;
	border: 1px solid #fff;
}
#posts-nav li a { 
	text-decoration: none;
	position: relative;
	display: inline-block;
}
#posts-nav li.next-post a {
    padding: 15px 30px 15px 0;
}
#posts-nav li.prev-post a {
    padding: 15px 0 15px 30px;
}
#posts-nav li.prev-post a:before, 
#posts-nav li.next-post a:before {
    position: absolute;
	font-size: 20px;
	font-family: 'FontAwesome';
}
#posts-nav li.prev-post a:before {
	content: "\f053";
    left: 7px;
	top: 40%;
}
#posts-nav li.next-post a:before {
	content: "\f054";
    right: 7px;
	top: 40%;
}
#posts-nav li span {
    display: block;
    color: #007c85;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}