/*
blog.css
URI: http://www.steckdesign.ch/
Author: SteckDesign
Version: 2.0
*/

:root {
	--blog_line_height: calc( var( --size-1 ) * 1.8 );
	--sitefgcolor_rgb: var(--rgb_darkgrey);
}

.sidebar {
	min-height: 1rem;
	max-height: 100vh;
	position: sticky;
	top: calc( var( --size-1 ) * 1.5 );
	overflow-y: hidden;
}


@media (min-width: 575px) { 
	.single-blog-header--hbxnos {
		align-items: center;
	}
}
@media (min-width: 767px) { 
	.single-blog-header--hbxnos {
		align-items: center;
	}
}
@media (min-width: 991px) { 
	.single-blog-header--hbxnos,
	.single-blog-header {
		/* background-color: rgba( var(--sitefgcolor_rgb), 0.05 ); */
		align-items: center;
		height: 100%;
	}	
	.single-header-titelbox {
		text-transform: unset;
		padding-left: calc( var( --size-1 ) * 0 );
		padding-right: calc( var( --size-1 ) * 1.5 );
	}
	/* .single-header-titelbox h2,
	.single-header-titelbox h1 {
		color: rgba( var(--white), 1 );
	}	 */
}
@media (min-width: 1199px) { 
	.mediawidth:before {
		content: 'width:1199';
		color: #df4949;
	}
}
@media (min-width: 1407px) { 
}
@media (min-width: 1408px) {  
}

/* .blog-headerbox-titel h21 {
	font-size: 1em;
	container-name: sidebar
  }
  @container sidebar (min-width: 700px) {
	.blog-headerbox-titel h1 {
	  font-size: 2em;
	}
  } */

.blog-headerbox-titel-wrapper {
	display: grid;
	align-items: center;
	padding-left: calc( var( --size-1 ) * 2 );
	padding-right: calc( var( --size-1 ) * 1.5 );
	background-color: rgba(0 0 0 / 0.1);
	backdrop-filter: blur(10px); 
	height:100%;
}

/* .blog-headerbox-titel h1 {
	font-size: calc( var( --size-1 ) * 2 );
	font-size: clamp(8px, 5vw, calc( var( --size-1 ) * 2 ));
	line-height: 1.3;
} */
.blog-headerbox-titel h1 {
	/* font-size: 3cqmax;  */
	font-size: 3.5vw; 
	line-height: 1.1;
	margin:0px;
}



/*	============================================================
	bloghome_grid
	============================================================ */

/* .bloghome_grid--wrapper {

} */
.bloghome_grid--image-wrapper {
	overflow: hidden;
}
a.bloghome_grid--link, a.bloghome_grid--link:visited {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	opacity: 1;
	text-decoration: none;
	border: none;
	text-decoration-style: none;
	text-underline-offset: none;
	text-decoration-thickness: 0px;
}
a.bloghome_grid--link h2,
a.bloghome_grid--link h3,
a.bloghome_grid--link h4,
a.bloghome_grid--link h5,
a.bloghome_grid--link h6 {
	color: var(--sitefgcolor);

}
a.bloghome_grid--link h2:hover,
a.bloghome_grid--link h3:hover,
a.bloghome_grid--link h4:hover,
a.bloghome_grid--link h5:hover,
a.bloghome_grid--link h6:hover {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	color: var(--site_linkhover_color);
}

figure.bloghome_grid {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.bloghome_grid--image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
}
a.bloghome_grid--link .bloghome_grid--image {
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.bloghome_grid--link:hover .bloghome_grid--image:hover {
	transform: scale(1.03);
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* .bloghome_grid--content {
	padding-bottom: calc( var( --size-1 ) * 3 );
} */
/* .bloghome_grid--content-overview {
} */
.bloghome_grid--title {
	margin-top: calc( var( --size-1 ) * 0.25 );
}
/* .bloghome_grid--title h4 {
	font-size: calc( var( --fontsize ) * 1.3 );
} */
.bloghome_grid--title-empty {
	margin-top: calc( var( --size-1 ) * 1 );
}
@media (min-width: 576px) { 
	.bloghome_grid--title-empty {
		margin-top: calc( var( --size-1 ) * 1 );
	}
}
.bloghome_grid--title-empty h3 {
	font-size: calc( var( --fontsize ) * 1.3 );
}

.bloghome_grid--lead p {
	margin: 0px;
}
.bloghome_grid--lead {
	font-size: calc( var( --size-1 ) * 0.9 );
	line-height: calc( var( --fontsize ) * 1.4 );
}

.bloghome_grid--blog-meta {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1.0 );
	margin-bottom: calc( var( --size-1 ) * 0 );
	text-align: left;
}





/*	============================================================
	blogbasic / blogsingle
	============================================================ */

/* .blogbasic--wrapper {

} */
.blogbasic--image-wrapper {
	overflow: hidden;
}
a.blogbasic--link, a.blogbasic--link:visited {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	opacity: 1;
	text-decoration: none;
	border: none;
	text-decoration-style: none;
	text-underline-offset: none;
	text-decoration-thickness: 0px;
}
a.blogbasic--link h2:hover,
a.blogbasic--link h3:hover,
a.blogbasic--link h4:hover {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	color: var(--site_linkhover_color);
}

figure.blogbasic {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.blogbasic--image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
}
a.blogbasic--link .blogbasic--image {
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.blogbasic--link:hover .blogbasic--image:hover {
	transform: scale(1.03);
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.blogbasic--link h3 {
	text-transform: uppercase;
	line-height: calc( var( --size-1 ) * 1.6 )!important;
	letter-spacing: calc( var( --size-1 ) * 0.1 );
	word-spacing: calc( var( --size-1 ) * -0.2 );
	color: rgba( var(--sitefgcolor_rgb), 1 )!important;
}
a.blogbasic--link h3:hover {
	color: var(--site_linkhover_color)!important;
}

.blogbasic--content {
	padding-bottom: calc( var( --size-1 ) * 3 );
}
.blogbasic--title {
	margin-top: calc( var( --size-1 ) * 0 );
}
.blogbasic--title-empty {
	margin-top: calc( var( --size-1 ) * 1.5 );
}
.blogbasic--lead p {
	margin: 0px;
}


.blogsingle--titel {
	margin-top: calc( var( --size-1 ) * 0 );
	margin-bottom: 0px;
	line-height: 1.3;
}
.blogsingle--titel-empty {
	color: var(--sitefgcolor);
}
.blogsingle--titel-empty h1 {
	text-transform: uppercase;
	color: var(--sitefgcolor);
	margin-top: calc( var( --size-1 ) * 1 );
	line-height: 1.3;
	letter-spacing: calc(var( --size-1 ) * 0.05);
	word-spacing: calc(var( --size-1 ) * -0.15);
}
.blogsingle--titel h1 {
	letter-spacing: calc(var( --size-1 ) * 0.15);
	word-spacing: calc(var( --size-1 ) * -0.2);
	color: var(--sitefgcolor);
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
}

.blogsingle--titel-typo {
	display: flex;
	background-color: rgba( var(--sitefgcolor_rgb), 0.1);
	aspect-ratio: 16 / 9;
	padding-left: calc( var( --size-1 ) * 2 );
	padding-right: calc( var( --size-1 ) * 2 );
}
.blogsingle--titel-typo h1 {
	font-size: 300%;
	line-height: 1.1;
	margin-bottom: calc( var( --size-1 ) * 1.25);
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.blogsingle--titel-big {
	margin-top: calc( var( --size-1 ) * 1.5 );
	margin-bottom: calc( var( --size-1 ) * 1.5 );
}
.blogsingle--titel-big h1 {
	font-size: 7vw;
	/* font-size: calc( var( --size-1 ) * 3 ); */
	line-height: 1.1;
	font-weight: 300;
}
@media (min-width: 576px) { 
	.blogsingle--titel-big {
		margin-top: calc( var( --size-1 ) * 3 );
		margin-bottom: calc( var( --size-1 ) * 3 );
	}
	.blogsingle--titel-big h1 {
		font-size: 4vw;
		/* font-size: calc( var( --size-1 ) * 3 ); */
		line-height: 1.1;
		font-weight: 300;
	}
}

.blogsingle--lead {
	font-size: calc( var( --size-1 ) * 1.15 );
	font-weight: var( --weight-400 );
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: calc( var( --size-1 ) * 2 );
}
	.blogsingle--lead-empty {
		margin-top: calc( var( --size-1 ) * 2 );
	}
.blogsingle--content {
	position: relative;
	padding-top: calc( var( --size-1 ) * 1.5 );
}

/* .blogsingle--content h2,
.blogsingle--content h1 {
	line-height: calc( var(--blog_line_height) * 1.3 );
	letter-spacing: calc(var( --size-1 ) * 0.05);
	word-spacing: calc(var( --size-1 ) * -0.15);
	margin-bottom: calc( var( --size-1 ) * 1 );
	position: relative;
} */
.blogsingle--content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
}
.blogsingle--meta {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1 );
	margin-bottom: calc( var( --size-1 ) * 1 );
	text-align: left;
}







/*	============================================================
	bloghome_hbox / blogsingle_hbox
	============================================================ */

/* .bloghome_hbox--wrapper {

} */
.bloghome_hbox--image-wrapper {
	overflow: hidden;
}
a.bloghome_hbox--link, a.bloghome_hbox--link:visited {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	opacity: 1;
	text-decoration: none;
	border: none;
	text-decoration-style: none;
	text-underline-offset: none;
	text-decoration-thickness: 0px;
}
a.bloghome_hbox--link h2:hover,
a.bloghome_hbox--link h3:hover,
a.bloghome_hbox--link h4:hover {
	transition: all 0.30s ease-in-out 0s;
	-moz-transition: all 0.30s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out 0s;
	-o-transition: all 0.30s ease-in-out 0s;
	color: var(--site_linkhover_color);
}

figure.bloghome_hbox {
	max-width: 100%;
	height: auto;
	margin: 0;
}
.bloghome_hbox--image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	overflow: hidden;
	position: relative;
}
a.bloghome_hbox--link .bloghome_hbox--image {
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.bloghome_hbox--link:hover .bloghome_hbox--image:hover {
	transform: scale(1.03);
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.bloghome_hbox--content {
	align-items:start; 
	padding-right: calc( var( --size-1 ) * 0 );
	margin-bottom: calc( var( --size-1 ) * 3 );
	background-color: transparent;
	border-top-right-radius: calc( var( --size-1 ) * 0.0 );
	border-bottom-right-radius: calc( var( --size-1 ) * 0.0 );
	box-shadow: none;
}
@media (min-width: 576px) { 
	.bloghome_hbox--content {
		align-items:center; 
		padding-right: calc( var( --size-1 ) * 1 );
		margin-bottom: calc( var( --size-1 ) * 3 );
		background-color: rgba( var(--sitefgcolor_rgb), 0.1 );
		border-top-right-radius: calc( var( --size-1 ) * 0.5 );
		border-bottom-right-radius: calc( var( --size-1 ) * 0.5 );
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075), 0 2px 10px 0 rgba(0, 0, 0, 0.075)!important;
	}
}
/* .bloghome_hbox--entry {
	border-top: 1px solid rgba( var(--sitefgcolor_rgb), 0.3 );
	border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.3 );
} */

.bloghome_hbox--title {
	margin-top: calc( var( --size-1 ) * 0 );
}
.bloghome_hbox--title h3 {
	color: var(--sitefgcolor);
	font-size: calc( var( --fontsize ) * 1.3 );
}
.bloghome_hbox--title-empty {
	margin-top: calc( var( --size-1 ) * 1 );
}
@media (min-width: 576px) { 
	.bloghome_hbox--title-empty {
		margin-top: calc( var( --size-1 ) * 0 );
	}
}
.bloghome_hbox--title-empty h3 {
	color: var(--sitefgcolor);
	font-size: calc( var( --fontsize ) * 1.3 );
}

.bloghome_hbox--lead p {
	margin: 0px;
}
.bloghome_hbox--lead {
	font-size: calc( var( --size-1 ) * 0.9 );
	line-height: calc( var( --fontsize ) * 1.4 );
}

.bloghome_hbox--blog-meta {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1.0 );
	margin-bottom: calc( var( --size-1 ) * 0 );
	text-align: left;
}


.blogsingle_hbox--header {
	margin-top: calc( var( --size-1 ) * 2.0 );
	align-items: center;
}
@media (min-width: 991px) { 
	.blogsingle_hbox--header {
		margin-top: calc( var( --size-1 ) * 2.0 );
		align-items: center;
		background-color: rgba( var(--sitefgcolor_rgb), 0.05 );
	}
}

.blogsingle_hbox--titelbox {
	padding-left: calc( var( --size-1 ) * 0 );
	padding-right: calc( var( --size-1 ) * 1.5 );
	/* margin-top: calc( var( --size-1 ) * 3 ); */
}
@media (min-width: 991px) { 
	.blogsingle_hbox--titelbox {
		padding-left: calc( var( --size-1 ) * 0 );
		padding-right: calc( var( --size-1 ) * 1.5 );
	}
}
.blogsingle_hbox--titel-empty h1,
.blogsingle_hbox--titel h1 {
	color: var(--sitefgcolor);
	margin: 0px;
}

.blogsingle_hbox--meta {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 2 );
	margin-bottom: calc( var( --size-1 ) * 1 );
	text-align: left;
}
@media (min-width: 991px) { 
	.blogsingle_hbox--meta {
		display: inline-grid;
		grid-template-columns: 1fr auto;
		gap: calc( var( --size-1 ) * 0.5 );
		margin-top: calc( var( --size-1 ) * 0.0 );
		margin-bottom: calc( var( --size-1 ) * 0.7 );
		text-align: left;
	}
}
/* .blogsingle_hbox--nometa {
	margin-bottom: calc( var( --size-1 ) * 4.0 );
}
*/

