@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic&subset=latin,latin-ext);

/*

Thin 100 
Light 300 
Normal 400 
Bold 700 
Ultra-Bold 900

*/

/* font family */

body,*{
	/*font-family:'DejaVuSansBook',sans-serif;*/
	font-family:'Lato',Helvetica,Arial,Verdana,sans-serif;
	font-weight:400;
	font-size:15pt;
	color:#000;
}

.container-fluid{
	/*max-width:960px;*/
	max-width:1200px;
}

a.dropdown-title,
a.dropdown-toggle{
	float:left;
}

/*.nav > li > a.dropdown-title{
	padding-right:0;
}*/

/*.nav > li > a.dropdown-toggle{
	padding-left:0;
}*/

.navbar-right,
.navbar-right a{
	float:right;
	text-align:right;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
.nav-stacked a{
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	color:inherit;
}

.nav-stacked a{
	font-weight:600;
}

.nav-stacked .nav-stacked a{
	font-weight:400;
}

#sitemap ul{
	font-weight:600;
}

p{
	max-width:48em;
	max-width:60em;
	line-height:1.5em;
}

.navbar-brand img{
	padding-top:0;
	height:1.5em;
	width:auto;
}

.navbar ul{
	padding-top:0;
}

a,a:link{
	color:#777777;
}


#slide-caption-current p a,
#slides .title span a,
.inhalt a,
.abstract a,
.credits a{
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}

#slides .title span a,
#slides .title span a:link{
	color:#000;
}



/*#slide-caption-current p a,
#slides .title span a,
.inhalt a,
.abstract a,
.credits a{
	text-decoration:underline;	
}*/

#slide-caption-current p a,
.title span a,
.inhalt a,
.abstract a,
.credits a{
	text-decoration:underline;	
}

h1.title span a{
	color:#000;
}

#slide-caption-current p a:hover,
#slides .title span a:hover,
.inhalt a:hover,
.abstract a:hover,
.credits a:hover{
	color:#333333;
	text-decoration:underline;	
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

/* Large desktop */
@media (min-width: 1200px) { 
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}	
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.dropdown-toggle{
		width:100%;
	}
	
}

/*@import url('default.css');*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:0;
}

.img-responsive{
	width:100%;
	height:auto;
}


h1,h2,h3,h4,img,ul{
	padding-top:0;
}

* h1,* h2,* h3,* h4,* img,* ul{
	padding-top:1em;
}

h4{
	font-size:100%;
	color:#F90000;

}

strong,h4{
	font-weight:700;
}


.navbar{
	margin-top:0.5em;
	font-size:100%;
	min-height:2em;
	background:transparent;
	border:0;
}

.navbar-brand{
	padding-top:0.5em;
	font-size:150%;
}

.navbar-brand a{
	font-size:inherit;
}

.navbar-brand img{
	font-size:inherit;	
	height:1.333333em;
}

.navbar-right a{
	margin-top:0.5em;
	font-size:inherit;
	text-transform:uppercase;
	font-weight:400;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-color:#F90000;
}

#search{
	margin-top:1em;
}

#search .input-group-btn>.btn{
	border:0;
	font-size:inherit;
	color:inherit;
}

#search .glyphicon{
	color:#777;	
	font-size:11.5pt;
	/*font-size:120%;*/
}



#search .form-control{
	font-size:9pt;
	height:2em;
	border-radius:1em;
}

.banner{
	max-width:100%;
	padding:0;
	background:#818686;
}

.banner #slides{
	display:block;
	position:relative;
	width:100%;
	height:66vh;
	min-height:20em;
	/*white-space: nowrap;*/
	overflow:hidden;
	padding:0;
	border-top:1px solid #777;
	background:#000;
	border-bottom:4px solid #F90000;
}

#slide-control-next,
#slide-control-prev{
	position:absolute;
	border-sizing:border-box;
	z-index:100;
	top:0;
	width:50%;
	height:100%%;
	padding:0;
	padding-top:25%; /* relates to width of window, which is really weird */
	background:transparent;
	cursor:pointer;
}

.msie8 #slide-control-next,
.msie8 #slide-control-prev{
	padding-top:20%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.msie8 #slide-control-next:hover,
.msie8 #slide-control-prev:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);	
}

#slide-control-next i,
#slide-control-prev i{
	color:#F90000;
	font-size:400%;
	opacity:0;
	margin:0;
	display:block;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

