/* Fonts */

/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Oswald Regular'), local('Oswald-Regular'),
       url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


/* .......................................................................
Head
http://www.phpinsider.com/compress_css.php
........................................................................ */

#head {
    height: 145px;
    padding: 0;
    position: relative;
}

#head h1,
#head h1 a,
#head .h1,
#head .h1 a {
    width: 337px;
    height: 41px;
}

#head h1,
#head .h1 {
    position: absolute;
    top: 34px;
    left: 10px;
    /*
          background: url(../../layout/head/logo.png) no-repeat 0 0;
          text-indent: -9999px;
    */
    margin: 0;
}

#head h1 a,
#head h1 a:visited,
#head .h1 a,
#head .h1 a:visited {
    display: block;
    text-decoration: none;
}


/* search */


/* ---------------------------------------------------------------------- */

#search {
    position: absolute;
    right: 0;
    bottom: 10px;
}

#menuThemes #search {
    position: relative;
	right: 4px;
}

@media screen and (max-width: 980px){
	#menuThemes #search {
		margin-top: -3px;
	}
}

#search legend,
#search label {
    display: none;
}

#search input.text {
    border: 1px solid #d4d4d4;
    color: #919191;
    padding: 6px 0 6px 10px;
    width: 288px;
    height: 16px;
    /* 28-(2*6) = 16  */
    font-family: "InfoTextWebPro";
}

#search input.text:hover,
#search input.text:focus,
#search input.text:active,
#search input.text.hover {
    border: 1px solid #000;
    color: #000;
}

#search input#search-button {
    display: inline;
    position: absolute;
    right: 1px;
    top: 1px;
    background: url(../../layout/head/bg_searchbutton.png) no-repeat right 0;
}

#search input#search-button:hover {
    background: url(../../layout/head/bg_searchbutton.png) no-repeat right -50px;
}


/* Autocomplete */

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
}

.ac_loading {
    background: #fff url(../../layout/head/wait.gif) no-repeat 235px center;
}

.ac_over {
    background-color: #e4e4e4;
}


/* .......................................................................
Foot
........................................................................ */

#foot {
    /*
    position:relative;
    z-index:0;
    */
    height: 35px;
    background-color: #333;
}


/* copyright */


/* ---------------------------------------------------------------------- */

#copyright {
    text-align: right;
    color: #919191;
    font-size: 12px;
    margin-bottom: 14px;
}

#copyright p {
    margin: 0;
}

#foot .helmholtz-gemeinschaft {
    position: absolute;
    right: 10px;
    top: 5px;
    margin: 0;
}

#foot .helmholtz-gemeinschaft a {
    background: url(../../layout/foot/logo_helmholtz_gemeinschaft.png) no-repeat 0 0;
    display: block;
    width: 70px;
    height: 25px;
}

#foot .helmholtz-gemeinschaft a span {
    display: none;
}

/*Back to Top Link*/
#to_top {
	background-image: url("../../layout/foot/icon_totop.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #e4003b;
	bottom: 30px;
	cursor: pointer;
	display: none;
	height: 54px;
	position: fixed;
	z-index: 9999;
	right: 30px;
	width: 55px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#to_top:hover,
#to_top:focus {
	opacity: 0.8;
}

@media (max-width: 740px) {
	#to_top {
		display: none !important;
	}
}


/* .......................................................................
Rechte Spalte
........................................................................ */

#right {}

@media screen and (min-width: 981px) {
    #right> :first-child>.cbox {
        margin-top: 75px;
    }
    /* Ausnahme-Regelung für Seite Multimedia-Stories */
    #p48255 #right> :first-child>.cbox {
        margin-top: 30px;
    }
    b #right> :first-child>.cbox {
        margin-top: 0 !important;
    }
    #tv-map+#wrapContent+#left+#right> :first-child>.cbox {
        margin-top: 0;
    }
}


/* Modul-Box */


/* ---------------------------------------------------------------------- */

.cbox {
    width: 300px;
    margin-bottom: 20px;
}

.cbox.cbox_big {
    width: 100%;
}


/* .......................................................................
Content
........................................................................ */

#content {}

#content h2 {
    line-height: 30px;
    margin-bottom: 20px;
}

#content .cbox h2 {
    line-height: inherit;
    margin-bottom: inherit;
}


/* Modul-Box allgemein */


/* ---------------------------------------------------------------------- */

.cbox {
    margin-bottom: 20px;
}


/* 3 Spalten (Startseite) */


/* ---------------------------------------------------------------------- */

.columns3 .col1,
.columns3 .col2,
.columns3 .col3 {
    float: left;
    margin: 0 20px 0 0;
}

.columns3 .col3 {
    margin-right: 0;
}

.columns3 .cbox {
    width: 300px;
}

.columns3 .cbox.news.newsbar .cbox {
    width: 100%;
}

.columns3 .cbox.news.newsbar ul  {
    width: 100% !important;
}

.columns3 .cbox.news.newsbar li {
    border: none;
}

.columns3 .cbox.news.newsbar p a {
    padding-right: 0;
}

.columns3 .cbox.content-start{
	width: 100%;
	background-color: transparent;
}

.columns3 .cbox.content-start .cbox{
	width: 100%;
}

/*#newsslider .slick-active {position:relative; left:-2px;}

#newsslider .slick-active + .slick-active { left:0; padding-left:2px;}

#newsslider .slick-active + .slick-active + .slick-active {left:0; padding-right:0; right:0;}*/


/* 2 Spalten (Rubrik-Startseite und Instituts-Startseite (Microseite)) */


/* ---------------------------------------------------------------------- */

.rubric-header {
    margin: 0 0 20px 0;
}

.columns2 .col1,
.columns2 .col2 {
    float: left;
}

.columns2 .col1 {
    margin: 0 20px 0 0;
}

.columns2 .cbox {
    width: 300px;
}

.columns2 .inhaltmitteoben .cbox {
    width: 100%;
}


/* Detailseite */


/* ---------------------------------------------------------------------- */


/* Kopf-Bereich */

.content-head {
    position: relative;
}

.content-head ul {
    position: absolute;
    right: 0;
    top: 5px;
}

.content-head ul,
.content-head ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-head ul li {
    float: left;
    position: relative;
    margin: 0 0 0 20px;
}

.content-head ul li a {
    display: block;
    width: 15px;
    height: 15px;
    background-position: -6px -50px;
    background-repeat: no-repeat;
}

.content-head ul li a:hover {
    background-position: -6px -100px;
}

.content-head ul li a.f-print {
    background-image: url(../../layout/content/bg_a-function-print.png);
}

.content-head ul li a.f-pdf {
    background-image: url(../../layout/content/bg_a-function-pdf.png);
}

.content-head ul li a.f-rss {
    background-image: url(../../layout/content/bg_a-function-rss.png);
}

.content-head ul li a span {
    display: none;
}


/* Eigentlicher Inhalt */

.content-detail {
    position: relative;
    background-color: #fff;
    padding: 55px 30px 70px 30px;
    margin: 0 0 20px 0;
    z-index: 0;
}

.content-detail.full {
    width: 600px;
    padding: 10px 0px 10px 10px;
}

.content-detail.full .csc-default {
    /*width: 290px;*/
    float: left;
    padding-right: 10px;
}

.content-detail.two-col-nobg {
    padding: 0;
    background: none;
    width: 620px;
}

.content-detail.two-col-nobg.full {
    width: 620px;
}

.content-detail.two-col-nobg .csc-default {
    float: left;
    padding-left: 20px;
}

.content-detail.two-col-nobg .csc-default:first-child {
    padding-left: 0;
}

.content-detail.two-col-nobg.full .csc-default:first-child {
    padding-left: 0;
    width: 100%;
}

.content-detail.cbox {
    padding: 10px 0px;
}

#content .content-detail div,
#content .content-detail p,
#content .content-detail ol,
#content .content-detail ul,
#tv-map ul,
.tv-map ul,
.cbox.news ul,
.cbox.news.video ul,
.cbox.news.teaser ul {
    font-size: 16px;
    line-height: 21px;
}

#content .content-detail .content-functions ul,
#content .content-detail th,
#content .content-detail td,
#content .content-detail th p,
#content .content-detail td p,
#content .content-detail th ol,
#content .content-detail td ol,
#content .content-detail th ul,
#content .content-detail td ul {
    font-size: 14px;
}

#content .content-detail section p,
#content .content-detail section {
    font-size: 14px;
    line-height: 140%;
}

#content .content-detail h3.subheading {
    margin-top: 60px;
    font-family: "InfoTextWebPro-Medium";
}


/* Grauer Hintergrund */

.content-detail-grey {
    background-color: #d3d3d3 !important;
    color: #1b1b1b;
    padding: 20px;
}

.content-detail-grey p:last-child {
    margin-bottom: 0;
}


/* Zurück zur Übersicht */

div.back-to-overview {
    position: absolute;
    top: -45px;
    /* negativ, damit die Position innerhalb des Contents gewährleistet ist */
    right: 0;
}

div.back-to-overview a {}


/* Funktions-Layer */


/* ---------------------------------------------------------------------- */

#content .content-detail .content-functions {display:none;}

.content-functions.f1,
.content-functions.f2 {
    position: absolute;
    right: 0;
}

.content-functions.f1 {
    top: 0;
}

.content-functions.f2 {
    bottom: 0;
}

.content-functions ul li ul li {
    box-shadow: 0px 2px 3px #c4c4c4;
    -moz-box-shadow: 0px 2px 3px #c4c4c4;
    -webkit-box-shadow: 0px 2px 3px #c4c4c4;
}

#content .content-functions a.openlayer {
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent url(../../layout/content/bg_a.openlayer.png) no-repeat 0 0;
    position: absolute;
    right: 0;
}

.content-functions.f1 a.openlayer {
    top: 0;
}

.content-functions.f2 a.openlayer {
    bottom: 0;
}

.content-functions ul li:hover a.openlayer {
    background-position: 0 -60px;
}

.content-functions a.openlayer span {
    display: none;
}

.content-functions ul,
.content-functions ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-functions ul li ul li {
    width: 212px;
    height: 28px;
    margin-right: 29px;
    border-bottom: 1px solid #919191;
}

.content-functions ul li ul li a,
.cbox.news ul li .content-functions ul li a {
    display: block;
    padding: 5px 0 8px 35px;
    height: 15px;
    background-color: #333;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 4px 6px;
    font-size: 14px;
}

.content-functions ul li ul li a.f-print {
    background: #333 url(../../layout/content/bg_a-function-print.png) no-repeat 4px 7px;
}

.content-functions ul li ul li a.f-pdf {
    background: #333 url(../../layout/content/bg_a-function-pdf.png) no-repeat 4px 7px;
}

.content-functions ul li ul li a.f-email {
    background-image: url(../../layout/content/bg_a-function-email.png);
}

.content-functions ul li ul li a.f-facebook {
    background: #333 url(../../layout/content/bg_a-function-facebook.png) no-repeat 4px 7px;
}

.content-functions ul li ul li a.f-twitter {
    background: #333 url(../../layout/content/bg_a-function-twitter.png) no-repeat 4px 7px;
}

.content-functions ul li ul li a.f-ics {
    background-image: url(../../layout/content/bg_a-function-ics.png);
}

.content-functions ul li ul li a.f-googlecal {
    background-image: url(../../layout/content/bg_a-function-googlecal.png);
}

.content-functions ul li ul li a.f-googlemaps {
    background-image: url(../../layout/content/bg_a-function-googlemaps.png);
}

.content-functions ul li ul li a:hover,
.cbox.news ul li .content-functions ul li ul li a:hover {
    background-position: 4px -93px;
}

.content-functions ul li ul li a.f-email {
    background-position: 4px 8px;
}

.content-functions ul li ul li a.f-email:hover,
.cbox.news ul li .content-functions ul li ul li a.f-email:hover {
    background-position: 4px -92px;
}

.content-functions ul li ul li a:hover,
.cbox.news ul li .content-functions ul li ul li a:hover {
    background-color: #fff;
    color: #343434;
}


/* Bei mouseover einblenden */

.content-functions ul li ul {
    display: none;
}

.content-functions ul li:hover ul {
    display: block;
}


/* Allgemeine Inhaltsformatierungen */


/* ---------------------------------------------------------------------- */

h1,
.h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin: 28px 60px 14px 0;
    font-family: "InfoTextWebPro", "Arial", sans-serif;
    display: block;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    /* margin:0 0 25px 0; */
    margin: 25px 0 15px 0;
}


/* erste Übeschrift im Inhalt => siehe jQuery */

h2.first,
.news-single-item h1.first {
    margin-top: 0;
}

.news-single-item h2.first {
    margin-top: 25px;
}


/* h2 mit nachfolgender h3 => siehe jQuery */

h2.withFollowingH3,
h1.withFollowingH3 {
    margin: 0 0 8px 0;
    margin-bottom: 20px;
}

h2.subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 14px 0;
}

h3,
.subheader {
    font-size: 18px;
    font-weight: normal;
    font-family: "InfoTextWebPro-Bold";
    margin: 0 0 25px 0;
    display: block;
}

h2 strong {
    font-family: "InfoTextWebPro", "Arial", sans-serif;
}

.news-single-item h3 {
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
}


/* p, ul, li{ */

p,
ul,
ol,
div.job-detail div {
    margin: 0 0 15px 0;
}

ul {
    margin-left: 20px;
}

ol {
    margin-left: 30px;
}

a {
    text-decoration: none;
}

b,
strong {
    font-weight: normal;
    font-family: "InfoTextWebPro-Bold";
}

sub,
sup {
    font-size: 12px;
}

#content i,
#content em,
#content .csc-textpic-caption,
#content .content-detail .news-single-imgcaption {
    font-style: normal;
    font-family: "InfoTextWebPro-BookItalic";
    font-size: 14px;
    line-height: 18px;
}

#content i,
#content em {
    font-size: 16px;
}

#content td i,
#content td em {
    font-size: 14px;
}

#content .csc-textpic-caption,
#content .content-detail .news-single-imgcaption {
    margin-top: 6px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

table caption {
    display: none;
}


/****************************************************************************
CSS Styled Content
****************************************************************************/


/* Medien im responsiven Webdesign */


/* Bilderpositionierung nur noch mit Javascript möglich => siehe common.js */


/* ---------------------------------------------------------------------- */


/* img, embed, object, video { */

img {
    max-width: 100%;
    height: auto;
}

h1 img {
    width: inherit;
}

DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
    float: none;
    width: 100%;
    max-width: 100%;
}

DIV.news-single-img {
    float: left;
    margin: 10px 10px 10px 0;
    padding: 0;
}

P.news-single-imgcaption,
.csc-textpic-caption {
    font-size: 12px;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image:first-child {
    margin-left: auto;
    margin-right: auto;
}


/*DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image{
	float:none !important;
	margin-left:auto;
	margin-right:auto;
}*/

.csc-textpic.csc-textpic-right .csc-textpic-image {
    float: right !important;
}

p.csc-textpic-imagewrap {
    float: none !important;
}

.csc-textpic-image {
    list-style: none;
}


/* ---------------------------------------------------------------------- */


/****************************************************************************
Ende CSS Styled Content
****************************************************************************/


/* Aufteilung
------------------------------------------------------------------------------*/

#stage {
    width: 100%;
    height: 200px;
    background-color: #FFA54F;
    margin-bottom: 20px;
}

#news {
    width: 100%;
    height: 100px;
    background-color: #7FFFD4;
    margin-bottom: 20px;
}


/* allgemein
------------------------------------------------------------------------------*/

.fl_left {
    float: left;
    width: 49%;
}

.fl_right {
    float: right;
    width: 49%;
}

.cl_both {
    clear: both;
}

.mitarbeiter .fl_left {
    width: 29%;
}

.mitarbeiter .fl_right {
    width: 69%;
}

.mitarbeiter .publications {
    margin-top: 10px;
}

.mitarbeiter .caption {
    display: block;
    font-size: 90%;
    margin-top: -5px;
}

