
.single-post h2,
.single-post h3 {
	padding: 0 0 15px 0;
}
	
	
	
.nm-blog-categories-wrap.box {
  position: fixed;
  top: 60px;
  width: 100%;
  z-index: 9999;
}	

.uci-thumb img,	
.nm-post-thumbnail img,
.nm-post-featured-image img {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;	
}

.uci-thumb .lazyloaded,
.nm-post-thumbnail .lazyloaded,
.nm-post-featured-image .lazyloaded {
    opacity: 1;
}

/* stop content shift for square img during lazyload */
.uci-thumb .lazyload,
.uci-thumb .lazyloading,
.nm-post-thumbnail .lazyload,
.nm-post-thumbnail .lazyloading,
.nm-post-featured-image .lazyload,
.nm-post-featured-image .lazyloading {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}


.nm-post-content ul { 
	border-left: 1px solid #efefef;
	padding: 30px 0 30px 5px;
}

.nm-post-content ul li {
    padding: 10px 5px 10px 20px;
    border-bottom: 1px solid #d9eaf3;
    border-left: 3px double #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,.07);
    list-style: none;
}

.nm-post-content ol > li {
    counter-increment: step-counter;
    margin: 0 0 55px 0;
}

.nm-post-content ol > li:before {
    color: #df0000;
    content: counter(step-counter);
    display: table;
    font-size: 180%;
    margin-right: 10px;
}

.share-pinty {
    margin: 15px;
    position: absolute;
    z-index: 1;
}

.blog:not(.qvp-open) #sp-vidbtn a {
	cursor: pointer;
    position: absolute;
	top: 15px;
    z-index: 1;
}

.single .nm-post-featured-image #sp-vidbtn,
.qvp-open .nm-post-featured-image #sp-vidbtn {
	align-items: center;
	background: rgba(0, 0, 0, .2);
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.single .nm-post-featured-image #sp-vidbtn a,
.qvp-open .nm-post-featured-image #sp-vidbtn a {
    position: unset;
}

.lsharebm,
.lsharebm .button {
    background: transparent;
	color: #242326;
    float: left;
    width: 100%;
}

.lsharebm .sp-shbyn,
.lsharebm .sp-shbxn {
	float: left;
	text-align: center;
    width: 50%;
}

.lsharebm .sp-shbxn {
    width: 33.33333333%;
}

.shr-item {
    background: #f7f7f7;
    display: block;
    margin-bottom: 3px;
    padding: 4px 0;	
    position: relative;
    text-align: center;
    width: 100%;
}

.nm-post-content p {
    padding: 8px 0;
}

#nm-blog-list.nm-search-results > div,
#nm-blog-list > .post {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    /* background: #ccc; */
}

#nm-blog-list.nm-search-results > div.fade-out,
#nm-blog-list > .post.fade-out {
    opacity: 0;
}

.nm-blog-heading {
	padding: 55px 0;
}

table {
    background: 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.nwnb-tabelle .table {
    table-layout: fixed;
}

.nwnb-tabelle {
    border: 1px solid #000;
    font-family: arial,sans-serif;
    margin: 0 5px 35px;
    min-height: 435px;
    padding: 20px 15px 15px;
    width: 47.5%;
}

.nwnb-tabelle span.nthr-head {
    font-size: 160%;
    font-weight: 700;
}

.nwnbleft {
    width: 41.66666667%;
}

.nwnb-tabelle .small {
    font-size: 80%;
    line-height: 1.2;
    display: inline-table;
}

.col-sm-12:has(> .nwnb-tabelle) {
    padding-top: 30px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    height: 0;
    margin-top: 10px;
    margin-bottom: 18px;
}

hr {
    border-bottom: 1px solid #eee;
}


.alpldd a {
	background: #0f0f0f;
	display: block;
	margin-bottom: 75px;
}

/* Sticky post */
.sticky .nm-post-thumbnail:before,
.category-sticky .nm-post-thumbnail:before {
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 100;
	content: "*";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 1;
	color: #dc9814;
}

/* Categories */
.nm-blog-categories-wrap {
	background: rgba(4, 4, 4, 0.94);
	border-radius: 0 0 3px 3px;
	margin: 0 -4px 35px -5px;
	padding: 10px 20px 13px 20px;
}

.nm-blog-categories-toggle li a {
	color: #ccc;
	font-size: 18px;
	padding: 10px 0;
}

.nm-blog-categories-toggle li .count {
    font-size: 14px;
    font-style: normal;
	color: #c0c0c0;
	vertical-align: top;
    padding-left: 1px;
}

/* Categories: List */
.nm-blog-categories-list li {
	display: inline-block;
	vertical-align: middle;
}
.nm-blog-categories-list li a {
	color: inherit;
	margin: 0 17px;
}

.nm-blog-categories-list li:first-child a {
	margin-left: 0;
}
.nm-blog-categories-list li:last-child a {
	margin-right: 0;
}
.nm-blog-categories-list li.current-cat a {
	border-bottom: 1px solid;
}
.nm-blog-categories-list li span {
	color: #ccc;
}

/* Categories: List (no separator) */
.nm-blog-categories-list.list_nosep li a {
	margin: 0 19px 0 0;
}
.nm-blog-categories-list.list_nosep li.current-cat a {
	padding-bottom: 0;
}
.nm-blog-categories-list.list_nosep li span {
	display: none;
}

/* Categories: Columns */
.nm-blog-categories-list.columns {
	overflow: hidden;
}

.nm-blog-categories-list.columns li {
	display: block;
	float: left;
}

.nm-blog-categories-list.columns li a {
    font-size: 16px;
    font-weight: 700;
	line-height: initial;
    margin: 0;
    padding: 3px 10px;
    background: #fff;
    border-radius: 3px;
}

.nm-blog-categories-list.columns li span {
	display: none;
}

/* Term (category/tag) description */
.nm-term-description {
	font-size: 18px;
	line-height: 1.6;
	padding: 0 0 38px;
}

/* Page links - wp_link_pages() */
.page-links {
	margin-top: 11px;
}

/* Pagination */
#nm-blog-pagination {
    position: relative;
    background: #040404;
    padding: 23px 15px;
}
.nm-blog-prev,
.nm-blog-next {
	width: 100%;
	max-width: 250px;
}

