/*
	Theme Name: it Fanclub
	Theme URI: https://www.genesis-fanclub.de/
	Description: HTML5 Responsive Theme for it Fanclub genesis-fanclub.de
	Version: 1.0.0
	Author: Armin Gerhardts (@argeraRhld)
	Author URI: https://voice-of-web.de
	Tags: HTML5, CSS3, RESPONSIVE, RICH-MEDIA

	License: commercial
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	min-height:100%;
	height:100%;
	padding:0;
	margin:0;
}
body {
	font:300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	background:#FFF;
	min-height:100%;
	height:100%;
	padding:0;
	margin:0;
	scroll-behavior: smooth !important;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:rgba(68, 102, 119);
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1,h2,h3,h4,h5,h6{
	margin-bottom:1em;
}

article table {
	width: 100%;
	border-spacing:1px
	background-color:rgba(201, 203, 212, 1);
}
	th {
		background-color: rgba(201, 203, 212, 1);
		color: #fff;
	}
	tr {
		background-color: rgba(250, 248, 241, 1);
		color: #000;
		margin:1px;
	}
	tr:nth-child(odd) {
		background-color: rgba(246, 241, 228, 1);
	}
	td{
		margin:1px;
		font-size:16px;
	}
	tr:hover{
		background-color:rgba(201, 203, 212, 1);
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1400px;
	width:95%;
	margin:0 auto;
	position:relative;
	display:flex;
  flex-wrap: wrap;
}
	.teaser{
		flex-basis:100%;
		margin-bottom: 40px;
	}
	.teaser:after{
		clear:both;
		content:' ';
		display:table;
		visibility:hidden;
	}
	.pageAside{
		display:none;
	}
	@media only screen and (min-width:1000px) {
		.pageMain{
			flex-basis: calc(100% - 350px);
	    max-width: calc(100% - 350px);
	    padding-right:60px;
	    clear:both;
		}
		.pageAside{
			display:inline-block;
	    flex: 0 0 350px;
	    overflow: hidden;
		}
	}
	main,
	.pageMain *{
		font-family:'Maven Pro';
	}
	.pageMain p{
		font-size:16px;
		text-align:left;
	}

	.pageAside section{
		background-color: rgb(222, 229, 231);
		font-size: 14px;
		padding: 20px;
		margin-bottom:40px;
	}
	.pageAside section h2,
	.pageAside section h5{
		font-weight: 400;
		line-height: 1.28;
		font-size: 18px;
	}
/* header */
.pageHeader {
	margin-top:10px;
	margin-bottom:40px;
}

