/**
 * @license
 * MyFonts Webfont Build ID 3206150, 2016-04-19T06:45:11-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Anivers-Bold by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/anivers/bold/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3206150
 * 
 * © 2016 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30ec06");

@font-face {font-family: 'Anivers-Bold';src: url('../Fonts/30EC06_0_0.eot');src: url('../Fonts/30EC06_0_0.eot?#iefix') format('embedded-opentype'),url('../Fonts/30EC06_0_0.woff2') format('woff2'),url('../Fonts/30EC06_0_0.woff') format('woff'),url('../Fonts/30EC06_0_0.ttf') format('truetype');}

@font-face {font-family: 'Anivers-Regular';src: url('../Fonts/25E835_0_0.eot');src: url('../Fonts/25E835_0_0.eot?#iefix') format('embedded-opentype'),url('../Fonts/25E835_0_0.woff') format('woff'),url('../Fonts/25E835_0_0.ttf') format('truetype');}

@font-face {font-family: 'DINNextLTPro-Regular';src: url('../Fonts/2FDF03_1F_0.eot');src: url('../Fonts/2FDF03_1F_0.eot?#iefix') format('embedded-opentype'),url('../Fonts/2FDF03_1F_0.woff2') format('woff2'),url('../Fonts/2FDF03_1F_0.woff') format('woff'),url('../Fonts/2FDF03_1F_0.ttf') format('truetype');}

@font-face {font-family: 'DINNextLTPro-Bold';src: url('../Fonts/2FDF03_20_0.eot');src: url('../Fonts/2FDF03_20_0.eot?#iefix') format('embedded-opentype'),url('../Fonts/2FDF03_20_0.woff2') format('woff2'),url('../Fonts/2FDF03_20_0.woff') format('woff'),url('../Fonts/2FDF03_20_0.ttf') format('truetype');}

/* Base
================================================== */
html {
	overflow-y: scroll;
	box-sizing: border-box;
    background-color: #fff;
}
body {
    font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background: #fff;
    color: #858585;
    font-size: 20px;
    font-weight: normal;
	font-style: normal;
	line-height: 28px;
	/*letter-spacing: 0.03em;*/
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	/*-webkit-user-select: none;
	user-select: none;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
    font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    margin: 20px 0 20px 0;
	padding: 0;
	color: #000;
	text-transform: none;
	text-align: left;
}
h1 {
	font-size: 45px;
	line-height: 130%;
}
h2.whiteOnBlue {
	/*font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	margin: 80px 0 0 0;
	padding: 5px 7px;
	font-size: 24px;
	line-height: 130%;
	color: #fff;
	background: #858585;
}
h3 {
	font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
}
header h2 {
	border-top: 1px solid #858585;
	padding-top: 20px;
}
.headline header h2 {
	border-top: none;
	padding-top: 0;
	font-size: 21px;
	color: #858585;
}
p {
    margin: 0 0 20px 0;
}
p:last-of-type {
    margin: 0;
}
a {
	color: #0099cc;
	text-decoration: none;
}
a:active, a:visited, a:focus {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
}
.mainwrap a {
	border-bottom: 1px solid #0099cc;
}
.mainwrap a:hover, .mainwrap a:active {
	border-bottom: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
*:focus, *:active {
    outline: 0 none;
}
hr {
	margin-top: 60px;
	margin-bottom: 10px;
    border-color: #858585;
}
.lastrow hr {
	border-top: 2px solid #858585;
}
b, strong {
	font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
}
h1 b, h1 strong, h2 b, h2 strong {
	font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ol, ul {
	margin: 0 0 20px 20px;
	padding: 0;
	list-style-position: outside;
}
.link-extern, .link-mail, .link-download, .link-intern {
	border-bottom: 1px solid #858585;
}
.link-extern:hover, .link-extern a:active, .link-mail:hover, .link-download:hover, .link-intern:hover {
	border-bottom: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.mainwrap {
	position: relative;
	margin: 0;
	background: transparent;
}
.clearer {
	clear: both;
}
.container {
	padding-right: 10px;
	padding-left: 10px;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-md-12, .col-md-10, .col-md-9, .col-md-8, .col-md-6, .col-md-4, .col-md-3, .col-md-2 {
	padding-right: 10px;
	padding-left: 10px;
}
.col-md-12 .divider {
	/*margin: 0 10px;*/
	clear: both;
}
.col-md-12 .logos .divider {
	margin: 0;
}
.font-small {
	font-size: 15px;
	line-height: 20px;
}
/* specific formatting */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent { margin-left: 1.5em; }
.block { display: block; }

/* Header
================================================== */
#header {
	height: 140px;
}
#headBox {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
.page-header {
	padding-bottom: 0;
	margin: 0;
	border: none;
	display: none;
}
#logo {
	float: left;
	margin-left: 0;
}
#logo img {
	width: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.logo-elch img {
	height: 100px;
}
.logo-filmzentrum img {
	height: 50px;
	margin-top: 50px;
}
.fixed #logo img {}
#logo h1 {
    font-size: 19px;
    display: none;
}
#pageHeadImgBox {
	position: relative;
	width: 100%;
	min-height: 560px;
	background: #fff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 90%;
}
.pageHeadTitle {
	margin: 90px 20px 0 135px;
}
.pageHeadTitle h1, .pageHeadTitle h2, .pageHeadTitle h3 {
	color: #fff;
}