/* .blogsingle_hbox--content {} */

.blogsingle_hbox--lead {
	font-size: calc( var( --size-1 ) * 1.15 );
	font-weight: var( --weight-400 );
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: calc( var( --size-1 ) * 2 );
}

/* .blogsingle_hbox-blogcontent {} */

/* .blogsingle_hbox-blogcontent p:first-child:first-letter {
	position: relative;
	font-size: calc(var( --fontsize ) * 3.15);
	float: left;
	line-height: 0.5;
	margin: calc(var( --size-1 ) * 0.95 ) var( --size-025 ) 0 calc(var( --size-1 ) * -0.13 );
} */






a.blog-p-link {
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
	text-decoration: none;
	opacity: 1;
}
a.blog-p-link:hover {
	opacity: 0.8;
}

.blog-title {
	margin-top: calc( var( --size-1 ) * 0.5 );
}
.blog-title-empty {
	margin-top: calc( var( --size-1 ) * 0.75 );
}

/* .blog-cards-link {
} */
a.blog-cards-link,
a.blog-cards-link:visited {
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
	opacity: 1;
	text-decoration: none;
	border: none;
	text-decoration-style: none;
	text-underline-offset: none;
	text-decoration-thickness: 0px;
}
a.blog-cards-link:active,
a.blog-cards-link:focus,
a.blog-cards-link:hover {
	color: rgba( var(--white), 0.75);
	text-decoration: none;
}
a.blog-cards-link:hover .blog-list-image {
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
	opacity: 0.8;
}
/* .blog-list-item-wrapper {
	background-color: rgba( var(--sitefgcolor_rgb), 0.05 );
} */
/* .blog-list-item-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.075), 0 2px 10px 0 rgba(0, 0, 0, 0.075)!important;
} */

.blog-list-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.blog-list-content h3,
.blog-list-content h4 {
	text-transform: unset;
	line-height: calc( var(--blog_line_height) * 0.9 );
	letter-spacing: calc( var( --size-1 ) * 0.05 );
	word-spacing: calc( var( --size-1 ) * -0.2 );
	/* color: var( --sitecolor ); */
}
a.blog-cards-link h3:hover,
a.blog-cards-link h4:hover {
	color: var(--site_linkhover_color);
}

.blog-list-content figure {
	margin: 0px;
	padding: 0px;
}
.blog-list-image  {
	margin: 0px;
	padding: 0px;
	border: none;
	/* border-radius: 60% 45% 30% 15%/15% 30% 45% 60%;  */
	/* border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%; */
}

.blog-list-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
}
.blog-list-image img {
	margin-top: 0px;
}
/* .blog-list-item img {
} */

.blog-content-overview {
	padding-right: calc( var( --size-1 ) * 0.25 );
	padding-bottom: calc( var( --size-1 ) * 1.5 );
}

.blog-list-inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.blog-list-inner {
	line-height: 1.4;
}

.blog-list-link {
	display: block;
	/* font-size: calc( var( --size-1 ) * 0.7 ); */
	padding-top: calc( var( --size-1 ) * 0.7 );
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
}
/* .blog-list-link a,
.blog-list-link a:visited {
}
.blog-list-link a:hover,
.blog-list-link a:active,
.blog-list-link a:focus {
} */

.blog-list-footer {
	background-color: #efefef;
	padding-top: 0.75em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.75em;
}
.blog-list-footer h4 {
	margin-bottom: 0px;
}

.blog-list-footer a,
.blog-list-footer a:visited {
	display: block;
	padding-top: 0.25em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.6em;
}
.blog-list-footer a:hover,
.blog-list-footer a:active,
.blog-list-footer a:focus {
	color: black!important;
}

/*--- Cards blog ---*/
 .blog-titel {
	padding-top: calc( var( --size-1 ) * 0.75 );
	padding-left: 0em;
	padding-right: calc( var( --size-1 ) * 0.5 );
	padding-bottom: 0em;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
}
.blog-titel h4 {
	/* font-family: var( --title-font-serif ); font-style: var( --font-normal ); */
	font-size: 170%;
	line-height: 1.1;
}
/* .blog-titel a, .blog-titel a:visited {
} */

.blog-titel-typo {
	background-color: rgba( var(--white), 0.1);
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}
.blog-titel-typo h4 {
	/* font-family: var( --title-font-serif ); font-style: var( --font-normal ); */
	font-size: 170%;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/*
.blog-lead {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1.5;
}
*/
.blog-lead p {
	margin: 0px;
}
.blog-meta {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1 );
	margin-bottom: calc( var( --size-1 ) * 1 );
	text-align: left;
}
.blog-meta--headerbox,
.blog-meta--headeroverlay {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1.0 );
	margin-bottom: calc( var( --size-1 ) * 1.5 );
	text-align: left;
}
.blog-meta--hbxnosb {
	display: inline-grid;
	grid-template-columns: 1fr auto;
	gap: calc( var( --size-1 ) * 0.5 );
	/* margin-top: calc( var( --size-1 ) * 4 ); */
	margin-bottom: calc( var( --size-1 ) * 1 );
	text-align: left;
}
.blog-nummer {
	font-size: 80%;
	color: rgba( var(--white), 1.0);
	background-color: #AEAEAE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 3px;
}
/* .blog-datum::before {
	font: var(--fa-font-regular);
	content: '\f073';
	font-size: calc( var( --size-1 ) * 0.6 );
	line-height: 1;
	color: rgba( var(--sitefgcolor_rgb), 0.5 );
	margin-right: calc( var( --size-1 ) * 0.3 );
} */
.blog-datum {
	font-size: calc( var( --size-1 ) * 0.7 );
	padding: 0px;
	margin: 0px;
	line-height: 1;
	letter-spacing: 0px;
	margin-right: calc( var( --size-1 ) * 0.7 );
}
.blog-datum i {
	font-size: calc( var( --size-1 ) * 0.6 );
	line-height: 1;
	color: rgba( var(--sitefgcolor_rgb), 0.5 );
	margin-right: calc( var( --size-1 ) * 0.3 );
}
.blog-term {
	font-size: calc( var( --size-1 ) * 0.7 );
	line-height: 1;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
/* .blog-term::before {
	font: var(--fa-font-regular);
	content: '\f07c';
	font-size: calc( var( --size-1 ) * 0.6 );
	color: rgba( var(--sitefgcolor_rgb), 0.5 );
	margin: 0px;
	padding: 0px;
	margin-right: calc( var( --size-1 ) * 0.3 );
} */
.blog-term a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
}
/*
.term-link ~ .term-link::before {
	content: ', '; 
}
*/
.meta-sep {
	position: relative;
	top: -1px;
	padding: 0 5px;
	font-size: .7em;
}

.blogtags {
	margin-top: calc( var( --size-1 ) * 2 );
	margin-bottom: 15px;
	text-align: left;
	font-size: 70%;
}
.blogtags .s-tag {
	padding-left: 0px;
	padding-right: 7px;
}
.blogtags .s-tag a,
.blogtags .s-tag a:visited {
	background: rgba( var(--sitefgcolor_rgb), 0.12 );
	color: rgba( var(--sitefgcolor_rgb), 1 );
	display: inline-block;
	font-size: calc( var( --size-1 ) * 0.7 );
	line-height: 1;
	margin: 0 .2615em .2615em 0;
	padding: .7692em .7692em;
	text-decoration: none;
}
.blogtags .s-tag a:hover {
	background: rgba( var(--sitefgcolor_rgb), 0.24 );
	color: #fff;
}