.col-half,
.nm-blog-prev {
	float: left;
}
.nm-blog-next {
	float: right;
}
#nm-blog-pagination a {
	display: block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}

#bcxp1,
.qvp-open .nm-blog-grid #sp-vidbtn,
#nm-blog-pagination.all-pages-loaded {
    display: none;
}

.text-center,
#nm-blog-infinite-load {
    text-align: center;
}
#nm-blog-infinite-load a {
	padding: 23px 0;
	border: 0 none;
	background: red;
	color: #fafafa;
	display: inline-block;
	max-width: 300px;
	border-radius: 3px;
}
#nm-blog-infinite-load a:hover {
	opacity: 0.85;
}
.loading #nm-blog-infinite-load a {
    opacity: 0;
}

/* Pagination: WP-PageNavi */
#nm-blog-pagination .wp-pagenavi span.pages {
    margin-right: 10px;
}
#nm-blog-pagination .wp-pagenavi a,
#nm-blog-pagination .wp-pagenavi span.current {
    display: inline;
    margin: 2px;
    padding: 10px;
}
#nm-blog-pagination .wp-pagenavi a.previouspostslink,
#nm-blog-pagination .wp-pagenavi a.nextpostslink,
#nm-blog-pagination .wp-pagenavi a.last {
    background-color: #f5f5f5;
}

/* Sidebar */
.nm-blog.sidebar-right .nm-sidebar {
    padding-left: 30px;
}
.nm-blog.sidebar-left .nm-sidebar {
	padding-right: 30px;
}
.nm-blog.sidebar-left .nm-blog-content-col {
	float: right;
}
.nm-blog.sidebar-left .nm-blog-sidebar-col {
	float: left;
}
.nm-blog .nm-sidebar .widget:last-child {
    margin-bottom: 0;
}

.nm-blog-sidebar-col,
.nm-post-sidebar-col {
	-ms-overflow-style: none;
	scrollbar-width: none
}
.nm-blog-sidebar-col::-webkit-scrollbar,
.nm-post-sidebar-col::-webkit-scrollbar {
	display: none
}

.widget .ch4 {
    margin-bottom: 15px;
}

.qvp-open .nm-post {
    overflow: auto;
}

.header-on-scroll:not(.qvp-open) .nm-post-header h1 {
	/* box-shadow: 0 4px 8px 0 #ddd; */
	display: block;
	/* color: #fafafa; */
	font-size: 90%;
	position: fixed;
	top: 60px;
	background: #f9f9f9;
	width: 100%;
	left: 0;
	z-index: 1000;
	padding: 5px 15px;
}

.athrbx {
    padding: 20px 20px;
    background: #f5f5f5;
    margin: 50px 0;
}

.usrsimg {
    max-width: 100px;
    border: 2px solid #eee;
    margin: 0 10px 10px 0;
}


