/*
custom styles

ROT: #fc5045
alt: #D83820

BLAU: #001373 
alt: #0165ab

*/

html {
	height: 100%;
}

body {
	margin: 0 auto;
	width:100%;
	height:100%;
	background: #f7f7f7 url('../img/himmel.jpg') no-repeat top center fixed;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #434343;
	/*overflow: -moz-scrollbars-vertical;*/
}

a {
	color: #434343;
	text-decoration: none;
}
a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000; /*#1a171b*/
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
	outline: none;
}

h3 {
	font-size: 14px;
}

.small {
	font-size: 9px;
}

/* homebanner */

.home .content {
	text-align: center;
}
.home .content a {
	display: inline-block;
}
.home .content img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	max-width: 100%;
}
.home .content a:hover img {
	opacity: 0.8;
}
/*.home .content a img:first-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.home .content a:hover img:first-child {
	opacity: 1;
}*/

/* footer */

footer {
	margin-top: -2px;
}

.footer {
    margin-bottom: 40px;
    background: url("../img/line.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    font-size: 12px;
    padding-top: 20px;
    text-align: right;
}
#menu-footer {
	display:inline-block;
	padding: 0;
}
#menu-footer li {
	display:inline;
	margin-right:20px;
}

#menu-footer .menu-ww2016 a {
	color: #001373;
}
#menu-footer .menu-ww2015 a {
	opacity: 0.5;
}

.social {
	display: inline;
}
.socialicon {
	position: relative;
	width: 16px;
	height: 1em;
	display: inline-block;
}
.socialicon:after {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	fill: #001373;
}
.socialicon.facebook:after {
	background-image: url("../img/facebook.svg");
	width: 14px;
    height: 14px;
}
.socialicon.insta:after {
	background-image: url("../img/instagram.svg");
	width: 16px;
    height: 16px;
}
.nl_heart {
	position: relative;
	margin-right: 6px;
	padding-right: 23px;
}
.nl_heart:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 16px;
	background-image: url("../img/follow_wws.png");
	background-repeat: no-repeat;
	background-size: contain;
}
/*.follow {
    background: url("../img/follow_wws.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: inline;
    padding: 5px 23px 4px 0;
    position: relative;
    margin-left: 10px;
}
.follow div:after {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-left: 6px solid #001373;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: -6px;
    position: absolute;
    right: -5px;
    bottom: 15px;
}
.follow:hover div {
    opacity: 1;
    right: 36px;
    visibility: visible;
}
.follow div {
    background: none repeat scroll 0 0 #001373;
    border-radius: 3px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 20px;
    text-align: left;
    bottom: -10px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1000;
    width: 240px;
}
.follow div input[type=text] {
	background: #fff;
	color: #001373;
}*/
@media(max-width:450px) {
	.footer {
	    text-align: center;
	    font-size: 10px;
	}
	#menu-footer li {
		margin: 0 2px;
	}
	.social {
		display: block;
	}
}

.container {
	width:100%;
	max-width:1030px;
}
/*@media(min-width:1100px) {
	.container {
		width:1030px;
	}
}
@media(max-width:850px) {
	.container {
		width:650px;
	}
}
@media(max-width:650px) {
	.container {
		width:100%;
	}
}*/
/*@media(max-width:450px) {
	.container {
		width:320px;
	}
}*/