.cbox ul li:hover,
.cbox.link_intern:hover,
.cbox.link_extern:hover {
    background-color: #e4e4e4;
}


/* Tooltip
------------------------------------------------------------------------------*/

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background: #333;
    color: #fff;
    padding: 2px 5px;
    opacity: 0.85;
}

#tooltip h3,
#tooltip div {
    margin: 0;
}


/* Module
------------------------------------------------------------------------------
------------------------------------------------------------------------------*/

.cbox * {
    margin: 0;
    padding: 0;
    border: 0;
}

.cbox {
    width: 300px;
    margin-bottom: 20px;
    background-color: #fff;
    /*position: relative;*/
}

.cbox .cbox_head {
    position: relative;
    background-color: #333;
    color: #fff;
}

#content .cbox .cbox_head,
#right .cbox .cbox_head {
    line-height: normal;
}

#content .cbox h2,
#right .cbox h2,
#content .cbox .h2,
#right .cbox .h2 {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 4px 0 3px 10px;
    margin: 0;
    display: block;
    font-weight: normal;
    font-family: "InfoTextWebPro", "Arial", sans-serif;
    /*float:none !important;*/
}

.cbox ul {
    list-style: none;
    margin: 0;
}

.cbox.news_single_sidebar ul>li {
    list-style: initial;
    border: none;
    margin-left: 25px;
}

.cbox.news_single_sidebar ul>li.last {
    border: none !important;
}

.cbox.news_single_sidebar ul>li:hover {
    background: none;
}

.cbox ul li img {
    float: left;
    /* margin:10px 10px 0 10px; */
    margin: 10px;
    background: #b5b5b5;
}

.cbox ul li {
    /*min-height:76px; */
    min-height: 1%;
    /* IE7 - Text neben gefloateten Bildern richtig positionieren */
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}


/* Siehe jQuery => Wenn Bild vorhanden, dann min-height */

.cbox ul li.withImg {
    min-height: 75px;
}

.cbox ul li.last {
    border-bottom: 1px solid #eee !important;
    /* letzter Listenpunkt ohne Border und IE ohne weißem Border bei Mouseover (Seitenbackground) */
}

.csc-default p,
label,
legend {
    font-size: 16px;
    line-height: 21px
}

.cbox p {
    padding: 8px 0 0 10px;
    margin: 0 10px 12px 0;
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 18px;
}

.cbox_kontakt li {
	padding: 8px 10px 12px 10px;
	font-size: 16px;
	line-height: 18px;
}

.cbox_kontakt li p {
	padding: 0;
    margin: 0;
}

.story_bild p a,
.cbox p a {
    display: block;
    color: #333;
    text-decoration: none;
    padding-right: 19px;
    background: transparent url(../../layout/content/more_int_red.png) no-repeat right bottom;
    font-family: "InfoTextWebPro";
}

.cbox p strong a {
	font-family: "InfoTextWebPro-Bold";
}

.cbox p a.intern-link,
.cbox p a.extern {
    display: inline;
}


/* Lupen Symbol */

.cbox .cbox_gross {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../../layout/content/bg_transparent_lupe.png) no-repeat 0 0;
    text-indent: -9999em;
    position: absolute;
    top: 192px;
    right: 0;
    z-index: 1000;
    /* nur zierde, die Lightbox öffnet sich mit Klick aufs Bild ;-) */
}

.cbox.cbox_big .cbox_gross {
    top: 360px;
}

.cbox .cbox_gross:hover {
    background-position: 0 -48px;
}

.cbox_big .cbox_head,
.cbox_big .cbox_head * {
    background: transparent !important;
    padding: 0 !important;
}


/* Modul News
------------------------------------------------------------------------------*/

.cbox .cbox_head span {
    position: absolute;
    top: 0;
    margin-top: 3px;
    right: 10px;
    padding: 0;
    /*transform: translateY(50%);*/
}

.cbox .cbox_head span a {
    color: #fff;
    /* font-size: 14px; */
    font-size: 16px;
    border-bottom: 1px dotted #fff;
    float: right;
}

.cbox .cbox_head span a:hover {
    color: #919191;
    border-bottom: 1px dotted #919191;
}

.cbox .date a {
    font-family: "InfoTextWebPro-Bold";
}

.cbox.news.newsbar .date a {
    font-family: "InfoTextWebPro";
}

#content .cbox.news.newsbar .date a span {
    color: #e4003a;
    color: #000;
    font-family: "InfoTextWebPro-Bold";
    border-bottom: 0 none;
    margin: 0;
}

.cbox.news,
.cbox.news.newsbar {
    background-color: transparent;
    min-height: 1%;
    /* IE7 */
    width: auto;
    background-color: transparent;
    min-height: 1%;
    /* IE7 */
}

.columns2 .cbox.news,
.columns2 .cbox.news.newsbar {
    max-width: 300px;
}

.cbox.newsbox-wide {
    width: auto;
}

.cbox.news.newsbar p {
    padding-top: 7px;
    margin-bottom: 7px;
}

.cbox.news.newsbar ul {
    width: 25%;
    float: left;
}

.cbox.news ul li {
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
}

.cbox.news ul li .content-functions ul li {
    margin-bottom: inherit;
    background-color: inherit;
    position: inherit;
}

.cbox.news.newsbar ul li {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.cbox.news.newsbar ul.last_ul li {
    border-right: 0 none;
}

.cbox.news ul li:hover {
    background-color: #e4e4e4;
}

.cbox.news ul li.withImg {
    min-height: 130px;
}


/*.cbox_interview .cbox.news ul li.withImg{
    min-height:250px;
	float: left;
	margin: 5px;
}*/

.cbox.news.newsbar ul li.withImg {
    min-height: 86px;
}

.cbox.news ul li img {
    margin-bottom: 10px;
}


/*
.cbox.news ul li div {
  margin: -10px 10px 0 0;
  padding: 0 0 10px 10px;
}

.cbox.news ul li div a {
  display:block;
  color:#333;
  text-decoration: none;
  padding-right:70px;
  background: transparent url(../../layout/content/more_int_red.png) no-repeat right bottom;
}
*/

.cbox.news ul li a {
    background: none;
    display: block;
    padding: 0;
    margin: 0;
}

.cbox.news ul li .news-date {
    padding: 10px 0 0 0;
}

.cbox.news ul li .news-date,
.cbox.news ul li .news-title,
.cbox.news ul li .news-subheader {
    padding-left: 10px;
}

.cbox.news ul li .news-subheader {
    padding-bottom: 5px;
}

.cbox.news ul li.withImg .news-date,
.cbox.news ul li.withImg .news-title {
    margin-left: 118px;
}

.cbox.news.video ul li.withImg .news-date,
.cbox.news.video ul li.withImg .news-title {
    margin-left: 202px;
}

.cbox.news.teaser.text ul li .news-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cbox.news ul li .news-title a {
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 0 3px;
    font-family: "InfoTextWebPro-Bold";
    padding-left: 12px;
    text-decoration: underline;
    display: inline;
}

.cbox.news ul li .news-title a:hover {
    color: #E50030;
}

.cbox.news.newsbar p a {
    padding-right: 8px;
}

.news-list-browse div {
    font-size: 14px;
}

.news-single-item .news-single-img {
    margin: 0 20px 20px 0;
}

.news-single-item .news-single-imgcaption {
    line-height: 15px;
}

.news-single-item .news-single-date {
    /*margin: -20px 0 20px 0;*/
    float: right;
}

.cbox.news.teaser li strong {
    font-size: 16px;
}

.cbox.news.teaser li div a {
    line-height: 18px;
}

.cbox.video.cbox_gfx div p {
    text-align: left;
    padding: 0;
    margin: 1px 10px 10px 10px;
}

#tt_news_search input.text {
    padding: 5px 0 2px 8px;
    width: 272px;
    height: 18px;
    border: solid 1px #BFBFBF;
    color: #919191;
    font-family: "InfoTextWebPro";
}

#tt_news_search input.text:hover,
#tt_news_search input.text:focus,
#tt_news_search input.text:active {
    border: 1px solid #000;
    color: #000;
}

.cbox.tt_news_search .send {
    margin: 5px 0 0 0;
}

.cbox.news-patents ul li.withImg {
    min-height: auto;
}

.cbox.news-patents .news-title {
    padding-top: 8px;
    padding-bottom: 10px;
}

.cbox.news-patents .news-title-text {
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 0 3px;
    font-family: "InfoTextWebPro-Bold";
    padding-left: 12px;
    text-decoration: underline;
}

.cbox.news-patents .news-hmguref {
    float: right;
    padding-right: 10px;
    color: #919191;
}

.cbox.news-patents .news-category {
    float: right;
    padding-right: 20px;
    color: #919191;
}

.cbox.news.news-patents ul li.withImg .news-date,
.cbox.news.news-patents ul li.withImg .news-title {
    margin-left: 0;
}

.news-patents .news-single-files {
    margin-bottom: 5px;
}

.news-patents .news-single-files dt {
    display: none;
}

.news-single-patent .news-single-files dt {
    margin-bottom: 5px;
}

.news-patents .news-single-files dd {
    margin-left: 10px !important;
}

.news-single-patent .news-single-files img,
.news-patents .news-single-files img {
    display: none;
}

#content .news-single-patent .news-single-files a,
#content .news-patents .news-single-files a {
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
}

.leadtext,
.news-subheader {
    padding: 0 10px;
}

.leadtext {
    padding-bottom: 10px;
}


/* Modul Termine
------------------------------------------------------------------------------*/


/*
.cbox.events{
  width:auto;
  background-color: transparent;
}
.cbox.events li{
  margin-bottom:15px;
  background-color:#fff;
}
*/

.cbox.events li.event_date_headline,
.cbox.jobs li.job_headline {
    background-color: #919191;
    color: #fff;
    padding: 2px 0 2px 0;
    text-align: center;
    margin-bottom: 0;
}


/*
.cbox.events ul li div {
  margin: -20px 10px 0 0;
}

.cbox.events ul li div a {
  display:block;
  color:#333;
  text-decoration: none;
  padding-right:19px;
  background: transparent url(../../layout/content/more_int_red.png) no-repeat right bottom;
}
*/

.event-detail .fl_left {
    width: 29%;
}

.event-detail .fl_right {
    font-family: "InfoTextWebPro-Bold";
    width: 69%;
}

.event-detail .fl_left,
.event-detail .fl_right {
    font-size: 16px;
    margin-bottom: 5px;
}

.event-detail h2 {
    margin-bottom: 5px;
}

.event-detail .event-date {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}


/* Modul Termine Starseite
------------------------------------------------------------------------------*/

.cbox.cbox_termine p.date {
    font-family: "InfoTextWebPro-Bold";
}

.cbox.cbox_termine p.date a {
    font-family: "InfoTextWebPro";
}


/* Modul Jobs
------------------------------------------------------------------------------*/

.cbox.jobs {
    width: auto;
    background-color: transparent;
}

.cbox.jobs li {
    margin-bottom: 15px;
    background-color: #fff;
}

.cbox.jobs .news-title {
    padding-top: 10px;
}

.cbox.jobs .mainli,
.cbox.events .mainli {
    min-height: 88px;
}


/*
.cbox.jobs a {
  font-family: "InfoTextWebPro-Bold";
}
*/


/* Formular allgemein
------------------------------------------------------------------------------*/

.cbox fieldset legend,
.cbox fieldset label,
#powermail legend,
.tx-powermail legend,
.tx-powermail form>h3 {
    display: none;
}

legend.powermail_check_legend {
    display: block !important;
}

.cbox form {
    margin: 15px 10px 5px 10px;
    margin: 0;
    padding: 30px;
    padding-bottom: 5px;
}

#powermail label,
.tx-powermail label {
    cursor: pointer;
    display: inherit;
}

#powermail input,
.tx-powermail input,
.cbox .powermail input {
    border: 1px solid #BFBFBF;
}

#powermail fieldset,
.tx-powermail fieldset {
    margin-bottom: 15px;
}

#powermail fieldset div,
.tx-powermail fieldset div {
    margin-bottom: 10px;
}

.tx-powermail .cbox {
    width: 100%;
}

.tx-powermail p {
    padding: 0;
}

.tx-powermail p a {
    display: inline;
    padding-right: 0;
}

.cbox form.powermail_morestep {
    padding: 0;
    margin: 0 30px 0px 30px;
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 1px;
    position: relative;
}

.cbox form.powermail_morestep>fieldset *:last-child {
    margin: 0;
}

.powermail_select {
    max-width: 548px;
}

.tx-powermail .cbox ul {
    list-style: inherit;
    margin-left: 20px;
    margin-bottom: 20px;
}

.tx-powermail .cbox ul.parsley-errors-list {
    margin-bottom: 0;
}

.tx-powermail .cbox ul li,
.tx-powermail .cbox ul li.last {
    border-bottom: none !important;
    margin: inherit;
    margin: 5px 0;
}

.tx-powermail .cbox ul li:hover,
.tx-powermail .cbox.link_intern:hover,
.tx-powermail .cbox.link_extern:hover {
    background-color: inherit;
}

#powermail_tabmenu {
    margin-left: -30px;
    margin-right: -30px;
    display: table;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

#powermail_tabmenu li {
    cursor: pointer;
    padding: 10px;
    padding-right: 1px;
    padding-left: 20px;
    display: inline-block;
    list-style: none;
    display: table-cell;
    height: 5.2rem;
    vertical-align: middle;
    width: 100px;
    position: relative;
    background: #D4D4D4;
    color: #333;
    border: none;
    text-align: center;
    font-family: "InfoTextWebPro-Medium";
    font-size: 14px;
    outline: none;
}

#powermail_tabmenu li:first-child {
    padding-left: 10px;
}

#powermail_tabmenu li:last-child {
    padding-right: 10px;
}

#powermail_tabmenu li:after,
#powermail_tabmenu li:before {
    content: "";
    position: absolute;
    z-index: 1;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 52.5px 0 52.5px 10px;
    border-color: transparent transparent transparent #D4D4D4;
}

#powermail_tabmenu li:before {
    right: -13px;
    border-width: 52.5px 0 52.5px 13px;
    border-color: transparent transparent transparent #fff;
}

#powermail_tabmenu li:last-child:after,
#powermail_tabmenu li:last-child:before {
    display: none;
}

#powermail_tabmenu li.act {
    cursor: inherit;
    background: #fff !important;
}

#powermail_tabmenu li.act:after {
    border-color: transparent transparent transparent #fff;
}

#powermail_tabmenu li:hover {
    cursor: inherit;
    background: #e10032 !important;
    color: #fff;
    cursor: pointer;
}

#powermail_tabmenu li:hover:after {
    border-color: transparent transparent transparent #e10032;
}

.powermail_tab_navigation_previous,
.powermail_tab_navigation_next {
    display: inline-block;
    width: 20px;
    height: 32px;
    background: url(../../layout/content/icon_arrow_multistep_prev.png) no-repeat 50% 50%;
    overflow: hidden;
    text-indent: -20px;
    position: absolute;
    top: 37px;
    left: -65px;
}

.powermail_tab_navigation_next {
    background: url(../../layout/content/icon_arrow_multistep_next.png) no-repeat 50% 50%;
    left: inherit;
    right: -65px;
}

.tx-powermail .cbox ul li.parsley-required {
    color: #e10032;
    border: 1px solid #e10032 !important;
    padding: 2px 6px;
    background: rgba(225, 0, 50, 0.1) !important;
    display: inline-block;
    position: relative;
    margin-top: -1px !important;
}

.parsley-required:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 0, 50, 0);
    border-bottom-color: #e10032;
    border-width: 5px;
    margin-left: -5px;
}

.parsley-error label {
    color: #e10032;
}


/* Suche Stellenausschreibung
------------------------------------------------------------------------------*/

#jobsform input.text {
    padding: 5px 0 2px 8px;
    width: 272px;
    height: 18px;
    border: solid 1px #BFBFBF;
    color: #919191;
    font-family: "InfoTextWebPro";
}

#jobsform input.text:hover,
#jobsform input.text:focus,
#jobsform input.text:active {
    border: 1px solid #000;
    color: #000;
}

