#page-141 main > div {
    background-color: transparent;
    padding:0;
    margin-bottom: 25px;
}


/*ungerade*/
.tx-blog-post-list  .post {
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    margin-bottom: 20px;
}

.post img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 232px;
    min-height: 232px;
}

.blog-image {
	margin-bottom: 20px;
}

.blog-header .entry-meta {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-bif-main-darker) !important;
    padding-bottom: 20px;
}

.blog-header .entry-meta .postmetagroup__icon, .blog-header .entry-meta  .postmetagroup__prefix{
    display: none;
}

.blog-header .entry-meta .postmetagroup__item, .postmetagroup__listtext a {
    padding: 0;
}

.blog-header h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
}

.blog-header h2 a {
    color: var(--color-dark) !important;
}

@media (min-width: 992px) {
    .blog-header h2 a {
        height: 38px;
        display: inline-block;
    }
}

.blog-header .entry-date {
    pointer-events: none !important;
    color: var(--color-bif-main-darker) !important;
}

.blog-more a{
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}


/*
 * sidebar
 */
.

.list-inline, .subnav-wrap .frame {
	margin:0;
	padding:0;
}

aside.tx-blog-widget h3 {
    font-size: 12px;
    padding-left: 10px;
    background-color: #3B4F57;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lato',sans-serif;
    font-weight: 900;
    padding: 8px;
}

aside.tx-blog-widget a {
	color: #fff; 
}

aside.tx-blog-widget ul{
    display: flex;
    flex-wrap: wrap;
}

#page-73 aside.tx-blog-widget ul {
    padding-top: 50px;
}

aside.tx-blog-widget:last-of-type li {
	text-align:center;
	margin-bottom: 5px;
	padding-left:0;
}

aside.tx-blog-widget:last-of-type li a {
	padding:0;
}

ul.categories.list-inline > li a {
    padding-bottom: 10px;
    padding-top: 10px;
}
ul.categories.list-inline > li a:hover{
	color: white;
    text-decoration: none;
}

/*List*/

.blog-text {
    padding: 0 20px 20px 20px;
}

.blog-text p {
    line-height: 19px;
    margin-bottom: 20px;
}



/*
 * pagination 
 */

.pag-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}

ul.pagination {
    display: block;
    width: 100%;
    text-align: center;
}

.pagination > li, .tx-indexedsearch-browsebox > li {
    display: inline-block;
}

.pag-box .pagination > li > a,
.pagination > li > a, .pagination > li > span, .tx-indexedsearch-browsebox > li > strong > a, .tx-indexedsearch-browsebox > li > a{
    font-size: 16px;
    line-height: 19px;
	color: var(--color-dark);
    font-family: 'Exo 2', sans-serif;
}

.pagination > .active > a {
    font-weight: bold;
}

.pagination > .active > a:hover, .pagination > li > a:hover {
    color: var(--color-bif-main-darker);
    text-decoration: none;
}

.pagination > li > a, .pagination > li > span, .tx-indexedsearch-browsebox > li > strong > a, .tx-indexedsearch-browsebox > li > a {;
    padding: 20px;
}

.pag-box li {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0px 7px 12px #0000001F;
    margin-right: 5px;
}

.pag-box li.next, .pag-box li.previous {
    box-shadow: 0px 7px 12px #0000001F;
    background-color: var(--white);
    border-radius: 5px;
    margin-left: 15px;
}

.pag-box li.previous{
    margin-right: 20px;
    margin-left: 0;
}


@media (max-width: 992px) {
	
	.blog-image + .blog-text, .blog-image {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.issues .list .issue_actual_themes:nth-child(2n+1),
	.issues .list .issue_actual_themes:nth-child(2n){
	   	padding: 20px 15px;
	}
}
/*Formatierung Bilder*/

.ratio-outer {
    height: 0;
    position: relative;
    display: block;
}

.ratio-outer.ratio-outer-1-1 {
    padding: 41% 0;
}

.ratio-inner {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.ratio-inner img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

