@import url("navigation.css");
@import url("calendar.css");
@import url("font.css");

.clearfix:after, .fc-row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix, html[xmls] fc-row {
	display: block;
}

* html .clearfix, * html .fc-row {
	height: 1%;
}

body {
	background-color: #eeeeee;
	font-family: 'DINNextLTPro-Regular';
}
* {
	font-family: 'DINNextLTPro-Regular';
}
h1,h2,h3,h4,h5 {
	font-family: 'DINNextLTPro-Bold';
	font-weight: normal;
}

h1, h1 a {
	font-size: 26px;
	color: #0077c7 !important;
}

h2{
font-size:18px;
color: #444;
text-transform: uppercase;
}

h3, h3 a {
	font-size:14px;
	color: #444;
	text-transform: none;
}

h4.article_link a{
	font-family: 'DINNextLTPro-Bold';
	color:#0077c7;
}

#startpage_articles {
}

#startpage_articles .article_title,
#startpage_articles .article_link a {
	font-family: 'DINNextLTPro-Bold';
	font-size: 20px;
	font-weight: normal;
	color: #0077c7;
}

.text h5 {
	background-color:#F3F3F3;
	color:#676767;
	font-size:13px;
	line-height:21px;
	font-style:italic;
}

.text h5 {
  margin: 1.5em 0 1.5em;
  padding: 2em 5em;
  position:relative;
}
.text h5:before
 {
  color: #999999;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  content: "\201D";
  font-size: 5em;
  position:absolute;
  left:0.5em;
  top: 0.8em;
  line-height: 0.1em;
}

.text h5:after
 {
  color: #999999;
  font-family:Arial, Helvetica, sans-serif;
  font-style:normal;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  right:0.5em;
  bottom: 0em;
  line-height: 0.1em;
}

.text h5 + h5 {
	margin-top:-2em;
	padding-left:5em;
	padding-top:0;
	font-family: 'DINNextLTPro-Regular';
	font-size:13px;
	color:#444444;
	font-style:normal;
}

.text h5 + h5:before {
	content:none;
}

.text h5 + h5:after {
	content:none;
}

/*article h3 a {
	text-transform: none;
}*/

article h6 {
	font-weight:normal;
	font-size:13px;
	margin-top:-13px;
	color:#666666;
}
strong, b {
	font-family: 'DINNextLTPro-Bold';
	font-weight: normal;
}
a {
	font-size: 13px;
}

strong em {font-family: 'DINNextLTPro-Bold';}
bold i{font-family: 'DINNextLTPro-Bold';}

.content {
	background-color:#ffffff;
	/*background-color: #f2f2f2;
	margin-top: 7px;*/
}
.content > .row {

}

.toggleNext {
	cursor: pointer;
    color: #0077c7;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: 'DINNextLTPro-Regular';
}

header {
	/*border-top: 10px solid #eeeeee;*/
	border-bottom: 7px solid #0077c7;
	background-color: #fff;
}

/*
header .logo {
	display: inline-block;
	margin: 25px 60px;
}*/

header .logo {
	display: inline-block;
	margin-top:35px;
	margin-left:40px;
	margin-bottom:0;
	margin-right:0;
	float:left;
	clear:left;
	max-width:100%;
}

.flexslider {
	margin: 0px;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.flex-control-nav {
	bottom: 20px;
	right: 20px;
	width: auto;
}
.flex-control-paging li a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	outline: 0;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(138,138,138,0.3);
	-webkit-transition: 0.14s linear;
	-moz-transition: 0.14s linear;
	-o-transition: 0.14s linear;
	transition: 0.14s linear;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
	background: #0077c7;
}

