.floating-teaser {
	float: left;
}
.teaser-row {
	margin: 0 0 2em 0;
}

#article-2cols #inner-content .teaser-row,
#article-2cols-nonav #inner-content .teaser-row {
	margin-left: -5px;
	margin-right: -5px;
} 

.teaser-row.seperator {
	
	padding: 1.5em 0 0 0;
	border-top: 1px solid #d4eac9;
}
.teaser-row.spacer {
	padding: 0 0 2.4em;
}


#content h3.teaser-headline, 
#content .spacer-teaserheadline{
	font: normal 1.2em/1em 'Helvetica Neue', Helvetica, Sans-Serif;
	color: #55ab26;
	margin: 0;
	padding: 0 0 .5em .3em;
}

#content h3.teaser-headline > a {
	color: #55ab26 !important;
	text-decoration: none;
}



.label-teaser,
.custom-teaser {
	position: relative;
	margin: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.two-hints-teaser img {
    width: 50px;
    height: 47px;
    float: left;
}

.two-hints-teaser .hint {
    height: auto;
    overflow: hidden;
    padding: 14px 0 14px 14px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 78%, #ffffff 78%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(78%,#ffffff), color-stop(78%,#ffffff), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 78%,#ffffff 78%,#ebebeb 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 78%,#ffffff 78%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 78%,#ffffff 78%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 78%,#ffffff 78%,#ebebeb 100%);
}

.two-hints-teaser .hint .label {
    position: inherit;
    float: left;
    width: 20.0em;
    padding: 0 0 0 2.5em;
}

#content .two-hints-teaser .hint .label h4 {
    margin-bottom: 0.2em;
}
#content .two-hints-teaser .hint .label a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

#content .two-hints-teaser .hint .label p {
    font-weight: normal;
}

#content .two-hints-teaser .hint .label p a {
    display: block;
}

.msie .label-teaser,
.msie .custom-teaser {
  margin: 4px;
  border: 1px solid #e3e3e3;
}
.msie7 .label-teaser img {
  margin: 0 0 -1px 0;
}

/* Content Teaser */
#content .caption-teaser h4 {
	font: 1.3em/1em 'Helvetica Neue', Helvetica, Sans-Serif;
	font-weight: bold;
	color: #404040;
	padding: 0 0 .3em;
	margin: 0;
}

/* Label Teaser */
#content .label-teaser h4,
#content .label-teaser .label p {
	font: 1.3em/1.1em 'Helvetica Neue', Helvetica, Sans-Serif;
	font-weight: bold;
	color: #404040;
	padding: 0;
	margin: 0;

}

.label-teaser .label {
	position: absolute;
	bottom: 1em;
	left: 0;
	padding: 1em 1em;
	width: 21em;
	height: 4em;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.9 opacity */
  background: rgba(255, 255, 255, 0.9);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)";
}

#sidebar .label-teaser .label {
    width: 15.2em;
}

.medium .label-teaser .label,
.big .label-teaser .label {
	width: 22em;
}

#sidebar .medium .label-teaser .label,
#sidebar .big .label-teaser .label {
    width: 17em;
}

.label-teaser .label-headline {
	position: absolute;
	bottom: 1em;
	left: 0;
	padding: .8em 1em;
	width: 17em;
	height: 2.4em;
	background: #fff;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.9 opacity */
  background: rgba(255, 255, 255, 0.9);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff)";
}
.medium .label-teaser .label-headline,
.big .label-teaser .label-headline {
	width: 18em;
}


#content .caption-teaser .caption p{
	font: 1.1em/1.1em 'Helvetica Neue', Helvetica, Sans-Serif;
	padding: 0;
    color: #404040;
    margin: 0;
}

#content .caption-teaser.rte-teaser .caption p {
    font: 1.2em/1.3em 'Helvetica Neue', Helvetica, Sans-Serif;
    margin: 0 0 0.5em 0;
    color: #404040;
}

#content .caption-teaser .caption ul li,
#content .caption-teaser .caption ol li {
    font: 1.2em/1.3em 'Helvetica Neue', Helvetica, Sans-Serif;
    color: #404040;
}
#content .caption-teaser .caption ul,
#content .caption-teaser .caption ol {
    margin-bottom: 0.5em;
}

#content .caption-teaser .caption ol {
    margin-left: 1.6em;
}

#content .label-teaser .label p a,
#content .label-teaser .label-headline h4 a,
#content .caption-teaser .caption p a{
	padding: 0 1.5em 0 0;
	color: #404040;
	text-decoration: none;
	background: url('../img/modules/global/bullet-arrow.png') 100% 80% no-repeat;
}

.msie7 #content .label-teaser .label p a,
.msie7 #content .label-teaser .label-headline h4 a,
.msie7 #content .caption-teaser .caption p a{
  display: inline-block;
}

#content .label-teaser .label h4 a,
#content .caption-teaser .caption h4 a {
	color: #404040;
	text-decoration: none;
}

#content .label-teaser .label-headline h4 a {
	padding: 0 1.5em 0 0;
	background: url('../img/modules/global/bullet-arrow.png') 100% 80% no-repeat;
}

