@charset "UTF-8";

/* --- GENERAL USAGE 
--------------------------------------------------------------------------------------- */

.clearfix {
	clear: both;
	display: block;
}
a {
	-webkit-transition: all .2s;
	transition: all .2s;
}
body, p, h1, h2, h3, h4, h5, h6, table, ul, ol {
	font-family: 'Lato', Myriad, Frutiger, Helvetica, Arial, sans-serif !important;
}

/* --- BODY AND PAGE STRUCTURE
--------------------------------------------------------------------------------------- */

body {
	margin: 0;
	background-color: #e2e3e4;
	font-family: 'Lato', Myriad, Frutiger, Helvetica, Arial, sans-serif !important;
}
#body-bg, #wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#body-bg {
	z-index: 10;
	height: 425px;
	background: #000;
	overflow: hidden;
	border-bottom: 3px solid #FFF;
}
#body-bg-img {
	width: 100%;
	height: 425px;
	min-height: 100%;
	background: url(../images/header-bg.jpg) no-repeat;
	background-size: 100% 100%;
	opacity: .75;
}
#wrapper {
	z-index: 20;
}
#page {
	padding: 0 10px;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	line-height: 1.25em;
}

/* --- HEADER
--------------------------------------------------------------------------------------- */

#page-header {
	margin-top: 25px;
	height: 400px;
}
#branding {
	display: inline;
	float: left;
    height:85px;
	margin-bottom: 25px;
}
#logo {
	width: 120px;
	margin-right: 85px;
	float: left;
}
#headline {
	text-align: center;
	float: left;
	text-transform: uppercase;
}
#headline h1 {
	color: #f18e00;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#headline h2 {
	color: #fff;
	font-size: 22px;
}
#headline a {
	text-decoration: none;
}
#logo a:hover, #headline a:hover {
	-webkit-opacity: .85;
    -moz-opacity: .85;
    opacity: .85;
}

/* --- TEASER
--------------------------------------------------------------------------------------- */

#teaser {
	width: 560px;
	height: 250px;
	margin: 0 auto;
}
.teaser-col {
	width: 275px;
	height: 100%;
}
#teaser-col-1 {
	float: left;
	background-color: #f18e00;
}
#teaser-col-2 {
	float: right;
	background-color: #fcd402;
    background-color: #efc401;
}
.teaser-col h3 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 18px;
}

/* --- CLEAR AFTER HEADER BEFORE CONTENT
--------------------------------------------------------------------------------------- */

.clear-header {
	height: 45px;
}

/* --- SIDEBAR AND CONTENT AREA
--------------------------------------------------------------------------------------- */

#page-body {
	color: #000;
}

/* --- CONTENT
--------------------------------------------------------------------------------------- */

#content-wrapper {
	margin: 0 0 0 20px;
	padding: 0 10px;
	width: 540px;
	max-width: 85%;
	float: left;
}
#content {
	font-size: 12px;
	margin-bottom: 25px;
}
#content h1, #content h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
    letter-spacing: .05em;
}
#content p {
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 1.4em;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#content p, #content ul, #content ol, #content table {
	margin-bottom: 1em;
}
#content ul, #content ol {
	line-height: 1.25em;
    margin-left: 20px;
}
#content #ojhs-dozenten ul {
    margin-left: 0;
}
#content ul {
	list-style: disc outside;
}
#content ol {
	list-style: decimal outside; 
}

/* --- SIDEBARS
--------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 12px;
	line-height: 1.25em;
	margin-top: -295px;
	padding-bottom: 10px;
	width: 190px;
    min-height: 400px;
}
#sidebar-01 {
	float: left;
}
#sidebar-01 div {
	background: rgba(0,0,0,.7);
}
#sidebar-02 {
	float: right;
	background: #ececed;
}
#sidebar-02 h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 5px;
	border-top: 1px solid #000;
}
#sidebar-02 p, #sidebar-02 ul, #sidebar-02 ol, #sidebar-02 table, #sidebar-02 tbody {
	padding: 0 5px 1em 5px;
}
.sidebar img {
  max-width: 100%;
  height: auto;
}
/* --- FOOTER
--------------------------------------------------------------------------------------- */

#page-footer {
	width: 540px;
	margin: 0 auto 50px auto;
}

/* --- END
--------------------------------------------------------------------------------------- */