/* Navigation
================================================== */
#navBox {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}
.fixed #navBox {}
.navbar {
	min-height: 10px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#headBox .navbar {
	padding-top: 0;
}
.nav {
	display: table;
	margin: 0 auto;
	padding: 152px 0 20px 0;
}
footer .nav {
	margin: 10px 0 0 0;
	padding: 10px 0;
}
.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.navbar-default {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
/* Toggle */
#toggleBox {
	display: none;
}
.navbar-toggle {
	color: #858585;
	background: transparent;
	text-align: center;
	display: block;
	cursor: pointer;
	position: relative;
	float: left;
	z-index: 500;
	width: auto;
	height: auto;
	margin: 0 25px 0 0;
	padding: 0;
	border-radius: 0;
	border: none;
}
.navbar-toggle:focus, .navbar-toggle:hover {
	background: transparent;
}
.navbar-toggle .icon-bar {
	width: 50px;
	height: 38px;
	border-radius: 0;
	background: transparent url('../Images/navigation-grau.svg') center center no-repeat;
}
.navbar-toggle:focus .icon-bar {
	background: transparent url('../Images/navigation-grau.svg') center center no-repeat;
}
.fixed .navbar-toggle .icon-bar, .fixed .navbar-toggle:focus .icon-bar {}
.navbar-toggle:hover .icon-bar, .navbar-toggle:active .icon-bar {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.page-11 .navbar-toggle .icon-bar, .page-20 .navbar-toggle .icon-bar {
	background: transparent url('../Images/navigation-grau.svg') center center no-repeat;
}
.navbar-toggle .closeNav {
	width: 48px;
	height: 38px;
	background: transparent url('../Images/navigation-close-grau.svg') center center no-repeat;
	display: none;
}
.navbar-toggle .closeNav:hover, .navbar-toggle .closeNav:active {
	background: transparent url('../Images/navigation-close-grau.svg') center center no-repeat;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-toggle.openNav .closeNav {
	display: block;
}
.navbar-toggle.openNav .icon-bar {
	display: none;
}
.navbar-default .navbar-nav li a {
	color: #858585;
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	padding: 8px 0;
	line-height: 100%;
	display: block;
	position: relative;
}
footer .navbar-default .navbar-nav li a {
	color: #858585;
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
	text-transform: none;
	padding: 5px 0;
	line-height: 100%;
	display: block;
	position: relative;
}
.navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:active {
	color: #fff;
	background-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.navbar-default .navbar-nav .active>a, .navbar-default .navbar-nav .active>a:focus, .navbar-default .navbar-nav .active>a:hover, .navbar-default .navbar-nav .active>a:active {
	background-color: transparent;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
footer .navbar-default .navbar-nav li a:focus, footer .navbar-default .navbar-nav li a:hover, footer .navbar-default .navbar-nav li a:active,
footer .navbar-default .navbar-nav li li a:focus, footer .navbar-default .navbar-nav li li a:hover, footer .navbar-default .navbar-nav li li a:active {
	color: #3399cc !important;
}
footer .navbar-default .navbar-nav .active>a, footer .navbar-default .navbar-nav .active>a:focus, footer .navbar-default .navbar-nav .active>a:hover, .navbar-default .navbar-nav .active>a:active {
	color: #3399cc !important;
}
.navbar-default .navbar-nav>li {
	margin: 0;
	padding: 0;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 25px;
}
/*.navbar-default .navbar-nav>li.first {
	padding: 0 10px 0 0;
}*/
.navbar-default .navbar-nav li li {
	border-top: none;
	padding: 0;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
}
footer .navbar-default .navbar-nav li li {
	font-size: 14px;
}
/* Language Menu */
.navbar-lang {
	float: right;
	width: auto;
	height: 38px;
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.navbar-lang ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navbar-lang li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #858585;
	font-size: 21px;
	line-height: 100%;
	text-align: right;
	letter-spacing: 0.07em;
}
.fixed .navbar-lang li, .page-11 .navbar-lang li, .page-20 .navbar-lang li {
	color: #858585;
}
.navbar-lang li:first-of-type {
	margin: -1px 0 2px 0;
}
.navbar-lang li strong {
	display: block;
	margin-top: 0;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.navbar-lang li a, .navbar-lang li a:visited {
	color: #858585;
	text-decoration: none;
	opacity: 0.5;
}
.navbar-lang li a:active, .navbar-lang li a:focus, .navbar-lang li a:hover {
	color: #858585;
	text-decoration: none;
	opacity: 1;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.fixed .navbar-lang li a, .fixed .navbar-lang li a:visited, .page-11 .navbar-lang li a, .page-11 .navbar-lang li a:visited, .page-20 .navbar-lang li a, .page-20 .navbar-lang li a:visited {
	color: #858585;
}
.fixed .navbar-lang li a:active, .fixed .navbar-lang li a:focus, .fixed .navbar-lang li a:hover,
.page-11 .navbar-lang li a:active, .page-11 .navbar-lang li a:focus, .page-11 .navbar-lang li a:hover,
.page-20 .navbar-lang li a:active, .page-20 .navbar-lang li a:focus, .page-20 .navbar-lang li a:hover {
	color: #858585;
}
/* Subnavi rechte Spalte */
.col-md-3 nav {
	margin: 60px 0 20px 0;
	padding: 20px 0 30px 0;
	background: transparent;
	/*background: #e5e5e5;*/
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.col-md-3 nav h2 {
	margin: 0 0 20px 0;
	padding: 12px 50px 0 0;
	min-height: 45px;
	text-align: left;
	font-size: 30px;
	color: #858585;
	background: transparent url('../Images/download-icon.png') right center no-repeat;
}
.col-md-3 nav ul {
	margin: 0;
	list-style-type: none;
	/*border-top: 1px solid #858585;
	border-bottom: 1px solid #858585;*/
}
.col-md-3 nav li {
	margin: 5px 0;
}
.col-md-3 nav li a:after  {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
	position: absolute;
	top: 3px;
	right: 0;
	font-size: 30px;
	margin-left: 10px;
	position: relative;
}

/* Content
================================================== */
.bgColor {
	background-color: #ebe9e1;
}
video {
	width: 100%;
	height: auto;
}
.homeTitle {
	margin: 20px 20px 0 20px;
}
.homeTitle h1, .homeTitle h2 {
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 30px;
	color: #fff;
	margin: 0 0 10px 0;
	text-align: center;
}
.logos {
	text-align: center;
	padding-bottom: 0;
}
.logos hr {
	clear: both;
}
.logos img {
	margin: 0 auto 20px auto;
	display: block;
}
.logos .csc-textpic-imagecolumn {
	font-size: 20px;
	line-height: 28px;
}
.logos div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right: 0;
}
.logos a:last-of-type {
	border-bottom: 1px solid #858585;
}
.logos a:first-of-type {
	border-bottom: none;
}
.logos figcaption {
	display: none;
}
.logos figcaption a {
	border-bottom: 1px solid #858585 !important;
}
.logos a:hover, .logos .csc-textpic-image:hover a, .logos .csc-textpic-image:hover figcaption a,
.logos a:active, .logos .csc-textpic-image:active a, .logos .csc-textpic-image:active figcaption a {
	border-bottom: none !important;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.backlinkbox a:before {
	content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	margin-right: 5px;
}
.page-18 .textBlock .col-md-9 {
	padding: 30px 0 30px 10px;
}
.page-19 h3 {
	margin-top: 30px;
}
.headline h2 {
	margin: 30px 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn {
	margin-right: 1%;
	width: 15.666%;
}
.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn {
	margin-right: 2%;
	width: 18%;
}
.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn {
	margin-right: 2%;
	width: 23%;
}
.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
	margin-right: 3.3%;
	width: 30%;
}
div.csc-textpic .csc-textpic-imagewrap img {
	width: 100%;
	height: auto;
}
.moreContent {
	padding-top: 20px;
}
.font-border {
	display: table;
	border: 2px solid #858585;
	margin: 20px auto !important;
	font-size: 25px;
}
.font-border:hover {
	border: 2px solid #3399cc;
}
.font-border a {
	padding: 12px 20px 9px 20px;
	text-decoration: none;
	border: none;
	display: block;
	color: #858585;
}
.font-border a:hover {
	color: #3399cc;
}
/* Unterseite */
#pageHead {
	margin: 0;
	position: relative;
	background: #000;
	color: #fff;
	text-align: center;
}
#pageHead .col-md-6 {
	padding-right: 0;
	padding-left: 0;
}
.pageTitle {
	position: relative;
	height: 280px;
}
.pageTitle .line {
	width: 2px;
	height: 60px;
	background: #fff;
	margin: 0 auto;
	display: block;
}
.pageTitle .line.top {
	position: absolute;
	left: 50%;
	right: 50%;
	top: 0;
	height: 50px;
}
.pageTitle .line.bottom {
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
}
.pageTitle .pageCategory {
	display: block;
	margin: 0;
	padding: 65px 0 15px 0;
	font-size: 14px;
	line-height: 20px;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.pageTitle h1, .pageTitle h2, .pageTitle h3 {
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}
.pageHeadImg div.csc-textpic {
	overflow: visible;
}
.pageHeadImg div.csc-textpic-center .csc-textpic-imagewrap, .pageHeadImg div.csc-textpic-center figure.csc-textpic-imagewrap {
	overflow: visible;
}
.pageHeadImg div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
.pageHeadImg div.csc-textpic .csc-textpic-imagewrap img {
	width: auto;
	height: auto;
	max-height: 480px;
}
#programm {
	color: #fff;
	font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background: #0099cc;
	padding-bottom: 40px;
}
.template-21 #programm {
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#programm h1, #programm h2, #programm h3 {
	color: #fff;
}
#programm h3 {
	margin: 40px 0;
}
#programm h3 span {
	/*color: #858585;*/
}
#programm hr {
	border-color: #fff;
}
#programm a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#programm a:hover {
	color: #fff;
	border-bottom: none;
}
#programm p:last-of-type {
    margin: 0 0 20px 0;
}
#programm .textBlock header {
    margin: 10px 0 20px 0;
}
.contenttable h3 {
	margin: 0 0 10px 0 !important;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
}
.contenttable .font-small {
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#programm .contenttable .font-small {
	font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
/* Facts */
.row.facts {
	text-align: center;
	margin-top: 60px;
}
.row.facts b, .row.facts strong {
	color: #858585;
}
.row.facts .csc-textpic img {
	width: 100%;
	height: auto;
}
.row.facts .teaserText {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
}
.row.factImg .csc-textpic {
	padding-bottom: 1px;
	border-bottom: 1px solid #858585;
}
.row.factImg .csc-textpic img {
	width: 100%;
	height: auto;
}
/* Posters */
.row.posters .csc-textpic {
	width: 100%;
	display: table;
}
.row.posters .csc-textpic-imagecolumn {
	margin: 0 1% 20px 1%;
}
.row.posters .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
.row.posters h2 {
	margin-left: 10px;
	margin-right: 10px;
}
.row.posters figure {
	background: #000;
}
.row.posters figure a {
	border-bottom: none;
	display: none;
}
.row.posters figure a:first-of-type {
	display: block;
}
.row.posters img {
	border: 1px solid #999;
	opacity: 0.6;
	width: 100%;
	height: auto;
}
.row.posters img:hover, .row.posters img:active {
	opacity: 1;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.row.posters hr {
    margin: 40px 10px 10px 10px;
}
.row.posters .csc-default:last-of-type hr {
    margin: 40px 10px 10px 10px;
}
/* Team */
.teamBlock .csc-textpic {
	margin: 70px 0 0 0;
	font-size: 20px;
	line-height: 28px;
}
.teamBlock .csc-textpic-imagewrap {
	float: left;
	margin: 10px 20px 20px 0;
}
.teamBlock .csc-textpic-text {
	border-top: 1px solid #858585;
	display: table;
	padding-right: 30px;
}
.teamBlock .csc-textpic-text h2 {
	text-align: left;
	font-size: 24px;
	margin: 20px 0 5px 0;
}
.teamBlock .csc-textpic-text h3 {
	text-align: left;
	font-size: 20px;
	margin: 5px 0 20px 0;
}
.teamBlock .csc-textpic-text a {
	/*border-bottom: 1px solid #858585;*/
}
.teamBlock .csc-textpic-text a:hover, .teamBlock .csc-textpic-text a:active {
	border-bottom: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
/* Speaker */
.row.speaker .col-md-12 {
	padding-right: 0;
	padding-left: 0;
}
.row.speaker hr {
	margin: 60px 10px 10px 10px;
}
.row.speaker header {
    margin: 0 10px;
}
.row.speaker .csc-textpic, .row.speaker .speakerbox {
	position: relative; 
	width: 180px;
	height: auto;
	height: 198px;
	display: table;
	float: left;
	margin: 0 10px 20px 10px;
	background: #000;
    overflow: hidden;
}
.row.speaker .speakerbox {
	padding: 0 20px;
}
.row.speaker .speakerbox h2 {
	color: #fff;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 36px;
	text-align: left;
}
div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-left: 0;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
.row.speaker .csc-textpic-imagewrap img {
	width: 100%;
	height: auto;
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.row.speaker .csc-textpic:hover .csc-textpic-imagewrap img, .row.speaker .csc-textpic:active .csc-textpic-imagewrap img {
	opacity: 0.6;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.row.speaker .csc-textpic .teaserText {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 20px 10px;
    color: #fff;
    font-size: 18px;
	/*font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
    color: #fff;
	display: table;
	cursor: pointer;
}
.row.speaker .csc-textpic .teaserText h2, .row.speaker .csc-textpic .teaserText h3 {
	color: #fff;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
    margin: 0;
}
.row.speaker .csc-textpic .teaserText h2 a, .row.speaker .csc-textpic .teaserText h3 a {
	color: #fff;
    border-bottom: 1px solid #fff;
}
.row.speaker .csc-textpic .teaserText h2 span, .row.speaker .csc-textpic .teaserText h3 span {
    border-bottom: 1px solid #fff;
}
.row.speaker .csc-textpic .teaserText h2 {
	font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.row.speaker .csc-textpic .teaserText .teaserTextInner {
    display: table-cell;
	vertical-align: middle;
	height: 158px;
}
.row.speaker .csc-textpic .csc-textpic-text, .row.speaker .csc-textpic .csc-textpic-text p {
	display: none;
}
.row.speaker .csc-textpic:hover .csc-textpic-text, .row.speaker .csc-textpic:active .csc-textpic-text {
	display: block;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.row.speaker .popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #000;
	z-index: 900;
	display: none;
}
.row.speaker .popup .csc-textpic-imagewrap {
	width: 100px;
	height: auto;
	float: left;
}
.row.speaker .popup .teaserText {
	margin-left: 100px;
	padding: 60px 20px 50px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
	display: block;
}
.row.speaker .popup .teaserTextInner {
	border-top: 1px solid #fff;
}
.row.speaker .popup h2, .row.speaker .popup h3 {
	color: #fff;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
    margin: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.row.speaker .popup h2 {
	font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}
.row.speaker .popup .teaserTextInner a {
	color: #0099cc;
}
.row.speaker .closeSpeaker {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	margin: 15px 10px 0 0;
	background: transparent url('../Images/kreuz-weiss.png') center center no-repeat;
	cursor: pointer;
}
/* Press */
.pressHead {
	height: 200px;
	margin: 134px 0 0 0;
	padding: 20px 10px 0 10px;
	position: relative;
	background: #e5e5e5;
	text-align: left;
	font-size: 20px;
	line-height: 28px;
}
.page-20 .pressHead {
	display: none;
}
.pressHead h1, .pressHead h2 {
	font-size: 30px;
	text-align: left;
}
.pressHead h3 {
	font-size: 24px;
	text-align: left;
}
.pressHead a {
	border-bottom: 1px solid #858585;
}
.pressHead a:hover, .pressHead a:active {
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.pressHead .pressHeadBox {
	border-top: 1px solid #858585;
}
.press {
	margin: 40px 0 0 0;
}
.page-20 .press {
	margin: 134px -10px 0 -10px;
}
.press .mediaelement img {
	max-width: 100%;
	height: auto;
}
.news-list-view .article {
	margin-bottom: 40px;
}
.news-list-view h2, .news-list-view h3 {
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px 0;
}
.news-list-view h2 a, .news-list-view h3 a {
	color: #858585;
	border-bottom: 1px solid #858585;
}
.news-list-view h2 a:hover, .news-list-view h3 a:hover, .news-list-view h2 a:active, .news-list-view h3 a:active  {
	color: #858585;
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-list-view .teaser-text {
	font-size: 20px;
	line-height: 28px;
}
.news-list-view .news-list-date, .news-single .news-list-date {
	text-transform: uppercase;
	float: left;
	margin-right: 10px;
}
.news-list-view .teaser-text p {
	display: inline;
}
.news-list-view .teaser-text a.more {
	border-bottom: 1px solid #858585;
}
.news-list-view .teaser-text a.more:hover, .news-list-view .teaser-text a.more:active {
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-single {
	font-size: 20px;
	line-height: 28px;
}
.news-single h2 {
	font-size: 30px;
	text-align: left;
	margin: 0 0 40px 0;
}
.news-related ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.news-related a, .news-backlink-wrap a {
	border-bottom: 1px solid #858585;
}
.news-related a:hover, .news-backlink-wrap a:hover, .news-related a:active, .news-backlink-wrap a:active {
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.news-img-wrap {
	margin-top: 60px;
}
.news-img-wrap .outer {
	position: relative;
	margin-bottom: 60px;
}
.news-img-wrap .outer:last-of-type {
	margin-bottom: 40px;
}
.news-img-caption {
	position: relative;
	top: 10px;
	left: 0;
	width: auto;
	color: #858585;
	font-size: 14px;
	line-height: 20px;
	font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.news-backlink-wrap {
	margin-bottom: 20px;
}
.news-backlink-wrap a:before {
	content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    /*font-size: 30px;*/
}

/* Impressum */
#imprint, #agb {
	border-top: 1px solid #858585;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	display: none;
}
#imprint h2, #imprint h3, #agb h2, #agb h3 {
	color: #858585;
	text-align: left;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#imprint h2, #agb h2 {
	margin: 20px 0 35px 0;
}
#imprint header h2, #agb header h2 {
    border-top: none;
    padding-top: 0;
}
#imprint h3, #agb h3 {
	font-size: 24px;
	line-height: 28px;
}
#agb .col-md-12 h3 {
	margin-top: 35px;
}
#imprint h3:first-of-type, #agb h3:first-of-type {
	margin-bottom: 35px;
}
#imprint p, #agb p {
	margin: 0 0 35px 0;
}
/*#imprint p:last-of-type, #agb p:last-of-type {
	margin: 0 0 15px 0;
}*/
.closeFooter {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	background: transparent url('../Images/kreuz-grau.png') center center no-repeat;
	cursor: pointer;
}
/* Diverses */
.textBlock header {
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin: 60px 0 20px 0;
}
h2.whiteOnBlue + header {
	margin: 35px 0 20px 0;
}
.textBlock .col-md-3 .csc-textpic:first-of-type {
	margin-top: 0;
	margin-bottom: 60px;
}
.textBlock hr {
	/*margin-top: 60px;*/
}
.textBlock.middle {
	margin: 60px 0 10px 0;
}
.textBlock.lastBlock hr {
	margin-top: 40px;
}
.blackBg {
	background: #000;
	line-height: 0;
}
.blackBg .col-md-12 {
	/*padding: 0;*/
	min-height: 0;
}
.companybox {
	display: table;
	margin: 0 -10px;
	padding: 0;
}
.companybox p {
	width: 96%;
	height: 160px;
	float: left;
	display: block;
	margin: 20px 10px 0 10px;
	padding: 30px 30px 0 40px;
	border: 10px solid #ebe9e1;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #858585 ;
	background-color: #fff;
}
.companybox p:hover, .companybox p:active {
	background-color: #ebe9e1;
	color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.companybox p b, .companybox p strong {
	font-family: 'Anivers-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.companybox p a {
	/*border-bottom: 1px solid #858585;*/
}
.companybox p:hover a, .companybox p a:hover, .companybox p:active a, .companybox p a:active {
	border-bottom: none;
	color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-top: 10px;
}
figcaption {
	font-size: 20px;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.csc-uploads-fileSize {
	font-size: 0.9em;
}
.csc-uploads-fileName {
	font-weight: 700;
}
/* Sitemap */
.csc-sitemap {
	padding: 60px 0 0 0;
}
.csc-sitemap li {
	margin: 0.5em 0;
	list-style-type: none;
}
.csc-sitemap li li {
	font-size: 17px;
}
.csc-sitemap li a:before  {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	position: relative;
}
.csc-sitemap li li a:before  {
	content: "";
	margin-right: 0;
}
.csc-sitemap li li a:after  {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    font-size: 17px;
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 10px;
	position: relative;
}

/* Teaser
================================================== */
.teaserbox {
	position: relative; 
    width: 100%;
    overflow: hidden;
	margin: 0 0 20px 0;
}
.teaserbox .csc-textpic {
	position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.teaserbox .csc-textpic-imagewrap img {
    display: block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.teaserbox .csc-textpic:hover .csc-textpic-imagewrap img, .teaserbox .csc-textpic:active .csc-textpic-imagewrap img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.teaserbox div.csc-textpic-intext-right .csc-textpic-imagewrap, .teaserbox div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-left: 0;
}
.teaserbox .csc-textpic .teaserText {
    position: absolute;
    background: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 20px;
    color: #fff;
    font-size: 30px;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 40px;
    color: #fff;
    /*text-shadow: 1px 1px 2px rgba(0,0,0,.9);*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.teaserbox .csc-textpic .teaserText p {
	margin: 0 0 10px 0;
}
.teaserbox .csc-textpic .teaserText h1,
.teaserbox .csc-textpic .teaserText h2,
.teaserbox .csc-textpic .teaserText h3 {
	display: inline;
	margin: 0;
    padding: 0;
    font-size: 36px;
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    line-height: 120%;
}
.page-2 .teaserbox .csc-textpic .teaserText h1,
.page-2 .teaserbox .csc-textpic .teaserText h2,
.page-2 .teaserbox .csc-textpic .teaserText h3 {
    font-size: 38px;
}
a.teaserBoxLink h1, a.teaserBoxLink:active h1, a.teaserBoxLink:visited h1, a.teaserBoxLink:focus h1,
a.teaserBoxLink h2, a.teaserBoxLink:active h2, a.teaserBoxLink:visited h2, a.teaserBoxLink:focus h2,
a.teaserBoxLink h3, a.teaserBoxLink:active h3, a.teaserBoxLink:visited h3, a.teaserBoxLink:focus h3 {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
.page-2 a.teaserBoxLink h1, .page-2 a.teaserBoxLink:active h1, .page-2 a.teaserBoxLink:visited h1, .page-2 a.teaserBoxLink:focus h1,
.page-2 a.teaserBoxLink h2, .page-2 a.teaserBoxLink:active h2, .page-2 a.teaserBoxLink:visited h2, .page-2 a.teaserBoxLink:focus h2,
.page-2 a.teaserBoxLink h3, .page-2 a.teaserBoxLink:active h3, .page-2 a.teaserBoxLink:visited h3, .page-2 a.teaserBoxLink:focus h3 {
	border-bottom: 3px solid #fff;
}
a.teaserBoxLink:hover h1,
a.teaserBoxLink:hover h2,
a.teaserBoxLink:hover h3,
a.teaserBoxLink:active h1,
a.teaserBoxLink:active h2,
a.teaserBoxLink:active h3 {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.teaserbox .csc-textpic:hover .teaserText, .teaserbox .csc-textpic:active .teaserText {
    background: rgba(0,0,0,0.1);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.teaserCategory {
	display: block;
	margin: 0;
	font-size: 20px;
	line-height: 26px;
}
.teaserbox.gross {
	height: 160px;
}
.teaserbox.klein {
	height: 160px;
}
.col-md-3 .teaserbox.klein {
	height: 179px;
}
.teaserbox.klein .csc-textpic-imagewrap img {
    width: 100%;
	height: auto;
}
/* Newsteaser */
.newsteaserbox {
	margin-bottom: 20px;
}
.newsteaserbox h2 {
	font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	height: 30px;
	overflow: hidden;
	display: inline-block;
	display: inline-table;
	margin: 0;
	padding: 5px 7px 0 7px;
	font-size: 18px;
	color: #fff;
	background: #858585;
}
.newsteaserbox h2 a {
	color: #fff;
	border: none;
}
.newsteaserbox h3 {
	font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 22px;
	color: #858585;
	text-align: left;
	margin: 15px 0 10px 0;
}
.newsteaserbox div.csc-textpic-intext-right .csc-textpic-imagewrap, .newsteaserbox div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
	margin-left: 0;
}
.newsteaserbox img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.newsteaserbox .csc-textpic-text {
	line-height: 130%;
}
.newsteaserbox .csc-textpic-text p {
	margin-bottom: 10px;
}
.newsteaserbox .csc-textpic-text a.boxLink {
	color: #858585;
	border: none;
	display: inline;
}

/* Slider
================================================== */
#imgSlider, #imgSlider2 {
	overflow: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	height: 380px;
	width: 100%;
	margin: 40px 0 0 0;
	background: #000;
}
#imgSlider .imgCont, #imgSlider2 .imgCont {
	width: 100%;
}
#imgSlider .item, #imgSlider2 .item {
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0;
}
#imgSlider .item figure img, #imgSlider2 .item figure img {
	display: block;
	width: auto;
	height: 380px;
	max-width: none;
	margin: 0 10px;
}
#imgSlider .item:first-of-type figure img, #imgSlider2 .item:first-of-type figure img {
	margin: 0 10px 0 0;
}
#imgSlider .item:last-of-type figure img, #imgSlider2 .item:last-of-type figure img {
	margin: 0 0 0 10px;
}

/* Google map
================================================== */
#googleMap {
	width: 100%;
	height: 360px;
	position: relative;	
	display: block;
	margin-top: 40px;
}
#googleMap.mapdown {
	margin-bottom: -60px;
}
.map-tooltip {
    padding: 5px;
	display: block;
	font-size: 24px;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 30px;
}
.map-tooltip strong {
    font-family: 'DINNextLTPro-Bold', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.map-tooltip p {
    margin: 0;
    text-align: center;
	min-width: 150px;
}

/* Form
================================================== */
form input[type="text"], input[type="password"], input[type="email"], form textarea {
	background-color: #fff;
    border: 1px solid #858585;
    border-radius: 0;
    padding: 2px 5px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.3);
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.3);
}
form input[type="submit"] {
	background-color: #fff;
	color: #858585;
    border: 1px solid #858585;
    border-radius: 0;
    padding: 2px 5px;
    width: 100%;
}
form input[type="submit"]:hover, form input[type="submit"]:active {
	background-color: #858585;
	color: #fff;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* Footer
================================================== */
footer {
	color: #858585;
    font-size: 24px;
    line-height: 30px;
	margin: 60px 0 0 0;
    padding: 0 0 10px 0;
	background: #000;
	font-family: 'DINNextLTPro-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
footer .navbar-default .navbar-nav>li:last-of-type {
	display: none;
}
footer .footernav {
	height: 40px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
	font-size: 16px;
}
footer .footernav>li {
	float: left;
    margin: 5px 30px 0 0;
    padding: 0;
    background: transparent;
    color: #3399cc;
}
footer .footernav>li:focus, footer .footernav>li:hover, footer .footernav>li:active {
	background: transparent;
    color: #858585;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .footernav>li>a {
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-transform: none;
    color: #3399cc;
    text-decoration: none;
}
footer .footernav>li>a:visited {
	color: #3399cc;
	text-decoration: none;
}
footer .footernav>li>a:active, footer .footernav>li>a:focus, footer .footernav>li>a:hover, footer .footernav>li.active {
	color: #858585;
	text-decoration: none;
	background: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .footernav>li.last.active>a:active, footer .footernav>li.last.active>a:focus, footer .footernav>li.last.active>a:hover {
    background: transparent;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
footer .initiative {
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}
footer .footerInitiative {
	position: absolute;
	left: 0;
	top: -8px;
	font-size: 20px;
}
footer .footerLogos {
	margin: 20px auto 0 auto;
	display: inline-block;
}
footer .footerLogos img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
footer .copyright {
	margin: 6px 0 0 0;
	font-size: 16px;
}
footer .footerAddress {
	margin-top: 20px;
}
footer .footerAddress span {
	display: inline-block;
	margin-right: 20px;
}
footer .footerAddress a {
	text-decoration: none;
}

/* Media queries
================================================== */
@media screen and (max-width:991px) {
	#logo {
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 1000;
	}
	#navBox {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1000;
	}
	#toggleBox {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		background: #000;
	}
	#toggleBox .navbar-default .navbar-nav>li {
		width: 33.333%;
	}
	#toggleBox .navbar-default .navbar-nav>li.page-55 {
		display: none;
	}
	.pageHeadTitle {
		position: absolute;
		left: 0;
		top: 0;
	}
	.menu {
		padding: 0 0 50px 0;
	}
	footer .nav {
		display: table;
		margin: 20px auto 10px auto;
		padding: 0;
	}
	footer .menu {
		padding: 0 0 10px 0;
	}
	footer .footernav>li {
		margin: 5px 15px 0 0;
	}
}
@media screen and (max-width:767px) {
	#toggleBox .navbar-default .navbar-nav li li {
	    font-size:20px;
	}
	#googleMap {
		height: 380px;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
		/*margin-right: 1%;
		margin-left: 1%;
		width: 31.333%;*/
	}
	footer .menu.level-2, footer .menu.level-3 {
		display: none;
	}
	footer .activetop>.menu.level-2, footer .active>.menu.level-2,
	footer .activetop>.menu.level-3, footer .active>.menu.level-3 {
		display: block;
	}
	.teamBlock .csc-textpic-imagewrap {
		margin: 10px 0 20px 0;
		float: none !important;
	}
	.teamBlock .csc-textpic-imagewrap .csc-textpic-image {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:520px) {
	h1 {
		font-size: 33px;
		line-height: 125%;
	}
	.logo-filmzentrum {
		display: none
	}
	.pageHeadTitle {
		margin: 20px 15px 0 15px;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagecolumn,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagecolumn {
		/*margin: 0 0 10px 0;
		width: 100%;*/
		margin-right: 1.5%;
		margin-left: 1.5%;
		width: 47%;
	}
}
@media screen and (max-width:420px) {}
@media screen and (max-width:320px) {
	.homeTitle {
		margin: 10px 20px 0 20px;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
}

@media screen and (min-width:768px) {
	.newsBox .container {
		padding-right: 145px;
		padding-left: 145px;
	}
	#header {
		height: 140px;
	}
	#headBox {
		padding: 20px 0 0 0;
	}
	.logo-elch img {
		height: 100px;
	}
	.logo-filmzentrum img {
		height: 50px;
		margin-top: 50px;
	}
	.nav {
		display: block;
		width: 100%;
		margin: 0;
		padding: 158px 20px 20px 140px;
	}
	footer .nav {
		padding: 30px 0 0 0;
	}
	footer .navbar-default .navbar-nav>li {
		width: 20%;
		padding: 0;
	}
	footer .menu {
		margin: 7px 0 0 0;
	}
	.pageHeadTitle {
		margin: 90px 20px 0 135px;
	}
	.teaserbox.gross {
		height: 170px;
	}
	.teaserbox.klein {
		height: 170px;
	}
	.teaserCategory {
		font-size: 20px;
		line-height: 26px;
	}
	.teaserbox .csc-textpic .teaserText h1, .teaserbox .csc-textpic .teaserText h2, .teaserbox .csc-textpic .teaserText h3 {
		font-size: 32px;
	}
	#pageHead .col-md-6 {
		width: 50%;
		float: left;
	}
	.pageTitle {
		height: 342px;
	}
	.pageTitle .line {
		height: 90px;
	}
	.pageTitle .line.top {
		height: 70px;
	}
	.pageTitle .pageCategory {
		padding: 82px 0 15px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.pageTitle h1, .pageTitle h2, .pageTitle h3 {
		font-size: 35px;
		line-height: 40px;
	}
	.pageHeadImg div.csc-textpic .csc-textpic-imagewrap img {
		width: auto;
		height: 342px
	}
	.logos img {
		max-width: 146px;
		height: auto;
		margin-bottom: 15px;
	}
	.logos .csc-textpic-imagecolumn {
		/*width: 25%;
		float: left;
		min-height: 190px;*/
		font-size: 14px;
		line-height: 20px;
	}
	figcaption {
		font-size: 14px;
	}
	footer .initiative {
		height: auto;
	}
	footer .footerInitiative {
		font-size: 16px;
	}
	footer .footernav {
		height: 40px;
		font-size: 16px;
	}
	footer .footerLogos {
		margin: 0 auto;
	}
	footer .footerLogos img {
		margin: 0 auto;
	}
	footer .copyright {
		float: left;
		margin: 6px 15px 0 0;
		font-size: 16px;
	}
	.companybox p {
		width: 226px;
		height: 160px;
		margin: 20px 10px 0 10px;
		padding: 30px 30px 0 40px;
		font-size: 18px;
		line-height: 24px;
	}
	.row.posters .csc-textpic-imagecolumn {
		float: left;
	}
	.row.posters img {
		width: 226px;
		height: auto;
	}
	.teamBlock .csc-textpic-imagewrap {
		margin: 10px 20px 0 0;
	}
	.row.facts .csc-textpic img {
		width: 60%;
	}
	.pressHead {
		margin: 80px 97px 0 90px;
		padding: 20px 10px 0 10px;
	}
	.press {
		margin: 40px 107px 0 100px;
	}
	.page-20 .press {
		margin: 120px 120px 0 56px;
	}
	.news-img-caption {
		position: absolute;
		top: 0;
		left: 538px;
		width: 116px;
		font-size: 13px;
		line-height: 16px;
	}
	.row.speaker .csc-textpic, .row.speaker .speakerbox {
		width: 167px;
		height: 184px;
	}
	.row.speaker .popup {
		width: 728px;
		min-height: 363px;
		margin: 0 10px;
	}
	.row.speaker .popup .csc-textpic-imagewrap {
		width: 330px;
	}
	.row.speaker .popup h2, .row.speaker .popup h3 {
		font-size: 16px;
		margin: 10px 0;
	}
	.row.speaker .popup h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.row.speaker .popup .teaserText {
		margin-left: 330px;
		padding: 60px 40px 50px 40px;
		font-size: 14px;
		line-height: 20px;
	}
	.row.speaker .closeSpeaker {
		margin: 15px 10px 0 0;
	}
	#imprint .col-md-10, #agb .col-md-10 {
		width: 83.33333333%;
		float: left;
	}
	#imprint .col-md-2, #agb .col-md-2 {
		width: 16.66666667%;
		float: left;
	}
	.closeFooter {
		margin-top: 20px;
	}
	#googleMap {
		height: 620px;
	}
	.newsteaserbox h3 {
		font-size: 22px;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		width: 730px;
	}
	.newsteaserbox h2 {
		height: 30px;
		padding: 5px 7px 0 7px;
		font-size: 18px;
	}
	.bgColor .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.bgColor .col-md-3 {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 50px;
	}
	.newsBox .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	#header {
		height: 200px;
	}
	.logo-elch img {
		height: 100px;
	}
	.logo-filmzentrum img {
		height: 50px;
		margin-top: 50px;
	}
	.navbar-toggle {
		display: none;
	}
	.nav {
		width: 100%;
		margin: 0;
		padding: 15px 0 0 0;
	}
	.navbar-default .navbar-nav>li {
		padding: 0 12px;
		font-size: 24px;
	}
	.navbar-default .navbar-nav>li.last {
		padding: 0;
	}
	.navbar-default .navbar-nav.home li {
		width: auto;
		padding: 0 8px;
	}
	.navbar-default .navbar-nav li li {
		padding: 0;
		font-size: 20px;
	}
	#toggleBox .navbar {
		float: right;
		margin-left: 0;
		margin-right: -15px;
	}
	#toggleBox .navbar-default .navbar-nav li a {
		padding: 20px 15px 20px 15px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	#toggleBox .navbar-default .navbar-nav li a:hover, #toggleBox .navbar-default .navbar-nav li a:active, #toggleBox .navbar-default .navbar-nav li a:focus {
		background: #000;
		color: #fff !important;
		border-bottom: 1px solid #858585;
	}
	#toggleBox .navbar-default .navbar-nav > li > a.active {
		color: #000;
	}
	#toggleBox .navbar-default .navbar-nav li li {
		position: relative;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		background: #000;
	}
	#toggleBox .navbar-default .navbar-nav li li a.active {
		color: #3399cc;
	}
	#toggleBox .navbar-default .navbar-nav li li.page-49 {
		display: none;
	}
	#toggleBox .navbar-default ul li ul {
		position: absolute;
		top: -999em;
		left: 0;
		right: 0;
		width: 200px;
		margin: 0 12px;
		padding: 0;
		background-color: #000;
	}
	#toggleBox .navbar-default ul li ul li ul {
		margin: 0;
		padding: 0;
	}
	#toggleBox .navbar-default ul li:hover ul, #toggleBox .navbar-default ul li:active ul {
		top: 65px;
		z-index: 1000;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-default ul li:hover ul li ul {
		top: -999em;
	}
	#toggleBox .navbar-default ul li ul li:hover ul, #toggleBox .navbar-default ul li ul li:active ul {
		top: 0;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-default ul li ul li:hover ul li ul, #toggleBox .navbar-default ul li ul li:active ul li ul {
		top: -999em;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-default ul li ul li ul li:hover ul, #toggleBox .navbar-default ul li ul li ul li:active ul {
		top: 0;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-default .navbar-nav li li a {
		width: 100%;
		padding: 12px 15px;
		font-size: inherit;
		line-height: 120%;
		color: #858585;
		text-decoration: none;
		white-space: normal;
		display: inline-block;
		text-align: left;
		border-top: 1px solid #858585;
	}
	#toggleBox .navbar-default .navbar-nav li li:first-of-type a {
		border-top: none;
	}
	#toggleBox .navbar-default .navbar-nav li li a:visited {
		text-decoration: none;
	}
	#toggleBox .navbar-default .navbar-nav li li a:active, .navbar-default .navbar-nav li li a:focus, .navbar-default .navbar-nav li li a:hover {
		color: #fff !important;
		font-style: normal;
		text-decoration: none;
		border-bottom: none !important;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-nav li:hover ul, #toggleBox .navbar-nav li:active ul {
		opacity: 1;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-nav li:hover ul li, #toggleBox .navbar-nav li:active ul li {
		opacity: 1;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
	}
	#toggleBox .navbar-nav li:hover ul .last {}
	/* Transitions */
	#toggleBox .navbar-nav li ul {
		opacity: 0;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	#toggleBox .navbar-nav li li {
		opacity: 0;
		-webkit-transition: opacity 0.5s ease-in;
		-moz-transition: opacity 0.5s ease-in;
		-o-transition: opacity 0.5s ease-in;
		transition: opacity 0.5s ease-in;
	}
	.pageHeadTitle {
		margin: 90px 20px 0 115px;
	}
	.homeTitle {
		margin: 140px 0 0 0;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 64px;
	}
	.teaserbox.gross {
		height: 400px;
	}
	.col-md-12 .teaserbox.gross {
		height: 230px;
	}
	.teaserbox.klein {
		height: 190px;
	}
	.teaserCategory {
		font-size: 20px;
		line-height: 26px;
	}
	.teaserbox .csc-textpic .teaserText h1, .teaserbox .csc-textpic .teaserText h2, .teaserbox .csc-textpic .teaserText h3 {
		font-size: 32px;
	}
	.page-2 .teaserbox .csc-textpic .teaserText h1, .page-2 .teaserbox .csc-textpic .teaserText h2, .page-2 .teaserbox .csc-textpic .teaserText h3 {
		font-size: 40px;
	}
	.pageTitle {
		height: 446px;
	}
	.pageTitle .line {
		height: 110px;
	}
	.pageTitle .line.top {
		height: 80px;
	}
	.pageTitle .pageCategory {
		padding: 95px 0 15px 0;
		font-size: 20px;
		line-height: 36px;
	}
	.pageTitle h1, .pageTitle h2, .pageTitle h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.pageHeadImg div.csc-textpic .csc-textpic-imagewrap img {
		width: auto;
		height: 446px
	}
	.logos img {
		max-width: 190px;
		height: auto;
		margin-bottom: 15px;
	}
	.logos .csc-textpic-imagecolumn {
		/*min-height: 240px;*/
		font-size: 18px;
		line-height: 26px;
	}
	figcaption {
		font-size: 18px;
	}
	footer .initiative {
		height: 100px;
	}
	footer .footerInitiative {
		font-size: 18px;
	}
	footer .nav {
		padding: 30px 0 0 0;
	}
	footer .navbar-default .navbar-nav>li {
		width: 20%;
		padding: 0;
	}
	footer .menu {
		margin: 7px 0 0 0;
	}
	footer .footernav {
		height: 40px;
		font-size: 18px;
	}
	footer .footerLogos img {
		margin: 20px auto 0 auto;
	}
	footer .copyright {
		margin: 6px 30px 0 0;
		font-size: 18px;
	}
	footer .navbar-default .navbar-nav li li {
		font-size: 18px;
	}
	.companybox p {
		width: 220px;
	}
	.row.posters img {
		width: 220px;
		height: auto;
	}
	.teamBlock {
		padding: 0 100px;
	}
	.teamBlock .csc-textpic-imagewrap {
		margin: 10px 60px 0 0;
	}
	.row.facts .csc-textpic img {
		width: 100%;
	}
	.pressHead {
		margin: 80px 97px 0 90px;
		padding: 20px 100px 0 100px;
	}
	.press {
		margin: 40px 197px 0 190px;
	}
	.page-20 .press {
		margin: 120px 190px 0 190px;
	}
	.news-img-caption {
		left: 560px;
		width: 180px;
		font-size: 14px;
		line-height: 20px;
	}
	.blackBg .col-md-12 {
		padding: 0 10px 0 90px;
	}
	.row.speaker .csc-textpic, .row.speaker .speakerbox {
		width: 174px;
		height: 191px;
	}
	.row.speaker .popup {
		width: 950px;
		min-height: 440px;
	}
	.row.speaker .popup .csc-textpic-imagewrap {
		width: 400px;
	}
	.row.speaker .popup h2, .row.speaker .popup h3 {
		font-size: 18px;
		margin: 13px 0;
	}
	.row.speaker .popup h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.row.speaker .popup .teaserText {
		margin-left: 400px;
		padding: 60px 80px 50px 80px;
		font-size: 18px;
		line-height: 24px;
	}
	.row.speaker .closeSpeaker {
		margin: 20px 20px 0 0;
	}
	#imprint p:last-of-type, #agb p:last-of-type {
	    margin: 0 0 15px 0;
	}
	.textBlock .col-md-9 {
		padding: 0 10px 0 90px;
	}
	.textBlock .col-md-3 .csc-textpic:first-of-type {
		margin-top: 55px;
	}
	.newsteaserbox h3 {
		font-size: 25px;
	}
	.newsteaserbox {
		margin-bottom: 50px;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		width: 950px;
	}
	.newsteaserbox h2 {
		height: 25px;
		padding: 5px 7px 0 7px;
		font-size: 14px;
	}
	.bgColor .container {
		padding-right: 125px;
		padding-left: 125px;
	}
	.bgColor .col-md-3 {
		width: 50%;
	}
	#pageHeadImgBox {
		min-height: 560px;
	}
}

