#article {
	padding-top: 50px
}
@media(min-width:768px) {
	#article {
		padding-top: 90px
	}
}
.page-blog-cats {
	padding-bottom: 50px;
	text-align: center;
	font-weight: 300
}
@media(min-width:768px) {
	.page-blog-cats {
		padding-bottom: 90px
	}
}
.page-blog-cats .title {
	display: block;
	margin-bottom: 10px
}
@media(min-width:480px) {
	.page-blog-cats .title {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0
	}
}
.page-blog-cats .form {
	display: inline-block
}
@media(min-width:480px) {
	.page-blog-cats .form {
		vertical-align: top;
		margin-left: .35em
	}
}
.page-blog-cats .nice-select {
	display: inline-block;
	text-transform: lowercase;
	height: 45px
}
.lang-de .page-blog-cats .nice-select {
	text-transform: none
}
@media(min-width:480px) {
	.page-blog-cats .nice-select {
		height: 55px
	}
}
@media(min-width:768px) {
	.page-blog-cats .nice-select {
		height: 70px
	}
}
.page-blog-cats .nice-select:after {
	top: 50%;
	margin-top: -10px;
	right: 4px;
	width: 11px;
	height: 11px
}
.page-blog-cats .nice-select .current {
	height: 100%;
	position: relative;
	padding-top: 0;
	padding-right: 35px;
	padding-left: 0;
	font-weight: 300;
	color: #26282d!important;
	font-size: 24px;
	line-height: 1.41667
}
@media(min-width:480px) {
	.page-blog-cats .nice-select .current {
		font-size: 31px;
		line-height: 1.5
	}
}
@media(min-width:768px) {
	.page-blog-cats .nice-select .current {
		font-size: 40px;
		line-height: 1.5
	}
}
.page-blog-cats .nice-select .list {
	margin-top: 0!important;
	height: 305px
}
@media(min-width:768px) {
	.page-blog-cats .nice-select .list {
		min-width: 350px
	}
}
.page-blog-cats .nice-select .option {
	padding: 18px 31px;
	color: #707378
}
.page-blog-cats .nice-select .option.selected, .page-blog-cats .nice-select .option:hover {
	background-color: #f6f8f9;
	color: #f16334
}
.page-blog-list {
	padding-bottom: 75px
}
.mfp-content .page-blog-list {
	padding-bottom: 0;
	background: #fff;
	margin: 0 auto;
	max-width: 460px;
	position: relative
}
.page-blog-list .list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media(min-width:768px) {
	.page-blog-list .list:after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: #e4e8ed;
		position: absolute;
		top: 0;
		left: 50%;
		right: inherit;
		margin-left: -.5px
	}
	.mfp-content .page-blog-list .list:after {
		display: none
	}
}
.page-blog-list .hentry {
	padding: 0 0 5px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .05);
	box-shadow: 0 3px 8px 0 rgba(54, 57, 73, .05);
	margin-bottom: 50px;
	max-width: 460px
}
.mfp-content .page-blog-list .hentry {
	max-width: 100%;
	width: 100%!important;
	margin: 0!important
}
.page-blog-list .hentry:last-child {
	margin-bottom: 0
}
@media(min-width:768px) {
	.page-blog-list .hentry {
		margin-bottom: 0;
		width: 38.98305%
	}
}
@media(min-width:768px) {
	.page-blog-list .hentry:nth-of-type(odd) {
		margin-right: 61.01695%
	}
}
@media(min-width:768px) {
	.page-blog-list .hentry:nth-of-type(2n) {
		margin-left: 61.01695%;
		margin-top: -300px
	}
}
.page-blog-list .hentry:hover {
	-webkit-box-shadow: 0 29px 60px 0 rgba(54, 57, 73, .09);
	box-shadow: 0 26px 94px 0 rgba(2, 2, 4, 0.39)
}
.page-blog-list .hentry a {
	text-decoration: none;
	color: inherit
}
.page-blog-list .np_podcast .img-p, .page-blog-list .np_video .img-p {
	position: relative
}
.page-blog-list .np_podcast .img-p:after, .page-blog-list .np_podcast .img-p:before, .page-blog-list .np_video .img-p:after, .page-blog-list .np_video .img-p:before {
	content: "";
	display: block;
	position: absolute
}
.page-blog-list .np_podcast .img-p:before, .page-blog-list .np_video .img-p:before {
	background: rgba(38, 40, 45, .3);
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.page-blog-list .np_podcast .img-p:after, .page-blog-list .np_video .img-p:after {
	z-index: 2;
	width: 60px;
	height: 60px;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: 50% no-repeat;
	background-size: 100%
}
.page-blog-list .np_podcast .img-p:after {
	background-image: url(../images/blog/bg-podcast.svg)
}
.mfp-content .page-blog-list .np_podcast .img-p:after, .page-blog-list .np_video .img-p:after {
	background-image: url(../images/blog/bg-video.svg)
}
@media(min-width:480px) {
	.page-blog-list .lazy {
		height: 277px!important
	}
}
.page-blog-list .lazy-yes {
	height: auto
}
.page-blog-list .title {
	font-weight: 600;
	padding: 15px 10px;
	font-style: italic
}
@media(min-width:768px) {
	.page-blog-list .title {
		padding: 33px 30px 25px
	}
}
.page-blog-list .title .a {
	color: #aeb0b3;
	font-weight: 600;
	white-space: nowrap
}
.page-blog-list .details {
	color: #7b8086;
	font-size: 12px;
	line-height: 1.66667;
	font-weight: 400;
	letter-spacing: .025em;
	padding: 0 10px 10px
}
@media(min-width:768px) {
	.page-blog-list .details {
		padding: 0 30px 19px
	}
}
.page-blog-list .shares-comments {
	padding: 0 0 0 5px
}
.page-blog-list .shares+.comments:before {
	content: "/ "
}
.page-blog-list .audio {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	visibility: hidden;
	opacity: .9
}
.page-blog-list .np_podcast_play .audio {
	visibility: visible
}
.page-blog-list .custom-pagination {
	position: absolute;
	visibility: hidden
}
.page-blog-list .loading {
	margin: 0 auto
}
.page-blog-list .list+.loading {
	margin-top: 25px
}
#infscr-loading {
	display: none!important
}