/* If screen width is exact 992px or more */
@media(min-width:992px) {

	#wrapmlpl,
	.nm-blog-categories-wrap {
		max-height: 126px;
		overflow: hidden;
	    transition: max-height 0.7s;
	}

	#nm-blog-pagination {
		border-radius: 7px;
		margin: 0 auto;
		max-width: 800px;
		width: 80%;
	}
	
	#wrapmlpl {
		max-height: 92px;
	}

	#nm-blog-categories-list {
		margin-top: 3px;
	}

	#xcxp1,
	#ycxp1	{
		font-size: 80%;
		margin-left: 2px;
		padding: 5px 10px;
		width: calc(33.33% - 4px);		
	}

	.ayay {
		margin-top: 8px;
		display: inline-block;
	}
	
	#bcxp1:checked ~ .nm-blog-categories-wrap {
		max-height: 485px;
		overflow-y: hidden;
	}

	#bcxp1:checked + .nm-blog-categories-wrap .button i {
		transform: rotate(-45deg);
		display: inline-block;
	}

	#bcxp1 + .nm-blog-categories-wrap li:nth-child(4) {
		margin-top: 20px;
		display: table;
		width: 100%;
		transition: margin-top 0.8s ease-in-out;
	}

	#bcxp1:checked + .nm-blog-categories-wrap li:nth-child(4) {
		margin-top: unset;
		display: block;
		width: 33.33333%;
	 }
 
	.nm-blog-categories .nm-blog-content-col {
		padding: 0 5px;
		position: relative;
		transition: top 1s ease-in-out;
		top: 0;		
	}
	
	.nm-blog-categories .nm-blog-content-col.nbscrl {
		max-width: 1680px;
		padding-right: 60px;
	}

	.nbscrl #bcat-by {
		padding-left: calc(25% + 3px);
	}
	
	.nm-post-header h1 {
		padding-bottom: 30px;
	}

	/* fix jump !!! */
	.header-on-scroll:not(.qvp-open) .nm-post-header {
		padding-top: 65px;
	}

	.nm-blog-categories-toggle {
		display: none;
	}

	/* fix jump !!! */
	
	.header-on-scroll:not(.qvp-open) .nm-post-header h1 {
		text-align: center;
	}
	
	.single .nm-page-overflow {
		margin: 0 auto;
		max-width: 1135px;		
	}

	.nm-post-body {
		padding-top: 68px;
		padding-left: 310px;		
	}

	.msbloghdr {	
		padding: 40px 0 20px 0;
	}

	.blogh {	
		padding-bottom: 40px;
	}
	
    .nm-blog-categories-list li a:hover {
		color: #ef1400;
	}

	.nm-post-sidebar-col .widget form>button {
		padding: 7px 10px;
	}
	
	/* single post */
	.nm-post-sidebar-left .nm-post-sidebar-col {
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		height: 75%;
		width: 310px;
		z-index: 1;
		margin-left: -310px;
	}

	/* Main post loop page */
	.nm-blog.sidebar-left .nm-blog-sidebar-col {
		position: fixed;
		overflow-x: hidden;
		overflow-y: auto;
		height: calc(100% - 170px);
		z-index: 1;
		background: #fff;
		max-width: 385px;
		top: 128px;
		margin-left: -15px;
	}

	
	.nm-post-sidebar-left .nm-post-content-col {
		width: 100%;
	}	
	
	.blog .nfw2,
	.single .nfw2,
	.archive.date .nfw2,	
	.archive.author .nfw2,
	.archive.category .nfw2 {
		width: 69%;
		float: right;
		background: #fff;
	}
	
	.nm-blog-categories .nbscrl {
		position: fixed;
		top: 60px;
		width: 100%;
		z-index: 1000;
	}	
	
}

@media all and (max-width: 991px) {

	.nm-post-header h1 {
		padding: 30px 0;
	}
	
	/* fix jump !!! */
	.header-on-scroll:not(.qvp-open) .nm-post-header {
		padding-top: 95px;
	}	

	.blogh,
	.msbloghdr {
		padding-top: 40px;	
		padding-bottom: 40px;
	}
    
    /* Pagination */
    .has-sidebar #nm-blog-pagination {
        margin-bottom: 64px;
    }
    
    /* Sidebar */
	.nm-blog.sidebar-right .nm-sidebar {
		padding-left: 0;
	}
	.nm-blog.sidebar-left .nm-sidebar {
		padding-right: 0;
	}
	


	.nm-blog-categories {
		position: fixed;
		top: 0;
		left: 100%;
		margin: 0;
		z-index: 1020;
		line-height: 1.2;
		width: 100%;
		max-width: 500px;
		height: 100%;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
		background: #040404;
		padding: 60px 0 40px 10px;
	}

	.nm-blog-categories.active {
		display: block;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		overflow: auto;
	}

	.nm-blog-categories-wrap {
	    background: transparent;
	    margin: 0;
	    padding: 0;
	}
	
	.nm-blog-categories .toggle-0 .nm-blog-categories-toggle {
		display: block;
		padding: 0  0 20px 0;
	}
	
	.nm-blog-categories-toggle li a:after {
		content: "\e117";
		color: #ef1400;
		font-family: nm-font;
		font-size: 24px;
		position: fixed;
		top: 15px;
		right: 20px;		
	}	
	
	#currntct {
		background: #ffff33;
		color: #242326;
		font-size: initial;
		font-weight: 700;
		margin-top: 16px;
		padding: 5px 10px;
		margin-left: 4px;
	}
	
	/* Categories: Columns */
	.nm-blog-categories-list.columns li {
		width: 100%;
	}	
	
}


@media all and (max-width: 768px) {
	
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 38px;
    }
	
	/* Term (category/tag) description */
	.nm-term-description {
		font-size: 16px;
	}
	
}


@media all and (max-width: 610px) {
	
	/* Pagination */
	.nm-blog-prev,
	.nm-blog-next {
		width: 48%;
		max-width: none;
	}	
	
}


@media all and (max-width: 550px) {
	
	/* Categories: List */
	.nm-blog-categories-list li span {
		display: none;
	}
	.nm-blog-categories-list li a {
		margin: 0 24px 0 0;
	}
	/* .nm-blog-categories-list li:last-child a { */
		/* margin-right: 0; */
	/* } */
	
}