.navbar {
	margin: 0;
	font-family: GillSansMTStd-Book;
	font-size: 16.5px;
	text-transform: uppercase;
}
.navbar-nav {
    margin: 0;
}
.navbar-default {
	background: none;
	border: none;
	text-align: center;
}
.navbar-header {
	float: none;
	text-align: center;
}
.navbar-brand {
	float: none;
	display: inline-block;
	width: 250px;
	height: 142px;
	margin: 40px 0;
	background: transparent url('../img/wimwendersstiftung_250.png') no-repeat top right;
	text-indent:-999em;
}
@media(min-width:600px) {
	.navbar-brand {
		width: 300px;
		height: 170px;
		margin: 60px 0;
		background: transparent url('../img/wimwendersstiftung.png') no-repeat top right;
	}
	.english .navbar-brand {
		height: 190px;
		background: transparent url('../img/wimwendersstiftung_en.png') no-repeat top right;
	}
}
@media(max-width:400px) {
	.navbar-brand {
		width: 190px;
		height: 108px;
		margin: 40px 0;
		background: transparent url('../img/wimwendersstiftung_mobile.png') no-repeat top right;
	}
}
.navbar-default .navbar-toggle {
    border: none;
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 0 20px 50%;
    background: transparent url('../img/line.png') no-repeat bottom;
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #434343;
    border-radius: 0;
    display: block;
    height: 4px;
    width: 30px;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #1a171b;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}
.navbar-collapse {
	padding: 0;
	background: transparent url('../img/line.png') no-repeat bottom;
}
.container > .navbar-header, .container > .navbar-collapse {
    margin: 0;
}
.navbar-collapse.collapsing ul/*#menu-primary-navigation*/, .navbar-collapse.in ul/*#menu-primary-navigation*/ {
	padding-top: 0px;
	background: none;
}
.navbar-collapse.collapsing ul/*#menu-primary-navigation*/ li a, .navbar-collapse.in ul/*#menu-primary-navigation*/ li a {
	float: none;
	display: block;
	margin: 0 0 2px 0;
	padding: 5px 0;
	text-align: center;
	background: transparent url('../img/line.png') no-repeat bottom;
}
.navbar-collapse.collapsing ul/*#menu-primary-navigation*/ li a:after, .navbar-collapse.in ul/*#menu-primary-navigation*/ li a:after {
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

#menu-primary-navigation {
	/*width: 100%;
	background: transparent url('../img/line.png') no-repeat bottom;*/
	/*font-size: 16px;
	text-transform: uppercase;*/
}
/*#menu-primary-navigation*/.navbar-nav ul li, #submenu ul li {
	float: left;
	list-style-type: none;
}
.navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 15px;
    text-decoration: none;
}
.nav > li > a {
	padding: 15px 0 20px 0;
}
/*#menu-primary-navigation*/.navbar-nav a, #submenu a {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	color: #1A171B;
}
.navbar-nav li:last-child a {
	margin-right: 0;
}
@media(max-width:992px) {
	.navbar-nav a {
		margin-right: 10px;
		font-size: 16px;
	}
}
#submenu a {
	padding-bottom: 0px;
	padding-top: 20px;
	text-decoration: none;
}
#submenu .stipendiumsubtitle {
	padding-bottom: 0px;
	padding-top: 20px;
	text-decoration: none;
	margin-right: 20px;
}

@media(max-width: 768px) {
	#submenu a {
		float: none;
		margin-right: 0;
	}
	#submenu a:after {
		display: none; 
	}
	#submenu .stipendiumsubtitle {
		margin-right: 0;
	}
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #1a171b;
}
@media(max-width: 849px) {
	.navbar-default .navbar-nav > .active > a {
		color: #fc5045;
	}
}


/*#menu-primary-navigation*/.navbar-nav a:after, .navbar-default .navbar-toggle:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #2e2b2d;
	-webkit-transition: bottom 0.3s ease;
	-moz-transition: bottom 0.3s ease;
	-ms-transition: bottom 0.3s ease;
	-o-transition: bottom 0.3s ease;
	transition: bottom 0.3s ease;
	transform: scale(0.9999);
}
.navbar-default .navbar-toggle:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -5px;
}
.single-film #menu-primary-navigation .menu-film a:after,
.single-film #menu-primary-navigation .menu-filme a:after,
/*#menu-primary-navigation*/.navbar-nav a:hover:after, 
/*#menu-primary-navigation*/.navbar-nav .active a:after {
	bottom: 0px;
}

.single-film #menu-primary-navigation .menu-news a:after,
.single-film #menu-primary-navigation .menu-aktuelles a:after {
    bottom:-10px;
}

ul.langselect {
	float: right;
	list-style-type: none;
	padding: 0;
}
@media(max-width: 848px) {
	ul.langselect {
		float: none;
		margin-right: 0px;
		padding: 0;
	}
	ul.langselect.navbar-nav li {
		display: inline-block;
		padding: 0 5px;
	}
	ul.langselect.navbar-nav li a {
		background: none;
	}
}

@media(max-width: 768px) {
	#submenu-wrapper{
		display: none; 
	}
}
#submenu ul {
	margin: 0;
	padding: 0;
}
#submenu a:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 0px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #2e2b2d;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease;
	transform: scale(0.9999);
}
#submenu li:hover a:after, #submenu li.current_page_item a:after, #submenu ul li a.on:after {
	top: 0;
}
#submenu ul li {
	position: relative;
}
@media(max-width: 768px) {
	#submenu ul {
		padding-top: 10px; 
	}
	#submenu ul li {
		float: none;
	}
	#submenu li.current_page_item a {
		color: #fc5045;
	}
}

/* dropdown */

