
.news.project-specialmenu .article.article-with-image .post-teaser-text {
	padding:10px 0;
	width:72.4%;
	float:right;

}


/**********************
* Pagination
**********************/

.news.project-specialmenu .f3-widget-paginator {
	display: flex;
	margin: 0 0 1em;
	position:static;
}

.news.project-specialmenu .f3-widget-paginator li::before {
	content: "";
}

.news.project-specialmenu .f3-widget-paginator li {
	display: block;
	margin: 0 0.2em;
}

.news.project-specialmenu .f3-widget-paginator li.previous,
.news.project-specialmenu .f3-widget-paginator li.next {
	flex: 1;
}

.news.project-specialmenu .f3-widget-paginator li.previous a,
.news.project-specialmenu .f3-widget-paginator li.next a {
	border-style: none;
}

.news.project-specialmenu .f3-widget-paginator li.previous a::before,
.news.project-specialmenu .f3-widget-paginator li.next a::before {
	position: relative;
	top: 0;
	left: 0;
	font-size: 34px;
}

.news.project-specialmenu .f3-widget-paginator li.previous a:hover::before,
.news.project-specialmenu .f3-widget-paginator li.next a:hover::before {
	top: -1px;
	left: -1px;
	font-size: 36px;
}

.news.project-specialmenu .f3-widget-paginator li.next a {
	float: right;
}

.news.project-specialmenu .f3-widget-paginator li a:hover {
	background-color: #2856a3;
	color: #fff;
}

.news.project-specialmenu .f3-widget-paginator li a,
.news.project-specialmenu .f3-widget-paginator li.current {
	display: block;
	width: 34px;
	height: 34px;
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
	cursor: pointer;

	border-color: #2856a3;
	background-color:#fff;
	color: #2856a3;;
}

.news.project-specialmenu .f3-widget-paginator li.current,
.news.project-specialmenu .f3-widget-paginator.hebo_pagination_paginator li.current a {
	margin-top:3px;
	padding: 0;
	background-color: #2856a3;
	color: #fff !important;

}
.news.project-specialmenu .f3-widget-paginator.hebo_pagination_paginator li.current a { 
	margin-top: 0;
}

.news.project-specialmenu .f3-widget-paginator li a:hover {
	text-decoration: none;
}

.news.project-specialmenu .f3-widget-paginator::after {
	clear:both;
	display:block;
	content: " ";
}

.news.project-specialmenu .f3-widget-paginator li.previous a,
.news.project-specialmenu .f3-widget-paginator li.next a{
    font: 0/0 a;
    
    text-shadow: none;
    
    border: 0;
}

.news.project-specialmenu .f3-widget-paginator li.previous a:before,
.news.project-specialmenu .f3-widget-paginator li.next a:before {
	position: relative;
    top: 0;
    left: 0;
    font-size: 34px;
    display: inline-block;
    font-family: OEAW;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    content: '\0046';
}
.news.project-specialmenu .f3-widget-paginator li.previous a:before {
	-ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news.project-specialmenu .icon-verlag {
	margin-right:5px;
	display:inline-block;
	height: 20px;
	margin-bottom: -5px;
	overflow:hidden;
}