@media all and (max-width: 400px) {
	.nm-blog.nm-blog-categories-disabled {
        padding-top: 31px;
    }
	
	/* Categories: List */
	.nm-blog-categories-list li {
		display: block;
	}
	.nm-blog-categories-list li:last-child {
		margin-bottom: 0;
	}
	.nm-blog-categories-list li a {
		font-size: 16px;
		margin: 0;
	}

}




.nm-single-post-meta,
.nm-post-content-comments-link {
    padding-top: 37px;
}

.nm-post-content-comments-link a {
    color: #282828;
}

.nm-post-content-comments-link a i {
    position: relative;
    top: 2px;
}

.nm-post-content-comments-link a span {
    padding-left: 10px;
}




/* #Blog: Grid
--------------------------------------------------------------- */

body:not(.qvp-open) .nm-blog-grid [class*="block-grid-"] {
	margin: 0 -1.6%;
}
.nm-blog-grid [class*="block-grid-"] > li {
	padding: 0 5px 60px;
}

/* Thumbnail */
.nm-post-thumbnail {
	position: relative;
	/* margin-bottom: 19px; */
}
.nm-post-thumbnail a {
	position: relative;
	display: block;
}
.nm-post-thumbnail img {
	border-radius: 5px 5px 0 0;
	width: 100%;
	height: auto;
}

/* Thumbnail overlay */
.nm-post-thumbnail a:hover .nm-image-overlay {
	opacity: 1;
}

.nm-blog-grid .post.even .zrap {
	background: #fffeea;
	border-radius: 0 0 5px 5px;
}

.nm-blog-grid .post.odd .zrap {
	border-radius: 0 0 5px 5px;	
	background: #f1ffea;	
}

/* Title */
.nm-blog-grid .nm-post-title {
	font-size: 18px;
	line-height: 1.2;
	padding: 15px 15px 0 15px;
	min-height: 60px;
}
.nm-blog-grid .nm-post-title a {
	color: inherit;
}

/* Content/Excerpt */
.nm-blog-grid .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
	padding: 0 15px 20px 15px;
}
.nm-blog-grid .nm-post-content .nm-post-excerpt p {
	margin-bottom: 0;
	min-height: 95px;
}

.nm-blog-categories-wrap label {
    display: inline-block;	
	color: #fff;
	margin: 5px 0 0 0;
	font-size: 18px;
	width: 33.33%;
}

.nm-blog-grid .nm-post-content .nm-post-read-more {
	display: inline-block;
	background: #ef1400;
	color: #fafafa;
	padding: 6px 10px;
	border-radius: 3px;
}

.nm-blog-grid .nm-post-content .nm-post-read-more i {
    display: inline-block;
    line-height: 18px;
    margin-left: 10px;
    vertical-align: text-bottom;
}

/* Media queries */
@media all and (max-width: 749px) {
	
	.nm-blog-grid [class*="block-grid-"] > li {
		padding-bottom: 53px;
	}
	
	.nm-related-posts li:last-of-type {
		width: 100%;
	}	
	
}

@media all and (max-width: 400px) {
	/* Title */
	.nm-blog-grid .nm-post-title {
		font-size: 20px;	
	}
	
	/* Content/Excerpt */
	.nm-blog-grid .nm-post-content {
		font-size: 14px;
	}
}




/* #Blog: No results
--------------------------------------------------------------- */

.nm-blog-no-results h1 {
	font-size: 18px;
}


/* #Blog: Single post
--------------------------------------------------------------- */

.nm-post-col {
	max-width: 833px;
	margin: 0 auto;
	padding: 0 15px;
}

.nm-post.nm-post-sidebar-left .nm-post-header .col {
	float: right;
}



/* Header: Featured image */
.nm-post.nm-post-sidebar-none .nm-post-featured-image {
    width: calc(100% + 10vw);
    max-width: none;
    margin-left: -5vw;
    text-align: left;
}

.nm-post-header .mfp-content {
    z-index: 1;
}

.nm-post-featured-image img {
	border-radius: 5px;
    width: 100%;
}

.avatar-ontop {
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.avatar-ontop .avatar {
	background: #222;
    border: 2px solid #ccc;	
    border-radius: 50%;
    height: 38px;
	margin-bottom: 7px;
    width: 38px;
}

.thetags span {
	background: #f5f4f2;
    float: left;
    font-size: 70%;	
    margin: 3px 0;
    padding: 0 5px;
	text-transform: uppercase;
}

#nl-sp-wrap {
    border: 3px dashed #fe715f;
	border-radius: 10px;
}

/* Body - Sidebar */
.nm-post .nm-sidebar {
	padding-left: 34px;
}
.nm-post.nm-post-sidebar-left .nm-sidebar {
	padding-right: 34px;
	padding-left: 0;
}
.nm-post-sidebar-left .nm-post-content-col {
	float: right;
}
.nm-post-sidebar-left .nm-post-sidebar-col {
	float: left;
}


/* Meta: Tags */
.nm-single-post-tags {
    padding-bottom: 15px;
	overflow: hidden;
}
.nm-single-post-tags.widget_tag_cloud a {
    font-size: 14px !important;
    text-transform: lowercase;
}
.nm-single-post-tags a:before {
	display: inline-block;
	font-family: arial, sans-serif;
	content: "#";
	padding-right: 3px;
	vertical-align: middle;
}

