@import url(//comet.tramino.net/fonts/css?family=Signika:400,600,700);

body, #body {
	background-color: #DFE6EC;
	font-family: Signika, Arial sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 19px;
}

body ::selection, body ::-moz-selection {
	color: #000;
	background: #AEE0FF;
}

body a {
	color: #0059AA;
	text-decoration: none;
}

body a:hover { color: #003469; }

body h1 {
	font-family: 'Signika', sans-serif;
	font-size: 35px;
	line-height: 40px;
}


body h2 {
	font-family: 'Signika', sans-serif;
	font-size: 23px;
	line-height: 26px;
}


#page {
	max-width: 1260px;
	margin: 0px auto;
}

#TraminoInhalt .TraminoTrefferliste { min-height: 200px !important; }



#totop {
	position: fixed;
	right: 20px;
	bottom: 95px;
	display: none;
	cursor: pointer;
}#content {
	position: relative;
	top: 0px;
	left: 0px;
}

#maincontent {
	position: relative;
	top: 20px;
	left: 0px;
	background-color: #FFF;
	margin: 0px 30px 30px 0px;
	padding: 10px 40px;
	min-height: 500px;
}

#maincontent .mc_bg {
	position: absolute;
	top: 20px;
	right: -8px;
	width: 8px;
	height: 382px;
	background: url(//tramino.s3.amazonaws.com/s/young-alps/542959/content-shadow.png) top left no-repeat;
}

#maincontent h1 {
	color: #0059AA;
	font-weight: 600;
}

#maincontent h2 {
	color: #666666;
	font-weight: 400;
}

#TraminoArtikel .Headlines h5 { display: none; }

#TraminoArtikel .Files .File .Name { display: none; }


/* wg. Formular-Baustein auf /gruppe/ Seite */
#body.S2827 .T98 { margin-top: 50px; padding-left: 260px; }#leftbar {
	position: absolute;
	top: 70px;
	left: 40px;
	width: 223px;
	min-height: 200px;
	background-color: #C6D7E7;
}

#leftbar .lb_bg {
	position: absolute;
	top: 20px;
	right: -7px;
	background: url(//tramino.s3.amazonaws.com/s/young-alps/542961/leftbar-shadow.png) top left no-repeat;
	width: 7px;
	height: 135px;
}

#leftbar .lb_inner {
	width: 220px;
	overflow: hidden;

}

#leftbar .box {
	margin: 10px;
}

#leftbar .box h1 {
	color: #8D9EC1;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
	/*text-shadow: 0 1px 1px #99B9DA;*/
}

#leftbar .box.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftbar .box.nav ul li {
	margin: 0;
	padding: 0;
}

#leftbar .box.nav ul li a {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding: 4px 3px 4px 5px;
	border-bottom: 1px solid #B8CEE4;
	display: block;
}

#leftbar .box.nav ul li:last-child a {
	border-width: 0px;
}#teaser {
	position: relative;
	z-index: 5;
	width: 1200px;
	margin: 20px auto 0px auto;
	height: 150px;
}

#teaser .teaser_wrap {
	position: absolute;
	top: 0px;
	left 0px;
	width: 100%;
	height: 150px;
}

#teaser .item {
	float: left;
	width: 218px;
	height: auto;
	margin: 0px 25px 0 0;
	position: relative;
	top: 0px;
	cursor: pointer !important;
}

#teaser .item5 { margin: 0; }

#teaser .item.lastopen {
	-webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

#teaser .item .teaser_top {
	display: none;
	width: 210px;
	height: 21px;
	background: url(//tramino.s3.amazonaws.com/s/young-alps/542794/teaser-top.png) top center no-repeat;
}

#teaser .item .inner {
	float: left;
	background-color: #FFF;
	width: 190px;
	height: 120px;
	padding: 5px 10px;

}

#teaser .item .bg {
	background: url(//tramino.s3.amazonaws.com/s/young-alps/542740/teaser-bg.png) top left no-repeat;
	height: 126px;
	width: 8px;
	float: left;
}

#teaser .item h1, #teaser .item h2 {
	color: #0059AA;
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	margin: 2px 0px 5px;
	cursor: pointer;
}

#teaser .item .i_wrap { display: none; margin: 0 0 10px 0; }
#teaser .item .text {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: rgba(255,255,255,.6);
	margin: 10px 0px;
}
#teaser .item .button {
	background-color: #FFF;
	color: #0059AA;
	padding: 4px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight: 600;
}

#teaser .item.open {
	top: -55px;
	height: auto;

	-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-ms-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-ms-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */


}

#teaser .item.open .teaser_top {
	display: block;
}

#teaser .item.open .inner {
	background-color: #0059AA;
	height: 100%;

}

#teaser .item.open h1, #teaser .item.open h2 {
	color: #FFFFFF;


}
#teaser .item.open .Bild {
	display: none;


}
#teaser .item.open .i_wrap {
	display: block;
}

#teaser .item .inner .wrap .bg_image { 
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
}.S2827 #maincontent {
	background-color: transparent !important;
	padding: 10px 0px 10px 40px;
}

.S2827 #TraminoArtikel { padding-left: 260px; }

.S2827 #maincontent .mc_bg { display: none }@media all and (min-width: 1251px) and (max-width: 1500px) {}


@media all and (min-width: 1000px) and (max-width: 1250px) {

	#page { width: 100%; }



	nav ul li a {
		padding: 7px 15px;
		font-size: 18px;
		line-height: 18px;
	}

	nav ul li ul {
		top: 32px;
	}

	nav ul li.nav_open ul li a {
		font-size: 15px;
		line-height: 15px;
	}

	footer { width: 870px !important; }


}



@media all and (min-width: 768px) and (max-width: 999px) {

	#page { width: 100%; }
	#page .content_inner { padding: 0px 20px; }

	#maincontent {
		margin: 20px 0px !important;
		padding: 10px 20px 10px 20px !important;
	}

	#TraminoArtikel {
		padding-left: 0px !important;
	}

	#body.S2827 .T98 { margin-top: 20px; padding-left: 0px; }
	#body.Rubrik_33491.S2827 .T98 { padding-left: 220px; }

}



@media all and (max-width: 767px) {
	#page { width: 100%; }
	#page .content_inner { padding: 0px 20px; }

	#maincontent {
		margin: 20px 0px !important;
		padding: 10px !important;
	}

	#TraminoArtikel {
		padding-left: 0px !important;
	}

	#TraminoArtikel .Files .File { margin-bottom: 10px; }



	.T28 .spalte h3 { margin: 13px 0px 8px 0px }
	.T28 .spalte .inhalt p { margin-top: 0px; }


	.T955 .search  > .row .col1 { width: 100% !important; }
	.T955 .search  > .row .col2 { width: 100% !important; margin-top: 10px; }
	.T955 .price { margin-top: 10px !important; margin-right: 0px !important; }

	/* Anpassungen Formulare */

	.TraminoForm .group { width: 100% !important; }
	.TraminoForm .input, .TraminoForm input { max-width: 100% !important; }

	.TraminoForm .Feld.adresse_email input { width: 100% !important; }


	#TraminoArtikel .Files .File { display: none !important;}

	/* wg. Formular auf /gruppe/ Seite */
	#body.S2827 .T98 { margin-top: 20px; padding-left: 0px; }

}