.pageFooter {
	margin-top:40px;
	background-color: rgb(68, 102, 119);
	color: rgba(217, 220, 222, 1);
	text-align: center;
}
/* logo */
.logo {

}
.logo-img {

}
/* search form */
#UISearch{
}
#UISearch form{
	display:flex;
	width:100%;
	background:var(--green1);
	padding:.5em;
}
#UISearch form label{
	flex:1 1 100%;
}
#UISearch form label input{
	width:100%;
	background:var(--green2);
	font-size:16px;
	padding:.5em;
	color:#FFF;
}
#UISearch form label input::placeholder{
	color:#DDD;
}
#UISearch .glass,
#UIMenuSearch .glass{
	font-size:28px;
	padding:0 .5em;
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
#UIMenuSearch{
	margin:2em;
	text-align:center;
}
/* click hover menu */
body.menu-open,
body.search-open,
body.sidebar-open{
	overflow:hidden;
}
body.menu-open .mainMenuOverlay,
body.sidebar-open .mainMenuOverlay{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(255,255,255,.6);
	z-index:1002;
	border:0;
	backdrop-filter: blur(8px);
}

	body.search-open .menu-items-container{
		position:relative !important;
		left:0 !important;
		display:block !important;
	}
	body.search-open #UIMenuSearch{
		display:flex !important;
		position:relative !important;
		min-height:40px;
		margin-top:2em;
	}
	body.search-open #UIMenuHome,
	body.search-open #UIMenuClose{
		display:block !important;
	}
	body.menu-open .wrapper{
		display:block;
		width:auto;
	}
	body.menu-open .mainMenuWrapper > #UIMenuHome,
	body.menu-open .mainMenuWrapper > #UIMenuClose{
		display:block;
	}
	body.menu-open .mainMenuWrapper > #UIMenuSearch{
		display:flex;
	}
	body.menu-open .mainMenuWrapper > #UIMenuHome img{
		height:70px;
	}
	body.menu-open .mainMenuContainer{
		width:100%;
		max-width:500px;
		overflow:hidden;
		overflow-y:auto;
		border:0;
		left:0;
		top:0;
		height:calc(100vh - 3em + 3px);
		margin:0;
		background:#FFF;
		z-index:1001;
		margin-bottom:3em;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(200,200,200,1);
		-moz-box-shadow: 0px 0px 20px 0px rgba(200,200,200,1);
		box-shadow: 0px 0px 20px 0px rgba(200,200,200,1);
	}
	body.menu-open .mainMenuContainer .UIToggleMenu{
		display:none;
	}
	body.menu-open #menu-items-container{
		position:relative;
		margin-bottom:2em;
	}
	body.menu-open #menu-main-navigation{
		display:block;
	}
	body.menu-open #menu-main-navigation li{
		width: 100%;
    display: flex;
    padding: 0;
    text-align:left;
	}
	body.menu-open #menu-main-navigation li a{
		width:100%;
    border: 0 !important;
    line-height: 30px;
    background: #F4F4F4;
    margin: 0 0 2px 0;
    padding: .5em .5em .25em .5em;
    font-weight:normal;
    transition: background .4s ease;
	}
	body.menu-open #menu-main-navigation li a:hover{
		background:var(--green1);
		color:#333;
	}
	body.menu-open #menu-main-navigation a.menu-item-dive-link{
		display:inline-block;
		width:50px;
		background:#EAEAEA;
		text-align:center;
		color:#333;
		font-size:20px;
	}
	body.menu-open #menu-main-navigation a.menu-item-dive-link:hover{
		background:var(--green1);
	}
	body.menu-open #menu-main-navigation li a:after{
		display:none;
	}
	body.menu-open #menu-main-navigation li .sub-menu:before{
		display:none;
	}
	body.menu-open #menu-main-navigation li .sub-menu{
		visibility: hidden;
    height: auto;
    min-height: 100%;
    position: absolute;
    right: -100%;
    left:auto;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10001;
    background: #FFF;
    padding: 0;
    margin: 0;
    opacity:1;
    box-shadow:none;
    border-radius:0;
	}

	body.menu-open #menu-main-navigation li > ul.sub-menu li.back{
		display:block;

	}
	body.menu-open #menu-main-navigation li.back a{
		display:block;
		font-weight:bold;
		width:100%;
    border: 0 !important;
    line-height: 30px;
    background: #F4F4F4;
    margin: 0 0 2px 0;
    padding: .5em .5em .25em .5em;
    transition: background .4s ease;
	}
	body.menu-open #menu-main-navigation li.back a:hover{
		color:#000;
		background:#CCC);
	}

	body.menu-open #menu-main-navigation li.active > .sub-menu,
	body.menu-open #menu-main-navigation li:last-child.active > .sub-menu{
		visibility:visible;
	  right: 0%;
	}
	body.menu-open #menu-main-navigation li.active .sub-menu li:not(.back) a:not(.menu-item-dive-link){
		padding-left:1.75em;
	}
