:root {
	--contentwidth: 640px;
	--mainnavwidth: 530px;
	--postmaximgwidth: 375px;
	--fontsize: 18px;
	--lineheight: 20px;
	
}
@media only screen and (max-width: 1280px) {
	:root {
		--contentwidth: 510px;
		--mainnavwidth: 420px;
		--mainnavwidth: 510px;
		--postmaximgwidth: 300px;
		--fontsize: 14px;
		--lineheight: 17px;
	}
}
@media only screen and (max-width: 520px) {
	:root {
		--contentwidth: 90%;
		--mainnavwidth: 90%;
		--postmaximgwidth: 90%;
		--fontsize: 12px;
		--lineheight: 14px;
		--fontsize: 14px;
		--lineheight: 17px;
	}
}
* { box-sizing: border-box; }
* { outline: none; }
*:focus {
	background-color: transparent;
	outline: none !important;
}
html {
	overflow-y: scroll; overflow-x: hidden;
}
body {
	border: 0; margin: 0; padding: 0;
	font-family: courier;
	color: black;
	font-size: var(--fontsize);
	line-height: var(--lineheight);
	background-color: white;
	min-height: 100vh;
	overflow-x: hidden;
}
a, a:visited, a:hover {
	color: black;
}
.note {
	font-size: 0.8em;
	line-height: 1.2;
}
p.note {
	width: 80%;
}
.small {
	font-size: 0.8em;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
div.sitecontent {
	width: var(--contentwidth);
	margin-left: auto;
	margin-right: auto;
}
div.siteheader {
	position: fixed;
	top: 40px;
	width: var(--contentwidth);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 200;
top: 0;
padding-top: 40px;
background-color: white;
}
div.sitetitleholder {
	position: relative;
	display: flex; 
	align-items: center; 
	justify-content: center;
}
#sitetitle {
	display: inline-block;
	z-index: 71;
	cursor: pointer;
}
div.siteheader div.langen {
	position: absolute;
	float: left;
	line-height: calc(2 * var(--lineheight));
	cursor: pointer;
	padding-right: 2em;
	z-index: 71;
}
div.siteheader div.langnl {
	position: absolute;
	right: 0;
	float: right;
	line-height: calc(2 * var(--lineheight));
	cursor: pointer;
	padding-left: 2em;
	z-index: 71;
}
div.siteheader div.langen.activelang,
div.siteheader div.langnl.activelang {
	text-decoration: underline;
}
div.mainnav {
	position: fixed;
	top: 91px;
	width: var(--mainnavwidth);
	margin-left: 45px;
	display: flex; align-items: center; justify-content: center;
	justify-content: space-between;
	justify-content: space-evenly;
	align-items: flex-start;
	cursor: pointer;
	z-index: 10;
/*	background-color: yellow; */
top: 0;
padding-top: 91px;
padding-bottom: 1em;
/*
margin-left: 0;
padding-left: 45px;
padding-right: 45px;
*/
/*background-color: lime; */
margin-left: 0;

}
div.mainnav > div {
	position: relative;
	width: 33%;
}
div.topper {
	display: block;
	height: 180px;
}
div.mainnavitem {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 1em;
}
div.mainnavitem div {
	line-height: 2em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}
#listofcategories {
	display: none;
	position: absolute;
	top: 0;
	padding-top: 1.2em;
	overflow-x: visible;
	width: max-content;
	max-width: 200%;
	text-align: center;
	z-index: 10;
	padding-bottom: 1em;
	left: 0;
	top: 1em;
	width: 100%;
/*	background-color: red; */
}
#activecategory {
	position: absolute;
	top: 1.2em;
	width: max-content;
	text-align: center;
	max-width: 200%;
	line-height: 1.2em;
}
#activeyearmonth {
	position: absolute;
	top: 1.2em;
	width: max-content;
	text-align: center;
	max-width: 200%;
	line-height: 1.2em;
}
#listofcategories div {
	color: black;
}
#listofmonthyears {
	display: none;
	position: absolute;
	top: 0;
	padding-top: 1.2em;
	overflow-x: visible;
	width: max-content;
	text-align: center;
	z-index: 10;
	padding-bottom: 1em;
	left: 0;
	top: 1em;
	width: 100%;
}
#listofmonthyears div {
	color: black;
}
#abouttext {
	display: none;
	position: absolute;
	top: 0;
	padding-top: 9em;
	padding-top: 0;
	margin-top: 9em;
	overflow-x: visible;
	height: calc(100vh - 12em);
	margin-bottom: 3em;
	overflow-y: auto;
	width: 90%;
	width: 100%;
	padding-right: 5px;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	z-index: 10;
	padding-bottom: 1em;
}
#searchform {
	display: none;
	position: absolute;
/*	right: 0; */
	top: 0;
	margin-right: -55px;
	margin-right: 0;
	overflow-x: visible;
	width: max-content;
	text-align: center;
	z-index: 10;
	padding-top: 2em;
	padding-bottom: 1em;
}
#searchform input {
	font-family: courier;
	font-size: var(--fontsize);
	border: 0;
	border-bottom: 1px solid black;
	border-radius: 0;
}
div.pagecontent {
	width: var(--contentwidth);
	padding-left: 55px;
	padding-right: 55px;
	padding: 0;
}
.rbg-transbox {
	margin: 0;
/*	background: rgb(255,255,255,0.75); */
/* 	background: rgb(255,255,255,0.90); */
/*    border: 1px solid #1932bc; */
	background-color: white;
}
div.postitem {
	padding-bottom: 1em;
	border-bottom: 2px solid #999;
	margin-bottom: 1em;
	border-bottom: 0;
	border-top: 1px solid black;
	padding-top: 1em;
	padding-bottom: 0;
}
div.postdate {
	text-align: center;
	color: #978b86;
	margin-bottom: 1em;
}
div.posttitle {
	text-align: center;
	text-transform: uppercase;
}
div.posttitle:hover{
	text-decoration: underline;
	cursor: pointer;
}
div.postcontent img {
	max-width: var(--postmaximgwidth);
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.imagewrapper {
}
a div.imagewrapper {
	text-decoration: none;
}
div.caption {
	font-size: 0.85em;
	text-align: center;
	width: 300px;
	margin-top: 0.3em;
	margin-left: 105px;
	color: #999;
}
.logoholder {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1000;
display: none;
}
.logo {
	width: 40vw;
	height: 40vw;
	animation: spin 5s linear 2s 1;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}

@media only screen and (max-width: 520px) {
	div.mainnav {
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		width: 100vw;
		left: 0;
		margin-left:0;
		margin-right: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	div.pagecontent {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#searchform {
		right: 0;
	}
	div.caption {
		margin-left: 5%;
	}
	div.stamp {
		/*display: none;*/
	}
	div.stamp img {
		width: 100%;
		height: 100%;
		width: 60%;
		height: 60%;
	}
	#listofcategories {
		left: 0;
		max-width: 150%;
		text-align: center;
		z-index: 10;
		padding-bottom: 1em;
	}
	#activecategory {
		position: absolute;
/*		left: 0;*/
		top: 1.2em;
		width: max-content;
		text-align: left;
		max-width: 150%;
	}
	#searchform {
		margin-right: 0;
	}
	.logo {
		position: absolute;
		top: 25vw;
	}
}
@media only screen and (min-width: 1281px) {
	div.caption {
		font-size: 0.85em;
		text-align: center;
		width: 375px;
		margin-top: 0.3em;
		margin-left: 133px;
		color: #999;
	}
	#abouttext {
		margin-top: 7em;
	}
}
