body {
		font-size: 14px;
}

a:link,
a:visited {
	color: #3366bb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 22px;
	margin-top: 32px;
}

h4 {
	margin-top: 18px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 22px;
	margin-bottom: 5px;
}





/* Navigation */

.navbarlink {
	font-size: 15px;
	font-weight: bold;
}


.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}


/* Additionals */

.teaserimage {
  height: 450px;
	margin-top: 32px;
  position: relative;
  overflow: hidden;
  background-color: black; }
  .teaserimage .teaserimage-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-indent: -9999px;
	}

.featured {
	padding-bottom: 40px;
}


/* Pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}