/* Meta: Categories */

/* Meta: Share */
.nm-post-share {
	float: right;
	width: 30%;
    padding-left: 7px;
	text-align: right;
}
.nm-post-share span {
    display: none;
}
.nm-post-share a {
    font-size: 18px;
    line-height: 1;
    color: inherit;
	display: inline-block;
	margin-right: 15px;
    vertical-align: middle;
}
.nm-post-share a:last-child {
	margin-right: 0;
}
.nm-post-share a:hover {
	color: #282828;
}

/* Pagination */
.nm-post-pagination {
    padding: 44px 0;
    overflow: hidden;
    margin-top: 15px;
}
.nm-post-pagination > .nm-row {
    max-width: none;
}
.nm-post-pagination-inner {
    overflow: hidden;
}
.nm-post-pagination .nm-post-prev,
.nm-post-pagination .nm-post-next {
    float: left;
	max-width: 363px;
	min-width: 90px;
    width: 50%;
}
.nm-post-pagination .nm-post-prev {
    padding-right: 15px;
}
.nm-post-pagination .nm-post-next {
	float: right;
	text-align: right;
    padding-left: 15px;
}
.nm-post-pagination a {
    position: relative;
    display: block;
    color: #282828;
}
.nm-post-pagination .nm-post-prev a {
    padding-left: 37px;
}
.nm-post-pagination .nm-post-next a {
    padding-right: 37px;
}
.nm-post-pagination a:before {
    position: absolute;
	top: 50%;
    font-family: 'nm-font';
    font-size: 50px;
    line-height: 1;
    margin-top: -20px;
	opacity: 0.3;
}

.nm-post-pagination .nm-post-prev a:before {
    left: 0;
    content: "\f104";
}

.nm-post-pagination .nm-post-next a:before {
    right: 0;
    content: "\f105";
}

.nm-post-pagination a .short-title {
    display: block;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 2px;
}
.nm-post-pagination a .long-title {
    font-size: 16px;
}

/* Related posts */
.nm-related-posts {
    padding: 45px 0 0 0;
}

.nm-related-posts h2 {
    font-size: 24px;
    padding-bottom: 28px;
}
.nm-related-posts-image {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.nm-related-posts-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}

.nm-related-posts-image:hover .nm-image-overlay {
	opacity: 1;
}

.nm-related-posts-content h3 {
	font-size: 18px;
	padding-bottom: 7px;
}

.nm-related-posts-content .nm-related-posts-excerpt {
    padding-bottom: 30px;
}


@media all and (max-width: 1199px) {
    /* Body - Sidebar */
    .nm-post .nm-sidebar {
		padding-left: 24px;
	}
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding-right: 24px;
	}
	
	.qvp-open #nm-quickview {
		padding-top: 40px;
		max-width: 880px;
	}
	
}





.qvp-open .nm-post-pagination .nm-post-prev,
.qvp-open .nm-post-pagination .nm-post-next {
    background: #df0000;
    padding: 0 15px;
}

.qvp-open .nm-post-pagination .nm-post-prev {
    border-right: 2px solid #040404;
}

.qvp-open .nm-post-pagination .nm-post-prev a {
	padding-left: 22px;
}

.qvp-open .nm-post-pagination .nm-post-next a {
	padding-right: 22px;
}

.qvp-open .nm-post-pagination a:before {
	font-size: 30px;
	margin-top: -16px;
	opacity: 0.8;
}

.qvp-open .nm-post-pagination a .short-title {
	display: none;
}

.qvp-open .nm-post-pagination {
	margin-top: 0;
	padding: 0;
}	

.qvp-open .nm-post-pagination-inner {
	position: fixed;
	top: 0;
	z-index: 999;
	height: 40px;
	line-height: 22px;
}

.qvp-open .nm-post-pagination-inner div a {
	padding-top: 9px;
	padding-bottom: 9px;
	color: #ddd;
}


@media all and (max-width: 991px) {

	.qvp-open .nm-post-pagination-inner {
		right: 15px;
	}

	.nm-blog-categories-wrap label {
		margin: 12px 0 7px 0;
		width: 100%;
	}
	
	/* fix toggle animation !!! */
    #nm-blog-categories-list {
        height: 100% !important;
    }	
	
	/* Body - Sidebar */
	.nm-post .nm-sidebar,
	.nm-post.nm-post-sidebar-left .nm-sidebar {
		padding: 50px 0 0 0;
	}
	
	/* .nm-post-featured-image	{
		margin: 0 -15px;
	}  */
	
	/* Pagination */
    .nm-post-pagination {
        padding: 40px 0 39px;
    }
    .nm-post-pagination .nm-post-prev a {
        padding-left: 22px;
    }
    .nm-post-pagination .nm-post-next a {
        padding-right: 22px;
    }
    .nm-post-pagination a:before {
        font-size: 30px;
        margin-top: -16px;
    }
    .nm-post-pagination a .long-title {
        display: none;
    }
    .nm-post-pagination a .short-title {
        display: inline-block;
        font-size: inherit;
        color: inherit !important;
        margin-bottom: 0;
    }
	
	.qvp-open .nm-post-pagination a .short-title {
		display: unset;
	}	
	
}





	



