/* Layout - Startseite */

/* Logos */

#ContentWrapper > .center > div.logos > a {
	display: inline-block;
	margin: 0 20px 0 0;
}
#ContentWrapper > .center > div.logos > a.wk {
	width: 107px;
	height: 61px;
	background: url("/img/layout/wein-kaltern.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.kb {
	width: 41px;
	height: 61px;
	background: url("/img/layout/kaltern-bike.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.sw {
	width: 87px;
	height: 61px;
	background: url("/img/layout/suedtiroler-weinakademie.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.kb {
	width: 41px;
	height: 61px;
	background: url("/img/layout/kaltern-bike.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.str {
	width: 29px;
	height: 61px;
	background: url("/img/layout/suedtiroler-weinstrasse.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.st {
	width: 61px;
	height: 61px;
	background: url("/img/layout/suedtirol.png") no-repeat scroll center center;
}
#ContentWrapper > .center > div.logos > a.ss {
	width: 90px;
	height: 61px;
	background: url("/img/layout/suedtirols-sueden.png") no-repeat scroll center center;
}

/* Layout - Header */

#HeaderWrapper {
	max-width: 1440px;
	min-height: 593px;
	overflow: hidden;
}

/* Layout - Header - Animation */

#HeaderWrapper > div.animation,
#HeaderWrapper > div.animation:after,
#HeaderWrapper > div.animation:before,
#HeaderWrapper > div.animation .wrapper:after {
	height: 435px;
}
#HeaderWrapper > div.animation .wrapper {
	margin-left: -720px;
	max-width: 1440px;
}

/* Layout - Header - Riegelkarte */

#HeaderWrapper > div.map {
	height: 435px;
}

/* Layout - Header - Video */

#HeaderWrapper > div.video {
	height: 435px;
}

#HeaderWrapper > div.animation .wrapper .text {
	background: #FFFFFF !important;
	color: #7f8082 !important;
	font-size: 24px !important;
	font-family: "BodoniTweITCPro-Book";
	font-weight: normal;
	height: auto !important;
	left: 225px !important;
	top: auto !important;
	padding: 4px 10px 4px 20px !important;
	position: absolute !important;
	width: auto !important;
	z-index: 2;
}
#HeaderWrapper > div.animation .wrapper .text_1 {
	bottom: 33px !important;
}
#HeaderWrapper > div.animation .wrapper .text_2 {
	bottom: 82px !important;
}
#HeaderWrapper > a.banner {
    background: url("/img/layout/weltmeister.png") no-repeat scroll 8px 20px #ffffff;
    border-radius: 5px;
    bottom: 159px;
    height: 270px;
    left: 50%;
    margin: 0 0 0 720px;
    padding: 149px 10px 10px;
    position: absolute;
    width: 190px;
    z-index: 1;
    -moz-transition: margin-left 500ms ease-in-out 2s, right 500ms ease-in-out 2s;
	-webkit-transition: margin-left 500ms ease-in-out 2s, right 500ms ease-in-out 2s;
	-o-transition: margin-left 500ms ease-in-out 2s, right 500ms ease-in-out 2s;
	transition: margin-left 500ms ease-in-out 2s, right 500ms ease-in-out 2s;
}
#HeaderWrapper > a.banner:hover {
	text-decoration: none;
}
#HeaderWrapper > a.banner.show {
	margin-left: 285px;
}
#HeaderWrapper > a.banner > h1 {
    color: #000000;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    text-align: center;
    width: 100%;
}
#HeaderWrapper > a.banner > h2 {
    color: #91102f;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 600;
	margin-top: 7px;
    text-align: center;
}
#HeaderWrapper > a.banner > h2:hover {
	text-decoration: none;
}
#HeaderWrapper > a.banner > h2 > span {
	color: #f3b404;
	display: block;
}
#HeaderWrapper > a.banner > p {
    background: none repeat scroll 0 0 #000000;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
	-moz-transition: height 500ms ease-in-out 0s;
	-webkit-transition: height 500ms ease-in-out 0s;
	-o-transition: height 500ms ease-in-out 0s;
	transition: height 500ms ease-in-out 0s;
}
#HeaderWrapper > a.banner:hover > p {
	height: 96px;
}
#HeaderWrapper > a.banner > p > span {
    color: #ffffff;
	display: block; 
	font-family: "Roboto Condensed";
	font-size: 15px;
	font-weight: 300;
	padding: 5px 15px 5px 15px;
	position: relative;
}
#HeaderWrapper > a.banner > p > span:after {
	background: url("/img/intro/arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 11px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 8px;
    width: 8px;
}

/* Layout - Content */

#ContentWrapper > .center {
	width: 77.89473684210526%; /* 740 */
}

/* CMS - Elemente */

/* Überschrift */

h1 {
	color: #BF2F1B;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

/* Textbereich */

p.text {
	display: inline-block;
	font-family: "BodoniTweITCPro-Book";
	font-size: 14px;
	margin-top: 0;
}

/* Plugin - Wetter */

.cmsWeatherPreview {
	margin-top: 0;
	margin-bottom: 0;
}

@media all and (max-width: 830px){

	/* Layout - Content */

	#ContentWrapper > .center {
		float: none;
		padding-right: 220px;
		width: 100% !important;
	}
	#ContentWrapper > .right {
		display: block;
		float: none;
		margin-left: 0;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 190px;
	}

}
@media all and (max-width: 750px){ /* MOBILE */

	/* Überschrift */

	h1 {
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
		
	/* Layout - Content */

	#ContentWrapper > .center {
		padding-right: 20px;
	}
	#ContentWrapper > .right {
		margin-top: 20px;
		padding-left: 20px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}

}
@media all and (max-width: 990px){
	
	#HeaderWrapper > a.banner {
		left: auto;
		margin-left: 0;
		right: -200px;
	}
	#HeaderWrapper > a.banner.show {
		right: 20px;
	}
	
}
@media all and (max-width: 600px){
	
	#HeaderWrapper > a.banner {
		display: none;
	}
	
}
@media all and (max-width: 500px){ /* MOBILE */

	/* Logos */

	#ContentWrapper > .center > div.logos > a {
		margin-right: 0;
		width: 25% !important;
	}
		
}
@media all and (max-width: 400px){ /* MOBILE */

	/* Logos */

	#ContentWrapper > .center > div.logos > a {
		width: 33% !important;
	}

}