.stage {
	position: relative;
}
.stage .box {
	font-family: 'DINNextLTPro-Regular';
	position: absolute;
	left: 40px;
	top: 20px;
	border: 1px solid #e1e9e9;
	background-color: #1576a7;
	color: #fff;
	padding: 20px;
	width: 540px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
	opacity: 0.9;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
/* dunkle schriftfarbe */
.stage .light_grey .box,
.stage .light_grey .box h2,
.stage .light_grey .box .link-list li a {
	color: #444;
}
.stage li {
	position: relative;
}
.stage .box h2 {
	color: #fff;
	font-size: 31px;
}
.stage .box .link-list {
	margin: 0px;
}
.stage .box .link-list li {
	display: block;
	float: none;
	margin: 0px;
}
.stage .box .link-list li a {
	color: #fff;
	position: relative;
}
.stage .box .link-list li a:before {
	content: '';
	width: 16px;
	height: 14px;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	top: 3px;
}
/* helle icons */
.stage .box .link-list li.icon1 a:before {
	background-image: url(../images/icon_stage_pressemitteilung.png);
}
.stage .box .link-list li.icon2 a:before {
	background-image: url(../images/icon_stage_meldung.png);
}
.stage .box .link-list li.icon3 a:before {
	background-image: url(../images/icon_stage_film.png);
}
.stage .box .link-list li.icon4 a:before {
	background-image: url(../images/icon_stage_studio.png);
}
.stage .box .link-list li.icon5 a:before {
	background-image: url(../images/icon_stage_termin.png);
}
.stage .box .link-list li.icon6 a:before {
	background-image: url(../images/icon_stage_praesentation.png);
}
.stage .box .link-list li.icon7 a:before {
	background-image: url(../images/icon_stage_sonstiges.png);
}
.stage .box .link-list li.icon8 a:before {
	background-image: url(../images/icon_stage_grafik.png);
}

/* dunkle icons */
.stage .light_grey .box .link-list li.icon1 a:before {
	background-image: url(../images/icon_stage_pressemitteilung_dark.png);
}
.stage .light_grey .box .link-list li.icon2 a:before {
	background-image: url(../images/icon_stage_meldung_dark.png);
}
.stage .light_grey .box .link-list li.icon3 a:before {
	background-image: url(../images/icon_stage_film_dark.png);
}
.stage .light_grey .box .link-list li.icon4 a:before {
	background-image: url(../images/icon_stage_studio_dark.png);
}
.stage .light_grey .box .link-list li.icon5 a:before {
	background-image: url(../images/icon_stage_termin_dark.png);
}
.stage .light_grey .box .link-list li.icon6 a:before {
	background-image: url(../images/icon_stage_praesentation_dark.png);
}
.stage .light_grey .box .link-list li.icon7 a:before {
	background-image: url(../images/icon_stage_sonstiges_dark.png);
}
.stage .light_grey .box .link-list li.icon8 a:before {
	background-image: url(../images/icon_stage_grafik_dark.png);
}

.main {
	padding: 40px 40px 100px 40px;
	background-color: #fff;
	position: relative;
}
.content a {
	color: #ff9900;
	font-family: inherit;
	font-size: inherit;
}
.content article img {
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.35);
}

.content article td img, .content article table {
	border: none;
	box-shadow: none;
	text-align:center;
}

.content article tr, .content article tr:nth-child(2n) {
	background-color:transparent;
}

.content article table h6 {
	margin-top:-0.1em;
	text-align:center;
}


.main article + article {
	margin-top: 20px!important;
	padding-top: 25px;
	border-top: 1px solid #f2f2f2;
}
.main article .abstract p,
.main article .abstract {
	font-weight: normal;
	font-family:'DINNextLTPro-Bold',sans-serif;
	clear:both;
}
.main article .abstract + .text {
	margin-top: 20px;
}
.main article time {
	color: #929397;
	font-size: 11px;
}
.main article time + h3 {
	margin-top: 5px;
}
.main article .time_tag_holder {
	position: relative;
	line-height: 16px;

	margin-bottom: 10px;
}
.main article .time_tag_holder time {
	display: inline-block;
	position: relative;
	left: auto;
	top: 0px;
	margin-right: 10px;
}
.main article .time_tag_holder ul.keywords {
	display: inline-block;
	position: absolute;
	top: auto;
	left: auto;
	margin-bottom: 0px;
}
.main article h3 {
	margin-bottom: 10px;
}


/*
.main article h3 a,
.main article h3 {
	color: #0077c7;
	font-size: 21px;
	font-family: 'DINNextLTPro-Bold';
}
*/