.cbox.formsearch_job_posting,
.cbox.formsearch_publication {
    min-height: 164px;
}


/* original <select> verstecken */

.has_sb {
    position: absolute;
    left: -999999em;
    text-indent: -999999em;
}


/* sichbarer Teil der Selectbox */

.cbox .display {
    margin-bottom: 10px;
}

.selectbox .display {
    color: #919191;
    cursor: default;
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent;
    width: 280px;
    border: solid 1px #BFBFBF;
    margin: 5px 0;
    height: 27px;
    line-height: 30px;
}

.selectbox .display .text {
    position: absolute;
    left: 10px;
    line-height: 29px !important;
}

.selectbox.disabled .display {
    color: #000;
}

.selectbox .display.active .arrow_btn,
.selectbox .display.active.hover .arrow_btn {
    background: #333 url(../../layout/content/bg_dropdown_small.png) no-repeat 2px -95px;
}

.selectbox .display.active {
    border: solid 1px #333;
}

.selectbox .display .arrow_btn {
    background: url(../../layout/content/bg_dropdown_small.png) no-repeat 2px 1px;
    display: block;
    height: 27px;
    padding: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 27px;
}

.selectbox .display.hover .arrow_btn {
    background: url(../../layout/content/bg_dropdown_small.png) no-repeat 2px -47px;
    cursor: pointer;
}

.selectbox .value {
    display: none;
}


/* Dropdown Styles der Selectbox*/

.selectbox.items {
    background: #fff;
    border: 1px solid #d4d4d4;
    display: block;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 1px 0;
    z-index: 99999;
    -webkit-box-shadow: 0 4px 2px -2px #d4d4d4;
    -moz-box-shadow: 0 4px 2px -2px #d4d4d4;
    box-shadow: 0 4px 2px -2px #d4d4d4;
}

.selectbox.items li {
    /*white-space:nowrap; maybe necessary if using fixed Width: false */
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #d4d4d4;
}

.selectbox.items li .text {
    padding: 1px 0 1px 10px;
}

.selectbox.items li.first {
    margin-top: 0;
}

.selectbox.items li>.item {
    color: #000;
    cursor: default;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
}

.selectbox.items li>.item>.text {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.selectbox.items li.selected>.item {}

.selectbox.items li.disabled>.item {
    color: #999;
}

.selectbox.items li.hover>.item {
    background-color: #e4e4e4;
    color: #000;
    cursor: pointer;
}

.selectbox.items .value {
    display: none;
}

.selectbox.items li.last {
    border-bottom: none;
}

.cbox .send {
    width: 120px;
    margin: 4px auto 0 auto;
}

#powermail .send,
.tx-powermail .powermail_fieldwrap_submit,
.tx-powermail .powermail_fieldwrap_type_submit,
.cbox .powermail .send {
    margin: inherit;
}

.powermail_field>input {
    display: inline-block;
}

.cbox.formsearch_jobs_main .send {
    margin: inherit;
    margin: 0;
}

.cbox form .send input,
#powermail .send input,
.tx-powermail .powermail_fieldwrap_submit input,
.tx-powermail .powermail_fieldwrap_type_submit input,
.felogin .submit,
.tx-cal-controller .submit {
    background: url(../../layout/content/bg_search.png) repeat-x 0 0;
    width: 120px;
    text-align: center;
    border: solid 1px #D4D4D4;
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
    color: #333;
    height: 27px;
    cursor: pointer;
}

.felogin .submit.password-send,
.felogin .submit.password-change {
    width: 230px;
}

.cbox form .send input:hover {
    background-position: 100% 100%;
}

.candibase {
    width: 100%;
    max-width: 610px;
    min-height: 800px;
}


/* Powermail Beschriftungs Stile */

.powermail_fieldwrap.bold_label label,
.powermail_fieldwrap.bold_label legend,
.powermail_fieldwrap_text.bold_label,
.bold_label>legend {
    font-weight: bold;
    display: block !important;
}

.powermail_fieldwrap.standard_label label,
.powermail_fieldwrap.standard_label legend,
.powermail_fieldwrap_text.standard_label,
.standard_label>legend {
    font-weight: normal !important;
    display: block !important;
}

.powermail_fieldwrap.hidden_label label,
.powermail_fieldwrap.hidden_label legend,
.powermail_fieldwrap_text.hidden_label {
    visibility: hidden;
}

.hidden_label>legend {
    display: none !important;
}


/* Suche Einrichtungen
------------------------------------------------------------------------------*/


/* Checkboxen Style für die Darstellung ohne jQuery */

.cbox #equipment-item {
    padding: 5px 0 2px 5px;
    width: 98.35%;
    height: 18px;
    border: solid 1px #BFBFBF;
    font-size: 13px;
    color: #919191;
    background: #fff url(../../layout/content/bg_lupe_small.png) no-repeat 100% -1px;
}

.cbox #equipment-item:hover {
    background-position: 100% 100%;
}

.cbox.equipment_search {
    min-height: 200px;
}

.cbox .checkbox-left {
    float: left;
    width: 68%;
    margin-top: 15px;
}

.cbox .checkbox-right {
    float: right;
    width: 32%;
    margin-top: 15px;
}

.cbox #formsearch-equipment .checkbox-left label,
.cbox #formsearch-equipment .checkbox-right label {
    display: inline-block;
}


/* Senden Button */

.cbox #formsearch-equipment .send {
    margin-top: 5px;
    margin-bottom: 15px;
}


/* Checkboxen Style für die Darstellung mit jQuery */

.cbox .custom-checkbox,
.custom-radio {
    position: relative;
}

.cbox .checkbox-left p,
.cbox .checkbox-right p {
    padding: 0;
}

.cbox .checkbox-right .custom-checkbox {
    margin-left: -13px;
}


/* input, label positionierung */

.cbox .custom-checkbox input,
.cbox .custom-radio input {
    position: absolute;
    left: 5px;
    top: 5px;
    margin: 0;
    z-index: 0;
}

.cbox .custom-checkbox label,
.cbox .custom-radio label {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: .5em 0 .5em 30px;
    margin: 0 0 .3em;
    cursor: pointer;
}

.cbox .custom-checkbox label {
    background: url(../../layout/content/bg_checkbox.png) no-repeat;
}

.cbox .custom-radio label {
    background: url(../../layout/content/bg_radiobutton.gif) no-repeat;
}


/* pbe */

#powermail .powermail_radio_inner label,
.tx-powermail .powermail_radio_inner label {
    background: none;
    display: inline;
    margin: 0 0 0 5px;
    position: static;
    line-height: normal;
    padding: 0;
}

#powermail .powermail_radio_inner input,
.tx-powermail .powermail_radio_inner input {
    position: static;
}

.cbox .custom-checkbox label,
.custom-radio label {
    background-position: -10px -12px;
}

.cbox .custom-checkbox label.hover,
.cbox .custom-checkbox label.focus,
.cbox .custom-radio label.hover,
.cbox .custom-radio label.focus {
    background-position: -10px -114px;
}

.cbox .custom-checkbox label.checked,
.cbox .custom-radio label.checked {
    background-position: -10px -214px;
}

.cbox .custom-checkbox label.checkedHover,
.cbox .custom-checkbox label.checkedFocus {
    background-position: -10px -314px;
}

.cbox .custom-checkbox label.focus,
.cbox .custom-radio label.focus {
    outline: 1px dotted #ccc;
}


/* Modul Leitung/Kontakt
------------------------------------------------------------------------------*/

a,
.cbox .cbox_name a,
.cbox .cbox_kontakt a {
    padding-right: 0;
    background: transparent;
    color: #333;
}


/*
#content a:hover span,
#right a:hover span,
.cbox .cbox_name a:hover span,
.cbox .cbox_kontakt a:hover span {
  color: #e50030;
}
#content a span,
#right a span,
.cbox .cbox_name a span,
.cbox .cbox_kontakt a span {
  border-bottom: 1px dotted #e50030;
  font-family: "InfoTextWebPro";
  margin-left: 20px;
}
*/

#content .content-ergebnisliste a span {
    border-bottom: none;
    margin-left: 0;
}

#content .cbox.standort a span,
#right .cbox.standort a span {
    border-bottom: none;
    margin-left: 0;
}

#content .cbox.standort a:hover span,
#right .cbox.standort a:hover span {
    color: #333;
}

.cbox .cbox_name a.email {
    background: url(../../layout/content/bg_email.png) 0 3px no-repeat !important;
	padding-left:0;
}

.cbox .cbox_name.withImg a.email {
    background: url(../../layout/content/bg_email.png) 67px 3px no-repeat !important;
}

#content a.email,
#right a.email,
.cbox .cbox_kontakt a.email {
    background: url(../../layout/content/bg_email.png) 0 4px no-repeat;
    text-decoration: underline;
    padding-left: 19px;
}

#right .cbox .cbox_name a.email span {
    margin-left: 0;
    background-position: 0 0;
}

#right .cbox .cbox_name.withImg a.email span {
    margin-left: 20px;
    background-position: 0 0;
}

#content a.email:hover,
#right a.email:hover,
.cbox .cbox_kontakt a.email:hover {
    color: #E50030;
}


/* Im div.content-detail ist die Schriftgröße größer, daher auch eine andere Icon-Positionierung
#content .content-detail a.email{
  background-position: 0 1px;
}
 */

#content a.pdf,
#right a.pdf {
    background: url(../../layout/content/bg_pdf.png) 0 0 no-repeat;
    text-decoration: underline;
    padding-left: 17px;
}

#content a.pdf:hover,
#right a.pdf:hover {
    color: #E50030;
}

#content .cbox ul li a.pdf,
#right .cbox ul li a.pdf {
    display: inline;
}

#content .news-title a.pdf,
#right .news-title a.pdf {
    background: none;
    padding-left: 0;
}

.cbox ul li.cbox_name,
.cbox ul li.cbox_kontakt {
    border-bottom: 1px solid transparent !important;
}

.cbox ul li.cbox_name:hover,
.cbox ul li.cbox_kontakt:hover {
    background-color: transparent !important;
}


/* Fe-Login
------------------------------------------------------------------------------*/

.felogin legend {
    display: none;
}

.felogin fieldset {
    border: 1px solid #ddd;
    background-color: #fafafa;
    padding: 10px;
    margin: 10px 0 20px 0;
}

.felogin fieldset div {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 21px;
}

.felogin input.text {
    padding: 5px 0 2px 5px;
    width: 300px;
    height: 18px;
    border: solid 1px #BFBFBF;
    font-size: 13px;
    color: #919191;
}


/* Suche Publikationen / Termine / FE-Login / Cal
------------------------------------------------------------------------------*/

.cbox #publication-item,
.cbox #events-item,
.cbox #ttnews-item,
#powermail input.text,
.tx-powermail input.text,
.tx-powermail input.powermail_input,
.tx-powermail input.powermail_captcha,
#powermail textarea,
.tx-powermail textarea,
.tx-cal-controller input[type=text] {
    padding: 5px 0 2px 5px;
    width: 98.35%;
    height: 18px;
    border: solid 1px #BFBFBF;
    font-size: 15px;
    color: #919191;
    background: #fff url(../../layout/content/bg_lupe_small.png) no-repeat 100% -1px;
    font-family: "InfoTextWebPro";
}

#powermail textarea,
.tx-powermail textarea {
    height: 100px;
}

#powermail input.text,
.tx-powermail input.powermail_input,
.tx-powermail input.powermail_captcha,
.tx-cal-controller input[type=text],
#powermail textarea,
.tx-powermail textarea {
    background: none;
}

.tx-cal-controller input[type=text] {
    width: 200px;
}

#powermail img.tx-srfreecap-pi2-image,
.tx-powermail img#powermail_captchaimage {
    margin: 10px 0 0 0;
    display: block;
}

.cbox #publication-item:hover,
.cbox #events-item:hover {
    background-position: 100% 100%;
    border: 1px solid #333;
    color: #333;
}

.cbox #formsearch-publication .display {
    margin-top: 10px;
}


/* Termine, News - Formular über der Liste
------------------------------------------------------------------------------*/

.cbox.formsearch_events_main,
.cbox.formsearch_jobs_main,
.cbox.tt_news_search {
    width: auto;
    padding: 5px;
    height: auto;
}

.cbox.formsearch_events_main #events-item,
.cbox.tt_news_search #ttnews-item {
    width: 270px;
    padding-left: 10px;
    font-size: 14px;
}

.cbox.formsearch_events_main .selectbox .display {
    width: 280px;
}

.cbox.formsearch_events_main .send {
    margin: 0;
}


/* Thema
------------------------------------------------------------------------------*/

.cbox.cbox_gfx {
    text-align: center;
}

.cbox.cbox_gfx h2,
.cbox.cbox_gfx ul {
    text-align: left;
}

.cbox.cbox_gfx ul {
    border-top: 1px solid #e4e4e4;
}

.cbox.cbox_gfx p:hover {
    background-color: #e4e4e4;
}

.cbox.cbox_gfx img {
    margin: 10px auto 6px auto;
}

.cbox.cbox_gfx .flex-direction-nav li a {
    top: 92px;
    z-index: 99;
}

.cbox.cbox_story.cbox_gfx .flex-direction-nav li a {
    top: 63px;
}

.cbox.cbox_gfx .flex-direction-nav {
    position: absolute !important;
    top: 0;
    width: 100%;
}


/* Slider in den Boxen
------------------------------------------------------------------------------*/

ul.flex-direction-nav,
.flex-direction-nav li {
    border: 0 none !important;
}


/* Story (Positionierung der prev/next Buttons)
------------------------------------------------------------------------------*/

.cbox.cbox_story.cbox_gfx.cbox_teaser .flex-direction-nav li a {
    top: 92px;
}

.cbox.cbox_big.cbox_story.cbox_gfx.cbox_teaser .flex-direction-nav li a {
    top: 180px;
}

.cbox.cbox_story .flex-direction-nav li a {
    background: url(../../layout/content/bg_transparent_arrow.png) no-repeat 0 0;
}

.cbox.cbox_story .flex-direction-nav li .flex-next {
    right: 10px;
}

.cbox.cbox_story .flex-direction-nav li .flex-prev {
    background-position: 0 -67px;
    left: 10px;
}

.cbox.cbox_story .flex-direction-nav li .flex-next:hover {
    background-position: 0 -198px;
}

.cbox.cbox_story .flex-direction-nav li .flex-prev:hover {
    background-position: 0 -133px;
}

.cbox.cbox_story .cbox_gross {
    right: 10px;
}

.cbox .slides ul {
    margin: 10px 0 -5px 0;
    padding: 0;
}


/* Termine (Kalender)
------------------------------------------------------------------------------*/

.calendar-table {
    /* margin: 0 auto 10px auto; */
    /*width: 100%;*/
    margin: 0 10px 10px 10px;
    width: 280px !important;
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
    border-collapse: collapse;
}

.content-detail .calendar-table {
    width: 100% !important;
}

.calendar-table .columPrevious,
.calendar-table .columYear,
.calendar-table .columNext {
    background: #fff;
    padding: 15px 0 10px;
}

.calendar-table .columYear {
    width: auto;
    font-size: 18px;
}

.calendar-table .columPrevious:hover,
.calendar-table .columYear:hover,
.calendar-table .columNext:hover {
    background: #fff;
    color: #333;
}

.calendar-table .columPrevious a,
.calendar-table .columNext a {
    text-indent: -9999em;
    height: 20px;
    width: 39px;
    line-height: 0;
    display: block;
}

.calendar-table .columPrevious a {
    background: url(../../layout/content/bg_diary_arrow.png) 0 100% no-repeat;
}

.calendar-table .columPrevious a:hover {
    background: url(../../layout/content/bg_diary_arrow.png) 0 -75px no-repeat;
}

.calendar-table .columNext a {
    background: url(../../layout/content/bg_diary_arrow.png) 100% 0 no-repeat;
}

.calendar-table .columNext a:hover {
    background: url(../../layout/content/bg_diary_arrow.png) 100% -37px no-repeat;
}