/* #Blog: Single post - Password protected
--------------------------------------------------------------- */

.post-password-form > p:first-child {
	font-size: 16px;
	color: #282828;
	margin-bottom: 15px !important;
    margin-top: 5px;
}
.post-password-form label,
.post-password-form input {
	display: block;
}
.post-password-form label input {
	width: 100%;
	margin: 0 0 14px;
}
.post-password-form input[type=submit] {
	width: 111px;
	padding: 11px 0;
}


/* #Search results
--------------------------------------------------------------- */

#nm-blog-list.nm-search-results {
    margin-bottom: 51px;
}

/* Title */
.nm-search-results .nm-post-title {
	font-size: 24px;
	padding-right: 28px;
}
.nm-search-results .nm-post-title a:after {
	content:" \2192";
}


/* Excerpt */
.nm-search-results .nm-post-content {
	font-size: 16px;
	line-height: 1.6;
}

/* Divider */
.nm-search-results .nm-post-divider {
    height: 1px;
	margin: 45px 0 48px;
	background: #eee;
}
.nm-search-results > div:first-child .nm-post-divider {
    display: none;
}

/* Media queries */
@media (max-width: 1199px) {
	/* Columns */
	.nm-search-results .nm-title-col,
	.nm-search-results .nm-content-col,
	.nm-search-results .nm-divider-col {
		float: none;
		width: auto;
	}
	
	/* Title */
	.nm-search-results .nm-post-title {
		padding-right: 0;
	}
	
	/* Excerpt */
	.nm-search-results .nm-post-content {
		margin-top: 20px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 38px 0 40px;
	}
}
@media all and (max-width: 400px) {
	/* Title */
	.nm-search-results .nm-post-title {
		font-size: 22px;
	}
	
	/* Divider */
	.nm-search-results .nm-post-divider {
		margin: 29px 0 32px;
	}
}


/* #Comments
--------------------------------------------------------------- */