#slide-control-next{
	right:0;
	text-align:right;
	padding-right:5%;
}

#slide-control-prev{
	left:0;
	text-align:left;
	padding-left:5%;
}

#slide-control-next:hover i,
#slide-control-prev:hover i{
	opacity:0.5;
}


/*.banner #slides.carousel{
	height:88vh;	
	border-bottom:0;
	
}*/

#slides .slide-caption{
	
	width:100%;
	height:auto;
	/*
	min-height:22vh;
	background:#818686;
	*/
	
}

.slide-navigation{
	position:absolute;
	bottom:0;
	right:1%;
	display:block;
	list-style-type:none;
	background:transparent;
	height:auto;
	width:99%;
	padding-top:0.5em;
}

.slide-navigation{
	bottom:auto;
	top:0;
}

/*#slides.carousel .slide-navigation{
	bottom:22vh;
}*/

.slide-navigation li{
	display:block;
	float:right;
	width:16px;
	height:16px;
	background-color:#777;
	margin-right:0.2em;
	white-space:nowrap;
	border-radius:50%;
}

.slide-navigation li:hover{
	border:1px solid #fff;
}

.slide-navigation li.active{
	background-color:#F90000;
}

.slide-navigation li.loading{
	
	background-image:url('ajax-loader-16.gif');	
	background-repeat:no-repeat;
}



.slide{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:transparent;
	background-size:cover;
	background-repeat:none;
	background-position:center center;
}

.slide .landscape{
	width:100%;
	height:100%;
	background-color:#000;
	background-size:cover;
	background-repeat:none;
	background-position:center center;	
	/*border-bottom:4px solid #F90000;*/
}

.banner #slides.carousel .slide .landscape{
	height:66vh;	
}


.banner .img-caption{
	display:none;
}

.banner .row{
	margin:0 auto;
	max-width:1200px;
}

.banner .title,
.banner p{
	font-size:150%;
	font-weight:inherit;
	padding-top:0;
	margin-top:0;
	margin-bottom:0;
	line-height:1.5em;
}

.banner .title{
	width:100%;
	max-width:100%;
	margin:30px 0 0 0;
	padding:0;
	text-align:left;
	white-space:auto;
}

.banner p{
	width:100%;
	max-width:100%;
	margin:0 0 30px 0;
	padding:0;
	text-align:left;
	white-space:auto;
}

.banner .title strong{
	display:inline;
	text-transform:uppercase;
	font-size:inherit;
	font-weight:700;
	margin-top:0;
	padding-top:0;
	padding-right:0.5em;
	/*border-right:2px solid #000;*/
	margin-right:0.5em;
}

.banner .slide-caption h1{
	margin-bottom:0;
	white-space:auto;
}

.banner .slide-caption p{
	margin-top:0;
	white-space:auto;
}

.banner .title span{
	font-size:inherit;
	margin-right:0.5em;
}

.banner .title strong,
.banner .title span{
	white-space:auto;
}

/*.content-default p{
	max-width:36em;
}*/

.content-default .glyphicon{
	font-size:80%;
	color:inherit;
}

.content-default h2 a:link,
.content-default h1.h2 a:link{
	color:inherit;
}

/*.banner .title h1{
	display:inline;
	text-transform:uppercase;
	font-size:inherit;
	font-weight:inherit;
	margin-top:0;
	padding-top:0;
	padding-right:0.5em;
	border-right:2px solid #000;
	margin-right:0.5em;
}



.title dl{
	font-size:inherit;
	display:inline;
	width:100%;
	
}

.title dt,
.title dd{
	font-size:inherit;
	display:inline;
	margin-right:0.5em;
	font-weight:inherit;
}

.title dt:after{
	content:':';
}
*/

dt.implicit,
.title dt.implicit,
.title span.implicit{
	display:none;
}

/*.banner .abstract p{
	width:100%;
	height:3em;
	overflow:hidden;
}

.banner .abstract p:after{
	position:absolute;
	content:'…';
	right:0;
	bottom:0.5em;
	font-size:200%;
}
*/

.banner .abstract p{
	max-width:100%;
}

.banner a.expand{
	/*color:#EE3636;*/
	color:#000;
	font-weight:600;
}


/*** Subnavigation ***/

.subnavigation{
	margin-top:1em;
	text-transform:uppercase;
	font-size:100%;
	margin-bottom:1.5em;
}

.subnavigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.subnavigation div,
.subnavigation ul,
.subnavigation li,
.subnavigation a{
	font-size:inherit;
	font-weight:inherit;
	font-size:inherit;
}