#submenu .dropdown {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 41px;
	left: 0px;
	z-index: 200;
	padding-top: 71px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#submenu ul li:hover .dropdown {
	visibility: visible;
	opacity: 1;
}
#submenu .dropdown ul {
	padding: 20px;
	display: inline-block;
	line-height: 1.5;
	background: #001373;
}
/*#submenu .dropdown ul.dokumentarfilme {
	left: 110px;
}
#submenu .dropdown ul.kurzfilme {
	left: 280px;
}
#submenu .dropdown ul.produziert {
	left: 380px;
}*/
#submenu .dropdown ul:after {
	content: '';
	position: absolute;
	top: 61px;
	left: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #001373;
	transform: scale(0.9999);
}
#submenu .dropdown .filmmenu ul li {
	width: 100%;
	white-space:nowrap;
	font-size: 14px;
	text-transform: none;
	color: #fff;
}
#submenu .dropdown .filmmenu ul li a {
	color: #fff;
	padding-top: 0;
	overflow: visible;
}
#submenu .dropdown .filmmenu ul li a:after {
	display: none;
}
#submenu .dropdown .filmmenu ul li a:hover {
	/*color: #fc5045;*/
}
#submenu .dropdown ul li a span:after {
	border-left: 9px solid #fff;
}
#submenu .dropdown ul li a:hover span:after {
	border-left: 9px solid #fc5045;
}

.page-header {
	margin: 0;
	padding: 0;
	border: none;
	display: none;
}

.quote {
	padding: 40px 20px 0 20px;
}
.zitat {
	font-size: 18px;
	font-weight: 300;
	color: #001373;
}
blockquote {
    border-left: none;
    margin: 0;
    padding: 0;
}
.linkespalte, .rechtespalte {
	padding: 40px 20px;
}
@media(max-width:992px) {
	.linkespalte {
		padding-bottom: 0px;
	}
	.rechtespalte {
		padding-top: 0px;
	}
}

article {
	/* JAN 23.01.2015 display: inline-block;*/
	padding: 40px 20px;
}
.blog article {
	display: inline-flex;
	display: -webkit-inline-flex;
	background: transparent url('../img/line.png') no-repeat top;
}
/* inaktiv solange ww2015-banner vorgeschaltet */
.blog article:first-of-type {
	background: none;
}
@media(max-width:580px) {
	.blog article {
		display: block;
	}
}
figure {
	/*float: left;*/
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
@media(min-width:580px) {
	figure {
		margin-right: 40px;
		width: auto;
		margin-bottom: 0px;
	}
}
@media(min-width:850px) {
	figure {
		width: 300px;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
	}
}
figure img {
	width: 100%;
}
img.postimage {
	margin-top: 20px;
	max-width: 100%;
}
h1, h2 {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: GillSansMTStd-Book;
	font-size: 16.5px;
}
.entry-title {
	padding: 20px 0;
}
.postmeta {
	text-transform: uppercase;
	font-size: 10px;
}

.post-nav {
	background: transparent url('../img/line.png') no-repeat top;
	padding: 40px 0;
	text-align: center;
}
.pager {
	display: inline-block;
	margin: 0;
}
/*.pager .previous {
	background: #000;
	width: 40px;
	height: 40px;
	border-radius: 40px;
}*/
.pager li > a {
    background-color: #000;
    border: none;
    border-radius: 15px;
    height: 30px;
    text-align: center;
    width: 30px;
    padding: 4px 1px;
    color: #fff;
    position: relative;
    text-indent:-999em;
}
.pager li > a:hover {
    background-color: #001373;
}
.pager .previous a:after, .pager .next a:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-right: 9px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: scale(0.9999);
}
.pager .next a:after {
	border-right: none;
	border-left: 9px solid #fff;
	left: 12px;
}

#gallery {
	float: left;
}
#gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*#gallery img {
	width: 100%;
	margin-bottom: 20px;
}*/
#gallery img {
    /*border: 10px solid #FFFFFF;*/
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);*/
    margin-bottom: 20px;
    width: 100%;
}
#gallery ul li span.caption {
	display: block;
	margin: -15px 0 20px 0;
	font-size: 11px;
}

