body
{
	color: #000000;
	font-family: Century Gothic, Carlito, Arial, sans-serif;
	font-size: 13px;
	padding: 15px 0;
	margin: 0;
}

h1{
  padding-top: 10px;
  font-size: 20px;
}
h2{
  	font-size: 18px;
  	color: #000000;
	font-weight: 600;
  margin-bottom: 10px;
}
h3{
  	font-size: 16px;
  	font-weight: 600;
}

a:link, a:visited
{
	color: #582961;
	text-decoration: none;
	font-weight: 600;
}
a:hover, a:active
{
	color: #7c3f97;
}

.header {
  position: relative;
  width: 75%;
  height: 100px;
  background-image: url("https://melle-teich.de/images/banners/websitebanner.png");
  background-size: cover;
  margin: auto;
  margin-bottom: 0;
  display: grid;
  justify-content: right;
  border: 1px solid #8d6694;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand span {
  color:#000000;
}

.mod-languages {
  width: 100%;
  text-align:right;
  margin:-15px 0 10px 0;
}

.lang-active {
  	border: 1px solid #655535;
}

.site-grid {
	width: 75%;
	margin: auto;
    margin-top: 0;
    border: 1px solid #8d6694;
}

.item-content {
 padding: 15px;
  margin:auto;
  display:block;
}

.float-start {
  float: left;
  margin: 0 15px 5px 0;
}

.tags {
  margin: -10px 0 10px 0;
}

.list-inline-item {
  border: 1px dotted #c2b998;
  background-color: #ffffe3;
  padding: 0 5px 2px 5px;
  font-weight: normal;
}

.tags a {
  font-weight: normal;
}

.mod-menu {
  display:block;
}

.nav-item
{
  margin: 50px 0 0 0;
  position: relative;
  float:left;
}

.nav-item span {
  padding: 0 32px 0 5px;
  text-align: left;
  font-size: 14px;
  color: #000000;
  vertical-align: bottom;

}

.nav-item img {
  margin: 0 0 0 -32px;
  width: 32px;
  height: 32px;
}

.com-content-blog__links {
  display:none;
}

.container-footer {
  width:80%;
  margin: auto;
}

#mod-custom113 {
  width: 100%;
  margin-top:-30px;
  padding-top: 10px;
  background: #ede1ca;
  color: #000000;
  border: 1px solid #c2b998;
}

#mod-custom113 a:hover {
  	color: #655535;
}

.thumbnails
{
	width: 150px;
	border: 0;
  float:left;
  margin: 0 10px 10px 0;
}

.pagination__wrapper {

  margin:auto;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
}

.page-link {
  font-size: 13px;
}
.page-item a:hover {
  color: #655535;
}

.pagination .page-item.active .page-link {
  color: #000000;
  background-color: #ede1ca;
  border-color: #655535;
}

.com-content-category-blog__counter {
  display:none;
}

.article-info
{
  display:none;
}