.mainMenuWrapper > #UIMenuClose{
	position:fixed;
	bottom:0;
	left:0;
	height:3em;
	text-align:center;
	width:100%;
	max-width:500px;
	line-height:3em;
	background:rgba(68, 102, 119);
	color:#FFF;
	cursor:pointer;
	display:none;
}
/* article */
body.page-template-home main section{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom: 1px solid #CCC;
}
.article-loop .article-thumb{
	max-width:336px;
}
article ol.details{
	margin:0;
	padding:0;
}
article ol.details *{
	color:#666;
	font-size:16px;
}
article ol.details li{
	display:inline-block;
	list-style:none;
	margin:0 10px;
}
article ol.details li:first-Child{
	margin-left:0;
	padding:5px;
}
article ol.details li:last-Child{
	margin-right:0;
}
article ol.details li.type,
.badgeContentType {
	font-size:16px;
	line-height:20px;
  background-color: rgba(222, 206, 160, 1);
  color: rgba(33, 33, 33, 1);
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 600;
}
article ol.details li.type::before,
.badgeContentType::before {
    border: 15px solid transparent;
    border-right-width: 0;
    border-left-color: rgba(222, 206, 160, 1);
    content: "";
    display: block;
    right: -15px;
    position: absolute;
    top: 0;
}
article ol.details li.type.article{
	background:#b4d400;
}
article ol.details li.type.article::before{
	border-left-color: #b4d400;
}

article ol.details li.type a{

}
article ol.details li.published:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 5px;
    color:#999;
}

article ol.details li.reading-period:before {
    content: "\f017";
    font-family: FontAwesome;
    padding-right: 5px;
    color:#999;
}
article ol.details li.author:before {
    content: "\f007";
    font-family: FontAwesome;
    padding-right: 5px;
    color:#999;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background:#F4F4F4;
}

.pagination ul{
	display:flex;
	gap:.5em;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #fff;
    text-decoration:none;
}

.pagination li {
    display: inline;
}

.pagination li a,
.pagination li.disabled {
    background-color: rgba(221, 223, 232, 1);
    color:#333;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.25em .5em;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: rgba(68, 102, 119);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

#UIMenuSearch{
	display:flex;
	margin:2em;
}
#UIMenuSearch input{
	line-height:40px;
}
#UIMenuSearch label{
	width:100%;
}
#UIMenuSearch label input{
	width:100%;
	padding:3px 10px;
	background:#EEE;
}
.social-links{
	display:flex;
	margin:1em 2em;
	gap:10px;
}
.social-links li{
	text-align:center;
	align-items:center;
	color:#444;
	display:flex;
	align-items:center;
	gap:5px;
}
.social-links li svg{
	vertical-align: top;
}
.social-links li span{
	white-space:nowrap;
}