.filmmenu.row {
	padding: 20px;
}
@media(min-width:300px) {
.col-sm-4 {
float:left
}
.filmmenu .col-sm-4 > div {
	padding: 20px 0;
}
.filmmenu h1 {
	color: #001373;
}
.filmmenu ul {
	line-height: 1.6;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
.filmmenu  ul li {
	padding-left: 50px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.filmmenu  ul li:hover {
	padding-left: 55px;
}
.filmmenu  li.nolink {
	opacity: 0.6;
}
.filmmenu  li.nolink:hover {
	padding-left: 50px;
}
.filmmenu  ul li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.filmmenu ul li a:hover {
	color: #001373;
}
.filmmenu ul li span {
	margin-left: -50px;
	padding-right: 20px;
	position: relative;
}
.filmmenu ul li span:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 6px;
	width: 0;
	height: 0;
	border-left: 9px solid #2e2b2d;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.filmmenu ul li a:hover span:before {
	border-left: 9px solid #001373;
}

article#filmdetail {
	padding: 0 0 40px 0px;
}
.page-template-template-stipendium article#filmdetail, .page-template-template-nachwuchsfoerderung article#filmdetail {
	padding-top: 20px;
}
article#filmdetail .row {
	padding: 0 20px;
}
article#filmdetail .row img {
	max-width: 100%;
}
#filmdetail h1 {
	font-size: 26px;
	color: #001373;
}
@media(min-width:992px) {
	article#filmdetail .entry-content {
		padding-right: 65px;
	}
}
@media(max-width:991px) {
	article#filmdetail .entry-content {
		padding-bottom: 40px;
	}
}
.credits {
	font-size: 12px;
}
.credits strong {
	/*margin-bottom: 5px;*/
	text-transform: uppercase;
}
.credits .togglelink, a.speciallink/*, a.link*/ {
	position: relative;
	padding-left: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.credits a:hover{
	color: #fc5045;
}
a.link {
	text-transform: none;
	font-weight: normal;
	color: #fc5045;
}
a.link:hover {
	border-bottom: 1px dotted #fc5045;
}
.credits .togglelink:hover, .credits .open .togglelink {
	cursor: pointer;
	color: #fc5045;
}
.credits .togglelink:before, a.speciallink:before/*, a.link:before*/ {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 0;
	height: 0;
	border-left: 9px solid #fc5045;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: scale(0.9999);
}
/*a.speciallink:before {
	border-left: 9px solid #001373;
}*/
.credits .open .togglelink:before {
	top: 2px;
	left: 0px;
	border-left: 5px solid transparent;
	border-top: 9px solid #fc5045;
	border-right: 5px solid transparent;
}
.togglecontent {
	display: block;
	padding-top: 0;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.open .togglecontent {
	padding-top: 10px;
	max-height: 1200px;
}
.open .togglecontent.cast {
	padding-top: 0px;
}
.creditsbox p {
	margin-bottom: 0;
	/*display: inline;*/
}
/*.creditsbox.relsound p,.creditsbox.relsound img {
	margin-top: 10px;
}*/

/* Nachwuchs */

.page-template-template-nachwuchsfoerderung .creditsbox, .page-template-template-stipendium .creditsbox {
	padding-bottom: 20px;
}
.page-template-template-nachwuchsfoerderung .creditsbox:first-of-type {
	padding-top: 20px;
}
/*.smallslider .slick-slide div.flex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}*/

/* # slidshow # */

#slideshow {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
#slideshow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cycle-slideshow a {
	padding: 17px 0 20px 0;
	background: #000;
}
.slidenav {
	/*float: right;
	padding-top: 10px;
	font-size: 12px;*/
	text-align: right;
}
.cycle-prev, .cycle-next {
	position: absolute;
	z-index: 150;
	width: 50%;
	height: 90%;
	cursor: url("../img/arrow_prev.png"), pointer;
}
@media(max-width:990px) {
	.cycle-prev, .cycle-next {
		height: 80%;
	}
}
.cycle-next {
	left: 50%;
	cursor: url("../img/arrow_next.png"), pointer;
}
a#prev, a#next {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 20px;
	cursor: pointer;
	margin-left: 20px;
}
a#prev:before, a#next:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 0;
	height: 0;
	border-right: 9px solid #fc5045;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: scale(0.9999);
}
a#next:before {
	/*left: 11px;*/
	border-right: none;
	border-left: 9px solid #fc5045;
}
.spielfilme a#prev:before {
	border-right: 9px solid #001373;
}
.spielfilme a#next:before {
	border-left: 9px solid #001373;
}

.slide img {height: auto !important;}

