/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > div {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > div:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > div {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;/*padding-bottom: 4px !important;*/}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 98%; padding: 1%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3);margin: 0;}

.no_thumb .flex-caption {
	display: none;
}

/* Direction Nav */
.slick-arrow, .flex-direction-nav li a {width: 28px; height: 45px; margin: 0; display: block; background: url(../../layout/content/bg_pub_arrow.png) no-repeat 0 0; position: absolute; top: 43%; cursor: pointer; text-indent: -9999px; line-height: 0;}
.slick-next, .flex-direction-nav li .flex-next {background-position: 0 0; right: 0;}
.slick-next:hover, .flex-direction-nav li .flex-next:hover {background-position: 0 -198px; right: 0;}
.slick-prev, .flex-direction-nav li .flex-prev {background-position: 0 -67px; left: 0;}
.slick-prev:hover, .flex-direction-nav li .flex-prev:hover {background-position: 0 -133px; left: 0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav*/
.flex-control-nav {display:none; z-index: 1;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; z-index: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../../layout/content/bg_pub_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

.custom-controls {
	list-style: none;
	margin: .5em 0 0 2px;
	padding: 0;
}
.custom-controls li {
	display: inline;
}
.custom-controls li a.active {
	background: #999;
	display: inline-block;
	line-height: 0;
	width: 102px;
	margin-right: .25em;

}
.custom-controls li img {
	padding: 1px;
	border: solid 0.1em #DDE6EE;
	margin-right: .25em;
}


.slick-prev {z-index: 100;}
.slick-slider {padding: 0 25px;}
.cbox_forscherportraits ul .slick-track li.withImg{
	min-height: 195px;
}
.slick-track li div.vimeo_thumb img{
	margin: 0;
	max-width: 100%;
	max-height: 100%;
}
.slick-track li div.vimeo_thumb{
	width: 165px;
	height: 100px;
	overflow: hidden;
	margin: 0;
	display: flex;
	justify-content: center;
}


.slides > div > a {
    display: block;
    position: relative;
    z-index: 10;
}

.link_dlhhiu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    width: 362px;
    z-index: 9;
}

/* Nerer Style */
.textebene {
	width:240px;
	width:300px;
	padding:0px !important;
	/*padding:30px !important;*/
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	right: 0;
	background:rgba(255,255,255,0.85);
}
@media screen and (max-width: 980px){
	.textebene {
		width: 360px;
	}
}

.textebene > p > span, .textebene > p > a > span, .textebene strong {
	margin:22px 25px !important;
	margin-right:40px !important;
	display:block;
	font-size:15px;
}

.textebene > a + p span strong {
	margin:0 !important;
	margin-bottom:10px !important;
}

.textebene > p > a + a > span {
	margin-top:-10px !important;
}

.buehne.weiss .textebene strong + br, .buehne.weiss.textebene p > strong + br{
	display:none;
}

.buehne.weiss .textebene strong + br + span, .buehne.weiss.textebene p > strong + br + span{
	margin-top:-10px !important;
}

@media screen and (max-width: 740px){
	.textebene > p > span, .textebene > p > a > span, .textebene strong {
		margin:0px !important;
		margin-right:0px !important;
	}

	.textebene > p > a + a > span {
		margin-top:0 !important;
	}

	.buehne.weiss .textebene strong + br + span, .buehne.weiss.textebene p > strong + br + span{
		margin-top:0 !important;
	}
}

.textebene > p > span:empty, .textebene > p > a > span:empty {
	margin:0px !important;
	display:none !important;
}

.link_dlhhiu {
    position: static;
}

.story_bild p {
	position:static;
}

.fokus.buehne .story_bild strong {
	position:static;
	border-bottom:2px solid #e4003b;
	display:inline-block;
	padding:0;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:19px;
	line-height: 22px;
}

.link_dlhhiu {
	width:auto;
}

#bg_dlhhiu { background:none;}


.fokus.buehne .story_bild p {
	width:auto;
	font-size:17px;
	line-height:140%;
}

.fokus.buehne .story_bild p a, .fokus.buehne .story_bild p {
    line-height: 20px;
	padding: 0;
}

.fokus.buehne .story_bild p {
	padding: 0;
	/*padding-bottom:5px;*/
}

@media screen and (max-width: 740px){
	.fokus.buehne .story_bild p {
		background:transparent;
	}

	.textebene {
		width:93.2%;
		width:calc(100% - 30px);
		padding:15px 15px 10px 15px !important;
		position:static;
		transform: translateY(0%);
		background:rgba(255,255,255,1);
	}
	.fokus.buehne .story_bild strong {
		border-bottom:0px solid #000;
		padding-bottom:0;
		margin-bottom:0;
	}
	.fokus.buehne .story_bild strong br {
		display:none;
	}

	.textebene:hover,  .fokus.buehne .story_bild .textebene:hover p{
		background:#e4e4e4;
	}
}