﻿
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	background: #083752;
}
	.banner ul {
		list-style: none;
		width: 300%;
        padding:0px;
        margin:0px;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 237px 0 319px 0px;
		background-position:center;
		min-height: 160px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
	}
	

	.banner .btn {
		display: inline-block;
		margin: 25px 0 0;
		padding: 9px 22px 7px;
		clear: both;
		
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		
		border: 2px solid rgba(255,255,255,.4);
		border-radius: 5px;
	}
		.banner .btn:hover {
			background: rgba(255,255,255,.05);
		}
		.banner .btn:active {
			-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
			filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
		}
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
        top:95px;
     /* margin-top:5px;
        margin-bottom:288px;  */
        padding-bottom:4px;   
        z-index:7;     
	}
		.banner .dots li {
			display: inline-block;
			width: 8px;
			height: 8px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #fff;
				opacity: 1;
			}


.banner ol {
    /*padding-top:285px;*/
    margin-top:303px;
    /*background:url('../grafik/repeat/rpt_start_news_bg_verlauf.png') bottom repeat-x;*/

}
.bg_banner {
    height:333px;position:absolute;z-index:4;left: 0;right: 0;top: 95px;
    background:url('../grafik/repeat/rpt_start_news_bg_verlauf.png') bottom repeat-x;
}

.banner_lageplan { display:block;height:120px;z-index:99;}

.bannercontent {
    width:672px;
    padding-left:200px;
    padding-right:100px;
    margin:0px auto;
    text-align:left;
    font-family:Arial;
    color:white;
    font-size:15px;
    text-shadow:1px 1px 2px rgba(0,0,0,1);
    position:relative;
        z-index:9;
}

.bannercontent a {
    color:white;
}

.banner h3 {
    font-family:'HelveticaNeueW01-57Cn';
    font-weight:normal;
    font-size:29px;
    margin:9px 0px 13px 0px;
    padding:0px;
    line-height:35px;
    max-height:70px;
    overflow:hidden;
}

.banner .bannerslogan h2 {
    font-family:'HelveticaNeueW01-47LtCn_692686';
    font-weight:normal;
    font-size:65px;
    margin:27px 0px 10px 10px;
    padding:0px;
    line-height:80px;
    max-height:70px;
    overflow:hidden;
}

.banner .bannerslogan h3 {
    font-family:Arial;
    font-weight:normal;
    font-size:33px;
    margin:9px 0px 13px 301px;
    padding:0px;
    line-height:35px;
    max-height:70px;
    overflow:hidden;
}

.en .bannercontent {
    width:721px;
    padding-left:146px;
}

.en .banner .bannerslogan h3 {
    margin-left:344px;
}

.bannerhead {
    font-family:'HelveticaNeueW01-57Cn';
    font-weight:normal;
    font-size:18px;
}


.banner img {
    position:relative;
    top:3px;
}

.bannerhead img {
    top:5px;
    cursor:pointer;
}
.bannerhead img:first-child {
    margin-left:14px
}