/*
@font-face {
font-family: MetaPro-Black;
src: url(fonts/MetaPro-Black.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-BlackItalic;
	src: url(fonts/MetaPro-BlackItalic.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-Bold;
	src: url(fonts/MetaPro-Bold.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-BoldItalic;
	src: url(fonts/MetaPro-BoldItalic.otf) format("opentype");
}
*/
@font-face {
	font-family: MetaPro-Book;
	src: url(fonts/MetaPro-Book.otf) format("opentype");
}
/*
@font-face {
	font-family: MetaPro-BookItalic;
	src: url(fonts/MetaPro-BookItalic.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-Medium;
	src: url(fonts/MetaPro-Medium.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-MediumItalic;
	src: url(fonts/MetaPro-MediumItalic.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-Normal;
	src: url(fonts/MetaPro-Normal.otf) format("opentype");
}
@font-face {
	font-family: MetaPro-NormalItalic;
	src: url(fonts/MetaPro-NormalItalic.otf) format("opentype");
}
*/
/* --------------- Vlearfix ----------------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* --------------- Allgemein ---------------- */
html, body {
	height: 100%;
}
body {
	overflow-x: hidden;
	color: #666666;
	font-size: 100%; /* 16px */
	font-family: MetaPro-Book, Arial, Helvetica, sans-serif;
	background: #fff url("../img/bg-body.png") repeat-x left top;
}

p {
	font-size: 0.875em;
	line-height: 1.6875em;
}
p a {
	font-size: 1em;
	line-height: 1em;
}
.mainfooter p {
	line-height: 25px;
	margin: 0;
}
a {
	color: #666666;
	text-decoration: none;
	outline: none;
}
h1 {
	font-size: 1.03125em;
	line-height: 1em;
	/*margin: 0 0 0.5333333333333333em; /* 16/30 */
	margin: 0 0 1em;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
h2 {
	font-size: 1em; /* 22/16 */
	line-height: 1.2272727272727273em; /* 27/22 */
	margin: 0 0 1em; /* 22/22 */
	font-weight: normal;
	color: #666;
}
a:hover {
	color: #000000;
}
strong {
	font-weight:bold;
}
.divider {
	width: 100%;
	float: left;
	margin: 30px 0;

}
.divider hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

/* ---------------- Css Styled Content ------------------ */
/* Headers */
.csc-header-alignment-center { text-align: center; }
.csc-header-alignment-right { text-align: right; }
.csc-header-alignment-left { text-align: left; }

/* Clear floats after csc-textpic and after csc-textpic-imagerow */
DIV.csc-textpic, DIV.csc-textpic DIV.csc-textpic-imagerow, UL.csc-uploads LI { overflow: hidden; margin-bottom: 20px; }

/* Set padding for tables */
DIV.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
DIV.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

/* Settings for figure and figcaption (HTML5) */
DIV.csc-textpic .csc-textpic-imagewrap FIGURE, DIV.csc-textpic FIGURE.csc-textpic-imagewrap { margin: 0; display: table; }

/* Captions */
FIGCAPTION.csc-textpic-caption { display: table-caption; width: 100%; }
.csc-textpic-caption { text-align: left; caption-side: bottom; }
DIV.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

/* Float the columns */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; margin-right: 12px; }

DIV.csc-textpic .csc-textpic-imagewrap IMG { border: none; display: block; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

/* colSpace around image columns, except for last column */
DIV.csc-textpic-imagecolumn.csc-textpic-lastcol, TD.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }


/* Positioning of images: */

/* Center (above or below) */
DIV.csc-textpic-center .csc-textpic-imagewrap, DIV.csc-textpic-center FIGURE.csc-textpic-imagewrap { overflow: hidden; }
DIV.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
DIV.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

/* Right (above or below) */
DIV.csc-textpic-right .csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

/* Left (above or below) */
DIV.csc-textpic-left .csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

/* Left (in text) */
DIV.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

/* Right (in text) */
DIV.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

DIV.csc-textpic DIV.csc-textpic-imagerow-last, DIV.csc-textpic DIV.csc-textpic-imagerow-none DIV.csc-textpic-last { margin-bottom: 0; }

/* Browser fixes: */

/* Fix for unordered and ordered list with image "In text, left" */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

DIV.csc-textpic-intext-left-nowrap img,DIV.csc-textpic-intext-left img,DIV.csc-textpic-intext-left figure {	float: left; }
DIV.csc-textpic-intext-right-nowrap img, DIV.csc-textpic-intext-right img, DIV.csc-textpic-intext-right figure { float: right; }