.elastic-video {
	position: relative !important;
	padding-bottom: 56.25%;
	/*padding-top: 15px;*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HORRIZONTAL SCROLL */

.imageslider_wrapper {
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
	margin-bottom: 20px;
}
@media(max-width:992px) {
	.imageslider_wrapper {
		height:400px;
	}
}
@media(max-width:850px) {
	.imageslider_wrapper {
		height: 300px;
	}
}
@media(max-width:650px) {
	.imageslider_wrapper {
		height: 200px;
	}
}
ul.imageslider {
	/*height:540px;*/
	overflow:auto;
	white-space:nowrap;
	-webkit-overflow-scrolling:touch;
	margin: 0;
	padding: 0;
	/*display: flex;*/
}
ul.imageslider li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
ul.imageslider li:last-child {
	margin-right:0px;
}
.imageslider img, .imageslider iframe {
	height: 500px;
	-moz-user-select: none;
}
.imageslider iframe {
	width: 100%;
	background: #111;
}
@media(max-width:992px) {
	.imageslider {
		height:440px;
	}
	.imageslider img, .imageslider iframe {
		height: 400px;
	}
}
@media(max-width:850px) {
	.imageslider {
		height:340px;
	}
	.imageslider img, .imageslider iframe {
		height: 300px;
	}	
}
@media(max-width:650px) {
	.imageslider {
		height:240px;
	}
	.imageslider img, .imageslider iframe {
		height: 200px;
	}
}

/*.single-film .slidenav {
	margin-top: -20px;
}*/

.slider-prev, .slider-next {
	position: absolute;
	left: 0;
	z-index: 150;
	width: 10%;
	height: 90%;
	cursor: url("../img/arrow_prev.png"), pointer;
}
@media(max-width:990px) {
	.slider-prev, .slider-next {
		height: 80%;
	}
}
.slider-next {
	left: auto;
	right: 0;
	cursor: url("../img/arrow_next.png"), pointer;
}

/* subtitle */
.imageslider .small {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	white-space: pre-wrap;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.imageslider li:hover .small {
	opacity: 1;
}

/* # # # # FORM # # # # */

.form-control, input, select, textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
	background: #001373; /* 3c369a */ /*#6fabb5;*/ 
	border-radius: 3px;
	padding: 5px 10px;
	color: #fff;
	border:none;
	outline:none;
	font-size: 14px;
}
input[type=checkbox] {
	display: inline;
	width: auto;
}
label {font-weight: normal;}
select {
	margin-top: 0px;
	padding-right: 30px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent: 0.1px;
	text-overflow: '';
	cursor:pointer;
}
label.selector {
	position: relative;
	width: 100%;
}
label.selector:after {
	content:'';
	right:15px;
	top:11px;
	position:absolute;
	pointer-events:none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	transform: scale(0.9999);
}
@-moz-document url-prefix() {
	label.selector:after {
		right:20px;
	}
}   /*  <-- Absicht ? */
@-moz-document url-prefix() {
	label.selector:before {
		content:'';
		right:15px;
		top: 0px;
		width:20px;
		height:22px;
		background:#001373; /*#403d40*/
		position:absolute;
		pointer-events:none;
		display:block;
	}
}  /*  <-- Absicht ? */

textarea.form-control {
	padding: 10px;
}
.fullsize textarea {
	width: 960px;
}
.fullsize select {
	width: 960px;
	position: relative;
}

input#submit, input.submit {
	width: auto;
	padding: 0;
	background: none;
	color: #fc5045;
	font-size: 16px;
	text-transform: uppercase;
	border: 0;
}
input#submit:hover, input.submit:hover {
	color: #fc2214;
}

ul.vfb-section {
	margin: 0;
	padding: 0;
}
ul.vfb-section input {
	margin: 0 0 10px 0;
}

/* LIZENZANFRAGN */

#lizenzanfragen {
	padding: 20px 20px;
}
#lizenzanfragen h2 { margin-bottom: 10px; }
#lizenzanfragen #submit { width: 100%; }

/*#lizenzanfragen input.error,
#lizenzanfragen select.error,
#lizenzanfragen textarea.error { border:2px solid #900;}*/
#errorcontainer {
	margin: 20px 0;
}
#lizenzanfragen label.error {
	display:block;
	background: #fc5045;
	padding: 10px;
	color: #fff;
}

.check {
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #001373;
	color: #fff;
	margin-bottom:10px;
	border-radius: 3px;
}
.check .filmmenu li {
	padding-left: 20px;
}
.check .filmmenu li:hover, .check .filmmenu  ul.produktionen li:hover, .check .filmmenu  ul.the-blues li:hover {
	padding-left: 20px;
}

.check input {
	height: 0px;
	margin-top: 0;
	width: auto;
}
.check input[type=checkbox] {
	visibility: hidden;
	height: 0px;
	display: inherit;
}
.check label {
	position: relative;
	margin-bottom: 0px;
}
.check label:before {
	content:'';
	left: 0px;
	top: 4px;
	position:absolute;
	background: #fff;
	width: 14px;
	height: 14px;
	border-radius: 10px;
	margin-left: -20px;
}
.check label:hover {
	color: #fc5045;
	cursor: pointer;
}
.check input[type=checkbox]:checked + label:before {
	background: #fc5045; /* #1ceb9a */
	/*background: #000;*/
	/*background: #fff url('images/checked.gif') no-repeat;*/
}

.bildmaterialien {
	float: left;
	padding: 0 5px 0 15px;
	display: inline;
}
.bildmaterialien img {
	max-width: 168px;
	padding: 10px 0;
}
.bildmaterialien .imagewrapper {
	width:168px;
	height:105px;
	overflow:hidden;
}
.check .bildmaterialien label {
	margin-left: 20px;
}


input.zipcode { display:none;}