.subnavigation .left ul li{
	float:left;
	margin-right:0.5em;
}

.subnavigation .right ul li{
	float:right;
	margin-left:0.5em;
}

/*** Poster ***/

.poster{
	margin-top:2em;
}

.poster .img-caption{
	display:none;
}

h1,
.poster h1,
.poster dl.core,
h2{
	font-size:150%;
	font-weight:700;
}

.poster dl.core dd{
	font-size:inherit;
	font-weight:inherit;
}

.poster h1,
.poster h1 a,
.content-default h2{
	color:#F90000;
	text-transform:uppercase;
}

.poster h1,
.poster img{
	margin:0;
	padding:0;
}

#synopsis h2{
	margin-bottom:1em;
}

/*h2 a{
	width:100%;
	height:4em;
	min-width:3em;
	display:table-cell;
	border-spacing:border-box;
	vertical-align: bottom;
	padding-bottom:0.5em;
}*/

.poster dl.credits{
	font-weight:400;
}

.poster dl.credits dt,
.poster dl.credits dd{
	font-weight:inherit;
	font-size:inherit;
	display:block;
}

.poster dl.credits dt{
	color:#F90000;
	padding-right:0.5em;
	

}

.poster dl.credits dd{
	
	
}

.poster dl.credits dt,
.poster dl.credits dd { float: left }

.poster dl.credits dt { clear:both }

p + h2 a{
	height:auto;
}

#sitemap-spacer h1{
	display:none;
}

#sitemap{
	margin-top:10em;
	margin-bottom:0;
	border-bottom:0;
}

.main{
	min-height:100%;
}

/* adnb specific */

/*.navbar-nav > li > a{
	padding-top:36px;
}*/


/*ul.navbar-left{
	padding-left:196px;
}*/


.container-content{
	padding-top:20px;
}

.container-content + .container-content{
	padding-top:15px;
}

h1 img.img-responsive{
	font-size:inherit;
	height:6em;
	width:auto;
	margin-bottom:1.5em;
}
h1 .img-caption{
	display:none;
}

h2 em{
	/*font-family:'Zapfino',fantasy;
	font-size:70%;
	font-weight:inherit;
	display:block;
	background:#fff;*/
	font-family:inherit;
	font-weight:inherit;
	font-size:inherit;
	font-style:inherit;
}

/*.hr-to-columns .col-sm-3 h2,
.hr-to-columns .col-sm-3 p,
.hr-to-columns .col-sm-3 ul{
	background:#F8F8F8;
	margin-bottom:0;
	padding:10px;
}*/

.teaser-image{
	width:100%;
	height:12em;
	white-space:nowrap;

}



.teaser-image .portrait,
.teaser-image .landscape{
	width:100%;
	height:100%;
	background-color:transparent;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.msie8 .teaser-image .portrait,
.msie8 .teaser-image .landscape{
	background-size:contain;
}
 
.teaser{
	font-size:9pt;
	overflow:hidden;
	max-height:31em;
	min-height:31em;
}

h1.datei_26,
h1.datei_433{
	padding-right:66px;
}

.teaser.datei_26:after,
h1.datei_26:after{
	display:block;
	width:56px;
	height:56px;
	background:transparent url('badges/besonders-wertvoll.png') no-repeat;
	background-size:contain;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
	content:'';
}

.teaser.datei_433:after,
h1.datei_433:after{
	display:block;
	width:56px;
	height:56px;
	background:transparent url('badges/wertvoll.png') no-repeat;
	background-size:contain;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
	content:'';
}

h1.datei_26:after,
h1.datei_433:after{
	left:auto;
	right:0;
}

/*.teaser:hover{
	max-height:100em;
}*/

.teaser a.teaser-image{
	display:block;
	background-color:rgb(204,204,204); /*gmfilms logo lightest shade*/
}

.teaser *,
.teaser a{

	font-size:inherit;
	line-height:1.5em;
}

.teaser .title{
	font-weight:600;
	margin-bottom:1em;
}

.teaser .title *{
	font-weight:inherit;
}

.teaser h2{
	text-transform:uppercase;
	margin:0;
}

.teaser .title dt{
	clear:left;
}

.teaser .title dt:before{
	content:' ';
	clear:both;
}

.teaser-expand{
	display:block;
	width:100%;
	font-size:9pt;
	height:12em;
}

.teaser .title dt,
.teaser .title dd{
	display:inline;
	margin-right:0.5em;
}

.teaser .title dt.implicit,
.teaser .title dd.implicit{
	display:none;
}


#footer{
	margin-top:4em;
	background:#818686;
	border-top:4px solid #EE3636;
}