table.calendar-table th,
table.calendar-table td {
    text-align: center;
    vertical-align: middle !important;
    padding: 0;
}

.calendar-table th {
    font-size: 12px;
    font-weight: normal;
    background-color: transparent !important;
    color: #000 !important;
}

.calendar-table td {
    background: url(../../layout/content/bg_diary_cell.png) 0 0;
    width: 39px;
    height: 29px !important;
    border: solid 1px #fff;
}

.calendar-table td:hover {
    background: url(../../layout/content/bg_diary_cell.png) 0 100%;
    color: #fff;
}

.calendar-table .linked_day {
    background: url(../../layout/content/bg_diary_cell.png) 0 -49px;
    color: #fff;
    height: 24px;
    padding-top: 5px;
    cursor: pointer;
}

.calendar-table .linked_day:hover {
    background-position: 0 100%;
}

.calendar-table .linked_today_nolink,
.calendar-table .linked_today_link,
.calendar-table .linked_today {
    background: url(../../layout/content/bg_diary_cell.png) 0 -98px;
    height: 24px;
    padding-top: 5px;
    color: #fff;
}

.calendar-table .linked_today_link,
.calendar-table .linked_today {
    /* aktueller Tag mit Termine */
    height: 20px;
    padding: 2px 0 1px;
    border: 3px solid #333;
    cursor: pointer;
}


/* calendar-item, preview */

.cbox.cbox_calendar .first {
    border-top: 1px solid #e4e4e4;
}

.cbox.cbox_calendar .date {
    font-family: "InfoTextWebPro-Medium";
}

.cbox.cbox_calendar .date a {
    font-family: "InfoTextWebPro-Medium";
}

.cbox.cbox_calendar .empty {
    background: #e4e4e4;
}

#search-tt-news-events #swords {
    width: 280px;
    border: 1px solid #BFBFBF;
    margin: 5px 0px;
    height: 27px;
    display: block;
}

#search-tt-news-events #br-swords {
    display: none;
}

#search-tt-news-events input[name="search"] {
    float: left;
    position: relative;
    top: -34px;
    left: 295px;
    padding: 3px;
    height: 29px;
}

.event .event_links {
    float: right;
    display: block;
}

.event a {
    padding-left: 10px;
    background: transparent url("../../layout/content/more_int_red.png") no-repeat scroll 0px 5px;
    color: #333;
    text-decoration: underline;
}

.event_title {
    font-weight: bold;
}

.event .news-single-date {
    display: inline;
}

.event .event_links a {
    background: transparent url("/fileadmin/0-templates/relaunch.helmholtz-muenchen.de/layout/content/sprite_eventlinks.gif") no-repeat scroll 0px 0px;
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 2px;
}

.event .event_links a span {
    display: none;
}

.event .event_links a.googlemaps {
    background-position: 0 0;
}

.event .event_links a.googlemaps:hover {
    background-position: 0 -40px;
}

.event .event_links a.facebook {
    background-position: -40px 0;
}

.event .event_links a.facebook:hover {
    background-position: -40px -40px;
}

.event .event_links a.twitter {
    background-position: -80px 0;
}

.event .event_links a.twitter:hover {
    background-position: -80px -40px;
}

.event .event_links a.mailafriend {
    background-position: -120px 0;
}

.event .event_links a.mailafriend:hover {
    background-position: -120px -40px;
}

.event .event_links a.ics {
    background-position: -160px 0;
}

.event .event_links a.ics:hover {
    background-position: -160px -40px;
}

.event .event_links a.googlecal {
    background-position: -200px 0;
}

.event .event_links a.googlecal:hover {
    background-position: -200px -40px;
}

@media screen and (max-width: 440px) {
    #search-tt-news-events #swords {
        width: 180px;
    }
    #search-tt-news-events input[name="search"] {
        left: 182px;
    }
}


/* Links intern/extern als Button
------------------------------------------------------------------------------*/

.cbox.link_intern,
.cbox.link_extern {
    height: 48px;
    width: 300px;
    -webkit-box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
    -moz-box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
    box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
}

.cbox.link_intern p a,
.cbox.link_extern p a {
    display: block;
    font-size: 18px;
    background: transparent;
    padding-top: 7px;
}

.cbox.link_intern {
    background: #fff url(../../layout/content/bg_link_intern.png) top right no-repeat;
}

.cbox.link_extern {
    background: #fff url(../../layout/content/bg_link_extern.png) top right no-repeat;
}


/* Departmentzugehörigkeit
------------------------------------------------------------------------------*/

.cbox.link_belongdepartment {
    background: #fff url(../../layout/content/bg_departmentzugehoerigkeit.png) 0 0 repeat-x;
    height: 74px;
    width: auto;
    -webkit-box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
    -moz-box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
    box-shadow: 0 4px 2px -2px #d4d4d4, 2px 3px 1px -2px #d4d4d4, -2px 3px 1px -2px #d4d4d4;
}

.cbox.link_belongdepartment:hover {
    background-image: none;
}

.cbox.link_belongdepartment p.text {
    float: left;
    margin-right: 0;
    padding-right: 20px;
}

.cbox.link_belongdepartment p.image {
    float: left;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    margin-right: 9px;
}

.cbox.link_belongdepartment p a {
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
}


/* Links intern/extern im #content
------------------------------------------------------------------------------*/

#wrapContent .csc-textpic-text a, #wrapContent .csc-default > p a{
	text-decoration: underline;
}

#content .intern-link,
#right .intern-link,
p.fe-login-link a,
#content .intern-link,
#content .internal-link,
#content .internal-link-new-window {
    padding-left: 10px;
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 0 5px;
    color: #333;
    /* Test 'text-decoration' vs 'border-bottom' */
    /* border-bottom: 1px dotted #e50030; */
    /*
    text-decoration: underline;
    -moz-text-decoration-line: underline;
    -moz-text-decoration-style: dotted;
    -moz-text-decoration-color: #e50030;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: #e50030;
    */
    /* Jetzt doch wieder ganz normal mit text-decoration */
    text-decoration: underline;
}

#content .extern,
#right .extern,
#content .extern-link-new-window,
#content .external-link-new-window,
#content .external-link {
    padding-left: 16px;
    background: transparent url(../../layout/content/more_ext_red.png) no-repeat 3px 4px;
    color: #333;
    /* border-bottom: 1px dotted #e50030; */
    text-decoration: underline;
}

#content .intern-link:hover,
#content .extern:hover,
#content .extern-link-new-window:hover,
#content .internal-link:hover,
#content .extern:hover,
#content .external-link-new-window:hover,
#content .internal-link-new-window:hover,
#content .internal-link:hover,
#content .external-link:hover {
    color: #e50030;
}


/* Accordion
------------------------------------------------------------------------------*/

#acc-container {
    /*position: relative;
    left: -20px;
    margin-right: -30px;*/
    margin-bottom: 20px;
}

.acc-header {
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
    margin: 0;
    padding: 16px 17px;
	padding-bottom: 14px;
    cursor: pointer;
    color: #333;
    /*border-top: 1px solid #E4E4E4;*/
    border-bottom: 2px solid #fff;
    display: block;
    /* width: 100%; */
}

h3 span {
    display: block;
    width: 100%;
}

.inactive-header span {
    background: url(../../layout/content/icon_arrow_acc.png) no-repeat 100% 109%;
    padding-right: 30px;
    width: auto;
}

.active-header span {
    background: url(../../layout/content/icon_arrow_acc.png) no-repeat 100% -9%;
    padding-right: 30px;
    width: auto;
}

.active-header {
    background: #e4003b;
    color: #fff;
}

.active-header:hover {
    background: #d70039;
}

.inactive-header {
    background: #efefef;
}

.inactive-header:hover {
    background: #d4d4d4;
}

.acc-content {
    display: none;
    padding: 20px 10px 7px 20px;
}

#acc-container .record {
    margin: 0;
    margin-bottom: 15px;
}


/* Startseiten-Modul Zielgruppen Accordion */

.cbox.cbox_zielgruppen p {
    margin: 0 10px 7px 0;
    padding: 7px 0 0 15px;
    font-family: "InfoTextWebPro";
}

.cbox.cbox_zielgruppen .acc-content {
    padding: 0;
}

.cbox.cbox_zielgruppen .acc-header {
    width: auto;
}

.cbox_zielgruppen ul li.last {
    border: 0 none #fff !important;
    padding-bottom: 1px;
    /* damit beim hover der komplette li ausgraut */
}

.cbox_zielgruppen ul li.last p {
    margin-bottom: 5px;
    /* Korrektur der hover Ausgrauung */
}


/* Tabs
------------------------------------------------------------------------------*/

.tabs {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    clear: both;
    height: 1%;
    /* IE7 */
}

.tabs li {
    margin: 0;
    float: left;
    background: #D4D4D4;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tabs li.first {
    border-left: 0 none;
}

.tabs li.active {
    background: #fff;
}

.tabs li:hover {
    background: #fff;
}

.tabs li a {
    margin: 0;
    padding: 15px 10px;
    color: #333;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-family: "InfoTextWebPro-Medium";
    font-size: 14px;
}


/* Detailseiten Head Buttons
------------------------------------------------------------------------------*/

a.detail_head_button,
div.back-to-overview a {
    font-family: "InfoTextWebPro-Medium";
    font-size: 14px;
    margin: 0;
    padding: 5px 35px 4px 10px;
    color: #333;
    background: url(../../layout/content/bg_detail_button.png) no-repeat 100% -13px;
    white-space: nowrap;
    line-height: 18px;
    -webkit-box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    -moz-box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    display: block;
}

a.detail_head_button:hover,
div.back-to-overview a:hover {
    background-position: 100% 100%;
}


/* Im Fce keine absolute Positionierung */

div.back-to-overview.fce {
    position: static;
    margin: 15px 0;
}

div.back-to-overview.fce a {
    display: inline;
    padding-top: 7px;
    background-position: 100% -14px;
}

div.back-to-overview.fce a:hover {
    background-position: 100% -94px;
}

div.back-to-overview.fce.ie a:hover {
    background-position: 100% 98%;
}

div.back-to-overview.fce.alignright {
    text-align: right;
}


/* Detailseiten Head Buttons
------------------------------------------------------------------------------*/

a.detail_head_button.weitere,
div.back-to-overview a.weitere {
    background: url(../../layout/content/bg_detail_button_weitere.png) 0 -10px;
    display: block;
    padding: 0 10px;
    height: 30px;
    text-align: center;
}

a.detail_head_button.weitere:hover,
div.back-to-overview a.weitere:hover {
    background-position: 0 100%;
}


/* Tabellen
------------------------------------------------------------------------------*/

table {
    border-collapse: collapse;
    /* table-layout: fixed; */
    width: 100%;
    background: #fff;
}

table td,
table th {
    vertical-align: top;
    text-align: left;
    padding: .3em;
    border: 0 none;
    font-size: 16px;
}

table th {
    background: #919191;
    color: #fff;
    font-family: "InfoTextWebPro-Medium";
    font-weight: normal;
}

table tr td {
    border-bottom: 1px solid #E6E6E6;
}

.arbeitsgruppen {
	table-layout: fixed;
}

.arbeitsgruppen th.th_1 {
    width: 25%;
    padding-left: 10px;
}

.arbeitsgruppen th.th_2 {
    width: 35%;
}

.arbeitsgruppen th.th_3 {
    width: 19%;
}

.arbeitsgruppen th.th_4 {
    width: 11%;
}

.arbeitsgruppen th.th_5 {
    width: 10%;
}

.arbeitsgruppen.bild th.th_1 {
    width: 17%;
}

.arbeitsgruppen.bild th.th_2 {
    width: 16%;
}

.arbeitsgruppen.bild th.th_3 {
    width: 20%;
}

html[lang="en"] .arbeitsgruppen.bild th.th_3 {
    width: 18%;
}

.arbeitsgruppen.bild th.th_4 {
    width: 12%;
}

.arbeitsgruppen.bild th.th_5 {
    width: 20%;
}

.arbeitsgruppen.bild th.th_6 {
    width: 13%;
}

html[lang="en"] .arbeitsgruppen.bild th.th_6 {
    width: 17%;
}

.arbeitsgruppen.bild .td_first {
    width: 80px;
    min-width: 80px;
}

.arbeitsgruppen.bild .td_first img {
    display: block;
	max-width:100%;
}

.arbeitsgruppen.bild tr td:first-child {
	padding-left:0;
}

table tr.tr_2 td {
    background: #f7f7f7;
    border-bottom: 2px solid #E6E6E6;
    /* font-family: "InfoTextWebPro-Medium"; */
}

.tx-hmgusetcard-pi1 table tr.tr_2 td {
    background: inherit;
    border-bottom: 1px solid #E6E6E6;
}

.arbeitsgruppen tr.tr_last td {
    border-bottom: 2px solid #E6E6E6;
}

.arbeitsgruppen td.td_first {
    padding-left: 10px;
}

.tx-hmgusetcard-pi1 td {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}


/* Fix für Chrome */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tx-hmgusetcard-pi1 table img {
        max-width: none;
    }
    #content .tx-hmgusetcard-pi1 a.email {
        white-space: nowrap;
        background: url(../../layout/content/bg_email.png) 0 3px no-repeat;
    }
}


/* Fix für IE
------------------------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cbox.link_belongdepartment p.text {
        float: left;
        margin-right: 0px;
        padding-right: 15px;
    }
}

@media screen and (min-width:0\0) {
    .cbox.link_belongdepartment p.text {
        float: left;
        margin-right: 0px;
        padding-right: 15px;
    }
}

@media \0screen {
    .cbox.link_belongdepartment p.text {
        float: left;
        margin-right: 0px;
        padding-right: 15px;
    }
}


/* Expand Modul Standorte
------------------------------------------------------------------------------*/

.anschrift_header {
    font-family: "InfoTextWebPro-Bold";
}

#content .g_maps {
    background: url(../../layout/content/bg_map.png) 0 2px no-repeat;
    text-decoration: underline;
    padding-left: 15px;
}

#content .mvv_rout {
    background: url(../../layout/content/bg_bus.png) 0 2px no-repeat;
    text-decoration: underline;
    padding-left: 17px;
}

#content .podcast {
    background: url(../../layout/content/bg_podcast.png) 0 3px no-repeat;
    text-decoration: underline;
    padding-left: 19px;
}

#content .g_maps:hover,
#content .mvv_rout:hover,
#content .podcast:hover {
    color: #E50030;
}


/* woc:ben - 4.6.2014 */

#content .infobox.black-white {
    background: white;
    color: black;
    border: 1px solid #000000;
    margin: 0 10px 10px 10px;
    width: 300px;
}

#content .infobox.black-white p {
    margin: 10px;
}

#content .infobox.black-white .box_head {
    background: black;
    color: white;
    padding: 5px;
    margin: 0;
}

#content .infobox.black-white .box_head.hide {
    display: none;
}

#content .infobox.black-white.left {
    float: left;
    margin: 0 10px 10px 0;
}

#content .infobox.black-white.center {
    margin: 10px auto;
    float: none;
}

#content .infobox.black-white.right {
    float: right;
    margin: 0 0 10px 10px;
}


/* woc:ben - 4.6.2014 */


/* Header Rubrik Startseite Bild
------------------------------------------------------------------------------*/

.rubric-header {
    background: #333;
    height: 225px;
    position: relative;
}

.rubric-header .info_text {
    color: #fff;
    width: 221px;
    height: 100%;
    float: left;
    margin: 0;
}

.rubric-header .info_text h3 {
    font-family: "InfoTextWebPro-Medium";
    font-size: 24px;
    margin: 0;
    padding: 10px;
    line-height: 24px;
}

.rubric-header .info_text p {
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 200px;
    font-size: 14px;
    line-height: 18px;
}

.rubric-header .story_bild {
    width: 399px;
    float: left;
    padding: 0;
    position: relative;
    line-height: 0;
}

.rubric-header .story_bild img {
    padding: 0;
    margin: 0;
    line-height: 0;
}


/* Header Rubrik Startseite (Positionierung der prev/next Buttons und Controls)
------------------------------------------------------------------------------*/