.main article p,
.text, .text p,
.text ul li {
	font-size: 15px;
	color: #444444;
	line-height: 23px;
	font-family: 'DINNextLTPro-Regular', sans-serif;
}
article p .weiterlesen {
	font-size: 13px;
	white-space: nowrap;
	font-family: 'DINNextLTPro-Regular', sans-serif;
}

.category_description {
	margin-top: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom:26px;
}
.category_description p {
	font-weight: normal;
	font-family: 'DINNextLTPro-Regular', sans-serif;
}



.text ul {
	margin-left: 20px;
}

/* downloads, verwandte artikel, weiterführende infotmation */
.main article .else {
	margin-top: 40px;
	font-size: 13px;
}
.main article .else h2 {
	font-size: 13px;
	color: #8a8a8a;
	font-family: 'DINNextLTPro-Bold';
	margin: 0;
}

.main article .container_images h2 {
	font-size: 13px;
	color: #8a8a8a;
	font-family: 'DINNextLTPro-Bold';
}

.main article .else ul {
	list-style-type: none;
	margin: 10px 0 0 20px;
	padding: 0;
}

.else.with_picture {
	min-height:160px;
	position:relative;
}

.pusherdowner {
    height: 90px;
}

.registercheckbox {
	margin-bottom:3px;
}

.else.with_picture img {
	position:absolute;
	bottom:55px;
}

