
body,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #666;
}

h1, h2, h3, h4, h5, h6, a, a:hover {
	color: #bb7b11;
}

.nav a {
	color: #fff;
}

.nav-pills > li > a {
	border-radius: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #9b921d;
}

.sidebar, .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6, .sidebar a, .sidebar a:hover {
	color: #fff;
}

.content-border {
	border-right: 15px solid #c8c951;
}

.bg-nav {
	background-color: #bb7b11;
}

.bg-sidebar {
	background-color: #9b921d;
}

.bg-footer {
	background-color: #e2b51c;
}

.logo {
	display: block;
	margin: 40px 0;
	width: 238px;
	height: 79px;
	background: url('../img/logo.jpg') 0 0 no-repeat;
}

.lang-switch {
	margin: 30px 0;
}

.lang-switch ul {
	margin: 0 0 0 -10px;
	padding: 0;
	list-style: none;
}

.lang-switch ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.lang-switch ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.lang-switch ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.main-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar {
	padding-top: 40px;
	padding-bottom: 100px;
}
.sidebar-item { margin-top: 10px; margin-bottom: 45px; }
.sidebar-item-title { margin-bottom: 15px; font-size: 26px; }
.sidebar-item-content {}

.sidebar-item-events ul {
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
}

.sidebar-item-events li {
	padding-left: 25px;
	margin-bottom: 10px;
	background: url('../img/list-dot.jpg') 0 2px no-repeat;
}

.sidebar-item-facebook iframe {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.sidebar-item-linkedin {
	line-height: 34px;
	font-size: 26px;
}

.sidebar-item-linkedin .fa {
	font-size: 32px;
}

.sidebar-item-linkedin a:hover {
	text-decoration: none;
}

.imprint {
	display: inline-block;
	color: #fff;
	margin: 10px 0;
}

.footer-logo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
}

.footer-disclaimer {
	margin: 25px 0 25px 0;
	display: block;
	font-size: 12px; 
}
