/*
Theme Name: FIMLADEN
Theme URI: http://www.filmladen.at
Author: Ploner Communications
Author URI: http://www.ploner-communications.com
Version: 1.0
Tags: Filmladen, Filmverleih, Votivkino, Wien
*/

/* ALLGEMEIN */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body { position: relative; }
* {
	font-family: 'Helvetica Neue', 'Helvetica', 'Lato', 'Arial', sans-serif;
	font-weight: 300;
	outline: none !important;
	backface-visibility: hidden;
}
h1, h2, h3, h4, h5, h6 { font-weight: 300; }
a:hover, a:focus { color: #000; }

nav ul li a, #responsive-menu-title, .owl-prev, .owl-next, footer a, .tabs dd > a, .tabs .tab-title > a, .presse-film .interaktion a span, input, footer a, .filmliste li a, #menu-pull i, #kontakt-pull i, .button, .presse-bilder img, .ln-letters a {
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.alignleft { float: left; }
.alignright { float: right; }
.rezension { width: 80px; height: auto; margin-left: 10px; border: 1px solid #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	margin: 1.8em 0 1em;
}
h1 strong {
	border-bottom: 1px solid #000;
}
p {
	font-family: 'Helvetica Neue', 'Helvetica', 'Lato', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.panel { background: #fff; border: none; }
.panel p, .tabs-content p { color: #333; font-weight: 300; }
.tabs-content .button {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}
.tabs-content .button:hover, .tabs-content .button:focus {
	color: #000;
	background: #fff;
}
#seite { padding-bottom: 3em; padding-right: 1em; padding-left: 1em; }

#seite img { margin-bottom: .5em; }
@media only screen and (max-width: 768px) {
	#seite {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}
	#seite img { margin-bottom: .5em; }
}

#seite h2, #seite h3, #seite h4, #seite h5 {
	font-weight: 900;
	text-align: left;
}

/* HEADER */
header {
	background: #000;
	padding: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	z-index: 99;
	top: 0;
	min-height: 60px;
}
header *::-webkit-selection, footer *::-webkit-selection, .zitat *::-webkit-selection, h3 *::-webkit-selection { background: #fff; color: #000; text-shadow: none; }
header *::-moz-selection, footer *::-moz-selection, .zitat *::-moz-selection, h3 *::-moz-selection { background: #fff; color: #000; text-shadow: none; }
header *::selection, footer *::selection, .zitat *::selection, h3 *::selection { background: #fff; color: #000; text-shadow: none; }

#news { padding-top: 1.5em; }
.news-meldung { font-size: 14px; }
.neuigkeit {
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
}
.neuigkeit-news {
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
}
.news-meldung strong { text-transform: uppercase; display: block; }

.admin-bar header { top: 32px !important; }
@media screen and ( max-width: 782px ) {
	.admin-bar header { top: 46px !important; }
	.admin-bar { top: 0 !important; }
}
@media screen and (max-width: 600px) {
    #wpadminbar {
		position: fixed !important;
	}
}

.logo {
	width: 110px;
	height: 23px;
	background: url('images/logo.png') 0 0 no-repeat;
	background-size: 110px 23px;
	margin: .7em 0 0;
}
.logo a {
	width: 110px;
	height: 23px;
	display: block;
}
.logo span { display: none; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.logo {
		background-size: 110px 23px;
		background-image: url('images/logo@2x.png');
	}
}
nav {
	display: block;
}
.menu {
	list-style: none;
	display: block;
	font-size: 16px
}
nav ul { margin: 0 !important; position: relative; line-height: 2.5; }
nav ul ul { line-height: 1.6; }
nav ul li {
	text-transform: uppercase;
}
nav ul li a {
	color: #fff;
	font-weight: 400;
	display: block;
}
nav ul.menu li a {
	padding: 10px 0;
	margin: 0 1em;
}
nav ul li a:hover, nav ul li a:focus { color: #acacac; }
nav ul li.extern a {
	color: #acacac;
}
nav ul li.extern a:hover, nav ul li.extern a:focus { color: #fff; border-color: #fff; }

#responsive-menu-title {
	text-decoration: none;
	line-height: 44px;
	padding: 0px 20px;
	color: #fff;
	display: block;
	border: none;
}
nav ul li > ul {
	display: none;
	background: #333;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

@media all and (min-width: 769px) {
	#responsive-menu { display: none; }
	nav .menu { display: block !important; }
	.menu li {
		float: left;
		display: inline-block;
	}
	.logo { float: left; }
	nav ul li:hover > ul {
		display: block;
	}

	nav ul li > ul {
		position: absolute;
		top: 45px;
		z-index: 1000;
		margin: 0 !important;
		padding: 0 !important;
	}
	.menu li ul li {
		margin: 0 !important;
		padding: 0 !important;
		float: none;
		display: block;
		margin: 0;
		margin: 0 !important;
		padding: 0 !important;
		padding: 0;
	}
	.menu li ul li a { margin: 0; padding: 8px 15px; }
	.menu li ul li a:hover, .menu li ul li a:focus { color: #acacac; }
	.kontakt { display: none !important; }
}

@media all and (max-width: 768px){
	#responsive-menu, .menu li {
		display: block;
		width: 100%;
	}
	.menu li { border-bottom: 1px solid #acacac; text-align: left !important; }
	.menu li:last-child { border-bottom: 0 !important; }
	.menu { display: none; float: none !important; margin-top: 20px !important; }
	.menu li a { display: block; padding-left: 5px !important }
	#responsive-menu { background-color: #333; }
	#menu-pull, #kontakt-pull {
		height: 30px;
		width: 30px;
		position: absolute;
		cursor: pointer;
	}
	#menu-pull {
		right: 15px;
		top: 17px;
	}
	#kontakt-pull {
		right: 70px;
		top: 17px;
	}
	#menu-pull i, #kontakt-pull i {
		width: 100%;
		height: 100%;
		font-size: 30px;
		color: #fff;
	}
	#menu-pull i:hover, #kontakt-pull i:hover { color: #acacac; }
	nav ul li.extern a { border-bottom: none !important; }
	nav ul li:hover > ul {
		display: block;
	}
	.kontakt {
		font-size: 16px;
		list-style: none;
		display: none;
		width: 100%;
		background: #000;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px !important;
	}
	.kontakt a { color: #fff !important; }
	.kontakt a:hover, .kontakt a:focus { color: #acacac !important; }
}

/* PRESSE */
body[page=presse] header { background: #fff; }
body[page=presse] .logo { background-image: url('images/logo-invert.png'); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	body[page=presse] .logo {
		background-size: 110px 23px;
		background-image: url('images/logo-invert@2x.png');
	}
}
body[page=presse] nav ul li a { color: #000; }
body[page=presse] nav ul li.extern a, body[page=presse] nav ul li a:hover, body[page=presse] nav ul li a:focus { color: #acacac; }
body[page=presse] nav ul li.extern a:hover, body[page=presse] nav ul li.extern a:focus { color: #000; border-color: #000; }
body[page=presse] #responsive-menu-title { color: #000; }
body[page=presse] #menu-pull i, body[page=presse] #kontakt-pull i { color: #000; }
body[page=presse] nav ul li > ul li a { color: #fff; }
#presse-nav { background: #000; }
#presse-nav a { color: #fff; font-weight: 300; }
#presse-nav a:hover, #presse-nav a:focus { color: #acacac; }
#menu-pressenav li.current-menu-item a, #menu-pressenav li.current_page_item a, #menu-kinobetreibernav li.current-menu-item a, #menu-kinobetreibernav li.current_page_item a { color: #acacac !important; }

#presse-login {
	width: 95%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3em;
}
#presse-login p { font-weight: 300; }
.login-form {
	margin: 2em 0;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
}
#presse-login a { font-weight: 700; color: #000; }
#presse-login a:hover { text-decoration: underline; }
.login-form p { text-align: left; }

.login-form input[type=text], .login-form input[type=password] {
	background: #fff;
	outline: none;
	border: 1px solid #c0c0c0;
	color: #000;
	padding: .5em;
	margin-bottom: .5em;
	width: 100%;
}
.login-form input[type=submit] {
	background: #000;
	padding: .5em;
	color: #fff;
	outline: none;
	border: 1px solid #000;
	width: 100%;
	font-weight: 700;
	text-align: center;
}
.login-form input[type=submit]:hover { color: #000; background: #fff; border-color: #000; }

.login-form input[type=text], .login-form input[type=password] { display: block; width: 100%; }

#presse-start, #kinobetreiber-start, #filme-start {
	background: #fff;
	padding-bottom: 3em;
}

.presse-film {
	margin: 1.5em 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#katalog .presse-film { margin: .5em 0 0 !important; }
#katalog .presse-film a { text-transform: none; }
#presse-start .presse-film, #kinobetreiber-start .presse-film { background-position-x: 15px; }
.katalog-menu {
	list-style: none;
}
.katalog-menu li {
	border-bottom: 1px solid #dcdcdc;
}
.katalog-menu li a { display: block; padding: 4px 0 2px; font-weight: bold; }
.katalog-menu li:last-child { border-bottom: none; }

.presse-film:last-child { margin-bottom: 0; }

.presse-film:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-image: url('images/film-presse-overlay.png');
	background-size: auto 210px;
	background-repeat: repeat-x;
}
.presse-film .cover {
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
}
.presse-film h2 {
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 18px;
	text-shadow: 0 1px 4px rgba(255,255,255, .8);
}
.presse-film h3 {
	text-align: left;
	margin: 0;
	margin-bottom: .6em;
	font-size: 16px;
	text-shadow: 0 1px 4px rgba(255,255,255, .8);
}
.presse-film .interaktion a {
	line-height: 2;
	font-size: 16px;
}
.presse-film .interaktion a span {
	background: #000;
	color: #fff;
	padding: 6px 6px 6px 24px;
}
.presse-film .interaktion a:hover span { color: #acacac; }
.presse-film .interaktion { margin-left: -1.875rem; }
.presse-film .button {
	background: #fff;
	color: #000;
	padding: 6px 9px !important;
	outline: none;
	border: 1px solid #000;
}
.presse-film .button:hover {
	border: 1px solid #fff;
	background: #000;
	color: #fff !important;
}
.zurueck { padding: 6px 0; margin-top: 1.5em; }
.zindex-10 { z-index: 10 !important; }
.film-details .laden { padding: 20px 0; font-weight: 300; }

.film-details:last-child { margin-bottom: 3em; }
.presse-bilder { text-align: right; }
.presse-bilder img {
	/*max-height: 70px;
	text-align: center;
	margin: 0 auto .5em;
	*/
	max-height: 110px;
	width: auto;
	margin: 0 1.5em .5em 0;
	position: relative;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index: 2;
	top: 0;
}
.cover-klein { max-height: 180px !important; }
.presse-bilder a:hover img {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}
.zip-gesammelt { padding: 2em 0 1em; }
#bilder .columns { padding: 2px; }
#bilder .bildtitel {
	font-size: 80%;
	margin-bottom: 1em;
	padding: 0;
	line-height: 1.2;
	display: block;
}
#bilder .bildtitel span {
	color: #999;
}
#bilder .bild-presse-download {
	padding: 10px 15px;
	font-size: 90%;
}

.film-download { background: #f2f2f2; }
.film-download .tabs.vertical {
	margin-top: 2em;
	padding-bottom: 2em;
	width: 100%;
	max-width: 100%;
}
.film-download .tabs-content.vertical {
	margin-left: -1.875rem;
	margin-top: 2em;
	background: #fff;
	border: 1px solid #dcdcdc;
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.film-download .reiter {
		padding-left: 0;
		padding-right: 0;
	}

	.fa-hashtag {
		font-weight: normal;
	}

	.film-download .margin-mobile {
		padding-left: 0;
	}

	.film-download .margin-mobile .tabs-content.vertical {
		margin-left: -2rem;
	}
}

.tabs-content.vertical>.content { padding: 20px 10px 0; min-height: 279px; }
.tabs.vertical li a {
	font-weight: 700;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 15px !important;
	font-size: 16px;
	margin-right: 0 !important;
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (min-width: 641px) and (max-width: 960px) {
	.film-download .reiter .show-for-medium-up {
		font-size: 0.8em;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.tabs.vertical li a {
		padding: 10px 10px !important;
	}
}

.tabs.vertical li:first-child a { border-top: 1px solid #dcdcdc; }
.tabs.vertical li a span:after {
	content: '\f105';
	float: right;
	font-family: 'FontAwesome';
	margin-left: 5px;
}
.tabs.vertical li.external a span:after {
	content: "\f08e" !important;
	font-weight: normal !important;
}
.tabs.vertical li.download a span:after {
	content: "\f019" !important;
	font-weight: normal !important;
}
.tabs.vertical li a span { font-weight: 700; }
.tabs.vertical li a i { margin-left: 0; }
.tabs.vertical dd > a, .tabs.vertical .tab-title.vertical > a { background: none; }
.tabs.vertical dd > a:hover, .tabs.vertical .tab-title > a:hover, .tabs.vertical dd.active a, .tabs.vertical .tab-title.active a {
	background: #fff;
}
.filmliste {
	left: 0;
	position: absolute;
	z-index: 3;
	width: 260px;
	max-width: 25%;
	list-style: none;
	margin: 0;
	padding: 1.5em;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.4);
	box-shadow: 0 0 30px rgba(0,0,0,.4);
	background: #f5f5f5;
	overflow: scroll;
}
.filmliste li {
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
	border-bottom: 1px solid #dfdfdf;
}
.filmliste li:last-child { border-bottom: none; }
.filmliste li a { color: #000; display: block; padding: .6em .3em; }
.filmliste li a:hover { background: #fff; }

/* BETREUUNG */
#pressebetreuung a {
	text-decoration: none;
}
#pressebetreuung a:hover {
	color: #000;
	text-decoration: underline;
}

/* STARTTERMINE */
#starttermine {
	text-align: left;
	padding-bottom: 3em;
}
#starttermine h2 {
	font-size: 22px;
	line-height: 3.4;
	margin: 0;
	padding: 0;
}
#starttermine h3 { font-size: 18px; line-height: 4; margin: 0; padding: 0; }
#starttermine .film-kinostart { display: block; padding: .5em; margin-bottom: 0 !important; }
#starttermine .film-kinostart:nth-child(even) { background: #f0f0f0; }
#starttermine .film-details { }

#katalog .film-liste { border-bottom: 1px solid #ccc; }
#katalog { border-top: 1px solid #ccc; margin-top: 2em !important; }

/* PRESSEVORFÜHRUNGEN */
.gce-page-list {
	padding: 0 10px;
}

/* FILME */
.owl-carousel .owl-stage-outer { padding: 0 !important; margin-top: -1em; margin-bottom: -1em; }
@media only screen and (min-width: 600px) {
	.owl-item.center .item {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0) scale(.9);
		-moz-transform: scale(.9);
		transform: scale(.9);
	}
	#demnaechst .owl-carousel .owl-stage-outer { margin-top: -3.5em; margin-bottom: -3.5em; }
	.filme-klein .owl-stage-outer { padding: 0 !important; margin-top: -6em !important; margin-bottom: -5em !important; }
	.presse-bilder-details {
		float: left;
		margin: 7px 24px 7px 0;
	}
}
.owl-item .item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.7);
	-moz-transform: scale(.7);
	transform: scale(.7);
}
.owl-item .item, .owl-item.active .item, .owl-item.center .item, .owl-item.cloned .item, .item {
	-webkit-transition: all .5s ease-in !important;
	-moz-transition: all .5s ease-in !important;
	transition: all .5s ease-in !important;
}
#demnaechst {
	background: #e0e0e0;
	padding-bottom: .5em;
	overflow: hidden
}
#demnaechst .owl-item .item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.6);
	-moz-transform: scale(.6);
	transform: scale(.6);
}
#demnaechst .owl-item.center .item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.7);
	-moz-transform: scale(.7);
	transform: scale(.7);
}
.filme-klein .owl-item.center .item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(.6) !important;
	-moz-transform: scale(.6) !important;
	transform: scale(.6) !important;
}
#demnaechst .owl-item h3 { font-size: 26px; white-space: normal; }
.owl-item img, #detail .cover {
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	margin-bottom: 1em;
}
.owl-controls {
	position: absolute;
	color: #fff !important;
	font-size: 6em;
	width: 100% !important;
	top: 30%;
}
.owl-prev, .owl-next { color: #fff; }
.owl-prev { left: 0; position: absolute; /*background: url('images/bg-slider-left.png') no-repeat;*/ }
.owl-next { right: 0 !important; position: absolute; /*background: url('images/bg-slider-right.png') no-repeat;*/ }
.owl-prev:hover, .owl-next:hover { color: #000; }
#filme .owl-prev, #filme .owl-next { color: #e0e0e0; }
#filme .owl-prev:hover, #filme .owl-next:hover { color: #000; }
@media screen and (max-width: 1100px) {
	.filmliste { display: none; }
}
@media screen and (min-width: 1100px) {
	.owl-prev { left: -5%; }
	.owl-next { right: -5% !important; }
}
@media screen and (max-width: 960px) {
	.owl-prev, .owl-next { text-shadow: 0 1px 4px rgba(0, 0, 0, .8); }
}
@media screen and (max-width: 599px) {
	.owl-item.center .item {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0) scale(.8);
		-moz-transform: scale(.8);
		transform: scale(.8);
	}
	.owl-prev, .owl-next { color: #fff !important; }
	.owl-carousel .owl-stage-outer { margin-top: -3.5em !important; margin-bottom: -3.5em !important; }
	.presse-bilder-details {
		margin: 0 auto;
		max-width: 88%;
	}
}
.owl-item h3, h3 {
	text-align: center;
	font-size: 22px;
}
.owl-item h3 span {
	background: #000;
	padding: 2px 4px;
	font-size: 90%;
	color: #f0f0f0;
}
#filme { padding-bottom: 1.5em; }

/* DETAIL */
#detail h1 { margin-bottom: .5em; }
#detail h1 span { display: block; }
#detail h3 { margin-bottom: 2em; }
#detail h3 span {
	background: #000;
	padding: 2px 4px;
	font-size: 90%;
	color: #f0f0f0;
}
#detail .panel {
	border: none;
}

.overlay-box {
	padding-bottom: 2.5em;
}
.tabs li a {
	font-weight: 700;
	outline: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding: 10px 25px !important;
	font-size: 16px;
}
.tabs dd > a, .tabs .tab-title > a { background: none; }
.tabs dd > a:hover, .tabs .tab-title > a:hover { background: #fff; }
.tabs-content > .content {
	padding: 0;
}
.filminfos {
	margin-top: 1.5em;
	border-top: 1px dotted #e0e0e0;
	padding-top: 2em;
}

.kurzinhalt a, .kurzfassung a, #seite a {
	border-bottom: 1px dotted #000;
	font-weight: 900;
}
.section-title a, .section-thumb a {
	border: none !important;
	padding: .5em 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
}
@media only screen and (min-width: 64em) {
	.presse-film .interaktion { margin-left: -1.875rem; float: left; }
	.zindex-10 img { max-width: 100px; }
	.zindex-10 { text-align: right; }
	.presse-film .text-right { float: right; margin-top: 2rem; }
}

@media only screen and (min-width: 768px) {
	.presse-bilder img { max-width: 190px; }
	.kurzfassung p, .kurzinhalt p { text-align: justify; }
	#detail { padding-bottom: 350px; }
	.tabs-box { margin-top: -330px; }
	.tabs li a { margin-right: 2px; }
	.kurzfassung {
		/*-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;*/
	    padding: 1em 1em 0;
	}
	#detail-bg {
		content: " ";
		position: absolute;
		left: -5%;
		right: -5%;
		z-index: -1;
		display: block;
		min-height: 100%;
		min-height: 800px !important;
		height: 100%;
		width: 105%;
		top: -5%;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		background-color: #e0e0e0;
		background-size: cover;
		background-repeat: no-repeat;
		-moz-opacity: .65;
		-webkit-opacity: .65;
		opacity: .65;
		display: block;
	}
	.tabs-box li a span { margin-bottom: 2px; }
	#detail, #detail-katalog {
		position: relative;
		display: block;
		/*min-height: 800px !important;*/
	}
	/*.film-download { margin-right: -0.9375em; }
	.social-presse { padding-right: 0.9375em; }*/
}
	.nomargin-negativ { margin-right: 0 !important; }