.main article .else.with_picture ul li {
	background-image: none;
}
.main article .else.with_picture ul li img {
	display: block;
}
.main article .else.with_picture ul li a {
	padding: 0px;
}
.main article .else ul li {
	background-image: url(../images/icon_download_fallback.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.main article .else.weitere_informationen {
	clear:both;
}

.main article .else.weitere_informationen ul li {
	background-image: url(../images/icon_weiterefuehrende_informationen.png);
}
.main article .else ul li a {
	font-size: 13px;
	padding-left: 20px;
	display: block;
}

#glossaryletters li,
#glossaryletters li a {
	font-size:13px;
}

.spacer {
	height:0.5em;
	background-color:white;
	margin:0;
	padding:0;
}

.footer-quicklinks ul {
	background-color: #8a8a8a;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	padding-left: 40px;
	width: 100%;
}
.footer-quicklinks ul li:first-child {
	border-left: 0px;
}
.footer-quicklinks ul li {
	line-height: 36px;
	float: left;
	border-left: 1px solid #949494;
	margin: 0px;
}
.footer-quicklinks ul li a {
	color: #fff;
	padding: 0px 10px;
	font-size: 11px;
	font-family: 'DINNextLTPro-Bold';
}

footer.row {
	background-color: #fff;
	color: #676767;
	margin: 0px!important;
	padding: 60px 35px;
}
footer h5 {
	font-size: 13px;
	color: #676767;
}
footer p {
	font-size: 11px;
	line-height: 19px;
}

footer a {
	color: #ff9900;
}

footer ul {
	list-style:none;
}

/**************************/
h4, fieldset legend {
	font-family: 'DINNextLTPro-Regular';
	color: #0077c7;
	font-size: 17px;
	margin: 15px 0px;
	display: block;
}
.sidebar h4 {
	margin-top: 0px;
}

.social {
}

.sidesocial {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sidesocial li {
	float: left;
	width: 17.2%;
}
.sidesocial li + li {
	border-left: 3px solid transparent;
}
.sidesocial a {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	height: 47px;
	/*text-indent: -10000px;
	background-color: #8A8A8A;
	transition: all 0.3s ease-out 0s;*/
}
.facebook a {
	background-image: url(../images/socialmedia_neu/social_facebook.png);
}
.facebook a:hover {
	/*background-color: #3b5998;*/
}
.twitter a {
	background-image: url(../images/socialmedia_neu/social_twitter.png);
}
.twitter a:hover {
	/*background-color: #4099ff;*/
}
.youtube a {
	background-image: url(../images/socialmedia_neu/social_youtube.png);
}
.youtube a:hover {
	/*background-color: #e30000;*/
}
.rss a {
	background-image: url(../images/socialmedia_neu/social_rss.png);
}
.rss a:hover {
	/*background-color: #ff6200;*/
}
.linkedin a {
	background-image: url(../images/socialmedia_neu/social_linkedin.png);
}
.googleplus a {
	background-image: url(../images/social_googleplus.png);
}
.googleplus a:hover {
	background-color: #d34836;
}
.instagram a {
	background-image: url(../images/socialmedia_neu/social_instagram.png);
}
.instagram a:hover {
	/*background-color: #d34836;*/
}

/**************************/
h3 + ul.keywords {
	margin-top: -10px;
}

ul.keywords {
	margin: 0 0 10px 10px;
	padding: 0px;
	list-style-type: none;
}
ul.keywords li {
	margin-bottom: 5px;
	margin-right: 15px;
}
ul.keywords li,
ul.keywords li a {
	float: left;
	height: 16px;
	line-height: 16px;
	position: relative;
	font-size: 10px;
}
ul.keywords li a {
	background-color: #ff9900;
	color: #fff;
	font-family: 'DINNextLTPro-Regular';

	padding:0 10px 0 13px;

	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
ul.keywords li a:before {
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-8px;
	width:0;
	height:0;
	border-color:transparent #ff9900 transparent transparent;
	border-style:solid;
	border-width:8px 8px 8px 0;	}
ul.keywords li a:after {
	content:"";
	position:absolute;
	top:6px;
	left:2px;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 3px #004977;
	-webkit-box-shadow:-1px -1px 3px #004977;
	box-shadow:-1px -1px 3px #004977;
}

ul.keywords li a:hover:before {
	border-right-color: #0077c7;
}
ul.keywords li a:hover {
	background-color: #0077c7;
}

#tags {
	float:left;
	width:85%;"
}

#articledate {
	float:left;
	margin-right:1em;
	height:2em;
}

.summary_event {
}

.teaser {
	position: relative;
	margin-top: 10px;
}
.teaser + .teaser {
	margin-top: 10px;
}
.teaser h4 {
	font-family: 'DINNextLTPro-Regular';
	font-size: 13px;
	/*position: absolute;*/
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	color: #fff;
	background-color: #0077c7;
	color: #fff;
	padding: 8px 10px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.teaser img,
.sidebar img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.sidebar .box + .box {
	margin-top: 40px;
}
.sidebar {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right:40px;
}

.kontakt .row + .row {
	margin-top: 20px;
}

ul.branchenmeldungen {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.branchenmeldungen li {
	margin-top: 10px;
	padding-left: 30px;
	background-image: url(../images/icon_side_branchennews.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 15px;
}
ul.branchenmeldungen li time {
	font-size: 13px;
	font-family: 'DINNextLTPro-Regular';
	color: #676767;
}
ul.branchenmeldungen li h5,
ul.branchenmeldungen li h5 a{
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
	font-family: 'DINNextLTPro-Regular';
	color: #676767;
	line-height: 15px;
}

ul.pagination,
ul.letter {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	height: auto;
	clear:both;
}
ul.pagination li,
ul.letter li {
	float: left;
	padding: 0px 5px;
	display: block;
	margin: 0px;
}
ul.pagination li a,
ul.letter li a {
	color: #0077c7;
}


ul.pagination {
	list-style-type: none;
	margin: 0;
	position: relative;
	text-align: center;
	width: 100%;
	border-bottom: 0px;
}
ul.pagination li {
	float: none;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0px;
}
ul.pagination li a {
	padding: 0px 13px;
}
ul.pagination li.act a {
	border: 1px solid #e2e2e2;
	color: #000;
}
ul.pagination li.prev,
ul.pagination li.next {
	position: absolute;
	left: 0;
	right: auto;
	background-color: #0077c7;
	color: #fff;
	padding: 0px;
}
ul.pagination li.next {
	right: 0;
	left: auto;
}
ul.pagination li.prev:hover,
ul.pagination li.prev:hover a,
ul.pagination li.next:hover a,
ul.pagination li.next:hover {
	background-color: #fe9900;
}
ul.pagination li.prev a,
ul.pagination li.next a {
	color: #fff;
	padding: 0px;
	display: block;
	padding: 0px 13px;
}
ul.pagination li.deactivated {
	color: #338aab;
	padding: 0px 13px;
}
ul.pagination li.deactivated:hover {
	background-color: #0077c7;
}

.gallery_wrapper {
	background-color: #EEEEEE;
	padding: 20px;
	position: relative;
}
.gallery_block {
	margin: 0px!important;
}
.gallery_block li {
	margin-right: 10px;
}
.gallery_block li img {
	max-width: 100%;
}

p.gallery_caption  {
	text-align:center;
	line-height:1em !important;
}




.shareblock {
	background-color: #f3f3f3;
	margin-top: 40px;
}
.shareblock ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.shareblock ul li {
	float: left;
}
.shareblock ul li {
	padding: 14px 20px;
	border-left: 2px solid #fff;
}
.shareblock ul li a {
	background-repeat: no-repeat;
}
.shareblock ul li a.facebook {
	background-image: url(../images/social_share_facebook.png);
	padding-left: 15px;
}
.shareblock ul li a.twitter {
	background-image: url(../images/social_share_twitter.png);
	padding-left: 25px;
	background-position: 0px 1px;
}
.shareblock ul li a.googleplus {
	background-image: url(../images/social_share_googleplus.png);
	padding-left: 25px;
	background-position: 0px 1px;
}
.shareblock ul li a.instagram {
	background-image: url(../images/social_share_instagram.png);
	padding-left: 25px;
	background-position: 0px 1px;
}
.shareblock ul li a.linkedin {
	background-image: url(../images/social_linkedin.png);
	padding-left: 25px;
	background-position: 0px 0px;
}

#to-top {
	/*position: absolute;*/
	left: 0px;
	bottom: 0px;
	padding: 40px 0px;
	text-align: center;
	width: 100%;
	border-top: 1px solid #F2F2F2;
	clear:both;
	/*margin-top: 40px;*/
	/*height: 100px;*/
}
#to-top a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -3px;
	background-image: url(../images/icon_to_top.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;

}
#to-top a {
	position: relative;
	padding-left: 30px;
}

#sitemap {
	margin-left: 20px;
}


.search_holder {
	margin-top: 50px;
}
.search_holder h3 {
	font-size: 24px;
	font-family: 'DINNextLTPro-Regular';
}
.search_holder article {
	border-top: 1px solid #F2F2F2;
	margin-top: 20px !important;
	padding-top: 25px;
}
.search_holder h4 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.search_holder h4 a {
	color: #0077c7;
	font-family: 'DINNextLTPro-Regular', sans-serif;
	/*font-weight: bold;*/
}
.search_holder .media_result {
	background-image: url(../images/icon_mediathek_search.png);
	background-repeat: no-repeat;
	background-position: 0px 25px;
	padding-left: 80px;
	min-height: 100px;
}

.btn_addtocart {
    font-size: 14px;
    float: left;
}

.publikation_added {
    display: none;
    float: left;
    padding-left: 20px;
    color: red;
    height: 30px;
    line-height: 30px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.stage .box {
		left: 10px;
		top: 10px;
	}
	.stage .box h2 {
		font-size: 21px;
	}
}

@media screen and (max-width: 767px) {
	.main, .sidebar {
		height: auto!important;
	}
	.stage .box {
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		border: 0;
	}
	body .flexslider .slides img {
		display: none;
	}
	body .first_video_wrapper,
	body .not_first_video_wrapper {
		float: none;
		width: 100%;
	}

	.shareblock ul {
		padding: 10px;
	}
	.shareblock ul li {
		display: block;
		float: none;
		padding: 0px;
		border-left: 0px;
	}
	.shareblock ul li a.facebook {
		padding-left: 25px;
	}

	.sidebar, .social {
		padding-left:40px;
	}

	.pusherdowner {
	    height: 0;
	}

	.else.with_picture {
		min-height:inherit;
		position:inherit;
	}

	.else.with_picture img {
		position:inherit;
	}

	body .flex-control-nav {
		position: static;
	}
}
a.footer-link{
	font-size:11px;
}
.fancybox img[show-label="1"][alt]{
	margin-bottom:20px;
}
.fancybox img.no-margin[show-label="1"][alt]{
	margin-bottom:0px;
}
.fancybox.pos-relative{
	position:relative;
}
.fancybox .image-label{
	position:absolute;	
	left:0px;
}