.filmmenu ul li { line-height:1.5em;}

#wolke {
	z-index: 200;
	position: absolute;
	top: 300px;
	left: -1200px;
	width: 1200px;
	height: 1200px;
	background: transparent url('../img/wolke.png') no-repeat;
}

.newslettermessage, .message {
	padding: 40px 20px;
	float: left;
}

.jsfade,article { opacity:0; }
.home .jshomefade {display:none;}
.no-js .jsfade, .no-js article { opacity:1}
.no-js .jshomefade {display:block;}

/* # # # # WW 2015 # # # # */

.kalender {
	background: transparent url('../img/cracked.png') no-repeat;
	padding-bottom: 20px;
	/*margin: 0 -20px;
	padding: 0 20px 20px;
	overflow-x: hidden;*/
}
@media(max-width:850px) {
	.kalender {
		display: none;
	}
}
@media print {
	body.overlay .kalender {
		display: none;
	}
}

.kalender .kalrow {
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	/*-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;*/
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.kalender .kalrow:first-child table:first-child tr:last-child {
    display: none;
}

/*.kalender svg {
    width: 1000px;
    height: 600px;
    position: absolute;
    z-index: -1;
}
.kalender .line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1;
}*/

.kalender table {
	display: inline-block;
	padding-bottom: 10px;
	color: #002973;
	position: relative;
}
.calendar.m1 {opacity: 0.3;}
.calendar.m2 {opacity: 0.4;}
.calendar.m3 {opacity: 0.5;}
.calendar.m4 {opacity: 0.6;}
.calendar.m5 {opacity: 0.7;}
.calendar.m6 {opacity: 0.8;}

.calendar.jetzt:after {
	position: absolute;
	content: '';
	background: transparent url('../img/markerMonat.png') no-repeat;
	width: 300px;
	height: 190px;
	top: -25px;
	left: -60px;
	z-index: -10;
}
/*.kalender .calendar-row {
	background: transparent url('../img/cracked.png') no-repeat;
}*/
.kalender table th {
	font-weight: normal;
	line-height: 12px;
	font-size: 12px;
}
.kalender table td {
	padding: 2px 5px;
	text-align: center;
}
.kalender table .on {
	padding: 0;
}
.kalender a {
	color: #fff;
	position: relative;
	display: block;
	padding: 3px 5px;
}
.kalender a:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -5px;
	width: 40px;
	height: 32px;
	background: transparent url('../img/marker01.png') no-repeat;
	z-index: -1;
	/*border-radius: 30px;*/
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	opacity: 0.8;
}
.kalender .nobg a:after {
	background: none !important;
}
.kalender a:hover:after, .kalender a.machan:after {
	opacity: 1;
}
.kalender .foto a:after {
	background: transparent url('../img/marker01.png') no-repeat;
}
.kalender .film a:after {
	background: transparent url('../img/marker02.png') no-repeat;
}
.kalender .allgemein a:after {
	background: transparent url('../img/marker03.png') no-repeat;
}
.kalender .tv a:after {
	background: transparent url('../img/marker02_rund.png') no-repeat;
}

.kalender .america.bg a:after {
	background: transparent url('../img/markerAmerica.png') no-repeat !important;
	height: 73px;
    left: -135px;
    top: 2px;
    width: 189px;
    z-index: -2;
}
.kalender .berlinale.bg a:after {
	background: transparent url('../img/markerBerlinale.png') no-repeat !important;
	height: 95px;
    left: -165px;
    top: -5px;
    width: 201px;
    z-index: -2;
}
.kalender .moma.bg a:after {
	background: transparent url('../img/markerMoma2.png') no-repeat !important;
	height: 80px;
    left: -40px;
    width: 207px;
    z-index: -2;
}
.kalender .smkp.bg a:after {
	background: transparent url('../img/markerSMKP.png') no-repeat !important;
	height: 80px;
    left: -165px;
    top: 2px;
    width: 199px;
    z-index: -2;
}
.kalender .ildz_due.bg a:after {
	background: transparent url('../img/markerILDZ_Due.png') no-repeat !important;
	height: 50px;
    left: -15px;
    top: -1px;
    width: 189px;
    z-index: -2;
}
.kalender .icr_paris.bg a:after {
	background: transparent url('../img/markerICR_Paris.png') no-repeat !important;
	height: 55px;
    left: -164px;
    top: 0px;
    width: 201px;
    z-index: -2;
}
.kalender .berlinart.bg a:after {
	background: transparent url('../img/markerBerlinart.png') no-repeat !important;
	height: 57px;
    left: -108px;
    top: 0;
    width: 192px;
    z-index: -2;
}
.kalender .patr.bg a:after {
	background: transparent url('../img/markerPATR1.png') no-repeat !important;
	height: 51px;
    left: -136px;
    top: 0;
    width: 193px;
    z-index: -2;
}
.kalender .patr2.bg a:after {
	background: transparent url('../img/markerPATR2.png') no-repeat !important;
	height: 78px;
    left: -56px;
    top: 0;
    width: 190px;
    z-index: -2;
}
.kalender .timecapsules.bg a:after {
	background: transparent url('../img/markerTimeCapsules.png') no-repeat !important;
	height: 78px;
    left: -111px;
    top: -1px;
    width: 197px;
    z-index: -2;
}
.kalender .werkschauDD.bg a:after {
	background: transparent url('../img/markerWerkschauDD.png') no-repeat !important;
	height: 132px;
    left: -67px;
    top: -3px;
    width: 201px;
    z-index: -2;
}
.kalender .lisbon.bg a:after {
	background: transparent url('../img/markerLisbon.png') no-repeat !important;
	height: 124px;
    left: -160px;
    top: 2px;
    width: 201px;
    z-index: -2;
}
.kalender .potm.bg a:after {
	background: transparent url('../img/markerPOTM.png') no-repeat !important;
	height: 105px;
    left: -109px;
    top: 0px;
    width: 194px;
    z-index: -2;
}

