/* MAIN STRUCTURE */
body {
	padding: 25px 0;
}

/* HEADER */
.header {
	width: 100%;
	height: 110px;
	position: relative;
}
.header.header-notoppadding {
	height: 85px;
}
.header .logo {
	display: block;
	width: 66.1111111111113px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 20px;
}
.header.header-notoppadding .logo {
	top: 0;
}
.header .headline {
	margin-left: 80px;
	padding-top: 28px;
}
.header.header-notoppadding .headline {
	padding-top: 8px;
}
.header .headline h1, .header .headline h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1;
}
.header .headline h2 {
	font-size: 24px;
}
.header .contact {
	position: absolute;
	right: 0;
	top: 20px;
}
.header .contact .entry .title, .header .contact .entry .value {
	display: inline-block;
}
.header .contact .entry .title {
	width: 49px;
}
.header .contact .entry.title_only {
	text-align: right;
}
.header .contact .entry.title_only .title {
	width: auto;
}

/* NAVBAR */
hr.navbar {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
	margin-top: 0px;
	border-top: none;
}

/* SIDEBAR */
.sidebar {
	border-right: 1px solid;
}
.sidebar .navbar-side {
	border: none;
}

.sidebar .navbar-side .navbar-collapse {
	max-height: none;
}
/* menu elements */
.sidebar .navbar-side .navbar-nav li {
	width: 100%;
}
/* menu element text */
.sidebar .navbar-side .navbar-nav li a, .sidebar .navbar-side .navbar-nav li span {
	position: relative;
	padding: 3px 12px;
	display: block;
	line-height: 18px;
}
.sidebar .navbar-side .navbar-nav li span {
	padding: 5px 0 0 0;
}
/* menu sub lists */
.sidebar .navbar-side .navbar-nav li ul {
	list-style: none;
	padding: 0 0 0 12px;
}
.sidebar .navbar-side .navbar-nav li span+ul {
	padding: 0;
}

/* FOOTER */
.footer {
	padding: 15px 0;
	margin-top: 17px;
	font-size: 11px;
}
.footer p, .footer div {
	padding: 0;
	margin: 0;
}
.footer div .right {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
}
.footer div .right ul, .footer div .right ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.footer div .right ul li {
	padding: 0 0 0 5px;
}

/* CONTENT */
#loginbox {
	margin-top: 30px;
}
#loginbox .contact {
	width: 100%;
	font-size: 10px;
	line-height: 1;
	left: 0;
	top: 5px;
	text-align: right;
}
#loginbox .contact .entry {
	display: inline;
	width: auto;
	padding: 0 0 0 5px;
	white-space: nowrap;
}
#loginbox .contact .entry .title, #loginbox .contact .entry .value {
	width: auto;
	display: inline;
}
/* remove large margin from breadcrumb container, usually followed by a h*-tag with large margin, too */
.content .breadcrumb {
	margin-bottom: 0;
}
.nav-tabs, .nav-pills {
	margin-bottom: 10px;
}
.profilepicture {
	max-height: 140px;
	max-width: 140px;
	float: right;
	margin: 6px 0 6px 6px;
}
.img-xxs {
	max-height: 40px;
	max-width: 40px;
}
.img-xs {
	max-height: 80px;
	max-width: 80px;
}
.img-s {
	max-height: 160px;
	max-width: 160px;
}
.img-m {
	max-height: 250px;
	max-width: 250px;
}
.img-l {
	max-height: 500px;
	max-width: 500px;
}
/* no p-margin in tables */
.table tr td p {
	margin: 0;
}
.form-control-static {
	padding-bottom: 0;
	min-height: 0;
}
.overview .form-control-static {
	padding-top: 0;
	padding-bottom: 0;
}