/* -------------- Structure ------------------ */
#container-wrap {
	/*max-width: 960px;*/
	width: 996px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#footer-wrap {
	/*max-width: 960px;*/
	width: 996px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.container {
	width: 100%;
	clear: both;
}
.header {
	position: relative;
	z-index: 999;
	margin-bottom: 1.5em;
}
.main-menu {
	width: 85.040983606557377%;
	height: 1.625em; /* 26/16 */
	float: right;
	clear: right;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 30px;
}
.home .main-menu {
	margin-top: 80px;
}
.content {
	width: 100%;
	float: left;
	padding-bottom: 35px;
	position: relative;
}
.with-linkbar #main-content {
	width: 85.9375%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
.with-linkbar #linkbar-right {
	width: 14.0625%;
	top: 27px;
	position: absolute;
	right: 0;
	text-align: right;
}
.with-linkbar #linkbar-right ul {
	list-style: none outside none;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.with-linkbar #linkbar-right li {
	font-size: 0.875em;
}
.no-linkbar #main-content {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
.divider {
	clear: both;
	width: 100%;
}
.mainfooter {
	position: relative;
	float: left;
	margin-bottom: 8px;
	height: 25px;
	margin-top: -33px;
}
.footer-fixed .mainfooter {
	width: 996px;
	position: fixed;
	bottom: 8px;
}


/* ----------------- Header ------------------- */

.header #logo {
	display: block;
	width: 57px;
	float: left;
	margin-top: 21px;
}
.home .header #logo {
	width: 107px;
}


/* ----------------- Menu -------------------- */
ul.main, ul.main li, ul.meta-menu-top, ul.meta-menu-top li, ul.meta-menu-bottom, ul.meta-menu-bottom li {
	padding: 0;
	margin: 0;
}
ul.main {
	float: right;
	list-style: none;
	text-transform: uppercase;
	text-align: right;
}
ul.main > li {
	float: left;
	height: 100%;
	text-align: center;
	position: relative;
}
ul.main li a {
	font-size: 1.03125em;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
ul.main li a:hover,
ul.main li.current > a,
ul.main li.current > li.current a,
ul.main li.current li a:hover {
	color:#000000;
}
ul.main > li.current {
	background: url("../img/current-main-bg.png") no-repeat center 1.4375em;
}
ul.main > li > a {
	line-height: 1.625em; /* 26/16 */
	text-decoration: none;
	margin: 0 7px;
	padding: 0 7px;
	color: #666666;
}
ul.main > li:last-child > a {
	margin-right: 0;
}
/* --- 2. Ebene --- */
ul.main li ul {
	position: absolute;
	height: 0;
	left: 0;
	/*top: -999em;*/
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out; /* For chrome & safari */
	-moz-transition: opacity .2s ease-in-out; /* For mozilla firefox */
	-o-transition: opacity .2s ease-in-out; /* For opera */
	transition: opacity .2s ease-in-out; /* Not yet implemented, but will be available soon */
	width: 156px;
}
ul.main li:hover > ul {
	top: 1.6875em;
	left: 50%;
	z-index: 999;
	visibility: visible;
	opacity: 1;
	height: auto;
	display: block;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-top: none;
	margin-left: -78px;
}
ul.main li li {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #cccccc;
	margin: 0 9px;
}
ul.main li li:last-child {
	border-bottom: none;
}
ul.main li li.current {
	background-color: #fff;
}
ul.main li li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #666666;
}

/* --- 3. Ebene --- */
ul.main li:hover ul li ul {
	position: absolute;
	left: 100%;
	display: none;
	opacity: 0;
	visibility: hidden;
	border-left: 1px solid transparent;
}
ul.main li:hover ul li:hover ul,
ul.main li.show ul li:hover ul,
ul.main li.show ul li.show ul {
	top: 0;
	left: 100%;
	opacity: 1;
	visibility: visible;
	display: block;
	border-left: 1px solid transparent;
}