.producer-links{
	padding-left: 20px;
	border-top: 2px solid #EEE;
	width: 70%;
	margin: auto;
	margin-top: 1em;
	padding-top: 1em;
}
.producer-links li{
	line-height:20px;
	padding:5px;
	display:inline-block;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	main{
		font-size:20px;
	}
	aside *{
		font-size:16px;
	}
	main h1 a{
		font-size:24px;
		margin:1em 0;
	}
	h5{
		font-size:24px;
		margin: 0 0 1em;
	}
	p{
		line-height:1.45em;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.product{
}
@media (min-width: 500px){
	.product {
	    float: left;
	    width: 50%;
	}
}
@media (min-width: 1024px){
	.product {
	    width: 25%;
	}
}

.product img{
	width:100%;
	height:auto;
}
.product:nth-of-type(4n+1) {
	clear: left;
}
.product-thumb,
.article-thumb {
    position: relative;
    overflow: hidden;
}
.product-thumb::before,
.article-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(37, 46, 53, 0.8);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.product-thumb:hover .product-description,
.article-thumb:hover .attachment-description {
    right: 0;
}
.product-thumb:hover::before,
.article-thumb:hover::before {
    width:100%;
}

.product-description,
.attachment-description {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

.product-title,
.attachment-title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size:26px;
}
.product-title a,
.attachment-title a {
    color: #FFF !important;
}
.product-title a::before,
.attachment-title a::before {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    left: 0;
    top: -5px;
    margin-left: 20%;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s;
}
.product-title a::after,
.attachment-title a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    bottom: -5px;
    margin-right: 20%;
    -webkit-transition: width 0.5s 0.5s;
    transition: width 0.5s 0.5s;
}
.product-thumb:hover .product-title a::before,
.product-thumb:hover .product-title a::after,
.attachment-thumb:hover .attachment-title a::before,
.attachment-thumb:hover .attachment-title a::after{
	width:60%;
}

.article-image {
position:relative;
display:block;
height:auto;
overflow:hidden;
margin:40px 0;
}
.article-image div.blur{
	position:absolute;
	left:-8px;
	top:-8px;
	right:-8px;
	bottom:-8px;
	background-color:#DDD;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	margin:-8px 0 -16px -8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	z-index:-1;
}

.article-image figure{
	display:block;
	text-align:center;
	margin-bottom:0;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
.print{
	display:none;
}
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	.print{
		display:block;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.wrapper{
		width:100%;
	}
	header.pageHeader{
		display:none;
	}
	main.pageMain{
		display:block;
		flex:none;
		max-width:100%;
	}
	aside{
		display:none;
	}
}

.kicker{
	margin:10px 0 -10px 0;
}
@media screen and (min-width: 1280px) {
.article-loop{
	display:flex;
}
	.article-thumb{
		flex:0 0 auto;
		margin-right:20px;
	}
	.article-index{
		flex:auto;
	}
}
.category-list,
.authors-list{
	margin-bottom:1em;
	padding-bottom:1em;
}
.category-list ul,
.authors-list ul{
	display:flex;
  flex-wrap: wrap;
	margin:0;
	padding:0;
}
.category-list ul li,
.authors-list ul li{
	flex:auto;
	list-style:none;
	text-align:center;
}
.category-list ul li:not(:first-child),
.category-list ul li:not(:last-child),
.authors-list ul li:not(:first-child),
.authors-list ul li:not(:last-child){
		margin:10px;
}
.category-list ul li a,
.authors-list ul li a{
	display:block;
	background-color:rgb(222, 229, 231);
	border:1px solid rgba(68, 102, 119);
	padding:20px;
	font-weight:bold;
}
.category-list ul li a:hover,
.authors-list ul li a:hover{
	background-color:rgba(201, 203, 212, 1);
	border: 1px solid rgba(68, 102, 119);
}
#rw-stilt-hell-top { width: 490px; height: 220px; background-image: url('/media/amw_content/background/stilt490hell-head.jpg'); }
#rw-stilt-hell-top1 { width: 490px; height: 220px; background-image: url('/media/amw_content/background/stilt490hell-head1.jpg'); }
#rw-stilt-hell-bg { width: 490px;  background-image: url('/media/amw_content/background/stilt490hell-hg.jpg'); }
#rw-stilt-hell-bg1 { width: 490px; background-image: url('/media/amw_content/background/stilt490hell-hg1.jpg'); }
#biobg { width: 760px; background-image: url('/media/amw_content/background/biobg1.jpg'); }
#sh-darktown-top { width: 490px; height: 196px; background-image: url('/media/amw_content/background/darktown-header.jpg'); }
#sh-darktown-bg { width: 490px; background-image: url('/media/amw_content/background/darktown-back.jpg'); }
#pg-smb-top { width: 490px; height: 264px; background-image: url('/media/amw_content/background/smb-header.jpg'); }
#pg-smb-bg { width: 490px; background-image: url('/media/amw_content/background/smb-back.jpg'); }
#it20 { width: 778px; background: transparent url('/media/amw_content/background/it20_abriss.jpg') no-repeat top right; }
#lt01-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/1-header.jpg'); }
#lt01-bg { width: 770px; background: transparent url('/media/amw_content/background/1-back.gif'); }
#lt02-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/2-header.jpg'); }
#lt02-bg { width: 770px; background: transparent url('/media/amw_content/background/2-back.gif'); }
#lt03-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/3-header.jpg'); }
#lt03-bg { width: 770px; background: transparent url('/media/amw_content/background/3-back.gif'); }
#lt04-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/4-header.jpg'); }
#lt04-bg { width: 770px; background: transparent url('/media/amw_content/background/4-back.gif'); }
#lt05-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/5-header.jpg'); }
#lt05-bg { width: 770px; background: transparent url('/media/amw_content/background/5-back.gif'); }
#lt06-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/6-header.jpg'); }
#lt06-bg { width: 770px; background: transparent url('/media/amw_content/background/6-back.gif'); }
#lt07-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/7-header.jpg'); }
#lt07-bg { width: 770px; background: transparent url('/media/amw_content/background/7-back.gif'); }
#lt08-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/8-header.jpg'); }
#lt08-bg { width: 770px; background: transparent url('/media/amw_content/background/8-back.gif'); }
#lt09-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/9-header.jpg'); }
#lt09-bg { width: 770px; background: transparent url('/media/amw_content/background/9-back.gif'); }
#lt10-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/10-header.jpg'); }
#lt10-bg { width: 770px; background: transparent url('/media/amw_content/background/10-back.gif'); }
#lt11-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/11-header.jpg'); }
#lt11-bg { width: 770px; background: transparent url('/media/amw_content/background/11-back.gif'); }
#lt12-top { width: 770px; height: 219px; margin-left: 10px; background: transparent url('/media/amw_content/background/12-header.jpg'); }
#lt12-bg { width: 770px; background: transparent url('/media/amw_content/background/12-back.gif'); }


#sh-darktown-bg{
   color:#FFF;
}

   #sh-darktown-bg h1{
      font-size:1.3em;
   }

   #sh-darktown-bg h2{
      font-size:1.2em;
	  color:#ffffff;
   }

   #sh-darktown-bg span{
      color:#fafafa;
   }

   #sh-darktown-bg a, #sh-darktown-bg a:visited      { color: #d66060; text-decoration: none; }
   #sh-darktown-bg a:hover, #sh-darktown-bg a:active { color: #fe9797; text-decoration: none; }

   #sh-darktown-bg p{
      font-size:1.2em;
   color:#fafafa;
   padding-bottom:2px;
   line-height:1.45;
   margin: 2px;
   display:block;
   text-align:justify;
   }