.story_bild .flex-container {
    padding-bottom: 0 !important;
}

.story_bild .flex-direction-nav {
    margin: 0;
    /* 4 Zeilen für Header Fokusthema (Direction-Navi über Grafik)
    ------------------------------------------------------------*/
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    /*----------------------------------------------------------*/
}

.story_bild .flex-direction-nav li {
    margin: 0;
    padding: 0
}

.story_bild .flex-direction-nav li a {
    top: 90px;
}

.slick-prev,
.story_bild .flex-direction-nav li a {
    background: url(../../layout/content/bg_transparent_arrow.png) no-repeat 0 0;
}

.slick-prev,
.story_bild .flex-direction-nav li .flex-prev {
    background-position: 0 -67px;
    left: 0;
}

.slick-prev,
.story_bild .flex-direction-nav li .flex-next {
    overflow: hidden;
}

.slick-prev,
.story_bild .flex-direction-nav li .flex-prev {
    overflow: hidden;
}

.slick-prev,
.story_bild .flex-direction-nav li .flex-next:hover {
    background-position: 0 -198px;
    overflow: hidden;
}

.slick-prev,
.story_bild .flex-direction-nav li .flex-prev:hover {
    background-position: 0 -133px;
    overflow: hidden;
}

.flex-direction-nav,
.story_bild .flex-control-nav {
    display: block;
    text-align: center;
    position: relative;
    bottom: 23px;
    height: 0;
    line-height: 0;
}

.story_bild p {
    height: 50px;
    width: 220px;
    position: absolute;
    bottom: 24px;
    right: 0;
    margin: 0;
    padding: 5px 10px 5px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4////UwAJ4QPjkwE2lgAAAABJRU5ErkJggg==') repeat;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff); */
    font-size: 14px;
    line-height: 18px;
}

.story_bild .current p {
    background: #fff;
}

.story_bild p a {
    background: transparent url(../../layout/content/more_int_red.png) no-repeat right bottom;
    display: block;
}


/* Header Fokusthema
------------------------------------------------------------------------------*/

.rubric-header.fokus {
    height: 250px;
    position: relative;
    clear: left;
    line-height: 140%;
}

.rubric-header.fokus.diabetes {
    background: #D43F37 url(../../layout/content/bg_fokus_diabetes_960px.png) no-repeat 0 0;
}

.rubric-header.fokus.lunge {
    background: #00A5EC url(../../layout/content/bg_fokus_lunge_960px.png) no-repeat 0 0;
}

.rubric-header.fokus.health {
    background: #4B1E70 url(../../layout/content/bg_fokus_health_960px.png) no-repeat 0 0;
}

.rubric-header.fokus.herz {
    background: #A91043 url(../../layout/content/bg_fokus_herz_960px.png) no-repeat 0 0;
}

.rubric-header.fokus.infektion {
    background: #F9B200 url(../../layout/content/bg_fokus_infektion_960px.png) no-repeat 0 0;
}

.rubric-header.fokus.umwelt {
    background: #98B910 url(../../layout/content/bg_fokus_umwelt_960px.png) no-repeat 0 0;
}

.rubric-header.fokus .info_text {
    width: 217px;
}

.rubric-header.fokus .story_bild {
    width: 723px;
}

.rubric-header.fokus #bg_dlhhiu {
    width: 152px;
    height: 250px;
    position: absolute;
    top: 0;
    z-index: 2;
}

.rubric-header.fokus.diabetes #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_diabetes_960px.png) no-repeat -217px 0;
}

.rubric-header.fokus.lunge #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_lunge_960px.png) no-repeat -217px 0;
}

.rubric-header.fokus.health #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_health_960px.png) no-repeat -217px 0;
}

.rubric-header.fokus.herz #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_herz_960px.png) no-repeat -217px 0;
}

.rubric-header.fokus.infektion #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_infektion_960px.png) no-repeat -217px 0;
}

.rubric-header.fokus.umwelt #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_umwelt_960px.png) no-repeat -217px 0;
}

.fokus .flex-direction-nav li a {
    top: 105px;
}

.stage {
    margin: 0 0 20px 0;
}


/* Modul Bühne Startseite
------------------------------------------------------------------------------*/

.home-stage {
    /* IE7 */
    /* min-height: 324px; siehe ie.css */
}

.fokus.buehne .story_bild {
    width: 940px;
}

.fokus.buehne .flex-direction-nav li a {
    top: 140px;
}

.fokus.buehne .story_bild p {
    font-size: 14px;
    line-height: 18px;
    width: 250px;
    height: auto;
    bottom: 33px;
    bottom: 10px;
    right: 33px;
    z-index: 1000;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin: 0;
    display: none;
    /* den echten Content ausblenden */
}

.fokus.buehne .textebene p {
    display: block;
    /* den via jQuery geholten Content wieder einblenden */
}

#content .fokus.buehne .story_bild span {
    border: 0 none;
    color: #333;
    margin-left: 0;
}

.fokus.buehne .story_bild p a {
    height: auto;
    line-height: 16px;
}

.fokus.buehne .story_bild strong {
    font-family: "InfoTextWebPro-Medium";
    font-size: 18px;
    line-height: 21px;
    position: absolute;
    bottom: 50px;
    padding: 0 15px 0 0;
}

.fokus.buehne #bg_dlhhiu {
    width: 431px;
    height: 325px;
    top: 0;
    right: 0;
    background: transparent url(../../layout/content/bg_buehne_940.png) no-repeat 0 0;
    z-index: 2;
}

.fokus.buehne .flex-container:hover #bg_dlhhiu {
    background-position: 0 100%;
}

.fokus.buehne .story_bild .flex-control-nav {
    position: absolute;
    right: 440px;
    bottom: 25px;
}

.fokus.buehne .story_bild p a {
    background: none;
}


/* Gold: Aktivierung des Jahresberichts => screen_handheld.css nicht vergessen */


/* ================================================================================== */


/*
.fokus.buehne #bg_dlhhiu {
  background: transparent url(../../layout/content/bg_buehne_940_gold.png) no-repeat 0 0;
}
#content .fokus.buehne .story_bild p a, #content .fokus.buehne .story_bild span {
  color: #fff;
}
.fokus.buehne #bg_dlhhiu {
  background-image: url(../../layout/content/bg_buehne_940_gold.png);
}
*/


/* ================================================================================== */


/* Slider Farbanpassungen weiss
------------------------------------------------------------------------------*/

.fokus.buehne.weiss .flex-direction-nav li a {
    top: 102px;
}

.fokus.buehne.weiss #bg_dlhhiu {
    background: transparent url(../../layout/content/bg_fokus_hell_weiss_940px.png) no-repeat 0 0;
    height: 250px;
    width: 362px;
}

#content .fokus.buehne.weiss .story_bild p a,
#content .fokus.buehne.weiss .story_bild span {
    color: #333;
}


/*.fokus.buehne.weiss .story_bild p {
    width: 220px;
    bottom: 23px;
    right: 23px;
}
.fokus.buehne.weiss .story_bild strong {
    bottom: 70px;
    font-size: 24px;
}
.fokus.buehne.weiss .story_bild span strong {
    bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    position: inherit;
    padding:inherit;
}
*/


/* Startseiten-Slider im Contentbereich */

#wrapContent .tv-map .fokus.buehne .story_bild {
    width: 100%;
}

#wrapContent .tv-map .fokus.buehne #bg_dlhhiu {
    width: 250px;
    height: 160px;
    background-position: -95px 0 !important;
}

#wrapContent .tv-map .fokus.buehne:hover #bg_dlhhiu {
    background-position: 0 100% !important;
}

#wrapContent .tv-map .rubric-header.fokus {
    height: 160px;
}

#wrapContent .tv-map .fokus.buehne .flex-direction-nav li a {
    top: 60px;
}

#wrapContent .tv-map .fokus.buehne .story_bild p {
    width: 130px;
    bottom: 50px;
}

#wrapContent .tv-map .buehnen_video {
    height: 160px;
}

#wrapContent .tv-map .fokus.buehne .story_bild .flex-control-nav {
    right: inherit;
    bottom: 20px;
    width: 100%;
}

#wrapContent .tv-map .buehnen_video .vimeo_thumb_slider::after {
    width: 160px;
    height: 160px;
    top: 5px;
    margin-top: 0;
    background-size: 100%;
}

#wrapContent .tv-map .buehnen_video .vimeo_thumb_slider {
    height: 160px;
}

#wrapContent .tv-map .buehne #video_close {
    display: none;
    position: absolute;
    top: 20px;
    right: -362px;
}

#wrapContent .tv-map .buehnen_video .vimeo_thumb_slider img {
    z-index: 6;
}

#wrapContent .tv-map .fokus.buehne .story_bild strong {
    position: static;
}


/* Modul Standorte
------------------------------------------------------------------------------*/

.cbox.standort .current-info,
.cbox.standort .accessibletabsanchor,
.cbox.standort .tabhead {
    position: absolute;
    left: -9999em;
}

.cbox.standort .tabs-list {
    width: 100%;
}

.cbox.standort .tabs-list li {
    float: left;
    width: 50%;
    text-align: center;
    background: #d4d4d4;
}

.cbox.standort .tabs-list li:hover {
    background: #fff;
}

.cbox.standort .tabs-list li a {
    display: block;
    padding: 3px 0;
}

.cbox.standort .tabs-list li.current {
    background: #fff;
}

.cbox.standort .tabs-list li.last a {
    border-left: 1px solid #919191;
}

.cbox.standort .tabs-list li a:hover {
    background: #fff;
}

.cbox.standort .adress_content {
    background: #fff;
    border-top: 1px solid #e4e4e4;
}

.cbox.standort .adress_content li {
    border-bottom: 1px solid #eee;
}

.cbox.standort .fueller {
    background: #e4e4e4;
    margin: 0 10px;
}

.cbox.standort .bg_karten {
    width: 280px;
    height: 209px;
    margin: 10px auto;
    position: relative;
    background: #e4e4e4 url(../../layout/content/bg_karten.png) no-repeat 0 100%;
}

.cbox.standort .bg_karten.karte2 {
    background: #e4e4e4 url(../../layout/content/bg_karten.png) no-repeat 0 0;
}

.cbox.standort .cont {
    display: none;
}

.cbox.standort .bg_karten ul li,
.cbox.standort .bg_karten ul li.last {
    border-bottom: 0 none !important;
}

.cbox.standort .bg_karten ul {
    text-indent: -9999em;
}

.cbox.standort .bg_karten ul li {
    background: url(../../layout/content/bg_karten_punkte.png) no-repeat 0 -75px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
}

.cbox.standort .bg_karten ul li:hover {
    background: url(../../layout/content/bg_karten_punkte.png) no-repeat 0 -96px;
}

.cbox.standort .bg_karten ul li.active {
    background: url(../../layout/content/bg_karten_punkte.png) no-repeat 0 -117px;
}

.cbox.standort .bg_karten ul li#standort10.active {
    background: url(../../layout/content/bg_karten_punkte.png) no-repeat 0 -25px;
    left: 160px;
    top: 132px;
}


/* München */

.cbox.standort .bg_karten ul li#standort10 {
    left: 160px;
    top: 132px;
    background-position: -1px 0
}

.cbox.standort .bg_karten ul li#standort10.active:hover {
    background-position: 0 -25px
}

.cbox.standort .bg_karten ul li#standort10:hover {
    background-position: -1px -52px
}

.cbox.standort .bg_karten ul li#standort11 {
    left: 152px;
    top: 115px;
}

.cbox.standort .bg_karten ul li#standort12 {
    left: 80px;
    top: 122px;
}

.cbox.standort .bg_karten ul li#standort13 {
    left: 139px;
    top: 132px;
}


/* weitere Standorte */

.cbox.standort .bg_karten ul li#standort1 {
    left: 141px;
    top: 30px;
}

.cbox.standort .bg_karten ul li#standort2 {
    left: 49px;
    top: 137px;
}

.cbox.standort .bg_karten ul li#standort3 {
    left: 178px;
    top: 159px;
}

.cbox.standort .bg_karten ul li#standort4 {
    left: 140px;
    top: 85px;
}

.cbox.standort .bg_karten ul li#standort5 {
    left: 9px;
    top: 178px;
}

.cbox.standort .bg_karten ul li#standort6 {
    left: 137px;
    top: 110px;
}

.cbox.standort .bg_karten ul li#standort7 {
    left: 153px;
    top: 116px;
}

.cbox.standort .bg_karten ul li#standort8 {
    left: 64px;
    top: 149px;
}

.cbox.standort .bg_karten ul li#standort9 {
    left: 154px;
    top: 6px;
}


/* Titel von Seite weiterempfehlen
------------------------------------------------------------------------------*/

.pp_content #pp_title {
    font-size: 16px;
    position: absolute;
    color: #fff;
    left: 14px;
    top: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    height: 22px;
    z-index: 10001;
}


/* Modul Suche Ergebnisliste / Detailsuche
------------------------------------------------------------------------------*/

.content-ergebnisliste {
    background-color: #FFFFFF;
    margin: 0 0 1px;
    padding: 20px 25px 20px 20px;
    position: relative;
    z-index: 0;
}

.content-ergebnisliste.detail {
    margin: 0 0 20px;
    padding: 20px 10px 20px 20px;
}

.ergebnisliste {
    position: relative;
    z-index: 1000;
}

.detailsuche legend,
.ergebnisliste legend,
.ergebnisliste label {
    display: none;
}

.detailsuche label {
    font-family: "InfoTextWebPro-Medium";
}

.ergebnisliste input {
    display: block;
    float: left;
    width: 100%;
    height: 25px;
    border: solid 1px #BFBFBF;
    padding: 5px 0 2px 5px;
    font-size: 13px;
    height: 18px;
}

.ergebnisliste button {
    background: #fff url(../../layout/content/bg_lupe_small.png) no-repeat 100% -1px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 1px;
    right: -6px;
    text-indent: -9999px;
    width: 27px;
    height: 25px;
}

.ergebnisliste button:hover {
    background-position: 100% 100%;
}

.detailsuche .spalten {
    margin-bottom: 10px;
}

.detailsuche .selectbox .display {
    width: 275px;
}

.detailsuche .fl_left {
    width: 50.7%;
}

.detailsuche .linkbutton {
    color: #333;
    background: #fff;
    border: 0;
    border-bottom: 1px dotted #e50030;
    float: right;
    margin-top: 20px;
    font-family: "InfoTextWebPro-Medium";
    cursor: pointer;
}


/* Suchergebnisse Auflistung */

.content-ergebnisliste.ergebnisse {
    margin: 0 0 10px;
    padding: 10px 25px 10px 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.content-ergebnisliste.ergebnisse p {
    margin: 0;
}

.content-ergebnisliste a {
    font-family: "InfoTextWebPro-Bold";
    font-size: 18px;
    border-bottom: 1px dotted #e50030;
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 0 7px;
    padding-left: 10px;
    line-height: 25px;
}

.content-ergebnisliste a.url {
    font-family: "InfoTextWebPro-Medium";
    font-size: 14px;
    background: transparent;
    padding-left: 0;
}


/* Pagebrowser Ergenisliste */

#searchPageBrowser {
    text-align: center;
}


/* Institutsliste im Content
------------------------------------------------------------------------------*/

#content .inst-list-left ul,
#content .inst-list-right ul {
    margin-left: 0;
}

#content .inst-list-left li,
#content .inst-list-right li {
    margin-left: 20px;
}

#content .inst-list-left li.noliststyle,
#content .inst-list-right li.noliststyle {
    list-style: none;
    margin-left: 0;
    margin-top: 15px;
}

#content .inst-list-left li span,
#content .inst-list-right li span {
    font-family: "InfoTextWebPro-Bold";
}


/* Extension cal, z.B. beim IMI
------------------------------------------------------------------------------*/

.tx-cal-controller #month-header,
.tx-cal-controller #week-header,
.tx-cal-controller #year-header {
    margin-bottom: 5px;
}

.tx-cal-controller .navback {
    background: none !important;
    background-color: #efefef !important;
}