/*	============================================================
	blog single
	============================================================ */
/* .blog-single {
	margin-bottom: calc( var( --size-1 ) * 1 );
} */

.blog-single-meta-bottom-wrapper {
	padding-top: calc( var( --size-1 ) * 0.75 );
	padding-bottom: calc( var( --size-1 ) * 0.5 );
	margin-top: calc( var( --size-1 ) * 1.5 );
	margin-bottom: calc( var( --size-1 ) * 1 );
}
.blog-single-tags-title {
	font-size: calc( var( --size-1 ) * 1 );
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	margin-bottom: calc( var( --size-1 ) * 0.7 );
}
.blog-single-tags-title p {
	padding: 0px;
	margin: 0px;
}
.blog-single-meta-bottom {
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.blog-single-meta-bottom hr {
	width: 50px;
	border-width: 3px;
	border-color: rgba( var(--sitefgcolor_rgb), 1 );
	margin-left: auto;;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
.blog-single-meta-bottom a,
.blog-single-meta-bottom a:visited {
	background: rgba( var(--sitefgcolor_rgb), 0.12 );
	color: rgba( var(--sitefgcolor_rgb), 1 );
	display: inline-block;
	font-size: calc( var( --size-1 ) * 0.7 );
	line-height: normal;
	margin: 0 .4615em .4615em 0;
	padding: .6153em .7692em;
	text-decoration: none;
}
.blog-single-meta-bottom a:hover {
	background: rgba( var(--sitefgcolor_rgb), 0.6 );
	color: #fff;
}
/* .blog-single-meta-bottom a, */
/* .blog-single-meta-bottom a:visited {
	font-size: calc( var( --size-1 ) * 0.7 );
	text-decoration: none;
} */
/* .blog-single-meta-bottom a:hover,
.blog-single-meta-bottom a:active,
.blog-single-meta-bottom a:focus {
	color: #9ec691;
} */


.blog-single-meta {
	margin-top: calc( var( --size-1 ) * 5 );
	margin-bottom: calc( var( --size-1 ) * 1 );
	text-align: center;
}
.blog-single-datum {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-single-titel {
	margin-top: calc( var( --size-1 ) * 0 );
	margin-bottom: 0px;
	line-height: 1.3;
}
.blog-single-titel-empty {
	margin-top: calc( var( --size-1 ) * 1 );
	line-height: 1.3;
}
.blog-single-titel-big {
	margin-top: calc( var( --size-1 ) * 1.5 );
	margin-bottom: calc( var( --size-1 ) * 1.5 );
}
.blog-single-titel-big h1 {
	font-size: 7vw;
	/* font-size: calc( var( --size-1 ) * 3 ); */
	line-height: 1.1;
	font-weight: 300;
}
@media (min-width: 576px) { 
	.blog-single-titel-big {
		margin-top: calc( var( --size-1 ) * 3 );
		margin-bottom: calc( var( --size-1 ) * 3 );
	}
	.blog-single-titel-big h1 {
		font-size: 4vw;
		/* font-size: calc( var( --size-1 ) * 3 ); */
		line-height: 1.1;
		font-weight: 300;
	}
}

.blog-single-titel h1 {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
}

.blog-single-titel-typo {
	display: flex;
	background-color: rgba( var(--sitefgcolor_rgb), 0.1);
	aspect-ratio: 16 / 9;
	padding-left: calc( var( --size-1 ) * 2 );
	padding-right: calc( var( --size-1 ) * 2 );
}
.blog-single-titel-typo h1 {
	font-size: 300%;
	line-height: 1.1;
	margin-bottom: calc( var( --size-1 ) * 1.25);
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.blog-single-title--hbxnosb h1 {
	color: var(--sitefgcolor);
	line-height: 1.3;
}
.blog-single-lead--hbxnosb {
	padding-right: calc( var( --size-1 ) * 2 );
}
@media (min-width: 575px) { 
	.blog-single-lead--hbxnosb {
		padding-right: calc( var( --size-1 ) * 0 );
	}
}
@media (min-width: 992px) { 
	.blog-single-lead--hbxnosb {
		padding-right: calc( var( --size-1 ) * 2 );
	}
}

.blog-single-lead {
	font-size: calc( var( --size-1 ) * 1.15 );
	font-weight: var( --weight-400 );
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: calc( var( --size-1 ) * 2 );
}
	.blog-single-lead-empty {
		margin-top: calc( var( --size-1 ) * 0 );
	}

span.blog-initial {
	font-size: calc(var( --fontsize ) * 3.15);
	float: left;
	line-height: 0.5;
	margin: calc(var( --size-1 ) * 1 ) var( --size-025 ) 0 calc(var( --size-1 ) * -0.13 );
}

.blog-single-content {
	position: relative;
	padding-top: calc( var( --size-1 ) * 0 );
}

.blog-single-content h2,
.blog-single-content h1 {
	text-transform: unset;
	line-height: calc( var(--blog_line_height) * 1.3 );
	letter-spacing: calc(var( --size-1 ) * 0.05);
	word-spacing: calc(var( --size-1 ) * -0.15);
	margin-bottom: calc( var( --size-1 ) * 1 );
	/* color: var( --sitecolor ); */
	position: relative;
}

.blog-single-headerbild img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-single-content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
}

.blog-single-content--hbxnosb {
	margin-top: calc( var( --size-1 ) * 3.5 );
}
.blog-single-content--hbxnosb p {
	margin-bottom: calc( var( --size-1 ) * 1.5 );
}
/* .single-blogcontent--hbxnosb p:first-child:first-letter {
	font-size: calc(var( --fontsize ) * 3.15);
	float: left;
	line-height: 0.5;
	margin: calc(var( --size-1 ) * 1 ) var( --size-025 ) 0 calc(var( --size-1 ) * -0.13 );
} */

/* .blog-single-backlink {
	margin-bottom: calc( var( --size-1 ) * 1.5 );
} */
.blog-single-backlink a {
	text-decoration: none;
}
.blog-single-backlink i {
	position: relative;
	top: -1px;
	font-size: calc( var( --size-1 ) * 0.8 );
	margin-right: calc( var( --size-1 ) * 0.2 );
	color: rgba( var(--sitefgcolor_rgb), 0.5);
}
.blog-single-backlink a:hover i {
    color: var(--site_linkhover_color);
}

.blog-single-backlink hr {
	width: calc( var( --size-1 ) * 10 );
	border-width: 3px;
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: auto;;
    margin-right: auto;
	margin-top: calc( var( --size-1 ) * 0 );
	margin-bottom: calc( var( --size-1 ) * 0.9 );
}
/* .btn {
    border: 0px solid transparent!important;
    border-radius: 0px!important;
	font-weight: var( --bodyweight)!important;
} */
.btn-backlink {
	font-size: calc( var( --size-1 ) * 0.6 )!important;
	font-weight: var( --bodyweight);
	letter-spacing: calc( var( --size-1 ) * 0.2 );
    color: rgba( var( --sitefgcolor_rgb ), 1 )!important;
    border-top: 1px solid rgba( var(--sitefgcolor_rgb), 0.25 )!important;
    border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.25 )!important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-radius: 0px!important;
    padding-top: calc( var( --size-1 ) * 0.5 )!important;
    padding-bottom: calc( var( --size-1 ) * 0.5 )!important;
    padding-left: calc( var( --size-1 ) * 2 )!important;
    padding-right: calc( var( --size-1 ) * 2 )!important;
    margin-bottom: calc( var( --size-1 ) * 2 )!important;
}
.btn-backlink:hover i,
.btn-backlink:hover {
    color: var(--site_linkhover_color)!important;
    /* background-color: rgba( var(--sitefgcolor_rgb), 0.05 ); */
	border-color: transparent;
    border-radius: 0px;
    border-width: 1px;
    /* border-bottom: 1px solid var(--site_linkhover_color)!important; */
}
.btn-backlink i {
	position: relative;
	top: 1px;
	font-size: calc( var( --size-1 ) * 0.8 );
	margin-right: calc( var( --size-1 ) * 0.1 );
	color: rgba( var(--sitefgcolor_rgb), 0.5);
}


.gulablog-thumbs {
	margin-top: 30px;
	margin-bottom: 30px;
}
.gulablog-thumbs span.blog-link-thumb {
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid ;
	position: relative;
}
a.blog-thumb-link .blog-thumb-icon {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-bottom: 1px;
    margin-right: 10px;
    background: url(../images/jzhicon.png) no-repeat 0px 0px;
	background-size: 20px 20px;
}


/*	============================================================
	blog single - nav previous and next
	============================================================ */
#nav-single {
	display: block;
	clear: both;
	margin-top: calc( var( --size-1 ) * 3 );
	margin-bottom: calc( var( --size-1 ) * 1.5 );
}
.nav-next a,
.nav-previous a {
	width: calc( var( --size-1 ) * 1.8 );
	height: calc( var( --size-1 ) * 1.8 );
	display:inline-block;
	text-align: center;
	border: 1px solid rgba( var(--sitefgcolor_rgb), 1.0);
	-webkit-border-radius: 50%;
		border-radius: 50%;
}
.nav-next a:hover,
.nav-previous a:hover {
	border: 1px solid var(--site_linkhover_color);
	background: rgba( var(--white), 0.25 );
}
.nav-previous a:before{
	content: '\f104';
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
	font-size: calc( var( --size-1 ) * 1.3 );
	text-align: center;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-top: calc( var( --size-1 ) * 0.15 );
	margin-right: 0px;
	margin-bottom: 0px;
}
.nav-next a:before {
	content: '\f105';
	font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
	font-size: calc( var( --size-1 ) * 1.3 );
	text-align: center;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	margin-top: calc( var( --size-1 ) * 0.15 );
	margin-bottom: 0px;
}
.nav-next a span,
.nav-previous  a span {
	display: none;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}


/* ---| Single Content-Bilder |-------------------------- */

figure.imginline.full {
	text-align: center;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
	@media (min-width: 1700px) {
		figure.imginline.full {
			text-align: center;
			display: block;
			width: 100%;
			height: auto;
			margin-top: 50px;
			margin-bottom: 40px;
			padding-left: 10px;
			padding-right: 10px;
		}
	}
.imginline figcaption em {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 100%;	
}
figure.imginline.full figcaption {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 70%;
	text-align: center;
	margin-top: 10px;
}


figure.imginline.center {
	text-align: center;
	/*display: block;*/
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
	@media (min-width: 1700px) {
		figure.imginline.center {
			text-align: center;
			/*display: block;*/
			width: 60%;
			margin-left: auto;
			margin-right: auto;
			margin-top: 50px;
			margin-bottom: 40px;
		}
	}
figure.imginline.center figcaption {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 70%;
	text-align: center;
	margin-top: 10px;
}


figure.imginline.half {
	float: left;
	/*display: inline-block;*/
	/*vertical-align: top;
	margin-right: -0.26em;*/
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}
	@media (min-width: 576px) { 
		figure.imginline.half {
			float: left;
			width: 50%;
			padding-left: 10px;
			padding-right: 10px;
		}
	}
figure.imginline.half figcaption {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 70%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

figure.imginline img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
	margin-top: 6px;
	padding: 0px;
}



/* ---| Single Previous/Next |-------------------------- */
.blog-single-navigation {
	display: grid;
	grid-template-columns: auto auto;
	font-size: calc( var( --size-1 ) * 0.7 );
	margin-bottom: calc( var( --size-1 ) * 5 );
	padding-left: calc( var( --size-1 ) * 2 );
	padding-right: calc( var( --size-1 ) * 2 );
}
/*
.blog-single-navigation a,
.blog-single-navigation a:visited,
.blog-single-navigation {
	color: #fff;
}
*/
/*
.blog-single-navigation .blog-single-alignleft a:hover,
.blog-single-navigation .blog-single-alignleft a:focus,
.blog-single-navigation .blog-single-alignleft a:active,
.blog-single-navigation .blog-single-aligncenter a:hover,
.blog-single-navigation .blog-single-aligncenter a:focus,
.blog-single-navigation .blog-single-aligncenter a:active,
.blog-single-navigation .blog-single-alignright a:hover,
.blog-single-navigation .blog-single-alignright a:focus,
.blog-single-navigation .blog-single-alignright a:active {
	background-color: #C44040;
}
*/
/* .blog-single-navigation .blog-single-alignleft {
} */
.blog-single-navigation .blog-single-alignleft a {
	width: 100%;
	display: block;
}
.blog-single-navigation .blog-single-aligncenter {
	width: 6%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
	text-align: center;
}
.blog-single-navigation .blog-single-aligncenter a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #df4949;
}
.blog-single-navigation .blog-single-alignright {
	text-align: right;
}
.blog-single-navigation .blog-single-alignright a {
	width: 100%;
	display: block;
}


nav.post-navigation {
	margin-top: calc( var( --size-1 ) * 3 );
}
.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1.4;
	padding: 0px;
	/* border-top: 1px solid rgba( var(--sitefgcolor_rgb), 0.35 ); */
}
.post-navigation .nav_previous a, .post-navigation .nav_next a {
	text-decoration: none;
}
.post-navigation .nav_previous {
	display: grid;
	grid-template-columns: 1fr 95%;
	justify-content: start;
	column-gap: calc( var( --size-1 ) * 0.5 );
	/* border-right: 1px solid rgba( var(--sitefgcolor_rgb), 0.2 ); */
}
.post-navigation .nav_previous, .post-navigation .nav_next {
	padding-top: calc( var( --size-1 ) * 1 );
	padding-bottom: calc( var( --size-1 ) * 1 );
}
.post-navigation .nav_previous {
	text-align: left;
	padding-right: calc( var( --size-1 ) * 2 );
}
.post-navigation .nav_next {
	display: grid;
	grid-template-columns: 95% 1fr;
	column-gap: calc( var( --size-1 ) * 0.5 );
	justify-content: end;
	text-align: right;
	padding-left: calc( var( --size-1 ) * 2 );
}
.post-navigation .nav_previous i, .post-navigation .nav_next i {
	color: rgba( var(--sitefgcolor_rgb), 0.5 );
}


nav.post-prevnext-navigation {
	margin-top: calc( var( --size-1 ) * 3 );
}
.post-prevnext-navigation .nav-links {
	display: grid;
	grid-template-columns: 50% 50%;
	position: relative;
	font-size: calc( var( --size-1 ) * 0.85 );
	line-height: 1.4;
	padding: 0px;
	/* border-top: 1px solid rgba( var(--sitefgcolor_rgb), 0.35 ); */
}
.post-prevnext-navigation .nav_previous a, .post-prevnext-navigation .nav_next a {
	text-decoration: none;
}
.post-prevnext-navigation .nav_previous a:hover i, .post-prevnext-navigation .nav_next a:hover i,
.post-prevnext-navigation .nav_previous a:hover, .post-prevnext-navigation .nav_next a:hover {
	color: var(--site_linkhover_color);
}
.post-prevnext-navigation .nav_previous {
	display: grid;
	grid-template-columns: 1fr 95%;
	justify-content: start;
	column-gap: calc( var( --size-1 ) * 0.5 );
	/* border-right: 1px solid rgba( var(--sitefgcolor_rgb), 0.2 ); */
}
.post-prevnext-navigation .nav_previous, .post-prevnext-navigation .nav_next {
	padding-top: calc( var( --size-1 ) * 1 );
	padding-bottom: calc( var( --size-1 ) * 1 );
}
.post-prevnext-navigation .nav_previous {
	text-align: left;
	padding-right: calc( var( --size-1 ) * 2 );
}
.post-prevnext-navigation .nav_next {
	display: grid;
	grid-template-columns: 95% 1fr;
	column-gap: calc( var( --size-1 ) * 0.5 );
	justify-content: end;
	text-align: right;
	padding-left: calc( var( --size-1 ) * 2 );
}


/* ---| Archive Navigation |-------------------------- */

.blog-archive-title {
	margin-top: calc( var( --size-1 ) * 1.5 );
	margin-bottom: calc( var( --size-1 ) * 1.5 );
}
.blog-archive-title h1 {
	font-weight: var( --weight-400 );
	color: var(--sitefgcolor);
}

nav.blog-archive-navigation {
	font-size: 85%;
	width: 100%;
	background-color: var(--site_linkhover_color);
	height: auto;
	display: block;
}
nav.blog-archive-navigation a,
nav.blog-archive-navigation a:visited,
nav.blog-archive-navigation {
	color: #fff;
}
nav.blog-archive-navigation .blog-archive-alignleft a:hover,
nav.blog-archive-navigation .blog-archive-alignleft a:focus,
nav.blog-archive-navigation .blog-archive-alignleft a:active,
nav.blog-archive-navigation .blog-archive-aligncenter a:hover,
nav.blog-archive-navigation .blog-archive-aligncenter a:focus,
nav.blog-archive-navigation .blog-archive-aligncenter a:active,
nav.blog-archive-navigation .blog-archive-alignright a:hover,
nav.blog-archive-navigation .blog-archive-alignright a:focus,
nav.blog-archive-navigation .blog-archive-alignright a:active {
	background-color: var(--site_linkhover_color);
}
nav.blog-archive-navigation .blog-archive-alignleft {
	width: 47%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
}
nav.blog-archive-navigation .blog-archive-alignleft a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 15px;
	background-color: var(--site_linkhover_color);;
}
nav.blog-archive-navigation .blog-archive-aligncenter {
	width: 6%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 47%;
	margin-right: auto;
	text-align: center;
}
nav.blog-archive-navigation .blog-archive-aligncenter a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--site_linkhover_color);
}
nav.blog-archive-navigation .blog-archive-alignright {
	width: 47%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
	text-align: right;
}
nav.blog-archive-navigation .blog-archive-alignright a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 15px;
	background-color: var(--site_linkhover_color);
}