#footer,
#footer *{
	font-size:9pt;
}

#footer h2,
#footer p,
#footer strong{
	font-size:inherit;
	line-height:1.25em;
	color:#000;
}

#footer h2,
#footer strong{
	
	font-weight:600;
	text-transform:uppercase;
	
}

#footer a{
	font-size:inherit;
	color:inherit;
}

#footer div:nth-child(2) p a{
	display:inline-block;
	width:45%;
	margin-right:5%;
	float:left;
}

#footer div:nth-child(2) p a .img-responsive{
	width:100%;
	height:auto;
}

#footer p .img-responsive{
	width:50%;
	height:auto;
}

h2 a{
	color:inherit;
}


h2 .img-responsive{
	margin:0;
	padding:0;
	font-size:inherit;
	height:1em;
	width:auto;
}

p{
	margin-top:1.5em;
}

.download i{
	display:inline-block;
	height:70px;
	width:100%;
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left bottom;
}

.download i.download-images{
	background-image:url('download-images.png');
}

.download i.download-trailer{
	background-image:url('download-trailer.png');
}

.download i.download-bundle{
	background-image:url('download-bundle.png');
}

.download i.download-info{
	background-image:url('download-info.png');
}

.row.download-images{
	overflow:hidden;
	max-height:10000px;
	transition: 2s;
	-webkit-transition: 2s;
}

.row.download-images.closed{
	max-height:0;
}

.download-images .img-caption{
	font-size:50%;
	line-height:1.5em;
}

#press dt:before,
#press dt:after{
	content:'"';
}

#press dd{
	font-style:italic;
}

#available ul{
	list-style-type:none;
}

#available .row + .row h2{
	margin-top:0;
	padding-top:0;
}

#available a span{
	color:#fff;
	background:#000;
	padding:0.2em;
	border-radius:0.2em;
}

a.itunes-apple-com span,
a.www-realeyz-tv span,
a.goodmovies-de span,
a.www-goodmovies-de span,
a.www-netzkino-de span,
a.www-alleskino-de span,
a.youtube-com span,
a.vimeo-com span{
	display:none;
}
a.itunes-apple-com,
a.www-realeyz-tv,
a.goodmovies-de,
a.www-goodmovies-de,
a.www-netzkino-de,
a.www-alleskino-de{
	margin:12px 0 12px 0;
	display:inline-block;
	width:100%;
	height:40px;	/*apple guidelines*/
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	white-space:nowrap;
}

a.youtube-com,
a.vimeo-com{
	margin:0 42px 0 0;
	display:inline-block;
	height:33px;	/*apple guidelines*/
	background-color:transparent;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
	white-space:nowrap;
	float:left;
}

a.youtube-com.trailer-tab,
a.vimeo-com.trailer-tab{
	margin:0 0 0 42px;
	float:right;
}

a.youtube-com{
	width:79px;
}

a.vimeo-com{
	width:73px;
}

a.www-netzkino-de{height:27px;}
a.goodmovies-de,
a.www-goodmovies-de{height:25px;}

a.itunes-apple-com{	background-image:url('vendors/itunes.png');	}
a.www-realeyz-tv{	background-image:url('vendors/realeyz.png');	}
a.goodmovies-de,a.www-goodmovies-de{	background-image:url('vendors/good-movies.png');}
a.www-netzkino-de{	background-image:url('vendors/netzkino.png');}
a.www-alleskino-de{	background-image:url('vendors/alleskino.png');}
a.youtube-com{	background-image:url('vendors/youtube.png');}
a.vimeo-com{	background-image:url('vendors/vimeo.png');}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 1200px) { 
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.teaser{
		max-height: 51em;
		min-height: 51em;
	}
	.teaser-image{
		height:32em;
	}
	/*
		22 = 267
		32 = 388
	*/
	.nav>li,
	.navbar-right, .navbar-right a{
		float:none;
		width:100%;
	}
}	
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.teaser{
		max-height: 41em;
		min-height: 41em;
	}
	.teaser-image{
		height:22em;
	}
	.slide-navigation{
		display:none;
	}
	.subnavigation li{
		width:100%;
		margin-right:0;
		margin-left:0;
	}
}