#content .custom-teaser {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
  background-image: -moz-linear-gradient(top, #ffffff, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e7e7e7)";
	zoom: 1;
}

#content .custom-teaser .teaser-content {
	display: block;
	padding: 1em;	
}

#content .custom-teaser h4 {
	display: block;
	margin: 0 0 .7em;
	font: 1.5em/1.1em 'Helvetica Neue', Helvetica, Sans-Serif;
	font-weight: bold;
	color: #404040;
}

#content .custom-teaser .teaser-content p {
	margin: 0 0 1em;
	font: 1.2em/1.2em 'Helvetica Neue', Helvetica, Sans-Serif;
	color: #404040;
}

#content .custom-teaser .teaser-content .big-number {
  display: block;
  margin: 0 0 .5em;
  font: 2em/1em 'Helvetica Neue', Helvetica, Sans-Serif;
  font-weight: bold;
  color: #404040;
}
#content .custom-teaser .teaser-content .small-number,
#content .custom-teaser .teaser-content .small-info {
  color: #808080;
}



.caption-teaser {
	position: relative;
	margin: 5px;
}

.caption-teaser img {
	margin-bottom: 0.5em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.msie .caption-teaser img{
  margin: -1px -1px 9px -1px;
  border: 1px solid #e3e3e3;
}


/* Custom Teaser - Ticketshop */
#content .custom-teaser.ticketshop-teaser {
	filter:none;
	-ms-filter:none;
	background: url('../img/modules/content-teaser/ticket-shop-teaser.png') -4px -4px no-repeat;
}

/* Custom Teaser - Hotline */

#content .custom-teaser.hotline-teaser h4 {
	margin: 0 0 .5em;
	color: #55ab26;
	padding: 0;
}

/* Custom Teaser - Presse - Linkliste */
/*   font: normal 1.2em/1em 'Helvetica Neue', Helvetica, Sans-Serif; */
#content .custom-teaser.list-teaser h4 {
  margin: 0 0 .6em;
  color: #55ab26;
}

#content .custom-teaser.list-teaser li {
  font: normal 1.2em/1.36em Arial, Verdana, Sans-Serif;
}


#content .coverflow-teaser {
	position: relative;
	margin: 5px;
	overflow: hidden;
}

/* Custom Teaser - Eventliste von coolibri */

#content .event-teaser {
	position: relative;
	margin: 5px;
    overflow: hidden;
    width: 308px;
}

#content .event-teaser .teaser-content {
    margin: 0;
    padding: 0.5em 0.3em 0.3em;
}

#content .event-teaser h4 {
  margin: 0 0 .5em;
  font: normal 1.2em/1em 'Helvetica Neue', Helvetica, Sans-Serif;
  color: #404040;
}

#content .event-teaser ul {
  margin: 0 0 0 0;
}

#content .event-teaser ul li{
	background: transparent;
	margin: 0;
	padding: 0;
	font: normal 1.1em/1.1em Arial, Verdana, Sans-Serif;
}

#content .event-teaser .even {
  background: #ddeed4;
}
#content .event-teaser ul a {
  display: block;
  padding: 0.5em 0 0.5em 0.6em;
  color: #737871;
}
#content .event-teaser ul a span {
  padding: 0 .8em 0 0;
  background: url('../img/modules/global/bullet-arrow.png') 100% 65% no-repeat;
}
#content .event-teaser ul a .date {
  color: #373c35;
  background: none;
}
#content .event-teaser .sponsored {
  display: block;
  padding: .8em 0 0;
  height: 1em;
  text-align: right;
}
#content .event-teaser .sponsored span {
  font: normal 0.9em/1em 'Helvetica Neue', Helvetica, Sans-Serif;
  color: #808080;
}
#content .event-teaser .sponsored img {
  margin: -0.8em 0 0 0.2em;
  width: 8.4em;
  height: 1.5em;
}

/* Custom Teaser - Tab Teaser */
#content .spacer-teasertab{
	height: 2em;
}

#content .tabbed-teaser {
	position: relative;
	padding: 0;
	margin: 0px 4px 4px 5px;
}

#content  .tabbed-teaser .tab {
	padding: 0;
	margin: 0;
}
#content  .tabbed-teaser-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
} 
#content  .tabbed-teaser .tab-content {
	display: block;
	overflow: hidden;
	overflow-y: auto;
}

#content  .tabbed-teaser .tab ul{
	margin: 0;
	padding: 0;
}
#content  .tabbed-teaser .tab li {
  padding: .4em;
  background: #ddeed4;
  font-size: 1.1em;
  line-height: 1.1em;
}
#content  .tabbed-teaser .tab li a {
  display: block;
  color: #404040;
}
#content  .tabbed-teaser .tab .even {
  background: #fff;
}
#content  .tabbed-teaser .tab a.more {
  display: inline;
  color: #404040;
  font-size: 1.1em;
  line-height: 1.8em;
  padding: 0 1em 0 .4em;
  font-weight: bold;
  background: url('../img/modules/global/bullet-arrow.png') 100% 50% no-repeat;
}