/*	============================================================
	Blog Sidebar
	============================================================ */
	/* .blog-sidebar {
		margin-top: calc( var( --size-1 ) * 1.85 );;
	} */
	.item-title {
		padding-bottom: calc( var( --size-1 ) * 2 );
		margin-bottom: 0px;
		padding-left: 0px;
	}
	.item-title.basic {
		font-weight: var( --titleweight );
		text-transform: uppercase;
		letter-spacing: calc( var( --size-1 ) * 0.06 );
		color: rgba( var(--sitefgcolor_rgb), 0.5 );
		padding-top: calc( var( --size-1 ) * 0.5 );
		margin-bottom: calc( var( --size-1 ) * 0 );
		border-top: 1px solid  rgba( var(--sitefgcolor_rgb), 0.5 );
	}
	.item-title.basiccenter {
		font-weight: var( --titleweight );
		text-transform: uppercase;
		letter-spacing: calc( var( --size-1 ) * 0.06 );
		text-align: center;
		color: rgba( var(--sitefgcolor_rgb), 0.5 );
		padding-top: calc( var( --size-1 ) * 0.5 );
		margin-bottom: calc( var( --size-1 ) * 0 );
		border-top: 1px solid  rgba( var(--sitefgcolor_rgb), 0.5 );
	}
	.item-title.bar {
		font-size: calc( var( --size-1 ) * 0.7 );
		font-weight: var( --titleweight );
		text-align: center;
		text-transform: uppercase;
		letter-spacing: calc( var( --size-1 ) * 0.1 );
		line-height: 1;
		color: rgba( var(--sitefgcolor_rgb), 1 );
		background-color: rgba( var(--sitefgcolor_rgb), 0.1 );
		padding-top: calc( var( --size-1 ) * 0.3 );
		padding-bottom: calc( var( --size-1 ) * 0.15 );
		padding-left: calc( var( --size-1 ) * 0.4 );
		padding-right: calc( var( --size-1 ) * 0.4 );
		margin-bottom: calc( var( --size-1 ) * 2 );
	}
	.item-title.bar-fade {
		font-size: calc( var( --size-1 ) * 0.7 );
		font-weight: var( --titleweight );
		text-align: center;
		text-transform: uppercase;
		letter-spacing: calc( var( --size-1 ) * 0.1 );
		line-height: 1;
		color: rgba( var(--sitefgcolor_rgb), 1 );
		padding-top: calc( var( --size-1 ) * 0.3 );
		padding-bottom: calc( var( --size-1 ) * 0.15 );
		padding-left: calc( var( --size-1 ) * 0.4 );
		padding-right: calc( var( --size-1 ) * 0.4 );
		margin-bottom: calc( var( --size-1 ) * 2 );
		background: linear-gradient(
			to left,
			rgba( var(--sitefgcolor_rgb), 0 ) 0%,
			rgba( var(--sitefgcolor_rgb), 0.1 ) 20%,
			rgba( var(--sitefgcolor_rgb), 0.1 ) 80%,
			rgba( var(--sitefgcolor_rgb), 0 ) 100%
		  );
	}
	.item {
		margin-bottom: calc( var( --size-1 ) * 3 );
	}
	.blog-sidebar .entries {
		margin:0px;
		padding: 0px;;
	}


	/* ---| latest images |----------------------------- */

	.blog-sidebar .latest-images--box {
		padding-top: calc( var( --size-1 ) * 0.5 );
		padding-bottom: calc( var( --size-1 ) * 0.5 );
	}
	.blog-sidebar a.latest-images--link {
		color: var(--sitefgcolor);
		text-decoration: none!important;
		text-decoration-line: none!important;
		transition: all .2s ease-in-out;
	}
	.blog-sidebar .latest-images--image-outer {
		display: grid;
		grid-template-columns: 15% auto;
		column-gap: calc( var( --size-1 ) * 1 );
		align-items: center;
	}
	.blog-sidebar .latest-images--image {
		margin: 0px;
		width: 100%;
		aspect-ratio: 1 / 1;
	}
		.blog-sidebar .latest-images--image-round {
			margin: 0px;
			width: 100%;
			aspect-ratio: 1 / 1;
			border-radius: 50%;
		}
		.blog-sidebar .latest-images--image-ellipse {
			margin: 0px;
			width: 100%;
			aspect-ratio: 1 / 1;
			border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
		}
	.blog-sidebar .latest-images--image {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important; 
		overflow: hidden;
		position: relative;
	}
	.blog-sidebar .latest-images--content h6 {
		margin-bottom: 0px;
	}
	.blog-sidebar .latest-images--datum {
		font-weight: 300;
		font-size: calc( var( --size-1 ) * 0.6 );
		/* text-transform: uppercase; */
		/* letter-spacing: calc( var( --size-1 ) * 0.06 ); */
		line-height: 1;
	}

	.blog-sidebar .latest-images--link.current h6,
	.blog-sidebar .latest-images--link.current {
		/* color: rgba( var( --orange_rgb ), 1 ); */
		/* color: var(--site_linkhover_color); */
		color: var(--nav_linkcurrent_color);
	} 
	/* .blog-sidebar .latest-images--link:hover h6,
	.blog-sidebar .latest-images--link:hover {
		color: var(--site_linkhover_color);
		transition: all .2s ease-in-out;
	}  */
	

	/* ---| latest basic |----------------------------- */
	.blog-sidebar .latest-basic--box {
		padding-top: calc( var( --size-1 ) * 0.75 );
		padding-bottom: calc( var( --size-1 ) * 0.75 );
		border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.1 );
	}
	/* .blog-sidebar .latest-basic--box:last-child {
		border-bottom: 0px solid  rgba( var(--sitefgcolor_rgb), 0.12 );
	} */

	.blog-sidebar a.latest-basic--link {
		color: var(--sitefgcolor);
		text-decoration: none!important;
		text-decoration-line: none!important;
		transition: all .2s ease-in-out;
	}
	.blog-sidebar .latest-basic--content h6 {
		line-height: 1.1;
		padding: 0px;
		margin: 0px;
		color: var(--sitefgcolor);
	}
	.blog-sidebar .latest-basic--datum {
		font-weight: 300;
		font-size: calc( var( --size-1 ) * 0.6 );
		text-transform: uppercase;
		letter-spacing: calc( var( --size-1 ) * 0.06 );
		line-height: 1;
	}

	.blog-sidebar .latest-basic--link.current h6,
	.blog-sidebar .latest-basic--link.current {
		/* color: rgba( var( --orange_rgb ), 1 ); */
		color: var(--site_linkhover_color);
	} 
	.blog-sidebar .latest-basic--link:hover h6,
	.blog-sidebar .latest-basic--link:hover {
		color: var(--site_linkhover_color);
		transition: all .2s ease-in-out;
	} 

	/* basic center */
	.blog-sidebar .latest-basic--box-center {
		padding-top: calc( var( --size-1 ) * 1 );
		padding-bottom: calc( var( --size-1 ) * 1 );
		border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.12 );
		text-align: center;
	}
	.blog-sidebar .latest-basic--box-center:last-child {
		border-bottom: 0px solid  rgba( var(--sitefgcolor_rgb), 0.12 );
	}