.kalender a span:after {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-image: url('../img/cracked.png');
    border-radius: 5px;
    bottom: 25px;
    color: #fff;
    content: attr(title);
    left: -90px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1000;
    width: 200px;
    opacity: 0;
    pointer-events: none;
    text-transform: uppercase;
}
.kalender a:hover span:after{
    bottom: 35px;
    opacity: 1;
}
.kalender a span:before{
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.23s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    border: solid;
    border-width: 6px 6px 0 6px;
    bottom: 19px;
    content: "";
    left: 6px;
    position: absolute;
    z-index: 99;
    opacity: 0;
}
.kalender a:hover span:before{
    bottom: 29px;
    opacity: 1;
}
.kalender .film a span:before{
    border-color: #002973 transparent;
}
.kalender .film a span:after{
    background-color: #002973;
}
.kalender .foto a span:before{
    border-color: #fc594e transparent;
}
.kalender .foto a span:after{
    background-color: #fc594e;
}
.kalender .allgemein a span:before{
    border-color: #2eb3bb transparent;
}
.kalender .allgemein a span:after{
    background-color: #2eb3bb;
}
.kalender .tv a span:before{
    border-color: #03ABF9 transparent;
}
.kalender .tv a span:after{
    background-color: #03ABF9;
}

.post-type-archive-ww2015 .col-md-4 {
	padding: 0 0 20px 0;
}
.post-type-archive-ww2015 .col-md-4.left {
	padding-right: 14px;
}
.post-type-archive-ww2015 .col-md-4.mid {
	padding: 0 7px 20px;
}
.post-type-archive-ww2015 .col-md-4.right {
	padding-left: 14px;
}
@media(max-width:850px) {
	.post-type-archive-ww2015 .col-md-4 {
		padding: 0 0 0 0 !important;
	}
}
@media print {
	body.post-type-archive-ww2015.overlay .col-md-4 {
		display: none;
	}
}
article.ww2015 {
	background: none;
	padding: 0 0 20px 20px;
	position: relative;
	color: #002973;
	width: 100%;
}
article.ww2015::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
article.ww2015.highlight::before {
    height: 16px;
    left: -3px;
    top: 2px;
    width: 16px;
}
article.ww2015.foto::before {
	background: #fc594e;
}
article.ww2015.film::before {
	background: #002973;
}
article.ww2015.allgemein::before {
	background: #2eb3bb;
}
article.ww2015.tv::before {
	background: #03ABF9;
}
article.ww2015:hover::before, article.ww2015.beforeON::before {
	top: 0px;
	left: -5px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
}

@media screen {
	body.overlay {
		overflow: hidden;
	}
}
.overlay .layer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	z-index: 2000;
	overflow-y: scroll;
	display: -webkit-flex;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}