.tx-cal-controller #month-header-prevnext a,
.tx-cal-controller #month-header-prevnext div,
.tx-cal-controller #week-header-prevnext div {
    float: left;
    margin-top: 8px;
}

.tx-cal-controller #week-header-prevnext {
    width: 40%;
    float: left;
    height: 35px;
    /* margin-bottom:10px; */
}

.tx-cal-controller #month-header-icons a {
    color: #fff;
    background-color: #919191;
    display: block;
    border: 1px solid #fff;
    float: left;
    width: 60px;
    padding: 2px;
    margin: 5px 2px 0 0;
    text-align: center;
}

.tx-cal-controller #month-header-icons a span.highlight,
.tx-cal-controller #month-header-icons a:hover {
    color: #333;
}

.tx-cal-controller .monthSelected,
.tx-cal-controller .monthSelectedWeek,
.tx-cal-controller .monthCurrentWeek {
    background-color: transparent;
}

.tx-cal-controller .month-weeknums {
    background-color: #efefef;
    color: #aaa;
}

.tx-cal-controller .monthToday {
    background-color: #efefef !important;
}

.tx-cal-controller .month-large .weekday {
    background-color: #919191;
    text-align: center;
}

.tx-cal-controller h2 {
    display: none;
}

.tx-cal-controller .week-header-prev a,
.tx-cal-controller .week-header-next a {
    background: transparent url("/typo3conf/ext/cal/template/img/left_day.gif") no-repeat 0 0;
    width: 20px;
    display: block;
}

.tx-cal-controller .week-header-next a {
    background-image: url("/typo3conf/ext/cal/template/img/right_day.gif");
}

.tx-cal-controller .rowOff,
.tx-cal-controller .rowOff2,
.tx-cal-controller .rowOn,
.tx-cal-controller .rowOn2 {
    background-color: #919191;
}

.tx-cal-controller .V9 {
    border: 1px solid #919191;
    background-color: #f5f5f5;
    margin-bottom: 2px;
}

.tx-cal-controller .V9BOLD {
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
}

.tx-cal-controller .rowToday,
.tx-cal-controller .rowToday:hover {
    background-color: #919191;
    color: #333;
}

.tx-cal-controller .timeborder {
    background: none;
    background-color: #efefef;
    color: #aaa;
}

#content .tx-cal-controller .definition_time {
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.tx-cal-controller .default_categoryheader_text,
.tx-cal-controller .default_catheader_text {
    color: #333;
    font-size: 14px;
    margin: 0;
}

.tx-cal-controller table.calborder {
    width: 49%;
    float: left;
    margin-right: 5px;
}

.tx-cal-controller .medtitle {
    background-image: none;
    background-color: #919191;
    color: #fff;
}

.tx-cal-controller .medtitle a {
    color: #fff;
}

.tx-cal-controller .calborder {
    background-color: #fff;
    border: 1px solid #919191;
}

.tx-cal-controller .yearmonth {
    background-color: transparent;
}

.tx-cal-controller table.calborder table.yearmonth {
    border-collapse: collapse;
}

.tx-cal-controller table.calborder table.yearmonth tr td {
    border: 1px solid #eee;
}

.tx-cal-controller table.calborder table.yearmonth tr td div.V9 {
    background-color: transparent;
    background-image: url(../../layout/content/termin.gif);
    border: 0 none;
    display: block;
    height: 16px;
    padding: 0;
    text-align: center;
    width: 16px;
}

.tx-cal-controller #sc1 label {
    width: 120px;
    padding: 0;
    text-align: left;
}

#sc1 .tmp-datetime .selectbox .display {
    width: 60px;
}

#sc1 .tmp-time {
    margin-left: 150px;
}

#sc1 table {
    width: auto;
}

.tx-cal-controller .month-large .day div.definition_time {
    text-align: left;
}

.tx-cal-controller .definition_week_head .V12 {
    display: none;
}

#content .tx-cal-controller .default_categorybody,
#content .tx-cal-controller .default_catbody,
#content .tx-cal-controller .default_categoryheader,
#content .tx-cal-controller .default_catheader {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    border: none;
    background-color: #f5f5f5;
}

#content .tx-cal-controller .default_catbody {
    border: 1px solid #919191;
}

.tx-cal-controller .eventfont {
    color: #333 !important;
    font-size: 14px !important;
}


/* Bildergalerie
------------------------------------------------------------------------------*/

.gallery div {
    width: 125px;
    margin-right: 5px;
    float: left;
}


/* Newsletteranmeldung
------------------------------------------------------------------------------*/

#right .newsletter_anmeldung h2 {
    font-size: 16px;
    margin-top: 0;
    font-weight: normal;
    font-family: "InfoTextWebPro-Bold";
}

.newsletter_anmeldung .errortext,
.newsletter_anmeldung .error,
.errortext {
    color: #E50030;
}

.newsletter_anmeldung .errortext br,
.newsletter_anmeldung .error br {
    margin-bottom: 0.3em;
}

.newsletter_anmeldung a {
    text-decoration: underline;
}

.newsletter_anmeldung a:hover {
    color: #E50030;
}

.newsletter_anmeldung .mailform-submit,
.mailform-submit,
.submit .submit {
    background: url("../../layout/content/bg_button.png") repeat-x scroll 0px 0px transparent;
    padding: 0px 30px;
    text-align: center;
    border: 1px solid #D4D4D4;
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
    color: #333;
    height: 28px;
    cursor: pointer;
    margin-right: 15px;
    margin-bottom: 5px;
    text-decoration: none;
}

.newsletter_anmeldung #recaptcha_area {
    overflow: hidden;
    width: 300px !important;
    margin: 10px 0;
}

.newsletter_anmeldung #recaptcha_area #recaptcha_table {
    margin-left: -9px !important;
    margin-top: -9px !important;
    margin-bottom: -4px !important;
}

.newsletter_anmeldung .custom-radio {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.newsletter_anmeldung .text {
    width: 100%;
    border: 1px solid #D4D4D4;
    color: #919191;
    padding: 6px 0px 6px 10px;
    width: 288px;
    height: 16px;
    font-family: "InfoTextWebPro";
}

.newsletter_anmeldung .text:focus {
    border: 1px solid #000;
    color: #000;
}

.newsletter_anmeldung .type-text,
.newsletter_anmeldung .type-check,
.newsletter_anmeldung .type-button {
    margin-bottom: 10px;
}

.newsletter_anmeldung .custom-radio input,
.newsletter_anmeldung #module_sys_dmail_html {
    top: 2px;
    position: relative;
    margin-right: 5px;
}

.newsletter_anmeldung .recaptcha_theme_red #recaptcha_response_field {
    font-size: 9px;
    line-height: 19px;
    padding: 4px !important;
    width: 161px !important;
    margin-left: -7px !important;
}

#fe_ttaddress_name_input,
#fe_ttaddress_email_input,
#tt_address_form #email,
.contentform input {
    padding: 5px;
}

#fe_ttaddress_html_input {
    margin-right: 15px;
}

#tt_address_form label,
.contentform label {
    width: 150px;
    display: inline-block;
    float: left;
}

#tt_address_form .custom-radio {
    float: left;
}

#tt_address_form .custom-radio label {
    width: auto;
    float: right;
    margin-left: 5px;
    margin-top: -2px;
}

#tt_address_form .type-check .custom-radio+.custom-radio {
    margin-left: 15px;
}

.contentform .type-check,
.contentform .type-radio,
.contentform .type-text {
    overflow: hidden;
    margin-bottom: 10px;
}

#c157350 .unsubscribe_text {
    font-family: "InfoTextWebPro-Bold";
}


/* Autosuggestion Searchbox */

.as-list {
    display: none;
    position: absolute;
    margin: 0;
    list-style-type: none;
    z-index: 15;
    background-color: white;
    border: 1px solid #d4d4d4;
    border-top: 0;
    overflow: auto;
    min-width: 100%;
    box-sizing: border-box;
}

.as-list.as-results {
    display: block;
}

#head #search .as-list li {
    list-style-type: none;
    display: block;
    float: none;
}

#head #search .as-list li:not(:first-child) {
    border-top: 1px solid hsl(0, 0%, 85%);
}

#head #search .as-list li button,
#head #search .as-list li a {
    background: none;
    padding: 0.5em;
}

#head #search .as-list .as-option>* {
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

#head #search .as-list .as-seperator {
    font-weight: bold;
    background-color: hsl(0, 0%, 85%);
    padding: 0.5em;
}

#head #search .as-list .as-option:hover,
#head #search .as-list .as-option.focus {
    background-color: hsl(0, 0%, 85%);
}

#head #search .as-list .as-option mark {
    font-weight: bold;
    background: none;
}

#head #search .as-list .as-option strong {
    display: block;
}

#head #search .as-list .as-popular a {
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 95% center;
}


/* tabellenbasierte Suchtemplates */

.tx-lumophpinclude-pi1 form[name="Searchformular"] {
    padding: 20px;
    background: #fff;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] td {
    display: inline-block;
    padding: 0;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] td:nth-child(3n) {
    display: block;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"]>table>tbody>tr+tr+tr+tr {
    width: 48%;
    width: calc(50% - 20px);
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"]>table>tbody>tr:first-child td {
    width: 100%;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] input {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #BFBFBF;
    padding: 5px 0px 2px 5px;
    font-size: 13px;
    height: 18px;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] input[type="radio"] {
    width: auto;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] input[name="search"] {
    background: #FFF url("../../layout/content/bg_lupe_small.png") no-repeat scroll 100% -1px;
    cursor: pointer;
    display: block;
    font-size: 1px;
    overflow: hidden;
    padding: 0px;
    text-indent: -9999px;
    width: 27px;
    height: 26px;
    position: relative;
    margin-left: -27px;
    margin-right: -27px;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] input[name="extended_search"] {
    color: #333 !important;
    background: #FFF none repeat scroll 0% 0%;
    border-width: 0px 0px 1px;
    border-style: none none dotted;
    border-color: -moz-use-text-color -moz-use-text-color #E50030 !important;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    float: right;
    margin-top: 20px;
    font-family: "InfoTextWebPro-Medium";
    cursor: pointer;
    width: auto;
    line-height: 15px;
    font-size: 15px !important;
    height: auto;
    padding: 0;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] tr>td {
    font-family: "InfoTextWebPro-Medium";
    font-size: 100.01%;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] tr>td>div {
    font-family: "InfoTextWebPro", "Arial", sans-serif;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] .selectbox .display {
    width: 275px;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] center {
    text-align: left;
}

.tx-lumophpinclude-pi1 form[name="Searchformular"] .custom-radio {
    display: block;
    overflow: hidden;
}

.tx-lumophpinclude-pi1 form[name="SearchformularExtended"] input[name="np"],
.tx-lumophpinclude-pi1 form[name="SearchformularExtended"] input[name="page_foreward"],
.tx-lumophpinclude-pi1 form[name="SearchformularExtended"] input[name="page_back"] {
    background-color: transparent !important;
    font-size: 14px !important;
    color: #000 !important;
}

@media (max-width: 740px) {
    .tx-lumophpinclude-pi1 form[name="Searchformular"]>table>tbody>tr+tr+tr+tr {
        width: 100%;
        margin-right: 0;
    }
}

.tx-lumophpinclude-pi1>table td {
    padding: 0.3em 20px;
}

.tx-lumophpinclude-pi1>center>table td {
    padding: 0.3em 20px;
    padding-top: 20px;
}

.divider hr {
    margin: 30px 0;
    border-top: 1px solid #e4e4e4;
}

.news_single_sidebar {
    padding-bottom: 1px;
}

.news-single-related dd {
    margin-left: 0px;
}

#content .news-single-related,
#content .news-single-files,
#content .news-single-links {
    padding: 0;
}

#content .news-single-related DD,
#content .news-single-links DD,
#content .news-single-files DD {
    margin-left: 0;
}

#content .news-single-related DT,
#content .news-single-links DT,
#content .news-single-files DT {
    margin: 0;
    margin-bottom: 5px;
}


/* FCE 50/50 33 40/60 */

.fce-50-50-wrap {
    margin-bottom: 20px;
}

.fce-50-50-wrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fce-50-50-left {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.fce-50-50-right {
    float: left;
    width: 48%;
}

.fce-33-wrap {
    margin-bottom: 20px;
}

.fce-33-wrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fce-33-left {
    float: left;
    width: 30.66%;
    margin-right: 4%;
}

.fce-33-right {
    float: left;
    width: 30.67%;
}

.fce-66-33-wrap {
    margin-bottom: 20px;
}

.fce-66-33-wrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fce-66-33-left {
    float: left;
    width: 65%;
    margin-right: 4%;
}

.fce-66-33-right {
    float: left;
    width: 31%;
}

.fce-40-60-wrap {
    margin-bottom: 20px;
}

.fce-40-60-wrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.fce-40-60-left {
    float: left;
    width: 38%;
    margin-right: 4%;
}

.fce-40-60-right {
    float: left;
    width: 58%;
}

.related_date {
    color: red;
}

.news-single-related dd {
    margin-bottom: 10px;
}


/* Facelift */

#c55993,
#c145889 {
    clear: both;
}

#c145889 {
    padding-top: 20px;
}

.columns3 .cbox.news.newsbar #c55993 .cbox_head span,
.columns3 .cbox.news.newsbar #c145889 .cbox_head span,
.news-slider .cbox_head span {
    background: #e4003b;
    top: 0;
    margin-top: 0;
    right: -1px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 11px;
    margin-right: 0 !important;
    height: 15px;
}

.columns3 .cbox.news.newsbar #c55993 .cbox_head span:hover,
.columns3 .cbox.news.newsbar #c145889 .cbox_head span:hover,
.news-slider .cbox_head span:hover {
    background: #727272;
}

.news-slider.cbox .cbox_head span a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

#p19025 #bg_dlhhiu,
#p51960 #bg_dlhhiu{
    background: transparent url(../../layout/content/bg_buehne_neu.png) no-repeat 0 0;
}

#p19025 .fokus.buehne #bg_dlhhiu,
#p51960 .fokus.buehne #bg_dlhhiu{
    width: 323px;
}

#p19025 .textebene,
#p51960 .textebene{
    padding-left: 100px;
}


/*#p19025 .fokus.buehne .story_bild p {width: 180px; font-size:15px;}*/

#p19025 .cbox.news.newsbar .date a,
#p51960 .cbox.news.newsbar .date a{
    min-height: 91px;
    clear: both;
    padding-bottom: 5px;
}

.cbox.news.newsbar ul#newsslider,
.cbox.news.newsbar ul#pmslider {
    width: 100% !important;
    padding: 0px !important;
    overflow: hidden;
}

.cbox.news.newsbar ul#newsslider .slick-list,
.cbox.news.newsbar ul#pmslider .slick-list {
    margin-bottom: -1px;
}

.cbox.news ul#newsslider li:hover,
.cbox.news ul#pmslider li:hover {
    background-color: inherit;
}

.cbox.news ul#newsslider li img,
.cbox.news ul#pmslider li img {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.cbox.news ul#newsslider li:hover img,
.cbox.news ul#pmslider li:hover img {
    opacity: 0.8;
}


/*.cbox.news.newsbar ul#newsslider li {
	border-right:1px solid #e4e4e4 !important;
	border-left:1px solid #fff !important;
	background:#fff;
	margin-right:-4px;
}

.cbox.news.newsbar ul#newsslider li.slick-active + .slick-active {
	border-right:1px solid #fff !important;
	border-left:1px solid #e4e4e4 !important;
	margin-left:-4px;
	margin-right:-4px;
}

.cbox.news.newsbar ul#newsslider li.slick-active + .slick-active + .slick-active {
	border-right:1px solid #fff !important;
	border-left:1px solid #e4e4e4 !important;
	margin-left:5px;
	margin-right:-5px;
	padding:0;
}*/