/* ---| Blog Categories BASIC |----------------- */

.list-categories--basic {
	list-style: none;
	width: 100%;
}
.list-categories--basic li {
	margin: 0px;
	padding: 0px;
}
.list-categories--basic li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list-categories--basic p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}
.list-categories--basic ul li a:hover {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}
.list-categories--basic li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	text-decoration: none;
	display: block;
	padding-top: calc( var( --size-1 ) * 1.0 );
	padding-bottom: calc( var( --size-1 ) * 1.0 );
	border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.1 );
}
.list-categories--basic li.current-cat a {
	color: var(--site_linkhover_color);
}

/* ---| Blog Categories BASIC CENTER |----------------- */

.list-categories--basiccenter {
	list-style: none;
	width: 100%;
	text-align: center;
}
.list-categories--basiccenter li {
	margin: 0px;
	padding: 0px;
}
.list-categories--basiccenter li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list-categories--basiccenter p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}
.list-categories--basiccenter ul li a:hover {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}
.list-categories--basiccenter li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	text-decoration: none;
	display: block;
	padding-top: calc( var( --size-1 ) * 1.0 );
	padding-bottom: calc( var( --size-1 ) * 1.0 );
	border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.1 );
}
.list-categories--basiccenter li.current-cat a {
	color: var(--site_linkhover_color);
}


/* ---| List Categories CENTER |----------------- */

.list_categories--center {
	margin-bottom: 15px;
}
.list_categories--center {
	list-style: none;
	width: 100%;
	font-size: calc( var( --size-1 ) * 0.7 );
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
.list_categories--center li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: calc( var( --size-1 ) * 0.5 );
	padding-bottom: calc( var( --size-1 ) * 0.5 );
}
.list_categories--center li::before {
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: inline;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list_categories--center li.current-cat a {
	text-decoration: none;
	color: var(--site_linkhover_color);
	border-bottom:1px solid var(--site_linkhover_color);
}
.list_categories--center li a {
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding-bottom: calc( var( --size-1 ) * 0.3 );
	border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.5 );
}
.list_categories--center li a:hover {
	color: var(--site_linkhover_color);
	border-bottom: 1px solid var(--site_linkhover_color);
}


/* ---| List Tags CENTER |----------------- */

.list-tags--center {
	margin-bottom: 15px;
}
.list-tags--center {
	list-style: none;
	width: 100%;
	font-size: calc( var( --size-1 ) * 0.7 );
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}
.list-tags--center li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-top: calc( var( --size-1 ) * 0.5 );
	padding-bottom: calc( var( --size-1 ) * 0.5 );
}
.list-tags--center li::before {
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: inline;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list-tags--center li.current-cat a {
	text-decoration: none;
	color: var(--site_linkhover_color);
	border-bottom:1px solid var(--site_linkhover_color);
}
.list-tags--center li a {
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding-bottom: calc( var( --size-1 ) * 0.3 );
	border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.5 );
}
.list-tags--center li a:hover {
	color: var(--site_linkhover_color);
	border-bottom: 1px solid var(--site_linkhover_color);
}


/* ---| List Tags BASIC |----------------- */

.list-tags--basic {
	list-style: none;
	width: 100%;
}
.list-tags--basic li {
	margin: 0px;
	padding: 0px;
}
.list-tags--basic li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list-tags--basic p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}
.list-tags--basic ul li a:hover {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}
.list-tags--basic li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	text-decoration: none;
	display: block;
	padding-top: calc( var( --size-1 ) * 1.0 );
	padding-bottom: calc( var( --size-1 ) * 1.0 );
	border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.1 );
}
.list-tags--basic li.current-cat a {
	color: var(--site_linkhover_color);;
}


/* ---| List Tags BASIC CENTER |----------------- */

.list-tags--basiccenter {
	list-style: none;
	width: 100%;
	text-align: center;
}
.list-tags--basiccenter li {
	margin: 0px;
	padding: 0px;
}
.list-tags--basiccenter li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list-tags--basiccenter p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}
.list-tags--basiccenter ul li a:hover {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}
.list-tags--basiccenter li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	text-decoration: none;
	display: block;
	padding-top: calc( var( --size-1 ) * 1.0 );
	padding-bottom: calc( var( --size-1 ) * 1.0 );
	border-bottom: 1px solid  rgba( var(--sitefgcolor_rgb), 0.1 );
}
.list-tags--basiccenter li.current-cat a {
	color: var(--site_linkhover_color);
}


.heading-line-left {
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	flex-direction: row;
	box-pack: center; 
	justify-content: start;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: calc( var( --size-1 ) * 0.06 );
}
.heading-line-left:after {
	align-self: center;
	background-color: rgba( var(--sitefgcolor_rgb), 0.12 );
	content: "\a0";
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	height: 2px;
}
.heading-line-left:before {
	margin-right: 0px;
}
.heading-line-left:after {
	margin-left: calc( var( --size-1 ) * 0.5 );
}


.heading-line-center {
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	text-transform: uppercase;
}
.heading-line-center:after, .heading-line-center:before {
	align-self: center;
	background-color: rgba( var(--sitefgcolor_rgb), 0.12 );
	content: "\a0";
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	height: 2px;
}
.heading-line-center:before {
	margin-right: 7px;
}
.heading-line-center:after {
	margin-left: 7px;
}
.heading-line-center:after, .heading-line-center:before {
	align-self: center;
	background-color: rgba( var(--sitefgcolor_rgb), 0.12 );
	content: "\a0";
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	height: 2px;
}






/*	============================================================
	Gulablog Widget
	============================================================ */
.gulablog-sidebar {
	margin-top: calc( var( --size-1 ) * 1.85 );;
}

/*  Latest Posts  */
.noThumb {
	width:100%; 
	/* margin-top: calc( var( --size-1 ) * 1 ); */
	margin-bottom: calc( var( --size-1 ) * 1 );
}
.widget {
	margin-bottom: calc( var( --size-1 ) * 2 );
}
.gulablog_widget {
	margin:0px;
	padding: 0px;;
}
.gulablog_widget-title {
	padding-bottom: calc( var( --size-1 ) * 2 );
	margin-bottom: 0px;
	padding-left: 0px;
}
.gulablog_widget {
  margin: 0px; 
  /* border-bottom: 1px solid gray; */
  padding-top: 0px;
  /* padding-bottom: calc( var( --size-1 ) * 1 ); */
}