@media print {
	.overlay .layer {
		position: relative;
		overflow-y: auto;
		display: block;
	}
}
.ww2015detail {
	/*position: absolute;
	left: 50%;
	margin-left: -300px;*/
	width: 600px;
	padding: 80px 0;
	display: inline-table;
}
.single-ww2015 .ww2015detail {
	padding: 0 0 40px;
	display: block;
	width: 800px;
	margin: 0 auto;
}
.single-ww2015 .ww2015detail {
	padding: 0 0 40px;
	display: block;
	width: 800px;
	margin: 0 auto;
}
@media(max-width:860px) {
	.single-ww2015 .ww2015detail {
		width: auto;
		max-width: 800px;
	}
}
@media(max-width:440px) {
	.ww2015detail {
		width:300px;
		padding: 20px 10px;
	}
}
@media print {
	.ww2015detail {
		width: auto;
		padding: 0;
		display: block;
	}
}
.ww2015detail .date {
	text-align: center;
	color: #001373;
	font-family: GillSansMTStd-Book;
	background: transparent url('../img/dateBG.png') no-repeat bottom center;
	height: 60px;
	margin-bottom: 30px;
	/*padding-top: 35px;*/
	font-size: 26px;
}
.ww2015detail img {
	width: 100%;
	margin-bottom: 30px;
}
.ww2015detail h1 {
	font-size: 26px;
	color: #001373;
	text-align: center;
	padding-bottom: 10px;
}
.ww2015detail h2 {
	color: #001373;
	text-align: center;
}
.ww2015content {
	color: #001373;
	padding: 20px 0;
}
.ww2015detail iframe {
	width: 100%;
}
.ww2015detail .link {
	color: #001373;
}
.ww2015detail hr {
	border-color: #001373;
	margin-top: 0;
	opacity: 0.5;
}
.ww2015detail #closepost {
	background: transparent url('../img/closelayer.png') no-repeat;
	width: 44px;
	height: 32px;
	margin: 0 auto;
}

/* # # # # DIGITALISIERUNG # # # # */

.twentytwenty-container {
	margin-top: 40px;
	background: #000;
}
.twentytwenty-nav {
	text-align: right;
	padding: 10px 0 20px;
}
.linkespalte .twentytwenty-container {
	margin: 0 0 20px;
}
.page-template-template-digital-php .col-md-8 .twentytwenty-container {
	margin: 0 0 20px;
}
.page-template-template-digital-php .creditsbox {
	padding-top: 20px;
}
.page-template-template-digital-php .credits .creditsbox {
	padding-top: 10px;
}

/* # # # # WOLKE # # # # */
@media only screen and (max-device-width: 480px){
	#wolken {
		display: none;
	}
}
#wolken {
	position: fixed;
	z-index: 0;
	/*overflow: hidden;*/
	width: 100%;
	height: 100%;
}

@keyframes spinmoveOne {
	to {
		-webkit-transform: scale3d(8,8,0);
		-moz-transform: scale3d(8,8,0);
		-o-transform: scale3d(8,8,0);
		-ms-transform: scale3d(8,8,0);
		transform: scale3d(8,8,0);
		opacity: 0;
	}
}
@-webkit-keyframes spinmoveOne {
	to {
		-webkit-transform: scale3d(8,8,0);
		-moz-transform: scale3d(8,8,0);
		-o-transform: scale3d(8,8,0);
		-ms-transform: scale3d(8,8,0);
		transform: scale3d(8,8,0);
		opacity: 0;
	}
}

.wolkeOne {
	position: absolute;
	top: 100px;
	left: 10%;

	animation: spinmoveOne 10s ease;
	-webkit-animation: spinmoveOne 10s ease;
	/*transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;*/
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

/* # # # # TRAILER # # # # */

.menu-trailer a {
	color: #FC5045;
}

.trailerlayer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.9);
	z-index: 10000;
	display: none;
	text-align: center;
}
.trailer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -225px;
}
.trailer iframe {
	width: 800px;
	height: 450px;
}
.trailer a {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-top: 10px;
	display: block;
}

@media(max-width:850px) {
	.trailer {
		margin-left: -300px;
		margin-top: -169px;
	}
	.trailer iframe {
		width: 600px;
		height: 338px;
	}
}
@media(max-width:650px) {
	.trailer {
		margin-left: -200px;
		margin-top: -125px;
	}
	.trailer iframe {
		width: 400px;
		height: 250px;
	}
}
@media(max-width:450px) {
	.trailer {
		margin-left: -160px;
		margin-top: -90px;
	}
	.trailer iframe {
		width: 320px;
		height: 180px;
	}
}

/* # # # # OVERLAY # # # # */

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	display: none;
}
div.overlay .center {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* # # # # EXTRAS # # # # */

/* news bruno ganz indent */

.indentme p {
	text-indent: 1em;
}

/* YOUTUBE */

.video_block {
	margin-top: 80px;
}
@media(min-width:700px) {
	.video_block {
		width: 48%;
		float: left;
		clear: left;
	}
	.video_block:nth-child(2n+2) {
		float: right;
		clear: right;
	}
}
.video_block h2 {
	font-size: 1.5em;
}
.video_block > div {
	margin: 1em 0;
}
.video_block ul {
	padding-left: 1em;
	font-size: small;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background-color: rgba(0,0,0,0.85);
}
.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}
.youtube-player .play {
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	background: url("../img/play.png") no-repeat;
	cursor: pointer;
}