#pg-smb-bg{
   color:#FFF;
}

   #pg-smb-bg h1{
      font-size:1.3em;
   }

   #pg-smb-bg h2{
      font-size:1.2em;
	  color:#fafafa;
   }

   #pg-smb-bg span{
      color:#f0f0f0;
   }

   #pg-smb-bg a, #pg-smb-bg a:visited      { color: #CC3366; text-decoration: none; }
   #pg-smb-bg a:hover, #pg-smb-bg a:active { color: #33CC66; text-decoration: none; }

   #pg-smb-bg p{
      font-size:1.2em;
   color:#fafafa;
   padding-bottom:2px;
   line-height:1.45;
   margin: 2px;
   display:block;
   text-align:justify;
   }

#pg-nb-bg{
   color:#FFF;
}

   #pg-nb-bg h1{
      font-size:1.8em;
      color:#fafafa;
   }

   #pg-nb-bg h2{
      font-size:1.2em;
	  color:#fafafa;
   }

   #pg-nb-bg span{
      color:#dfdfdf;
   }

   #pg-nb-bg a, #pg-nb-bg a:visited      { color: #00ff3c; text-decoration: none; }
   #pg-nb-bg a:hover, #pg-nb-bg a:active { color: #ff0000; text-decoration: none; }

   #pg-nb-bg p{
      font-size:1.2em;
   color:#dfdfdf;
   padding-bottom:2px;
   line-height:1.45;
   margin: 2px;
   display:block;
   text-align:justify;
   }

   #pg-nb-bg div{
      font-size:1.0em;
   color:#dfdfdf;
   padding-bottom:2px;
   line-height:1.25;
   margin: 2px;
   display:block;
   text-align:justify;
   }

