html
{
/*	width: 100vw;*/
}

body
{
	font-family: Arial;
	padding: 0;
	margin: 0;
}
div.body
{
	display: flex;
	
	justify-content: center;
	align-items: center;
	
	margin: 0 0.5em;
}

div.body img:not(.noChange) {
	width: 100%;
}

:root
{
	--header-height: 10em;
}
div.title
{
	position: relative;
}
div.title > div.h1
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	/* Align Vertically */
	align-items: center;
	/* Align Horizontally */
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
div.title > div.h1 > h1
{
	margin: 0;
	padding: 0;
	text-align: center;
}
h1
{
	padding-top: 0em;
	margin-top: 0em;
}
h2
{
	
}

.blogview
{
	position: relative;
	display: inline-block;

	z-index: 0;
	
	margin: 1em 0em;
}
.blogview.one {
	padding: 0 0;
}
.blogview > .open
{
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 10;
	opacity: 0;
	margin:0em;
	padding: 0em 0em;
}
.blogview > .open ~ .blog.content {
	display: block;
	position: relative;
	padding-bottom: 1em;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
}
.blogview > .blog.content p {
	text-align: justify;
}

.read
{
	display: inline-block;
	position: absolute;
	right: 0em;
	left: 0em;
	bottom: 0em;
	background-size: cover;

	z-index: 5;
	
	text-align: center;
	
	text-decoration: none;
}

.read:visited
{
	color: #000000;
}

.releasedate
{
	text-align: center;
}

.next.last
{
	display: block;
	position: relative;
}
.next.last > .back,
.next.last > .forward
{
	position: absolute;
	
	top: 0;
	
	z-index: 20;
}

.next.last > .back
{
	text-align: left;
	left: 0em;
}
.next.last > .forward
{
	text-align: right;
	right: 0em;
}

.header.image
{
	background-size: cover;
	background-repeat: no-repeat;

	width: 100%;
	height: var(--header-height);
	overflow: hidden;
}


.mainmenu
{
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}

.mainmenu > li
{
	list-style-type: none;
}

.footer
{
	text-align: center;
}

.count
{
	text-align: center;
}
.count.top
{
	padding: 1em 0 0 0;
}
.count.bottom
{
	padding: 0 0 1em 0;
}

p:last-child
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer a, .footer p
{
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
    color: #A8A8A8;
    font-family: "Roboto", Sans-serif;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.footer {
/*    background-color: #9000FF;*/
    text-align: center;
    padding: 5px;
    margin: 0px;
	font-size: 50px;
}

#hilweblogo {
    vertical-align: middle;
}