.cbox.news.newsbar ul#newsslider li,
.cbox.news.newsbar ul#pmslider li {
    background: #fff;
    border: none;
    /*border-right:20px solid #eee !important;*/
    width: 33%;
    width: calc(33.33% - 20px);
    float: left;
    /*margin:0 10px !important;*/
    border-left: 10px solid #eee;
    border-right: 10px solid #eee;
}

.cbox.news.newsbar ul#newsslider .slick-list li,
.cbox.news.newsbar ul#pmslider .slick-list li {
    width: calc(33.34% - 20px);
    border-left: 10px solid #eee !important;
    border-right: 10px solid #eee !important;
}

.cbox.news.newsbar ul#newsslider li img,
.cbox.news.newsbar ul#pmslider li img {
    max-width: 93%;
    width: calc(100% - 30px);
    height: auto;
    margin: 15px;
}

#p19025 .cbox p,
#p51960 .cbox p {
    font-size: 16px;
    line-height: 140%;
}

#p19025 .cbox .cbox_head span a:hover,
#p51960 .cbox .cbox_head span a:hover{
    color: inherit;
    border-color: inherit;
}

#p19025 .columns3 .col1>div:first-child li,
#p19025 .columns3 .col2>div:first-child li,
.columns3 #p19025 .col3>div:first-child li,
#p51960 .columns3 .col1>div:first-child li,
#p51960 .columns3 .col2>div:first-child li,
.columns3 #p51960 .col3>div:first-child li{
    min-height: 115px;
}

#p19025 .columns3 .col1>div:first-child li,
#p51960 .columns3 .col1>div:first-child li{
    min-height: 76px;
}

#p19025 .columns3 .col1>div:first-child .cbox p a,
#p19025 .columns3 .col2>div:first-child .cbox p a,
#p19025 .columns3 .col3>div:first-child .cbox p a,
#p51960 .columns3 .col1>div:first-child .cbox p a,
#p51960 .columns3 .col2>div:first-child .cbox p a,
#p51960 .columns3 .col3>div:first-child .cbox p a{
    height: 97px;
    display: table-cell;
    vertical-align: middle;
    background-position: 100% 50%;
}

#p19025 .columns3 .col1>div:first-child .cbox p a,
#p51960 .columns3 .col1>div:first-child .cbox p a{
    height: 57px;
}

#c128057 .cbox>ul>li:nth-child(1) p a,
#c128057 .cbox>ul>li:nth-child(2) p a {
    height: 62px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    background-position: 100% 50%;
    width: 180px;
    padding-left: 120px;
}

#c128057 .cbox>ul>li:nth-child(3) p a {
    height: 62px;
    display: table-cell;
    vertical-align: middle;
    background-position: 100% 50%;
    width: 200px;
}

#c128057 ul {
    position: relative;
}

#c128057 ul:after {
    content: url(../../layout/content/logo_crossmedia.gif);
    display: block;
    height: 161px;
    height: 197px;
    padding-top: 40px;
    width: 120px;
    border-right: 1px solid #e3e3e3;
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f7f7;
}

#c128057 .withImg img {
    margin-bottom: 0;
    margin-top: 15px;
}

#p19025 .columns3 .col1>div:first-child .cbox_termine p a,
#p19025 .columns3 .col2>div:first-child .cbox_termine p a,
#p19025 .columns3 .col3>div:first-child .cbox_termine p a,
#p51960 .columns3 .col1>div:first-child .cbox_termine p a,
#p51960 .columns3 .col2>div:first-child .cbox_termine p a,
#p51960 .columns3 .col3>div:first-child .cbox_termine p a{
    min-height: 0px;
    height: auto;
}

#p19025 .cbox p,
#p51960 .cbox p{
    padding: 9px 0 0 15px;
    margin: 0 15px 9px 0;
}

#p19025 .columns3 .col1>div:first-child .withImg img,
#p19025 .columns3 .col2>div:first-child .withImg img,
#p19025 .columns3 .col3>div:first-child .withImg img,
#p51960 .columns3 .col1>div:first-child .withImg img,
#p51960 .columns3 .col2>div:first-child .withImg img,
#p51960 .columns3 .col3>div:first-child .withImg img{
    margin-top: 30px;
}

#p19025 .columns3 .col1>div:first-child .withImg img,
#p51960 .columns3 .col1>div:first-child .withImg img{
    margin-top: 10px;
}

#p19025 .cbox p.date span,
#p51960 .cbox p.date span{
    font-family: "InfoTextWebPro-Bold";
    padding-right: 2px;
}

#p19025 .cbox ul li img,
#p51960 .cbox ul li img{
    background: none;
}

#p19025 #content .cbox .cbox_head,
#p51960 #content .cbox .cbox_head{
    position: relative;
    overflow: hidden;
}

#p19025 #content .cbox_termine ul li p a,
#p51960 #content .cbox_termine ul li p a{
    /*height:54px;*/
    width: 300px;
}

#p19025 #content .cbox_termine ul li p,
#p51960 #content .cbox_termine ul li p{
    padding-top: 8px;
    margin-bottom: 8.5px;
}

#newsslider .slick-list,
#pmslider .slick-list {
    margin-bottom: -1px;
    margin: 0 -10px;
}

#frame_publikationen {
    width: 206.5%;
}

#frame_publikationen iframe {
    height: 242px;
    height: 237px;
    margin-bottom: -5px;
}

#frame_publ_mobile {
    display: none;
}

@media screen and (max-width: 980px) {
    #frame_publ_mobile {
        display: block;
    }
    #frame_publ {
        display: none;
    }
}

@media screen and (min-width: 740px) and (max-width: 980px) {
    #p19025 #content .columns3>.cbox,
    #p19025 #content .columns3>.cbox .cbox,
	#p51960 #content .columns3>.cbox,
    #p51960 #content .columns3>.cbox .cbox{
        float: none;
        width: 740px;
        margin-right: 0;
    }
    #p19025 .cbox.news.newsbar ul li img,
	#p51960 .cbox.news.newsbar ul li img{
        width: inherit;
        height: auto;
        max-width: 100%;
        max-width: calc(100% - 25px);
    }
    #p19025 .cbox.news.newsbar .date a,
	#p51960 .cbox.news.newsbar .date a{
        min-height: 157px;
    }
    #p19025 #wrapContent #content .columns3 .col1,
	#p51960 #wrapContent #content .columns3 .col1,
    #content .columns3 .col2,
    #content .columns3 .col3 {
        display: inline;
        float: left;
        margin: 0;
        width: 50%;
    }
    #p19025 #content .columns3 .col2 .cbox,
	#p51960 #content .columns3 .col2 .cbox{
        margin-right: 0;
        margin-left: 10px;
    }
    #p19025 #wrapContent #content .columns3 .cbox_termine,
	#p51960 #wrapContent #content .columns3 .cbox_termine{
        width: 740px;
        margin-right: 0;
    }
    #p19025 #content .cbox_termine ul li p a,
	#p51960 #content .cbox_termine ul li p a{
        height: 35px;
        width: 760px;
    }
    .columns3 .cbox.news.newsbar #c55993 .cbox_head span,
    .columns3 .cbox.news.newsbar #c145889 .cbox_head span {
        right: -1px;
        padding-right: 11px;
    }
}

@media screen and (max-width: 739px) {
    #p19025 .fokus.buehne .story_bild p,
	#p51960 .fokus.buehne .story_bild p{
        width: 420px;
    }
    #p19025 .textebene,
	#p51960 .textebene{
        padding-left: 0;
    }
    #p19025 .cbox.news.newsbar ul li img,
	#p51960 .cbox.news.newsbar ul li img{
        width: inherit;
        height: auto;
        max-width: 100%;
    }
    #p19025 .columns3 .col1>div:first-child .cbox p a,
    #p19025 .columns3 .col2>div:first-child .cbox p a,
    #p19025 .columns3 .col3>div:first-child .cbox p a,
    #p19025 #content .cbox_termine ul li p a,
	#p51960 .columns3 .col1>div:first-child .cbox p a,
    #p51960 .columns3 .col2>div:first-child .cbox p a,
    #p51960 .columns3 .col3>div:first-child .cbox p a,
    #p51960 #content .cbox_termine ul li p a,
    #c128057 .cbox>ul>li:nth-child(1) p a,
    #c128057 .cbox>ul>li:nth-child(2) p a,
    #c128057 .cbox>ul>li:nth-child(3) p a {
        width: 400px;
    }
    #p19025 .columns3 .col1>div:first-child .cbox p a,
    #p19025 .columns3 .col2>div:first-child .cbox p a,
    #p19025 .columns3 .col3>div:first-child .cbox p a,
	#p51960 .columns3 .col1>div:first-child .cbox p a,
    #p51960 .columns3 .col2>div:first-child .cbox p a,
    #p51960 .columns3 .col3>div:first-child .cbox p a{
        height: 62px;
    }
    #p19025 .columns3 .col1>div:first-child li,
    #p19025 .columns3 .col2>div:first-child li,
    .columns3 #p19025 .col3>div:first-child li,
	#p51960 .columns3 .col1>div:first-child li,
    #p51960 .columns3 .col2>div:first-child li,
    .columns3 #p51960 .col3>div:first-child li {
        min-height: 62px;
    }
    #p19025 .columns3 .col1>div:first-child .withImg img,
    #p19025 .columns3 .col2>div:first-child .withImg img,
    #p19025 .columns3 .col3>div:first-child .withImg img,
	#p51960 .columns3 .col1>div:first-child .withImg img,
    #p51960 .columns3 .col2>div:first-child .withImg img,
    #p51960 .columns3 .col3>div:first-child .withImg img{
        margin-top: 10px;
    }
    #p19025 .columns3 .cbox.news.newsbar #c55993 .cbox_head span,
    #p19025 .columns3 .cbox.news.newsbar #c145889 .cbox_head span,
	#p51960 .columns3 .cbox.news.newsbar #c55993 .cbox_head span,
    #p51960 .columns3 .cbox.news.newsbar #c145889 .cbox_head span{
        right: -1px;
        padding-right: 11px;
    }
    #p19025 .cbox.news ul li a,
	#p51960 .cbox.news ul li a{
        width: 100%;
    }
    #p19025 .cbox.news.newsbar ul li img,
	#p51960 .cbox.news.newsbar ul li img{
        width: inherit;
        height: auto;
        width: 290px;
        margin: 15px 75px;
    }
    #p19025 #content .cbox.news.newsbar .date a span,
	#p51960 #content .cbox.news.newsbar .date a span{
        display: inline;
    }
    #p19025 .cbox.news.newsbar .date a,
	#p51960 .cbox.news.newsbar .date a{
        min-height: 91px;
    }
    #p19025 .cbox.news.newsbar .date,
	#p51960 .cbox.news.newsbar .date{
        width: 310px;
        margin: 0 auto;
    }
    #p19025 .cbox.news.newsbar ul#newsslider li,
	#p51960 .cbox.news.newsbar ul#newsslider li{
        border-bottom: none;
    }
}

@media screen and (max-width: 419px) {
    #p19025 .fokus.buehne .story_bild p,
	#p51960 .fokus.buehne .story_bild p{
        width: 280px !important;
        overflow: hidden;
    }
    #p19025 .textebene,
	#p51960 .textebene{
        overflow: hidden;
    }
    #p19025 .cbox.news.newsbar ul li img,
	#p51960 .cbox.news.newsbar ul li img{
        width: inherit;
        height: auto;
        max-width: 280px;
        margin: 10px;
    }
}

#c56139 {
    background: #fff;
    height: 255px;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.news-title-sub a {
    margin-left: 100px !important;
    margin-bottom: 10px !important;
    color: red;
}

#rglbOverlay {
    z-index: 11115 !important;
}

#rglbCenter,
#rglbBottom {
    z-index: 11120 !important;
}

.speaker-element_wrap {
    float: left;
    padding-bottom: 30px;
}

.speaker-element {
    width: 29.33%;
    float: left;
    margin-right: 6%;
    padding-bottom: 3%;
    padding-top: 3%;
}

.speaker-element:nth-child(3n) {
    margin-right: 0;
}

#content .speaker-element h2 {
    font-size: 20px;
    line-height: 1em;
}

.speaker-element img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.speaker-element:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.speaker-element .csc-textpic-text {
    clear: both;
}

.speaker-element .csc-textpic-center {
    text-align: center;
}

.speaker-element .csc-textpic-intext-right,
.speaker-element .csc-textpic-right {
    text-align: right;
}

.speaker-element .center {
    text-align: center;
}


/* Vimeo Videos Bühnenslider */

.buehnen_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 325px;
}

.buehnen_video span {
    display: none;
}

.buehnen_video img {
    width: 100%;
    cursor: pointer;
}

.buehnen_video iframe {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;
}

.buehne #video_close {
    display: none;
    position: absolute;
    top: 20px;
    right: -32px;
    z-index: 99999;
    width: 32px;
    height: 33px;
    background: url("../../layout/content/icon_close.gif") no-repeat 50% 50%;
    opacity: 0.8;
    cursor: pointer;
}

.buehne:hover #video_close {
    opacity: 1;
}

.buehne .flexslider .slides>div>img {
    position: relative;
    z-index: 5;
}

.buehnen_video .video_wrap {
    height: 325px;
}

.buehnen_video .vimeo_thumb_slider {
    height: 325px;
    width: 960px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.buehnen_video .video_wrap {
    height: 325px;
}

.buehnen_video .vimeo_thumb_slider img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.buehnen_video .vimeo_thumb_slider:after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 45%;
    margin-left: -100px;
    background: url("../../layout/content/play_icon_shadow.png") no-repeat 50% 50%;
    cursor: pointer;
    z-index: 10;
}

.flexslider,
.flex-viewport {
    /*overflow:visible !important;
	overflow-x:hidden !important;*/
    z-index: 1;
}

.video_iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 980px) {
    .buehnen_video .vimeo_thumb_slider,
    .buehnen_video .video_wrap {
        height: 256px;
    }
    .video_iframe {
        max-width: 100%;
        width: 740px;
        height: 425px;
    }
}

@media screen and (max-width: 740px) {
    .buehnen_video .vimeo_thumb_slider,
    .buehnen_video .video_wrap {
        height: 152px;
    }
    .video_iframe {
        height: 250px;
    }
    .buehnen_video .vimeo_thumb_slider:after {
        left: 50%;
    }
}

@media screen and (max-width: 440px) {
    .buehnen_video .vimeo_thumb_slider,
    .buehnen_video .video_wrap {
        height: 104px;
    }
    .video_iframe {
        height: 170px;
    }
    .buehnen_video .vimeo_thumb_slider:after {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        background-size: contain;
    }
}


/* Piwik Zählpixel verstecken */

img[src*="piwik.helmholtz-muenchen.de"] {
    display: block;
    height: 0;
}

.footer_button {
    font-size: 130%;
}


/* Timeliner */


/* ============ TIMELINER.JS ============= */

.timeline-container {
    border-left: 2px solid #ccc;
    margin: 20px auto;
    width: 900px;
}

@media screen and (max-width: 980px) {
	.timeline-container {
		width: 690px;
	}
}

@media screen and (max-width: 740px) {
	.timeline-container {
		width: 390px;
	}
}

@media screen and (max-width: 440px) {
	.timeline-container {
		width: 275px;
		margin-left:0;
	}
}

.timeline-toggle {
    background: #000;
    border-color: #161616;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ccc;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-right: 0;
    padding: 3px 5px;
    white-space: nowrap;
}

.timeline-wrapper {
    clear: left;
    float: left;
    margin: 0 0 12px;
    width: 100%;
}

.timeline-wrapper h2 {
    background: url(../images/timeline_century_tick.gif) left center no-repeat;
    font-family: Palatino, "Times New Roman", Times, serif;
    cursor: pointer;
    font-size: 3em;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 4px 4px 4px 20px;
}

.timeline-wrapper h2 span {
    background: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #131313;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    padding: 3px 5px 1px;
}

.timeline-series {
    clear: left;
    float: left;
    margin: 0 12px 0 0;
    padding: 4px 4px 4px 0;
    position: relative;
    width: 100%;
}