/********** Metamenu Top **********/
ul.meta-menu-top {
	list-style: none;
	position: relative;
	float: right;
	height: 21px;
	font-size: 14px;
}
ul.meta-menu-top li {
	float: left;
	line-height: 21px;
	padding-top: 5px;
}
ul.meta-menu-top li.current {
	background: url("../img/current-bg.png") no-repeat center 1px;
}
ul.meta-menu-top li.current a {
	color: #000000;
}
ul.meta-menu-top li a {
	margin: 0 5px;
	padding: 0 7px;
}
ul.meta-menu-top li:last-child a {
	margin-right: 0px;
}
/* Metamenu Bottom */
ul.meta-menu-bottom {
	list-style: none;
}
ul.meta-menu-bottom li {
	float: none;
}
ul.meta-menu-bottom li a {
	font-size: 0.6875em;
	text-decoration: none;
	padding: 0 0.1875em;  /* 3px/16px */
	color: #666;
	line-height: 1em;  /* 16px/16px */
	text-transform: uppercase;
}

/* --------------- Footer --------------- */
.mainfooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainfooter ul li {
	width: 20%;
	float: left;
	text-align: left;
}

/* --------------- CONTENT --------------- */
.header-image-wrap {
	float: left;
	margin-bottom: .5em;
}
.header-image-wrap img {
	display: block;
}

/* --- Editionen Seite -- */
.edition-box {
	float: left;
}
.edition-box p {
	margin: 0;
	margin-bottom: 1em;
}
.edition-box .csc-textpic-image {
	float: left;
	width: 325px;
}
.edition-box .csc-textpic-text {
	float: left;
	margin-left: 14px !important;
}
.edition-box .csc-textpic-image img {
	float: right;
}

/* -- News Seite --*/
.news, .news-list-view, .news-detail-view {
	width: 100%;
	overflow: hidden;
}
.news .news-list-view .article {
	width: 100%;
	float: left;
	clear: left;
	position: relative;
}
.news-list-view .article .news-img-wrap {
	float: left;
	width: 325px;
	min-height: 1px;
}
.news-list-view .article .news-img-wrap img {
	float: right;
}
.news-list-view .article .teaser-box {
	width: 65.96385542168675%; /* 657px/996px */
	float: right;
	margin-left: 14px !important;
}
.news .single-news-header {
	margin-bottom: 16px;
}

.news .single-news-header .news-list-category {
	float: left;
}
.news .single-news-header span {
	font-size: 0.875em;
}
.news p.news-img-caption {
	font-size: 0.75em;
	margin: 2px 0 10px 0;
}
.news .mediaelement-image {
	margin-bottom: 16px;
}
.news .teaser-box span.news-list-date {
	float: left;
	font-size: 0.875em;
}
.news .teaser-box span.news-list-category {
	float: left;
	margin-right: 3px;
	font-size: 0.875em;
}
.news .teaser-box h2 {
	clear: both;
	margin-bottom: 0.5em;
	width: 498px;
}
.news .teaser-box p {
	margin: 0 0 1em;
}
.news .teaser-box .more {
	position: absolute;
	right: 0;
	top: 21px;
	font-size: 0.875em;
}
.news .list-teaser {
	float: left;
	clear: left;
	min-height: 2em;
	width: 498px;
}
.news .page-navigation {
	float: left;
	width: 100%;
	position: relative;
}
.news .page-navigation p {
	text-align: center;
	margin: 0;
}
.news ul.f3-widget-paginator {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}
.news ul.f3-widget-paginator li {
	display: inline-block;
}
table {
	width: 100%;
}

.contenttable td {
	font-size: 0.875em;
}

.contenttable td:first-child {
	width: 25%;
}

.contenttable h2 {
	margin: 1em 0 0.5em;
}

#cboxLoadedContent {
	background: #CCCCCC;
}
/* -- Email-Subscription -- */
.tx-odsajaxmailsubscription-pi1 {
	float: left;
	padding-top: 5px;
	margin-left: 337px;
}
.tx-odsajaxmailsubscription-pi1 form {
	font-size: 14px;
}
/*
.email-input {
	font-size: 14px;
	height: 16px;
	border: none;
	padding: 2px;
}
.email-submit {
	font-size: 14px;
	padding: 0 2px;
	background: none;
	border: 1px solid #CCCCCC;
}
*/
.tx-odsajaxmailsubscription-pi1 input[type="text"] {
	font-size: 14px;
	border: 1px solid #CCCCCC;
	width: 150px;
}
.tx-odsajaxmailsubscription-pi1 input[type="submit"] {
	font-size: 14px;
	background: none;
	border: 1px solid #CCCCCC;
	width: 150px;
}
.tx-odsajaxmailsubscription-pi1 td {
	padding: 5px 10px 5px 0;
}
