/* custom.css */

body {
	width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

body.forum #content_remainder,
body.topic #content_remainder,
body.featured #content_remainder,
body.search #content_remainder,
body.ystats #content_remainder,
body.rarity #content_remainder {
	width: 100%;
}

#gwdb-outer {
	float: none;
}

#rarity-submit {
	display: block;
	padding-bottom: 65px !important;
	border-bottom: 1px dashed #848484;
}

#headerouter {
	padding: 0 15px 0 10px; 
}

#container_header {
	background: url("../images/hg-sprites.png") repeat scroll 0 0 #ffffff;
	border: 1px solid #666666;
	border-radius: 8px;
	box-shadow: 3px 3px 10px #000000;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 40px;
	padding: 0;
}

#container_header > .wrapper960 {
	display: none;
}

#container_top3_modules {
	background-color: rgba(230, 230, 230, 0);
	background-image: none;
	box-shadow: none;
}

#container_hornav {
	background-image: none;
	box-shadow: none;
}

#container_spacer1.toppos {
	margin-top: -45px;
}

#container_spacer1.toppos > .wrapper960 {
	margin-top: -5px;
}

#container_main {
	padding-bottom: 80px;
}

#container_base {
  margin-top: auto;
}

#container_copyright {
	padding: 0px 0;
}

div.mod-languages ul li.lang-active {
	background-color: transparent;
}

.toppos-2 {
	margin-top: 5px;
}

.header-1 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12pt;
}

.mslogan > .mod-custom {
	margin-top: -25px;
}

.kfrontend .list-inline li {
	list-style: none;
	margin: 5px 15px 5px 0;
}

#kwho li {
	list-style: none;
}

.sidecol_a {
	width: auto;
}

body.forum .navbar-nav,
#offcanvasKunena .navbar-nav {
	list-style: none;	
}

body.promofaq .contenttop .promo-auswahl {
	display: none;
}

.promo-auswahl h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	line-height: 26px;
}

.contenttop .promo-auswahl h3 {
	margin: 10px 0 0px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}

ul.com-tags-tag__category li {
	margin: 0 0 15px 0;
}

.promo-auswahl .inputbox {
	width: 100%;
	max-width: 300px;
}

#footermenu {
	width: 100%;
	text-align: center;
}

#footermenu ul {
  display: inline-block;
  text-align: left;
}

.ystats-table-header {
	width: 100%;
}

.ystats-table,
.ystats-table-v2 {
	width: 100%;
}

.ystats-table-v2 .ystats-title-name2,
.ystats-table-v2 .ystats-title-name3 {
	line-height: 16px;
}

/* Responsive */

























