.timeline-series dt {
    background: url(../images/timeline_decade_tick.gif) left center no-repeat;
    clear: left;
    font-size: 1.6em;
    list-style-type: none;
    line-height: 1.2em;
    margin: 0 0 12px;
    padding: 0 0 0 24px;
    white-space: nowrap;
}

.timeline-series dt a {
    color: #999;
    cursor: pointer;
}

.timeline-series dt a .closed {
    color: #999;
    font-size: 1em;
    margin-left: 0;
}

.timeline-series dt a .open {
    color: #7DBADF;
}

.timeline-series dt a:hover {
    color: #7DBADF;
}

.timeline-series dd {
    padding-left: 24px;
    width: 100%;
}

.timeline-series dd h3 {
    color: #FFF;
    clear: both;
    float: left;
    font-size: 1.5em;
    margin: 0;
    white-space: nowrap;
}

.timeline-event-content {
    display: none;
}

.timeline-event-content p {
    line-height: 1.5em;
    margin: 6px 0 10px;
}

.timeline-event-content h4 {
    clear: left;
    float: left;
    font-size: 1.4em;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}

.timeline-event-content figcaption {
    margin-bottom:1rem;
}


.timeline-event-content blockquote {
    border-left: 2px solid #ccc;
    clear: left;
    float: left;
    font-size: 1.8em;
    margin-left: 0;
    padding: 0 30px;
    width: 400px;
	max-width:100%;
}

.timeline-event-content blockquote .attribution {
    font-size: 0.7em;
    text-align: right;
}

.timeline-event-content .media {
    float: right;
    padding: 0 0 12px;
    width: 300px;
	max-width:100%;
	margin-left:20px;
}

@media screen and (max-width: 740px) {
	.timeline-event-content .media {
		width: 100%;
		margin-left:0;
	}
	.timeline-event-content .media img {
		width: 100%;
	}
}

.timeline-event-content .media img {
    border: 2px solid #000;
    margin: 0;
}

.timeline-event-content .media p {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

.timeline-event-content .media a:link,
.timeline-event-content .media a:visited {
    color: #ab221b;
}

.timeline-event-content .media a:hover {
    color: #7DBADF;
}

.clear {
    clear: both;
}


/* TIMELINER overrides */

.timeline-event-content .media img {
    border: none;
}

.timeline-series dd h3 {
    color: inherit;
    font-size: 1.3em;
}

.timeline-series dt a:hover {
    color: inherit;
}

.timeline-toggle {
    border-color: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    float: right;
    font-family: "InfoTextWebPro-Medium";
    font-size: 14px;
    margin: 0;
    padding: 5px 35px 4px 10px;
    color: #333;
    background: url(../../layout/content/bg_detail_button.png) no-repeat 100% -13px;
    white-space: nowrap;
    line-height: 18px;
    -webkit-box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    -moz-box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    box-shadow: 0 4px 2px -2px #d4d4d4, 3px 0 1px -2px #eee, -3px 0 1px -2px #eee;
    display: block;
}

.timeline-container {
    border-color: #d4d4d4;
    border-width: 3px;
}

.timeline-wrapper h2 span {
    background-color: #d4d4d4;
}

.timeline-wrapper h2 {
    background: url(../../layout/content/timeline_century_tick.gif) left center no-repeat;
}

.timeline-series dt {
    background: url(../../layout/content/timeline_decade_tick.gif) left center no-repeat;
}

.timeline-event {
    cursor: pointer;
}

.timeline-series dd {
    width: 100%;
    width: calc(100% - 3.2em);
    /*border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;*/
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 0;
    padding: 1.5em;
    margin-left: 1.7em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    background: #fff;
}

.timeline-wrapper h2 {
    font-family: inherit;
}

.timeline-wrapper h2 span {
    /*color: #e4003b;*/
    background-color: #e4003b;
    color: #fff;
}

.timeline-event-content .media {
    padding: 0;
}

.timeline-series dt {
    margin-top: 2em;
}

.timeline-series dt:first-child {
    margin-top: 0;
}

.timeline-series dt a {
    color: #333;
}


/* ueberschrift mit in weiße box*/

.timeline-series dd {
    padding-top: 70px;
    margin-top: -50px;
}

.timeline-series dt {
    position: relative;
    z-index: 50;
    padding-left: 1.9em;
}


/* Diabetesrechner */

#diabetesrechner {
    margin: 0 !important;
}

#right .cbox #diabetesrechner h2 {
    background: none;
    padding: 0;
    color: inherit;
    margin-bottom: 15px;
    font-weight: bold;
}

#diabetesrechner #weight,
#diabetesrechner #heigth {
    border: 1px solid #d4d4d4;
    margin-top: 7px;
}

.cbox #diabetesrechner label {
    width: 100% !important;
}

.cbox #diabetesrechner .custom-radio label {
    background: none;
}

.cbox #diabetesrechner p {
    padding: 0;
}

#diabetesrechner .custom-radio {
    display: inline;
}

.cbox #diabetesrechner .custom-radio {
    display: block;
    width: 50%;
    float: left;
}

#diabetesrechner #intermediate #berechnen {
    background: #fff url(../../layout/content/bg_detail_button_weitere.png) 0 26px !important;
    color: inherit !important;
    border: solid 1px #BFBFBF !important;
    font-size: 14px;
}

#diabetesrechner #intermediate fieldset {
    margin-bottom: 25px !important;
}

.hidePics .doktoranden_images {
    display: none !important;
}

.hideThesiscommittee .doktoranden_PhD_Thesis_Committee {
    display: none !important;
}


/* Countdown Timer */

.countdown_timer {
    margin: 0 auto;
    padding-bottom: 45px;
    padding-top: 25px;
    width: 265px;
}
.countdown_timer_wochen {
	width: 292px;
}

.countdown_timer .countdown-container {
    height: 150px;
}

.countdown_timer .time {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-align: center;
    position: relative;
    height: 100px;
    width: 65px;
    margin: 0 10px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.countdown_timer_wochen .time {
    width: 60px;
    margin: 0 5px;
}

.countdown_timer .count {
    background: #202020;
    color: #f8f8f8;
    display: block;
    font-family: 'Oswald', 'InfoTextWebPro', sans-serif;
    font-size: 2.85em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat;
}

.countdown_timer .count.top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.countdown_timer .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.countdown_timer .count.next {}

.countdown_timer .label {
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 105px;
    width: 100%;
    color: #e4003b;
    font-size: 16px;
}


/* Animation start */

.countdown_timer .count.curr.top {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 3;
}

.countdown_timer .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2;
}


/* Animation end */

.countdown_timer .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.countdown_timer .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media screen and (max-width: 48em) {
    .countdown_timer {
        width: 100%;
    }
    .countdown_timer .countdown-container {
        height: 100px;
    }
    .countdown_timer .time {
        height: 70px;
        width: 48px;
    }
    .countdown_timer .count {
        font-size: 1.5em;
        line-height: 70px;
    }
    .countdown_timer .label {
        font-size: 0.8em;
        top: 72px;
    }
}

.countdown_timer_element {
    background: #fff;
}

.countdown_timer_link {
    border-top: 1px solid #eee;
    font-size: 16px;
}

.countdown_timer_link a {
    padding: 12px 15px;
    margin-right: 15px;
    display: block;
    background: transparent url(../../layout/content/more_int_red.png) no-repeat 100% 55% !important;
}

table.contenttable a {
    text-decoration: underline;
}

.combo_box{
	width:100%;
	text-align:center;
}

.combo_box .combowrap{
	width:100%;
	margin:15px 0 10px 0;
	display:inline-block;
	text-align:left;
}

.combo_box .imageright {
	direction: rtl;
}

.combo_box .imageright > *{
	direction: ltr;
}

.combo_box .combowrap:after {
    content: "";
    clear: both;
    display: table;
    visibility: hidden;
    height: 0px;
}

.combo_box .comboimage{
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.combo_box .comboimage img{
	display:block;
}

.combo_box .combotext{
	width:50%;
	display:table-cell;
	vertical-align:top;
	position:relative;
}

.combo_box .combotext h3{
	padding-bottom: 10px;
}

.combo_box .combotext p{
	padding:0;
	margin:0;
}

.combo_box  .combotext .combotextright a{
	font-weight:bold;
}

.combo_box  .textwhite  .combotext{
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.combo_box  .textwhite .combotext .combotextright a{
	color: #e4003b;
}

.combo_box  .textred .combotext{
	background-color: #e4003b;
	border: 1px solid #e4003b;
	color: #fff;
}

.combo_box  .textred .comboimage{
	background-color: #e4003b;
}

.combo_box  .textred .combotext .combotextright a{
	color: #fff;
}

.combo_box  .combotext .combotextleft{
	padding: 15px;
}

.combo_box  .combotext .combotextright{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 15px 15px;
}


.teaser_box {
    position: relative;
    height: 188px;
    width: 300px;
    max-width: 100%;
    background: #fff;
    float: left;
    margin-right: 0;
    margin-top: 30px;
    overflow: hidden;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.teaser_box_large {
    height: 283px;
    width: 452px;
}

.teaser_box img {
    width: 100%;
    height: auto;
    opacity: 0.9;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.teaser_box:hover {
    transform: scale(1.05);
}

.teaser_box:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.teaser_box h3 {
    position: absolute;
    bottom: -1px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    display: block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 15px;
    line-height: 20px !important;
    font-weight: normal;
    font-family: "InfoTextWebPro";
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.teaser_box h3,
.teaser_box h3 a {
    color: #fff !important;
    margin: 0 !important;
}

.teaser_box:hover h3 {
    margin-bottom: -62px;
    opacity: 0;
}

#tv-map {
    overflow: hidden;
}

#tv-map a.email {
  background:  url(../../layout/content/bg_email.png) 0 4px no-repeat;
  text-decoration: underline;
  padding-left: 19px;
}
#tv-map a.email:hover {
  color: #E50030;
}
  
#tv-map a.extern {
  padding-left: 16px;
  background:  url(../../layout/content/more_ext_red.png) no-repeat 3px 4px;
  color: #333;
  text-decoration: underline;
}
#tv-map a.extern:hover {
  color: #E50030;
}
  
#tv-map a.intern-link {
  padding-left: 10px;
  background:  url(../../layout/content/more_int_red.png) no-repeat 0 5px;
  color: #333;
  text-decoration: underline;
}
#tv-map a.intern-link:hover {
  color: #E50030;
}

.rubric-header .story_bild:after {
    content: "";
}

.uebersichtsseite #tv-map {
    background: #fff;
    padding: 15px;
    padding-bottom: 9px;
}

.uebersichtsseite #tv-map:empty {
    display: none;
}

.uebersichtsseite #tv-map>div>.csc-header:first-child * {
    margin-top: 0 !important;
}

.uebersichtsseite #left {
    display: none;
}

.uebersichtsseite #wrapContent #content {
    margin: 0;
}

.uebersichtsseite #wrapContent,
.uebersichtsseite #middle {
    width: calc(50% - 180px);
    float: left;
    margin: 0;
    clear: none;
    margin-right: 30px;
    line-height: 140%;
}

.uebersichtsseite #middle h2 {
    line-height: 30px;
}

@media screen and (max-width: 980px) {
    .uebersichtsseite #wrapContent,
    .uebersichtsseite #middle {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .uebersichtsseite #middle .teaser_box {
        float: right;
    }
    .teaser_box {
        height: 226px;
        width: 360px;
    }
}

@media screen and (max-width: 740px) {
	.combo_box .combotext {
		display: block;
        width: 100%;
    }
	.combo_box .comboimage {
		width: 100%;
	}
    .teaser_box {
        height: 132px;
        width: 210px;
    }
    .teaser_box h3 {
        font-size: 16px;
        width: calc(100% - 20px);
        padding: 10px;
    }
}

@media screen and (max-width: 440px) {
    .teaser_box {
        height: 88px;
        width: 140px;
    }
    .teaser_box h3 {
        font-size: 14px;
        width: calc(100% - 10px);
        padding: 5px;
    }
}

.twitter_box {
    overflow: auto;
}


/* Newsslider */

.columns2 .news-slider {
    width: 620px;
    max-width: inherit !important;
}

.columns2 .news-slider ul {
    margin: 0 -10px;
    padding: 0 !important;
    background: transparent !important;
}

.columns2 .news-slider ul li {
    width: 320px;
    float: left;
    margin: 0;
    border-left: 10px solid #eee !important;
    border-right: 10px solid #eee !important;
}

.news-slider.cbox.news ul li.withImg .news-date,
.news-slider.cbox.news ul li.withImg .news-title {
    margin-left: 0;
}

.news-slider .date a {
    font-family: "InfoTextWebPro";
}

.news-slider .date a span {
    font-family: "InfoTextWebPro-Bold";
}

.newssliderimg {
    height: 182px;
    overflow: hidden;
    position: relative;
    margin-top: 9px;
    background: #E9E9E9;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.newssliderimg img {
    min-width: 280px;
    min-height: 182px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Safari ≥ 7 */

_::-webkit-full-page-media,
_:future,
 :root .newssliderimg img {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
}


/* Safari ≥ 10 ??? */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .newssliderimg img {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

.newssliderimg {
    (;
    margin-top: 0px;
    );
}

.newssliderimg {
    [;
    margin-top: 0px;
    ];
}

.news-slider.cbox.news ul li:hover {
    background-color: #fff;
}

.news-slider.cbox.news ul li:hover img {
    opacity: 0.8;
}

.news-slider.cbox.news ul li img {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    float: none;
    margin: 0 auto;
}

.news-slider .date a {
    min-height: 91px;
    clear: both;
    padding-bottom: 5px;
}

.news-slider .slick-prev {
    left: 10px !important;
}

.news-slider .slick-next {
    right: 10px !important;
}

.fokus.buehne #bg_dlhhiu {
    background: none !important;
}


/* Custom Input Styling */

.cbox .custom-checkbox input[type="checkbox"] {
    display: none;
}

.cbox fieldset .powermail_fieldwrap label {
    cursor: pointer;
    display: inherit;
}

.cbox .custom-checkbox label:hover,
.cbox .custom-checkbox label:focus,
.cbox .custom-radio label:hover,
.cbox .custom-radio label:focus {
    background-position: -10px -112px;
}

.cbox .custom-checkbox.checked label,
.cbox .custom-radio.checked label {
    background-position: -10px -212px;
}

.cbox .custom-checkbox.checked:hover label,
.cbox .custom-checkbox.checked:hover label {
    background-position: -10px -312px;
}

.cbox .custom-checkbox label:focus,
.cbox .custom-radio label:focus {
    outline: 1px dotted #ccc;
}

/* Insitut CMA Anpassung Navigation */
.root-p22920 .submenu > ul > li:nth-child(6) {
	margin-bottom:10px !important;
	clear: both;
}

.root-p22920 .submenu > ul > li ~ li ~ li ~ li ~ li ~ li {
	margin-top:20px !important;
}

#abbinder {
	clear:both;
}

/* Newsletter Registrierung */
.tx-registeraddress label {
	min-width:170px;
	display: inline-block;
}

.tx-registeraddress .fieldrow {
	margin:5px 0;
}

.tx-registeraddress .fieldrow p {
	margin-left:172px;
	padding-top:10px;
}

.tx-registeraddress .selectbox  {
	display:inline-block;
	bottom: -10px;
	position: relative;
}

.tx-registeraddress input {
	padding:5px;
	width:272px;
}

.tx-registeraddress .submit {
	margin-left:172px;
	background: url(../../layout/content/bg_search.png) repeat-x 0 0;
    width: 120px;
    text-align: center;
    border: solid 1px #D4D4D4;
    font-family: "InfoTextWebPro-Medium";
    font-size: 16px;
    color: #333;
    height: 27px;
    cursor: pointer;
}

.tx-registeraddress .formerror {
	color:rgb(228, 0, 59);
	font-weight:bold;
}

.tx-registeraddress .newform > h2 {display:none;}

.tx-registeraddress #consent {
	width:auto;
	margin-top:5px;
}

.unsubscribeform > h2 {display:none;}

.content-functions.f1 {
	display:none;
}

.thirdparty .content-functions.f1 {
	display:block;
}