@media screen and (min-width:1200px) {
	#header {
		height: 140px;
	}
	.nav {
		padding: 55px 0 0 0;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		width: 1150px;
	}
	.row.speaker .csc-textpic, .row.speaker .speakerbox {
		width: 175px;
		height: 189px;
	}
	.row.speaker .popup {
		width: 1150px;
		min-height: 550px;
	}
	.row.speaker .popup .csc-textpic-imagewrap {
		width: 500px;
	}
	.row.speaker .popup h2, .row.speaker .popup h3 {
		font-size: 20px;
		margin: 15px 0;
	}
	.row.speaker .popup h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.row.speaker .popup .teaserText {
		margin-left: 500px;
		padding: 100px 120px 90px 120px;
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (min-width:1280px) {
	.container {
		width: 1240px;
		padding-right: 0;
		padding-left: 0;
	}
	#logo {
		margin-left: 20px;
	}
	.logo-elch img {
		height: 100px;
	}
	.logo-filmzentrum img {
		height: 50px;
		margin-top: 50px;
	}
	#navBox {
		margin-right: 20px;
	}
	#toggleBox .navbar {
		margin-right: 0;
	}
	.navbar-default .navbar-nav>li {
		padding: 0 12px;
		font-size: 24px;
	}
	.navbar-default .navbar-nav>li.last {
		padding: 0 0 0 12px;
	}
	.navbar-default .navbar-nav li li {
		padding: 0;
		font-size: 20px;
	}
	.pageHeadTitle {
		margin: 90px 20px 0 135px;
	}
	.homeTitle {
		margin: 160px 0 0 0;
	}
	.homeTitle h1, .homeTitle h2 {
		font-size: 68px;
	}
	.homeBoxContent {
		padding: 27px 20px;
	}
	.homeBox h3, .homeBox h3 a {
		font-size: 22px;
	}
	.homeBox h4 {
		font-size: 14px;
	}
	.teaserbox.gross {
		height: 480px;
	}
	.col-md-12 .teaserbox.gross {
		height: 230px;
	}
	.teaserbox.klein {
		height: 230px;
	}
	.teaserCategory {
		font-size: 24px;
		line-height: 30px;
	}
	.teaserbox .csc-textpic .teaserText h1, .teaserbox .csc-textpic .teaserText h2, .teaserbox .csc-textpic .teaserText h3 {
		font-size: 36px;
	}
	a.teaserBoxLink h1, a.teaserBoxLink:active h1, a.teaserBoxLink:visited h1, a.teaserBoxLink:focus h1,
	a.teaserBoxLink h2, a.teaserBoxLink:active h2, a.teaserBoxLink:visited h2, a.teaserBoxLink:focus h2,
	a.teaserBoxLink h3, a.teaserBoxLink:active h3, a.teaserBoxLink:visited h3, a.teaserBoxLink:focus h3 {
		border-bottom: 3px solid #fff;
	}
	.page-2 .teaserbox .csc-textpic .teaserText h1, .page-2 .teaserbox .csc-textpic .teaserText h2, .page-2 .teaserbox .csc-textpic .teaserText h3 {
		font-size: 48px;
	}
	.page-2 a.teaserBoxLink h1, .page-2 a.teaserBoxLink:active h1, .page-2 a.teaserBoxLink:visited h1, .page-2 a.teaserBoxLink:focus h1,
	.page-2 a.teaserBoxLink h2, .page-2 a.teaserBoxLink:active h2, .page-2 a.teaserBoxLink:visited h2, .page-2 a.teaserBoxLink:focus h2,
	.page-2 a.teaserBoxLink h3, .page-2 a.teaserBoxLink:active h3, .page-2 a.teaserBoxLink:visited h3, .page-2 a.teaserBoxLink:focus h3 {
		border-bottom: 4px solid #fff;
	}
	.pageTitle {
		height: 480px;
	}
	.pageTitle .line {
		height: 120px;
	}
	.pageTitle .line.top {
		height: 100px;
	}
	.pageTitle .pageCategory {
		padding: 115px 0 15px 0;
	}
	.pageTitle h1, .pageTitle h2, .pageTitle h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.pageHeadImg div.csc-textpic .csc-textpic-imagewrap img {
		width: auto;
		height: 480px
	}
	.logos img {
		max-width: 236px;
		margin-bottom: 20px;
	}
	.logos .csc-textpic-imagecolumn {
		/*min-height: 250px;*/
		font-size: 20px;
		line-height: 28px;
	}
	figcaption {
		font-size: 20px;
	}
	footer .footerInitiative {
		top: 35px;
		font-size: 20px;
	}
	footer .footernav {
		height: 40px;
		font-size: 18px;
	}
	footer .copyright {
		font-size: 18px;
	}
	.companybox p {
		width: 280px;
		font-size: 20px;
		line-height: 28px;
	}
	.row.posters img {
		width: 280px;
	}
	.teamBlock .csc-textpic-imagewrap {
		margin: 10px 120px 0 0;
	}
	.page-20 .press {
		margin: 120px 290px 0 190px;
	}
	.news-img-caption {
		left: 700px;
		font-size: 16px;
		line-height: 24px;
	}
	.row.speaker .csc-textpic, .row.speaker .speakerbox {
		width: 190px;
		/*width: 180px;*/
		height: 209px;
	}
	.row.speaker .popup {
		width: 1240px;
		min-height: 550px;
	}
	.newsteaserbox h3 {
		font-size: 25px;
	}
	.col-md-3 nav, .col-md-3 .backlinkbox {
		padding-left: 40px;
	}
	.newsteaserbox h2 {
		height: 30px;
		padding: 5px 7px 0 7px;
		font-size: 18px;
	}
	.bgColor .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.bgColor .col-md-3 {
		width: 25%;
	}
	.csc-textpic-imagewrap[data-csc-cols="6"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="5"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="4"] .csc-textpic-imagerow,
	.csc-textpic-imagewrap[data-csc-cols="3"] .csc-textpic-imagerow {
		width: 1240px;
	}
}

@media screen and (min-width:1460px) {
	#toggleBox .navbar-default .navbar-nav li li {
	    font-size: 18px;
	}
}

@media print {
	html * {font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif}
	body {
		font-family: 'Anivers-Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	    background: #fff;
	    color: #000;
	    font-size: 16px;
	    margin: 0;
	    padding: 0;
	}
	#headBoxWrap, .navbar, .navbar-lang, .csc-linkToTop {
		display: none;
	}
	#headBoxWrap {
		border-bottom: none;
	}
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none !important;
	}
	a[href]:after {
		display: none;
	}
	.link-extern, .link-intern, .link-mail, .link-download {
		padding: 0;
	}
	#logo h1 {
	    display: none;
	}
	.mainwrap {
		margin: 0;
	}
	.csc-uploads {
		list-style-type: none;
		list-style-image: none;
		margin: 1em 0 1.5em;
	}
	.csc-uploads li {
		clear: left;
		margin: 0;
		padding: 0 0 1em 0;
	}
	.csc-uploads img {
		float: left;
		margin: 0 10px 3px 0;
	}
	.csc-uploads-description,
	.csc-uploads-fileSize {
		display: inline-block;
		margin-left: 10px;
	}
	footer {}
}