@media only screen and (max-width: 767px) {
	body[page=presse] header {
		-webkit-box-shadow: 0 0 1px #000;
	}
	#detail, #detail-katalog {
		padding-bottom: 30px;
		background: #e0e0e0;
	}
	.tabs-box { margin-top: -40px; }
	.tabs-box .hide-for-medium-up { display: inline !important; }
	.tabs li a { padding: 10px 25px 4px !important; }
}
@media only screen and (min-width: 641px) {
	.hide-mobile-up { display: none !important; }
}
@media only screen and (max-width: 640px) {
	.hide-mobile { display: none !important; }
	.logo {	margin: .85em 0 0; }
	#starttermine h2 { font-size: 16px; line-height: 1.5; }
	#starttermine h3 { font-size: 16px; line-height: 1.5; }
	.presse-film h2 { font-size: 18px; margin-top: 10px; }
	.presse-film h3 { font-size: 16px; margin-bottom: 1em; }
	h1 {
		margin: 1.5em 0;
		font-size: 22px;
	}

	h1 span { font-size: 18px; }
	#detail h3 { font-size: 18px; margin-bottom: 1em; }
	.presse-film { margin: 0 0 2.5em !important; }
	#presse-start, #kinobetreiber-start { padding-top: 1.5em; }
	#presse-start, #filme-start, #kinobetreiber-start { padding-bottom: 0; }
	.presse-film .interaktion a span { font-size: 16px; }
	.presse-film .button {
		font-size: 16px;
		padding: 6px 6px 6px 24px !important;
		border-left: none !important;
	}
	.presse-film .text-right {
		float: left;
		margin-left: -1.875rem;
	}
	.social img { margin-top: .5em; }
	p { font-size: 16px; }
	#detail .cover { max-width: 50%; height: auto; }
	.margin-mobile { margin-right: -2rem; }
	/*.brick {
		width: 100% !important;
		height: auto !important;
		display: block !important;
	}*/
	footer .newsletter {
		text-align: center;
		margin: 1.5em 0 0;
	}
	footer .newsletter input { width: 80% !important; }
}

