.sticky {
	visibility: visible;
}

.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #ddd;
}

main {
	display: block;
	margin-top: 54px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}

#zero {
	background: #011309 url("/home/gerd/Pictures/under_construction.jpg") repeat fixed 50% 0px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	min-height: 1900px;
	background-size: cover;
}

.site-footer {
	border-top: 1px solid #e8e8e8;
	padding: 30px 0;
}

.entry-header {
	padding-left: 30px;
	margin-top: 20px;
}

.entry-content {
	margin: 1em 0 0;
	padding-left: 30px;
}

.site-title, .site-title:visited {
	color: #424242;
}

.site-title {
	font-size: 26px;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: -1px;
	margin-bottom: 0;
	float: left;
}

a {
	color: #2a7ae2;
	text-decoration: none;
}


element {
	text-align: left;
	padding-left: 30px;
	float: left;
}

.wrapper {
	max-width: -webkit-calc(800px - (30px * 2));
	max-width: calc(800px - (30px * 2));
	margin-right: 15px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.site-nav {
	float: right;
	line-height: 54px;
}

.site-nav .page-link:not(:last-child) {
	margin-right: 20px;
}

.site-nav .page-link {
	color: #111;
	line-height: 1.5;
}

a {
	color: #2a7ae2;
	text-decoration: none;
}


.wrapper::after, .footer-col-wrapper::after {
	content: "";
	display: table;
	clear: both;
}


pre {
    font-family: monospace,monospace;
    font-size: 1em;
    margin-left:30px;
}

pre code {
	color: #0f0;
	padding: 0;
	word-break: break-all;
	white-space: pre-wrap;
	word-wrap: break-word;
	display: inline-block;
	width: -moz-fit-content;
	background-color: #000;
}

code {
 color:#666;
}
