/* @group Layout */

h1 {
	display: none;
}

.content-container {
	padding-right: 0px !important;
}

.lead-home {
	color: #585452;
	margin-top: 40px;
}

.lead-home p.bodytext {
	font-size: 14px;
	line-height: 20px;
	color: #585452;
	font-style: italic;
	margin-bottom: 20px;
}

/* @end */

/* @group Slideshow */

.cycle-slideshow {
	width: 100%;
	height: auto;
	position: relative;
}

.slide {
	width: 100%;
	height: 100%;
	position: relative;
}

/* @end */

/* @group Newsticker */

.newsticker-container {
	margin-top: 20px;
	background-color: #A22062;
	color: #ffffff !important;
	padding: 15px 10px 18px 15px;
}

.newsticker-container p {
	margin-top: 0;
	margin-bottom: 0;
}

.newsticker-container p.ticker-titel {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}

.newsticker-container p.bodytext {
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
}

.newsticker-container a {
	color: #ffffff;
}

.newsticker-container table {
	width: 100%;
	margin-bottom: 0;
}

.newsticker-container tr {
	vertical-align: bottom;
}

/* @end */

/* @group Teaser */

.teaser-container {
	margin-top: 20px;
}

.ym-g960-teaser {
	width: 31.538461538461538%; /* 246px/780 */
}

.ym-g960-teaser.ym-gl {
	margin-right: 2.692307692307692%; /* 21px/780 */
}

.teaser-text {
	background: url(../images/icon-pfeil.png) no-repeat right;
	padding: 10px 40px 0 5px;
}

.teaser-text h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 25px;
	font-size: 22px;
}

.teaser-container a {
	display: block;
	color: #000000 !important;
	text-decoration: none !important;
}

.teaser-container .box-schatten:hover {
	-moz-box-shadow: 4px 4px 4px #999999;
	-webkit-box-shadow: 4px 4px 4px #999999;
	box-shadow: 4px 4px 4px #999999;
	opacity: 0.8;
}

.teaser-text p {
	margin-top: 2px;
	margin-bottom: 0;
	line-height: 16px;
	font-size: 12px;
}

/* @end */

/* @group Media Queries */
	
@media only screen and (max-width: 599px) {
	
	.teaser-container {
		margin-top: 0;
	}
	
	.content-container .ym-g960-teaser {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	
}

/* @end */