.social { background: #e0e0e0; padding: 20px 0; }
.social-presse { background: none; padding: 10px 0 20px; }

@media only screen and (min-width: 769px) {
.tabs dd, .tabs .tab-title { margin-bottom: -2px !important; }
}
.tabs-box { padding-bottom: 1em; }
.tabs-box .panel { margin-bottom: 0; }
.tabs-box li a span { font-weight: 700; }
.tabs-box li a span:after {
	content: "\f107";
	float: right;
	font-family: 'FontAwesome';
	margin-left: 15px;
}
.tabs-box li.facebook a {
	background: #4866ba !important;
	color: #fff !important;
}
.tabs-box li.facebook a:hover { background: #3c5aaa !important; }
.tabs-box li.facebook a span:after {
	margin: 0;
	content:'';
}
.tabs-box li.external a span:after {
	margin: 0;
	content:'' !important;
}
.tabs-box li.external a span i {
	margin-left: 10px;
}
.zitat { background: #000; }
.zitat p { margin: 0; color: #fff; }
.zitat small { font-size: 12px; color: #aeaeae; }
.sonderinfos { background: #fff; }
.media-logo {
	max-height: 30px;
	width: auto;
	margin-left: 10px;
}

/* AKTUELL */
#aktuelle-meldungen { margin-bottom: 0 !important; }
.aktuell {
	margin: 1em 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center bottom;
	height: 200px;
}
.aktuell:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background-image: url('images/film-presse-overlay.png');
	background-size: auto 80px;
	background-repeat: repeat-x;
}
.aktuell .cover {
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
}
.aktuell div { position: absolute; bottom: 0; padding: 4px 10px; background: rgba(0,0,0,.25) }
.aktuell h5 { color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, .8); }

/* NEWS */
.dcwss.dc-wall .stream li .section-text, .section-title {
	font-family: 'Helvetica Neue', 'Helvetica', 'Lato', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-align: justify;
}
.wall-outer .dcsns-toolbar { display: none !important; }
.dcwss.dc-wall .stream li a { color: #000 !important; font-weight: 700; }
.dcwss.dc-wall .stream li .section-intro a { color: #fff !important; text-decoration: none !important; border: none !important; }
.section-thumb a, .section-title a { display: block !important; }
.dcwss.dc-wall .stream li .section-thumb { margin: 0 !important; }
.dcwss.dc-wall .stream li .section-text img, .dcwss.dc-wall .stream li .section-thumb img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	border: none !important;
}
.dcwss .stream li {
	width: 235px !important;
	margin: 0px 10px 10px 0px !important;
}
@media only screen and (max-width: 400px) {
	.dcwss .stream li {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/* PRE FOOTER */
#pre-footer {
	background: #fff;
	padding: 1.5em 0;
	text-align: center;
	z-index: 3;
	-webkit-box-shadow: 0 0 70px 10px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 70px 10px rgba(0,0,0,.15);
	box-shadow: 0 0 70px 10px rgba(0,0,0,.15);
}
#pre-footer img {
	max-height: 45px;
	width: auto;
}
#pre-footer a img {
	margin: 0 1.5em;
}

/* FOOTER */
footer {
	background: #000;
	padding: 2.5em 0;
}
footer * {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer ul { list-style: none; margin: 0 !important; }
footer ul li { padding-left: 0; }
footer ul li a { display: block; }
footer p { font-size: 1rem; color: #fff; }
footer .grau { color: #999; }
footer .panel, footer .panel strong { color: #000; }
footer input[type=email], footer input[type=text], .suchfeld {
	background: #eee;
	outline: none;
	border: 1px solid #ebebeb;
	color: #000;
	padding: .5em;
	font-size: 90%;
	margin-bottom: .5em;
	width: 100%;
}
footer input[type=email]:focus, .suchfeld:focus { background: #fff; }
footer input[type=submit], .suchbutton {
	font-size: 90%;
	background: #fff;
	padding: .5em;
	color: #000;
	outline: none;
	border: 1px solid #fff;
	width: 100%;
	font-weight: 700;
	text-align: center;
}
footer input[type=submit]:hover, .suchbutton:hover { color: #fff; background: #000; border-color: #fff; }

@media only screen and (max-width: 768px) {
	footer ul li {
		display: inline-block;
		float: left;
	}
	footer ul li {
		margin: 0 .4em;
	}
}
@media only screen and (max-width: 650px) {
	#pre-footer a img { display: block; margin: 0 auto !important }
}

/* STUFF */
.fb-like-box.fb_iframe_widget { display: block !important; }
.fb-like-box iframe { width: 100% !important; }
.fb-like-box span {
    width: auto !important;
    position: initial !important;
}
.fb-like-box.fb_iframe_widget_fluid span { width: 100% !important; }
.fb-like-box { background: none; }
::-webkit-selection { background: #000; color: #fff; text-shadow: none; }
::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::selection { background: #000; color: #fff; text-shadow: none; }
* { -webkit-tap-highlight-color: #000; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.topaktuell {
	margin-top: 20px;
	background: #e0e0e0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
	border-left: 3px solid #d0d0d0;
}
.topaktuell * { text-align: left; color: #fff; }

.pfeil-bg {
	position: fixed;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: url('images/pfeil-bg.png') top center repeat-x;
	padding: 2px;
	text-align: center;
}
.pfeil-bg a {
	font-size: 65px;
	color: #fff;
	display: block;
	text-shadow: 0 1px 4px rgba(0,0,0, .8);
}
@media only screen and (min-height: 750px) {
	.pfeil-bg { display: none; }
}
@media only screen and (max-width: 480px) {
	.pfeil-bg { display: none; }
}

.hidden { display: none; }
.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 24px 0;
	padding: 0;
	text-align: left;
}

.html5-captions .wp-caption {
	padding: 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

.html5-captions .wp-caption.alignleft {
	margin-right: 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}

.html5-captions .wp-caption.alignright {
	margin-left: 24px;
}

.html5-captions .wp-caption.alignright img,
.html5-captions .wp-caption.alignright .wp-caption-dd {
	padding: 0;
}

.wp-caption.aligncenter {
	margin: 7px auto;
}

.wp-caption-dt {
	margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: left;
}

.hellgrau { background: #eee; padding: 20px; }
.no-margin-top-bottom { margin: 0 0 .5em !important; }
.button-right { float: right; margin-left: 1em; }
@media only screen and (max-width: 640px) {
	.button-right { display: none; }
	#katalog .presse-film h2 {
		margin-bottom: 1em;
	}
}

.luna-badge, .luna-badge-klein, .shop-badge, .shop-badge-klein {
	max-width: 90px;
	height: auto;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.shop-badge, .shop-badge-klein { max-width: 100px; }
.luna-badge-klein, .shop-badge-klein {
	max-width: 20% !important;
	top: 5px;
	right: 20px;
}
.shop-badge-klein { max-width: 25% !important; }
.luna-badge-inline { max-width: 30px; }
.shop-badge-inline { max-width: 40px; }
@media only screen and (max-width: 768px) {
	.luna-badge, .shop-badge { max-width: 60px; }
}

/* LISTNAV */
.listNav {
	margin: 0 0 1em;
	text-align: center;
	display: block;
	max-width: 100%;
}
.ln-letters {
	text-align: center;
	margin: 0 auto;
}
.ln-letters a {
	font-size: 1.1em;
	display: inline;
	padding: 4px 6px;
	border-right: none;
	text-decoration: none;
	font-weight: 700;
}
.ln-letters a.ln-last {  }
.ln-letters a:hover, .ln-letters a.ln-selected { background-color: #eaeaea; }
.ln-letters a.ln-disabled { color: #999; cursor: default; pointer-events: none; font-weight: 300; }
.ln-letter-count { text-align:center; font-size:1em; line-height:1; margin-bottom:3px; color:#336699; }

.dcp-download { margin: 0 auto; text-align: center; }
.akzeptieren { font-size: 90%; color: #999; }

/* SUCHE */
.ergebnisse { margin-bottom: 2em; }
.ergebnis img {
	margin-bottom: 1.5em;
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.55);
	box-shadow: 10px 10px 25px rgba(0,0,0,.55);
}
.ergebnis .button {
	padding: 6px 9px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	display: block;
	margin: 5px 0 0;
}
.ergebnis .button:hover {
	background: #000;
	color: #fff;
}
.linie-unten {
	border-bottom: 1px solid #eaeaea;
	margin: 1em 0 2em;
}
.suchfeld {
	outline: none;
	border: none;
}
.suche-box { background: #e0e0e0; padding: 20px; }

.myForm{
    width: 250px;
    height: 250px;
    background-color: #000 !important;
}

.myForm img{
    margin: 5px 0;
}

.newsletter tr{
    height: 0;
}

/* CONTENT-SINGLE FOR POSTS START */
.type-post  {
	padding: 0 20px 20px;
}

/* CONTENT-SINGLE FOR POSTS END */