.gulablog_widget .gulablog-widget-box {
	padding-top: calc( var( --size-1 ) * 0.25 );
	padding-bottom: calc( var( --size-1 ) * 0.25 );
}

a.gulablog-widget-link {
	display: flex;
	align-items: center;
	text-decoration: none!important;
	text-decoration-line: none!important;
	/* padding-top: calc( var( --size-1 ) * 0.3 );
	padding-bottom: calc( var( --size-1 ) * 0.3 ); */
}
/* .gulablog_widget a.gulablog-widget-link:hover {
	color: rgba( var(--white), 0.75 );
} */

.gulablog_widget .gulablog-widget-image {
	display: flex;
	flex: 20%;
	margin: 0px;
	width: 100%;
	/* aspect-ratio: 16 / 9; */
	aspect-ratio: 1 / 1;
	border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}
.gulablog_widget .gulablog-widget-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important; 
	overflow: hidden;
	position: relative;
}

.gulablog_widget .gulablog-widget-content {
	display: flex;
	flex-direction: column;
	flex: 75%;
	text-align: left;
	padding-left: calc(var( --size-1 ) * 0.5);
	padding-right: 0px;;
	margin-right: auto;
	/* color: rgba( var(--white), 1.0); */
}

.gulablog_widget .gulablog-widget-content h6 {
	font-size: 100%;
	text-transform: unset;
	letter-spacing: calc(var( --size-1 ) * 0.05);
	line-height: 1;
	margin: 0px;
	margin-right: auto;
	color: var( --sitecolor );
}

.gulablog_widget .gulablog-widget-datum {
	display: flex;
	flex-direction: column;
	flex: 75%;
	font-weight: 300;
	font-size: 60%!important;
	text-align: left;
	line-height: 1;
	padding-top: calc(var( --size-1 ) * 0.4 );
	padding-bottom: 2px;
	margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	/* @media (min-width: 768px) and (max-width: 991px) {
		.gulablog_widget .gulablog-widget-content {
		}
	} */

.gulablog_widget a {
	/* color: rgba( var(--white), 1.0); */
	font-weight: 400;
}
/* .gulablog_widget a:hover {
	color: rgba( var(--orange_rgb), 1 );
	font-weight: 400;
	background-color: #F0F0F0;
} */
/* .gulablog_widget a.current,
.gulablog_widget a.current:hover {
	color: rgba( var(--orange_rgb), 1 );
	background-color: #F0F0F0!important;
}
*/
.gulablog_widget .current {
	color: rgba( var(--orange_rgb), 1 );
} 
.gulablog_widget  span {
	font-size:11px;
	font-weight: 300; 
}


/* ---| Blog Categories CENTER |----------------- */
.widget_list_categories {
	margin-top: 15px;
	margin-bottom: 15px;
}
.widget_list_categories ul {
	list-style: none;
	width: 100%;
}
.widget_list_categories ul li {
	margin: 0px;
	padding: 0px;
}
.widget_list_categories ul li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.widget_list_categories p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}
.widget_list_categories ul li a:hover {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}
.widget_list_categories ul li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	display: block;
	border-bottom: 1px solid #D6D6D6;
	padding-top: calc( var( --size-1 ) * 0.4 );
	padding-bottom: calc( var( --size-1 ) * 0.4 );
	margin: 0px;
	text-decoration: none;
}
.widget_list_categories ul li.current a {
	color: var(--site_linkhover_color);
	background-color: #F0F0F0;
}


/* ---| List Categories  ALIGN LEFT |----------------- */
/*
.widget-title {
	margin-top: calc( var( --size-1 ) * 1.85 );
}

.list_categories {
	margin-top: 15px;
	margin-bottom: 15px;
}
.list_categories {
	list-style: none;
	width: 100%;
}
.list_categories li ul li,
.list_categories li.gulablogtag,
.list_categories li {
	margin: 0px;
	padding: 0px;
}
.list_categories ul.children{
    list-style-type: none;
	margin-left: calc( var( --size-1 ) * 1 );
}

.list_categories li.gulablogtag::before,
.list_categories li::before,
.list_categories ul li::before {
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}
.list_categories p ~ ul, p ~ ol {
	margin-top: calc( var( --size-1 ) * 0 );
}

.list_categories li.current-cat-parent a,
.list_categories li.current-cat-ancestor a {
	font-size: calc( var( --size-1 ) * 0.8 );
}
.list_categories ul.children li a {
	background-color: transparent;
}

.list_categories ul.children li a:hover {
	color: #df4949;
	background-color: #F0F0F0;
}
.list_categories ul.children li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	display: block;
	border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.12 );
	padding-top: calc( var( --size-1 ) * 0.8 );
	padding-bottom: calc( var( --size-1 ) * 0.8 );
	margin: 0px;
	text-decoration: none;
}
.list_categories .current-cat a,
.list_categories ul.children li.current-cat a {
	font-size: calc( var( --size-1 ) * 0.8 );
	display: block;
	text-decoration: none;
	color: #df4949;
	background-color: #F0F0F0;
}
.list_categories li a {
	font-size: calc( var( --size-1 ) * 0.8 );
	line-height: 1;
	display: block;
	border-bottom: 1px solid rgba( var(--sitefgcolor_rgb), 0.12 );
	padding-top: calc( var( --size-1 ) * 0.8 );
	padding-bottom: calc( var( --size-1 ) * 0.8 );
	margin: 0px;
	text-decoration: none;
}
.list_categories li a:hover {
	color: #df4949;
	background-color: #F0F0F0;
}
*/



/*	============================================================
	Blog Navigation
	============================================================ */

.blog_pagination_bar-wrapper {
	text-align: center;
	padding-top: calc( var( --size-1 ) * 1 );
	padding-bottom: calc( var( --size-1 ) * 3 );
}