/* Comments */
.nm-comments {
	background: #f7f7f7;
}
.nm-post.nm-post-sidebar-left .nm-comments .col {
	float: right;
}
.nm-comments .nm-comments-inner {
	padding-bottom: 57px;
}
.nm-comments .nm-comments-heading {
	font-size: 24px;
	line-height: 1.2;
	padding: 68px 0 54px;
}
.nm-post.nm-post-sidebar-none .nm-comments .nm-comments-heading {
    text-align: center;
}
.nm-comments .commentlist > li,
.nm-comments .commentlist .pingback,
.nm-comments .commentlist .trackback {
	margin-top: 30px;
	border-top: 1px solid #e7e7e7;
}
.nm-comments .commentlist > .comment:first-child,
.nm-comments .commentlist .pingback:first-child,
.nm-comments .commentlist .trackback:first-child {
	margin-top: 0;
	border-top: 0 none;
}
.nm-comments .commentlist > li .comment-inner-wrap,
.nm-comments .commentlist .pingback p,
.nm-comments .commentlist .trackback p {
	position: relative;
	margin-top: 29px;
}
.nm-comments .commentlist > .comment:first-child > .comment-inner-wrap,
.nm-comments .commentlist .pingback:first-child > p,
.nm-comments .commentlist .trackback:first-child > p {
	margin-top: 0;
}
.nm-comments .commentlist > li .comment-text {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.nm-comments .commentlist > .comment:last-child > .comment-text {
	padding-bottom: 0;
}

/* Comments: Navigation */
.comment-navigation {
	margin-top: 71px;
	padding: 14px 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.comment-navigation h1 {
	display: none;
}
.comment-navigation a {
	color: #282828;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}

/* Comments: Form */
.nm-comments .comment-respond {
	padding-top: 65px;
}
.nm-comments .comment-respond h3 {
	padding-bottom: 3px;
}
.nm-comments .comment-form p.comment-notes {
	margin-bottom: 28px;
}
.nm-comments .comment-form p input#submit {
	width: auto;
	min-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Comments: Form - Threaded form (Added with WP JavaScript) */
.nm-comments .commentlist .comment-respond {
	padding-top: 56px;
}

/* Media queries */
@media all and (max-width: 768px) {
	/* Comments */
	.nm-comments .nm-comments-inner {
		padding-bottom: 39px;
	}
	.nm-comments .nm-comments-heading {
		padding: 50px 0 37px;
	}
	.nm-comments .commentlist > li,
	.nm-comments .commentlist .pingback,
	.nm-comments .commentlist .trackback {
		margin-top: 23px;
	}
	.nm-comments .commentlist > li .comment-inner-wrap,
	.nm-comments .commentlist .pingback p,
	.nm-comments .commentlist .trackback p {
		margin-top: 22px;
	}
	.nm-comments .commentlist > li .comment-text .description {
		padding-top: 16px;
	}
	.nm-comments .commentlist > li .comment-text .moderating {
		margin-bottom: 8px;
	}
	.nm-comments .commentlist > li .comment-text .reply {
		padding-top: 16px;
	}
	
	/* Comments: Form */
	.nm-comments .comment-respond {
		padding-top: 38px;
	}
	.nm-comments .comment-form p.comment-notes {
		margin-bottom: 19px;
	}
	
	/* Comments: Form - Threaded form (Added with WP JavaScript) */
	.nm-comments .commentlist .comment-respond {
		padding-top: 38px;
	}
}
@media all and (max-width: 610px) {
	/* Comments: Form */
	.nm-comments .comment-form p.comment-form-author,
	.nm-comments .comment-form p.comment-form-email {
		width: 100%;
	}
}
@media all and (max-width: 550px) {
	/* Comments */
	.nm-comments .nm-comments-heading {
		font-size: 22px;
		line-height: 1.4;
		padding: 39px 0 34px;
	}
}


/* #Comments: Entries
--------------------------------------------------------------- */

.commentlist > li {
	position: relative;
	min-height: 48px;
}
.commentlist > li.bypostauthor {
    color: inherit;
}
.commentlist > li > div > img,
.commentlist .children > li > div > img {
	position: absolute;
    top: -5px;
    left: 0;
    width: 60px;
    height: 60px;
	margin: 0;
    padding: 0;
	overflow: hidden;
	-webkit-border-radius: 50%; border-radius: 50%;
}
.commentlist > li .comment-text {
	margin: 0 0 34px 81px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f0f0f0;
}
.commentlist > li:last-child .comment-text {
	margin-bottom: 0;
	border-bottom: 0 none;
}
.commentlist > li .comment-text .meta {
	margin-bottom: 0;
}
.commentlist > li .comment-text .meta strong,
.commentlist > li .comment-text .meta strong a {
	color: #282828;
}
.commentlist > li .comment-text .meta strong {
	display: block;
	font-size: 18px;
    line-height: 1.4;
	font-weight: inherit;
}

.nm-post-meta,
.commentlist > li .comment-text .meta .verified {
	font-size: 12px;
	font-style: normal;
	color: #888;
}
.commentlist > li .comment-text .meta time {
	display: block;
	line-height: 1;
	color: #a1a1a1;
    padding-top: 7px;
}
.commentlist > li .comment-text .description {
	font-size: 16px;
	line-height: 1.6;
	padding-top: 19px;
}
.commentlist > li .comment-text .moderating {
	color: #acacac;
	margin-bottom: 10px;
}
.commentlist > li .comment-text .reply {
	line-height: 1;
	padding-top: 19px;
}

/* Comments: Children (replies) */
.commentlist > li .children {
	margin-left: 81px;
}
.commentlist .children > li {
    position: relative;
}

/* Comments: Pingbacks and trackbacks */
.commentlist .pingback p,
.commentlist .trackback p {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
}

/* Comments: Closed */
.no-comments {
	font-size: 16px;
	color: #282828;
	padding-top: 58px;
}

/* Comments: Form */
.comment-respond h3 {
	font-size: 24px;
	padding-bottom: 32px;
}
.comment-respond h3 #cancel-comment-reply-link {
	font-size: 14px;
}
.comment-form {
	clear: both;
	overflow: hidden;
}
.comment-form > p {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 0;
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email,
.comment-form p.form-row-first,
.comment-form p.form-row-last {
    width: 48%;
}
.comment-form p.comment-form-email,
.comment-form p.form-row-last {
    float: right;
}
.comment-form p label {
	display: block;
	font-size: 16px;
	color: #282828;
	padding-bottom: 3px;
}
.comment-form p label .required {
	color: #aaa;
}
.comment-form p input,
.comment-form p textarea {
	width: 100%;
}
.comment-form p textarea {
	resize: none;
}
.comment-form p input#submit {
	display: inline-block;
	width: auto;
	min-width: 120px;
	margin-top: 9px;
}

/* Column - Small (< 768px) */
@media all and (max-width: 767px) {
	
    .nwnb-tabelle {
        margin: 0 0 35px;
        min-height: auto;
        width: 100%
    }
	
	.commentlist > li > div > img,
    .commentlist .children > li > div > img {
		display: none;
	}
	
	.commentlist > li .comment-text {
		margin-left: 0;
	}
	
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 35px;
	}
	
}

/* < 400px */
@media all and (max-width: 400px) {
	/* Comments: Children (replies) */
	.commentlist > li .children {
		margin-left: 28px;
	}
}









.wpb-icon-caret-left::after,
.wpb-bm-btn.secondary::before,
.wpb-bm-btn.unbookmarked::before,
.wpb-coll-abs.wpb-bm-btn.secondary::before,
.wpb-bm-btn.secondary.wpb-hard-remove::before {
    display: inline-block;
    font: normal normal normal 14px/1 nm-font !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.wpb-bm-btn.unbookmarked::before {
    content:"\e94d";
    margin-right: 5px;	
}

.wpb-bm-nobottommargin-1 {
    margin-bottom: 0;
}

.wpb-bm-notopmargin-1 { 
    margin-top: 0;
}

.wpb-bm,
.wpb-coll,
.wpb-bm-btn,
.wpb-coll-item,
.wpb-coll-body,
.wpb-coll-list a,
.wpb-bm-btn-contain,
.wpb-coll-listpublic a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.wpb-bm-btn,
.wpb-bm-dialog-content {
    text-align: center;	
}

.wpb-wd-l a {
	color: #242326;
    display: block;
    font-size: 90%;
    line-height: 1.2;
    margin-bottom: 10px;
}

.wpb-wd-l span {
    background: #999;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}

#bookmark-modal h5,
#bookmark-modal .oz-content-wrap {
    padding: 5px 0;
}

#bookmark-modal .oz-content-wrap .oz-content {
    max-height: unset;
}

.wpb-coll-count {
    padding-left: 15px;
    padding-right: 15px;
}

.wpb-bm-btn { 
	background: #ededed;
	border-radius: 3px;
	color: #df0000;
    font-weight: normal;
    background-image: none;
    border: 0 solid transparent;
    line-height: 30px;	
	min-height: 30px;
    padding: 2px 12px;
	width: 100%;	
    white-space: normal;
}

.wpb-bm-btn:focus,
.wpb-bm-btn.bookmarked:focus,
.wpb-bm-btn.bookmarked,
.wpb-bm-btn.bookmarked_category,
.wpb-bm-btn.bookmarked_category.active,
.wpb-bm-btn.bookmarked_category:focus { 
    background: #e9332f;
	color: #fff;
}

.wpb-wd-l a:hover,
.wpb-coll-list a:hover,
.wpb-coll-listpublic a:hover {
    color: #76b458;
}

/* ADD Style to 768px AND ABOVE  */
@media all and (min-width: 768px) { 

	/* input.wpb-bm-input[type=text]:focus, // before usage see https://stackoverflow.com/a/13228205/9036446 */

	.wpb-bm-btn:hover,
	.wpb-bm-btn.active,
	.wpb-bm-btn.bookmarked:hover,
	.wpb-bm-btn.secondary:hover,
	.wpb-bm-btn.bookmarked_category:hover,
	.wpb-bm-btn.secondary:focus,
	.wpb-bm-btn.secondary.active,
	.wpb-bm-btn.bookmarked.active { 
		background: #76b458;
		color: #fff;
	}

}

.wpb-bm {   
    position: relative;
}

.wpb-coll-item .uci-thumb {
    margin: 0 10px 10px 0;
    float: left;
	width: 50px;
}

.wpb-coll:after { 
	content: " ";
	display: table;
}

.wpb-bm .chosen-container { 
	display: block !important;
}

.wpb-bm-dialog-content { 
	background: #6ce19a40;
    display: block;
	font-weight: 700;
	padding: 5px 0;
}

a.wpb-coll-abs {   
    font-size: 80%;
}

.wpb-clear,
.wpb-coll:after { 
    clear: both;
}

.wpb-bm {
    display: inline-block;
    background: #fff;
	float: left;
	position: relative;
	min-width: 100%;
	vertical-align: middle;
}

.wpb-bm-inline-1 {
    display: inline !important
}

.wpb-bm-right.wpb-bm-inline-1 {
    margin: 10px 0 20px 20px !important;
}

.wpb-bm-left.wpb-bm-inline-1 {
    margin: 10px 20px 20px 0 !important;
}

.wpb-bm a {
    text-decoration: none !important;
	margin: 0 !important;
}

.wpb-bm-dialog,
.wpb-bm-btn-contain {
	position: relative;
	margin: 15px 0 0 0;
    min-width: 100%;
	width: 100% !important;
}

.wpb-bm-right,
.wpb-bm-btn-contain.bm-right {
	float: right !important;
}

.wpb-bm-left,
.wpb-bm-btn-contain { 
    float: left !important;
}

input.wpb-bm-input[type=text] {
    width: 100%;
    height: auto;
}

.wpb-bm-btn,
.wpb-tooltip  {
    display: inline-block;
    position: relative;
	vertical-align: middle;
}

.wpb-coll-list,
.wpb-coll-listpublic {
	float: left;
	width: 36%;
}

.wpb-coll-body-inner {
	padding: 10px 0 0 10px;
}

.wpb-coll-list,
.wpb-coll-listpublic {
    line-height: 1;
}		
		
.wpb-coll-body {
	float: left;
	width: 64%;
}

.wpb-coll-list a,
.wpb-coll-listpublic a {
	display: block;
	width: 100%;
	padding: 15px 30px 15px 0;
	position: relative;
	word-break: break-word;
}

.wpb-coll-list a.active,
.wpb-coll-listpublic a.active  {
	color: #484848 !important;
}

.wpb-coll-list a i,
.wpb-coll-listpublic a i,
.wpb-coll-list a span,
.wpb-coll-listpublic a span {
	position: absolute;
	right: 15px;
}

.wpb-coll-hide,
.wpb-coll-remove,
.wpb-coll-item .uci-url {
	display: none;
}

.author .wpb-coll-item {
	background: #f4f4f4;
	margin-top: 15px;
	position: relative;
	float: left;
	width: 100%;
    min-height: 110px;
    padding: 15px 15px 38px 15px;	
}

.nm-blog-sidebar-col .wpb-coll-item {
	padding: 15px;
}

.wpb-coll-abs {
	background: #bfbfbf;
	border: none;
	bottom: 0;	
	color: #fff;
	position: absolute;
	right: 0;	
}