/* commments */
.article-comments{
	margin-top:20px;
	margin:0;
	padding:0;
}

.article-comments ul{
	padding:0;
}
.article-comments ul.children{
	margin-left:5px;
	padding-left:1em;
	border-left:2px dotted #DDD;
}
li.comment,
.comment-respond{
	margin:0;
	padding:0;
	list-style:none;
	background: #FaFaFa;
	border:1px solid #EEE;
	margin-bottom:2em;
}
li.comment p{
	margin:1em;
}

.comment-author{
	background:#FaFaFa;
	border-bottom:1px solid #EEE;
	padding:0.25em;
}
.comment-author:after{
	content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.comment-author img{
	width:3em;
	height:3em;
	float:left;
	margin-right:10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.comment-body{
	background:#FFF;
}
.comment-body h5{
	margin:1em;
}
.comment-respond{
	background:#FaFaFa;
	padding:1em;
}
.form-allowed-tags{
	font-size:0.8em;
}

#page-functions{
	position:fixed;
	bottom:10px;
	right:10px;
	width:50px;
}
	#page-functions a{
		display:block;
		padding:.75em 1em;
		padding-top:10px;
		margin:5px 0;
		overflow:hidden;
		width:50px;
		height:50px;
		text-align:center;
		background-color: rgba(68, 102, 119);
    color: rgba(255, 255, 255, 1);
    border:1px solid #FFF;
		cursor:pointer;
		font-size:0;
	}

	#page-functions a:hover{
		background: rgba(201, 203, 212, 1);
	}

	#page-functions a:after{
		font-family: FontAwesome;
		color:#FFF;
		font-size:28px;
		line-height:50px;
		text-align:center;
	}
	#page-functions .back-to-top:after{
		content:"\f106";
	}
	#page-functions .post-edit-link:after{
		content:"\f044";
	}

progress {
  position: fixed;
  left: 0;
  top:0;
  z-index:1002;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #FFF;
  color: rgba(68, 102, 119);
}

progress::-webkit-progress-bar {
  background-color: #FFF;
}

progress::-webkit-progress-value {
  background-color: rgba(68, 102, 119);
}

progress::-moz-progress-bar {
  background-color: rgba(68, 102, 119);
}
#page-overlay{
	display:none;
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:1000;
	background:rgba(0,0,0,.9);
}
.page-dialog{
	display:none;
	animation: easeOut 0.3s;
	animation-fill-mode: forwards;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .3);
	left: 50%;
	top:20%;
	max-height: 80%;
	max-width: 80%;
	min-width: 500px;
	position: absolute;
	transform: translateX(-50%);
	background:#FFF;
}
	.page-dialog-close{
		position:absolute;
		right:5px;
		left:50%;
	}
	.page-dialog-header,
	.page-dialog-footer{
		background-color: rgba(246, 241, 228, 1);
    border-top: 1px solid rgba(224, 224, 224, 1);
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    bottom: 0;
    left: 0;
    padding: 10px;
    right: 0;
	}
	.page-dialog-content{
		padding:10px;
	}
	.page-dialog-footer{
		text-align:center;
	}

.article-loop-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em -1em
}

.article-loop-container > article {
    background-color: #fafafa;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 20px)
}
@media screen and (min-width: 550px) {
	.teaser{
		display:block;
	}
	.article-loop-container > article {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 20px)
  }
}
.article-loop-container > article.multiColumn {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 20px)
}
.article-loop-container > article > div.article-thumb{
	max-width:100%;
}
.article-loop-container > article.multiColumn div.article-thumb{
}
.article-loop-container > article > div.article-index{
	padding:0 5px;
}