.blog_pagination_bar {
    display: inline-block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.navigation ul {
    padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
}
.navigation li::before { /* the custom styled bullets */
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    text-decoration:none;
}
 
.navigation li {
    display: inline-block;
	vertical-align: middle;
	margin: 0px;
	text-align: center;
	font-size: 25px;
}

/* .navigation li a.prev,
.navigation li a.prev:visited,
.navigation li a.next,
.navigation li a.next:visited {
} */
.navigation li a.prev:hover,
.navigation li a.next:hover {
	color:var(--site_linkhover_color);
	border-radius: 0%;
	border: transparent 1px solid;
	background-color: transparent;

}

.navigation li .page-numbers {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 10px;
}
.navigation li .page-numbers.current {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	border: 1px solid var(--site_linkhover_color);
	border-radius: 50%;
	color: #ffffff;
	background-color: var(--site_linkhover_color);
	width: 40px;
	height: 40px;
	margin: 10px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border: transparent 1px solid;
}
 
.navigation li a:hover,
.navigation li.active a {
	color: #ffffff;
	background-color: var(--site_linkhover_color);
	border-radius: 50%;
	border: 1px solid var(--site_linkhover_color);
}


/*	============================================================
	blog featured
	============================================================ */
	/* .blog_featured {} */
	.blog_featured--maintitle {
		margin-bottom: calc( var( --size-1 ) * 1.5 );
	}
	.blog_featured--content p {
		margin: 0px;
		padding: 0px;
	}
	.blog_featured--image-wrapper {
		overflow: hidden;
		position: relative;
	}
	a.blog_featured--link, a.blog_featured--link:visited {
		transition: all 0.30s ease-in-out 0s;
		-moz-transition: all 0.30s ease-in-out 0s;
		-webkit-transition: all 0.30s ease-in-out 0s;
		-o-transition: all 0.30s ease-in-out 0s;
		opacity: 1;
		text-decoration: none;
		border: none;
		text-decoration-style: none;
		text-underline-offset: none;
		text-decoration-thickness: 0px;
	}
	a.blog_featured--link h2:hover,
	a.blog_featured--link h3:hover,
	a.blog_featured--link h4:hover {
		transition: all 0.30s ease-in-out 0s;
		-moz-transition: all 0.30s ease-in-out 0s;
		-webkit-transition: all 0.30s ease-in-out 0s;
		-o-transition: all 0.30s ease-in-out 0s;
		color: var(--site_linkhover_color);
	}
	figure.blog_featured {
		max-width: 100%;
		height: auto;
		margin: 0;
	}
	.blog_featured--image {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		overflow: hidden;
		position: relative;
	}
	a.blog_featured--link .blog_featured--image {
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	a.blog_featured--link:hover .blog_featured--image:hover {
		transform: scale(1.03);
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	a.blog_featured--link {
		text-decoration: none;
	}
	a.blog_featured--link h6:hover,
	a.blog_featured--link h5:hover,
	a.blog_featured--link h4:hover,
	a.blog_featured--link h3:hover {
		color: var(--site_linkhover_color);
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.blog_featured--content h5,
	.blog_featured--content h4,
	.blog_featured--content h3,
	.blog_featured--content h2 {
		color: var(--sitefgcolor);
		line-height: calc( var(--blog_line_height) * 0.9 );
		letter-spacing: calc( var( --size-1 ) * 0.05 );
		word-spacing: calc( var( --size-1 ) * -0.2 );
	}

	/* .blog_featured--content-overview {
		padding-top: calc( var( --size-1 ) * 0.75 );
	} */
	.blog_featured--meta {
		display: inline-grid;
		grid-template-columns: 1fr auto;
		gap: calc( var( --size-1 ) * 0.5 );
		text-align: left;
	}
	.blog_featured--meta {
		margin-top: calc( var( --size-1 ) * 0.25 );
		margin-bottom: calc( var( --size-1 ) * 0.25 );
	}
	
	.blog_featured--title-empty h6,
	.blog_featured--title-empty h5,
	.blog_featured--title-empty h4,
	.blog_featured--title-empty h3,
	.blog_featured--title-empty h2 {
		color: var(--sitefgcolor);
	}
	.blog_featured--title-empty {
		margin-top: calc( var( --size-1 ) * 0.75 );
	}	
	.blog_featured--titel {
		line-height: 1.1;
		padding-top: calc( var( --size-1 ) * 0.5 );
		padding-left: 0em;
		padding-right: calc( var( --size-1 ) * 0.5 );
		padding-bottom: 0em;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto; 
	}
	.blog_featured--title h6,
	.blog_featured--title h5,
	.blog_featured--title h4,
	.blog_featured--title h3,
	.blog_featured--title h2 {
		color: var(--sitefgcolor);
	}
	.blog_featured--title-overlay {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
		background-color: rgba(0, 0, 0, 0.4);
		/* backdrop-filter: blur(5px); */
		padding-top: calc( var( --size-1 ) * 0.1 );
		padding-right: calc( var( --size-1 ) * 0.5 );
		padding-bottom: calc( var( --size-1 ) * 0.1 );
		padding-left: calc( var( --size-1 ) * 0.5 );
	}
	.blog_featured--title-overlay h3,
	.blog_featured--title-overlay h4,
	.blog_featured--title-overlay h5,
	.blog_featured--title-overlay h6 {
		color: rgba( var(--white), 1.0);
	}
	/* .blog_featured--titel-empty a, .blog_featured--titel-empty a:visited,
	.blog_featured--titel a, .blog_featured--titel a:visited {
		color: var(--site_linkhover_color);
	} */
	/* .blog_featured--titel-empty a:hover,
	.blog_featured--titel a:hover {
		color: var(--site_linkhover_color);
	} */

	.blog_featured--lead {
		font-size: calc( var( --size-1 ) * 0.8 );
		margin-right: calc( var( --size-1 ) * 2 );
		line-height: 1.5;
	}
	.blog_featured--lead p {
		margin: 0px;
	}


/*	============================================================
	blog recent
	============================================================ */
	/* .blog_recent{} */
	.blog_recent--maintitle {
		margin-bottom: calc( var( --size-1 ) * 1.5 );
	}
	.blog_recent--content p {
		margin: 0px;
		padding: 0px;
	}
	.blog_recent--image-wrapper {
		overflow: hidden;
		position: relative;
	}
	a.blog_recent--link, a.blog_recent--link:visited {
		transition: all 0.30s ease-in-out 0s;
		-moz-transition: all 0.30s ease-in-out 0s;
		-webkit-transition: all 0.30s ease-in-out 0s;
		-o-transition: all 0.30s ease-in-out 0s;
		opacity: 1;
		text-decoration: none;
		border: none;
		text-decoration-style: none;
		text-underline-offset: none;
		text-decoration-thickness: 0px;
	}
	a.blog_recent--link h2:hover,
	a.blog_recent--link h3:hover,
	a.blog_recent--link h4:hover {
		transition: all 0.30s ease-in-out 0s;
		-moz-transition: all 0.30s ease-in-out 0s;
		-webkit-transition: all 0.30s ease-in-out 0s;
		-o-transition: all 0.30s ease-in-out 0s;
		color: var(--site_linkhover_color);
	}
	figure.blog_recent {
		max-width: 100%;
		height: auto;
		margin: 0;
	}
	.blog_recent--image {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important;
		overflow: hidden;
		position: relative;
	}
	a.blog_recent--link .blog_recent--image {
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	a.blog_recent--link:hover .blog_recent--image:hover {
		transform: scale(1.03);
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	a.blog_recent--link {
		text-decoration: none;
	}
	a.blog_recent--link h6:hover,
	a.blog_recent--link h5:hover,
	a.blog_recent--link h4:hover,
	a.blog_recent--link h3:hover {
		color: var(--site_linkhover_color);
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.blog_recent--content h3,
	.blog_recent--content h4 {
		text-transform: unset;
		line-height: calc( var(--blog_line_height) * 0.9 );
		letter-spacing: calc( var( --size-1 ) * 0.05 );
		word-spacing: calc( var( --size-1 ) * -0.2 );
		/* color: var( --sitecolor ); */
	}

	/* .blog_recent--content-overview {
		padding-top: calc( var( --size-1 ) * 0.75 );
	} */
	.blog_recent--meta {
		display: inline-grid;
		grid-template-columns: 1fr auto;
		gap: calc( var( --size-1 ) * 0.5 );
		text-align: left;
	}
	.blog_recent--meta {
		margin-top: calc( var( --size-1 ) * 0.25 );
		margin-bottom: calc( var( --size-1 ) * 0.25 );
	}
	
	.blog_recent--title-empty {
		margin-top: calc( var( --size-1 ) * 0.75 );
	}	
	.blog_recent--title-empty h3,
	.blog_recent--title-empty h4,
	.blog_recent--title-empty h5,
	.blog_recent--title-empty h6 {
		color: var(--sitefgcolor);
	}
	.blog_recent--titel {
		line-height: 1.1;
		padding-top: calc( var( --size-1 ) * 0.5 );
		padding-left: 0em;
		padding-right: calc( var( --size-1 ) * 0.5 );
		padding-bottom: 0em;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto; 
	}
	.blog_recent--title h3,
	.blog_recent--title h4,
	.blog_recent--title h5,
	.blog_recent--title h6 {
		color: var(--sitefgcolor);
	}
	.blog_recent--title-overlay {
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.4);
		background-color: rgba(0, 0, 0, 0.4);
		/* backdrop-filter: blur(5px); */
		padding-top: calc( var( --size-1 ) * 0.1 );
		padding-right: calc( var( --size-1 ) * 0.5 );
		padding-bottom: calc( var( --size-1 ) * 0.1 );
		padding-left: calc( var( --size-1 ) * 0.5 );
	}
	.blog_recent--title-overlay h3,
	.blog_recent--title-overlay h4,
	.blog_recent--title-overlay h5,
	.blog_recent--title-overlay h6 {
		color: rgba( var(--white), 1.0);
	}
	/* .blog_recent--titel-empty a, .blog_recent--titel-empty a:visited,
	.blog_recent--titel a, .blog_recent--titel a:visited {
		color: var(--site_linkhover_color);
	} */
	/* .blog_recent--titel-empty a:hover,
	.blog_recent--titel a:hover {
		color: var(--site_linkhover_color);
	} */

	.blog_recent--lead {
		font-size: calc( var( --size-1 ) * 0.8 );
		margin-right: calc( var( --size-1 ) * 2 );
		line-height: 1.5;
	}
	.blog_recent--lead p {
		margin: 0px;
	}
	


/* .owl-carousel.blogcarousel {
} */
.owl-carousel.blogcarousel .owl-nav > button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel.blogcarousel .owl-nav > button:hover {
	background-color: transparent;
}

.owl-carousel.blogcarousel .owl-nav i {
	font-size: calc( var( --size-1 ) * 1.5 );
	color: rgba( var(--sitefgcolor_rgb), 0.5);
}
.owl-carousel.blogcarousel .owl-nav i:hover {
	color: var(--site_linkhover_color);
	background-color: transparent;
}
.owl-carousel.blogcarousel .owl-nav .owl-prev {
	left: calc( var( --size-1 ) * -1.5 );
}
.owl-carousel.blogcarousel .owl-nav .owl-next {
	right: calc( var( --size-1 ) * -1.5 );
}

@media (min-width: 575px) { 
}
@media (min-width: 767px) { 
	.owl-carousel.blogcarousel .owl-nav i {
		font-size: calc( var( --size-1 ) * 1.5 );
	}
	.owl-carousel.blogcarousel .owl-nav .owl-prev {
		left: calc( var( --size-1 ) * -2 );
	}
	.owl-carousel.blogcarousel .owl-nav .owl-next {
		right: calc( var( --size-1 ) * -2 );
	}
	/* nav fix */
	.owl-carousel.blogcarousel .owl-nav.disabled {
		display: block;
	}
}
@media (min-width: 991px) { 
	.owl-carousel.blogcarousel .owl-nav i {
		font-size: calc( var( --size-1 ) * 1.5 );
	}
	.owl-carousel.blogcarousel .owl-nav .owl-prev {
		left: calc( var( --size-1 ) * -2 );
	}
	.owl-carousel.blogcarousel .owl-nav .owl-next {
		right: calc( var( --size-1 ) * -2 );
	}
	/* nav fix */
	.owl-carousel.blogcarousel .owl-nav.disabled {
		display: block;
	}
}
@media (min-width: 1199px) { 
	.owl-carousel.blogcarousel .owl-nav > button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (min-width: 1407px) { 
	.owl-carousel.blogcarousel .owl-nav > button {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (min-width: 1408px) {  
}



hr.blog20,
hr.blog-width-20 {
	width: calc( var( --size-1 ) * 20 );
	border-width: 1px;
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: auto;;
    margin-right: auto;
	margin-top: calc( var( --size-1 ) * 0.5 );
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}
hr.blog50 {
	width: 50%;
	border-width: 1px;
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: auto;;
    margin-right: auto;
	margin-top: calc( var( --size-1 ) * 0.5 );
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}

hr.blogcenter {
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: auto;
    margin-right: auto;
	margin-top: calc( var( --size-1 ) * 0.5 );
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}
hr.blogleft {
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: 0px;
    margin-right: auto;
	margin-top: calc( var( --size-1 ) * 0.5 );
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}
hr.blogright {
	border-color: rgba( var(--sitefgcolor_rgb), 0.2 );
	margin-left: auto;
    margin-right: 0px;
	margin-top: calc( var( --size-1 ) * 0.5 );
	margin-bottom: calc( var( --size-1 ) * 0.5 );
}

hr.blog-fullwidth { width: 100%; border-width: 1px; }

hr.blogcenter.b1-w100 { width: 100%; border-width: 1px; }
hr.blogcenter.b1-w50  { width: 50%;  border-width: 1px; }
hr.blogcenter.b1-w40  { width: 40%;  border-width: 1px; }
hr.blogcenter.b1-w30  { width: 30%;  border-width: 1px; }
hr.blogcenter.b1-w25  { width: 25%;  border-width: 1px; }
hr.blogcenter.b1-w20  { width: 20%;  border-width: 1px; }
hr.blogcenter.b1-w15  { width: 15%;  border-width: 1px; }
hr.blogcenter.b1-w10  { width: 10%;  border-width: 1px; }
hr.blogcenter.b2-w100 { width: 100%; border-width: 2px; }
hr.blogcenter.b2-w50  { width: 50%;  border-width: 2px; }
hr.blogcenter.b2-w40  { width: 40%;  border-width: 2px; }
hr.blogcenter.b2-w30  { width: 30%;  border-width: 2px; }
hr.blogcenter.b2-w25  { width: 25%;  border-width: 2px; }
hr.blogcenter.b2-w20  { width: 20%;  border-width: 2px; }
hr.blogcenter.b2-w15  { width: 15%;  border-width: 2px; }
hr.blogcenter.b2-w10  { width: 10%;  border-width: 2px; }
hr.blogcenter.b3-w100 { width: 100%; border-width: 3px; }
hr.blogcenter.b3-w50  { width: 50%;  border-width: 3px; }
hr.blogcenter.b3-w40  { width: 40%;  border-width: 3px; }
hr.blogcenter.b3-w30  { width: 30%;  border-width: 3px; }
hr.blogcenter.b3-w25  { width: 25%;  border-width: 3px; }
hr.blogcenter.b3-w20  { width: 20%;  border-width: 3px; }
hr.blogcenter.b3-w15  { width: 15%;  border-width: 3px; }
hr.blogcenter.b3-w10  { width: 10%;  border-width: 3px; }
hr.blogcenter.b4-w100 { width: 100%; border-width: 4px; }
hr.blogcenter.b4-w50  { width: 50%;  border-width: 4px; }
hr.blogcenter.b4-w40  { width: 40%;  border-width: 4px; }
hr.blogcenter.b4-w30  { width: 30%;  border-width: 4px; }
hr.blogcenter.b4-w25  { width: 25%;  border-width: 4px; }
hr.blogcenter.b4-w20  { width: 20%;  border-width: 4px; }
hr.blogcenter.b4-w15  { width: 15%;  border-width: 4px; }
hr.blogcenter.b4-w10  { width: 10%;  border-width: 4px; }
hr.blogcenter.b5-w100 { width: 100%; border-width: 5px; }
hr.blogcenter.b5-w50  { width: 50%;  border-width: 5px; }
hr.blogcenter.b5-w40  { width: 40%;  border-width: 5px; }
hr.blogcenter.b5-w30  { width: 30%;  border-width: 5px; }
hr.blogcenter.b5-w25  { width: 25%;  border-width: 5px; }
hr.blogcenter.b5-w20  { width: 20%;  border-width: 5px; }
hr.blogcenter.b5-w15  { width: 15%;  border-width: 5px; }
hr.blogcenter.b5-w10  { width: 10%;  border-width: 5px; }
hr.blogcenter.b6-w100 { width: 100%; border-width: 6px; }
hr.blogcenter.b6-w50  { width: 50%;  border-width: 6px; }
hr.blogcenter.b6-w40  { width: 40%;  border-width: 6px; }
hr.blogcenter.b6-w30  { width: 30%;  border-width: 6px; }
hr.blogcenter.b6-w25  { width: 25%;  border-width: 6px; }
hr.blogcenter.b6-w20  { width: 20%;  border-width: 6px; }
hr.blogcenter.b6-w15  { width: 15%;  border-width: 6px; }
hr.blogcenter.b6-w10  { width: 10%;  border-width: 6px; }

hr.blogleft.b1-w100 { width: 100%; border-width: 1px; }
hr.blogleft.b1-w50  { width: 50%;  border-width: 1px; }
hr.blogleft.b1-w40  { width: 40%;  border-width: 1px; }
hr.blogleft.b1-w30  { width: 30%;  border-width: 1px; }
hr.blogleft.b1-w25  { width: 25%;  border-width: 1px; }
hr.blogleft.b1-w20  { width: 20%;  border-width: 1px; }
hr.blogleft.b1-w15  { width: 15%;  border-width: 1px; }
hr.blogleft.b1-w10  { width: 10%;  border-width: 1px; }
hr.blogleft.b2-w100 { width: 100%; border-width: 2px; }
hr.blogleft.b2-w50  { width: 50%;  border-width: 2px; }
hr.blogleft.b2-w40  { width: 40%;  border-width: 2px; }
hr.blogleft.b2-w30  { width: 30%;  border-width: 2px; }
hr.blogleft.b2-w25  { width: 25%;  border-width: 2px; }
hr.blogleft.b2-w20  { width: 20%;  border-width: 2px; }
hr.blogleft.b2-w15  { width: 15%;  border-width: 2px; }
hr.blogleft.b2-w10  { width: 10%;  border-width: 2px; }
hr.blogleft.b3-w100 { width: 100%; border-width: 3px; }
hr.blogleft.b3-w50  { width: 50%;  border-width: 3px; }
hr.blogleft.b3-w40  { width: 40%;  border-width: 3px; }
hr.blogleft.b3-w30  { width: 30%;  border-width: 3px; }
hr.blogleft.b3-w25  { width: 25%;  border-width: 3px; }
hr.blogleft.b3-w20  { width: 20%;  border-width: 3px; }
hr.blogleft.b3-w15  { width: 15%;  border-width: 3px; }
hr.blogleft.b3-w10  { width: 10%;  border-width: 3px; }
hr.blogleft.b4-w100 { width: 100%; border-width: 4px; }
hr.blogleft.b4-w50  { width: 50%;  border-width: 4px; }
hr.blogleft.b4-w40  { width: 40%;  border-width: 4px; }
hr.blogleft.b4-w30  { width: 30%;  border-width: 4px; }
hr.blogleft.b4-w25  { width: 25%;  border-width: 4px; }
hr.blogleft.b4-w20  { width: 20%;  border-width: 4px; }
hr.blogleft.b4-w15  { width: 15%;  border-width: 4px; }
hr.blogleft.b4-w10  { width: 10%;  border-width: 4px; }
hr.blogleft.b5-w100 { width: 100%; border-width: 5px; }
hr.blogleft.b5-w50  { width: 50%;  border-width: 5px; }
hr.blogleft.b5-w40  { width: 40%;  border-width: 5px; }
hr.blogleft.b5-w30  { width: 30%;  border-width: 5px; }
hr.blogleft.b5-w25  { width: 25%;  border-width: 5px; }
hr.blogleft.b5-w20  { width: 20%;  border-width: 5px; }
hr.blogleft.b5-w15  { width: 15%;  border-width: 5px; }
hr.blogleft.b5-w10  { width: 10%;  border-width: 5px; }
hr.blogleft.b6-w100 { width: 100%; border-width: 6px; }
hr.blogleft.b6-w50  { width: 50%;  border-width: 6px; }
hr.blogleft.b6-w40  { width: 40%;  border-width: 6px; }
hr.blogleft.b6-w30  { width: 30%;  border-width: 6px; }
hr.blogleft.b6-w25  { width: 25%;  border-width: 6px; }
hr.blogleft.b6-w20  { width: 20%;  border-width: 6px; }
hr.blogleft.b6-w15  { width: 15%;  border-width: 6px; }
hr.blogleft.b6-w10  { width: 10%;  border-width: 6px; }

hr.blogright.b1-w100 { width: 100%; border-width: 1px; }
hr.blogright.b1-w50  { width: 50%;  border-width: 1px; }
hr.blogright.b1-w40  { width: 40%;  border-width: 1px; }
hr.blogright.b1-w30  { width: 30%;  border-width: 1px; }
hr.blogright.b1-w25  { width: 25%;  border-width: 1px; }
hr.blogright.b1-w20  { width: 20%;  border-width: 1px; }
hr.blogright.b1-w15  { width: 15%;  border-width: 1px; }
hr.blogright.b1-w10  { width: 10%;  border-width: 1px; }
hr.blogright.b2-w100 { width: 100%; border-width: 2px; }
hr.blogright.b2-w50  { width: 50%;  border-width: 2px; }
hr.blogright.b2-w40  { width: 40%;  border-width: 2px; }
hr.blogright.b2-w30  { width: 30%;  border-width: 2px; }
hr.blogright.b2-w25  { width: 25%;  border-width: 2px; }
hr.blogright.b2-w20  { width: 20%;  border-width: 2px; }
hr.blogright.b2-w15  { width: 15%;  border-width: 2px; }
hr.blogright.b2-w10  { width: 10%;  border-width: 2px; }
hr.blogright.b3-w100 { width: 100%; border-width: 3px; }
hr.blogright.b3-w50  { width: 50%;  border-width: 3px; }
hr.blogright.b3-w40  { width: 40%;  border-width: 3px; }
hr.blogright.b3-w30  { width: 30%;  border-width: 3px; }
hr.blogright.b3-w25  { width: 25%;  border-width: 3px; }
hr.blogright.b3-w20  { width: 20%;  border-width: 3px; }
hr.blogright.b3-w15  { width: 15%;  border-width: 3px; }
hr.blogright.b3-w10  { width: 10%;  border-width: 3px; }
hr.blogright.b4-w100 { width: 100%; border-width: 4px; }
hr.blogright.b4-w50  { width: 50%;  border-width: 4px; }
hr.blogright.b4-w40  { width: 40%;  border-width: 4px; }
hr.blogright.b4-w30  { width: 30%;  border-width: 4px; }
hr.blogright.b4-w25  { width: 25%;  border-width: 4px; }
hr.blogright.b4-w20  { width: 20%;  border-width: 4px; }
hr.blogright.b4-w15  { width: 15%;  border-width: 4px; }
hr.blogright.b4-w10  { width: 10%;  border-width: 4px; }
hr.blogright.b5-w100 { width: 100%; border-width: 5px; }
hr.blogright.b5-w50  { width: 50%;  border-width: 5px; }
hr.blogright.b5-w40  { width: 40%;  border-width: 5px; }
hr.blogright.b5-w30  { width: 30%;  border-width: 5px; }
hr.blogright.b5-w25  { width: 25%;  border-width: 5px; }
hr.blogright.b5-w20  { width: 20%;  border-width: 5px; }
hr.blogright.b5-w15  { width: 15%;  border-width: 5px; }
hr.blogright.b5-w10  { width: 10%;  border-width: 5px; }
hr.blogright.b6-w100 { width: 100%; border-width: 6px; }
hr.blogright.b6-w50  { width: 50%;  border-width: 6px; }
hr.blogright.b6-w40  { width: 40%;  border-width: 6px; }
hr.blogright.b6-w30  { width: 30%;  border-width: 6px; }
hr.blogright.b6-w25  { width: 25%;  border-width: 6px; }
hr.blogright.b6-w20  { width: 20%;  border-width: 6px; }
hr.blogright.b6-w15  { width: 15%;  border-width: 6px; }
hr.blogright.b6-w10  { width: 10%;  border-width: 6px; }


/* https://webspe.net/tools/en/border/ 
   <div class="box-border blogcenter width3"> </div> 
   */
   .box-border {
	background-image: radial-gradient(circle, #ee1414 3.5px, transparent 3.5px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 17px 7px;
}

.dotted-gradient {
	background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
	background-position: top;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
/**
 * <div class="dotted-spaced mtop2 ymbot2"> </div>
 */
.dotted-spaced {
	background-image: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 0%);
	background-position: center;
	background-size: 10px 1px;
	background-repeat: repeat-x;
	width: 30%;
}
