/* ======================================= */
/* Benutzer CSS				   */
/* SSV Leutzsch				   */
/* ======================================= */

body {
	background-color:#FFFFFF;
	}

h1 {
	display:none;
	}

section, nav {
	border-left: 0px;
	border-right: 0px;
}

/* Kleine Funktionsbuttons */

.functions .btn {
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.functions .btn > img {
	max-width: 18px;
	height: auto;
}
.functions div.btn-group {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Kleiner Header-Bereich */

header, header.container {
	min-height: 60px !important;
	max-height: 60px !important;
}
header .hwc, header .logoimg {
	display: none;
}
header h1 {
	font-size: 24px;
}
