@import url(//comet.tramino.net/fonts/css?family=Raleway:400,300,600);

body, #body {
	background-color: #F6F6F6;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #333;
}

body input[type=submit] { cursor: pointer; }

#page {
	max-width: 1600px;
	margin: 0px auto;
}

#page .maxwidth {
	width: 1200px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#page .large {
	width: 100%;
}

body ::selection, body ::-moz-selection {
	color: #000;
	background: #EFFF5D;
}



#page a {
	color: #A1A424;
}


#page a:hover {
	-webkit-transition: color 50ms ease-in-out;
	-moz-transition: color 50ms ease-in-out;
	-ms-transition: color 50ms ease-in-out;
	-o-transition: color 50ms ease-in-out;
	transition: color 50ms ease-in-out;
}

#page h1 {
	font-family: Raleway, Arial, sans-serif;
	color: #222;
}

#page h2 {
	color: #222;
}

#page h1.teaser {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	background: #333;
	margin: 0 0 0 10px;
	padding: 4px 8px;
	display: inline-block;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

#page h1.teaser.green {
	background: #868C1B;
	background: -moz-linear-gradient(top, #9BA020, #868C1B); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9BA020), to(#868C1B)); /* Safari , Chrome */
	background: linear-gradient(top, #9BA020, #868C1B); /* W3C Standard */
	border: 1px solid #939806;
	border-bottom-width: 0px;
}

#page h1.teaser.grey {
	background: #F3B400;
	background: -moz-linear-gradient(top, #FBC532, #F3B400);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FBC532), to(#F3B400));
	background: linear-gradient(top, #FBC532, #F3B400);
	border: 1px solid #F3B921;
	border-bottom-width: 0px;
}

/*;
#page h1.teaser.grey {
	background: #4A4949;
	background: -moz-linear-gradient(top, #9D9C9C, #4A4949);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9D9C9C), to(#4A4949));
	background: linear-gradient(top, #9D9C9C, #4A4949);
	border: 1px solid #919191;
	border-bottom-width: 0px;
}
*/

#page .btn {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	background: #333;
	margin: 0;
	padding: 5px 11px;
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

#page .btn.green {
	background: #83882A;
	background: -moz-linear-gradient(top, #9EA436, #83882A); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9EA436), to(#83882A)); /* Safari , Chrome */
	background: linear-gradient(top, #9EA436, #83882A); /* W3C Standard */
	border: 1px solid #939806;

}

#page .btn.green:hover {
	background: #9EA436;
	background: -moz-linear-gradient(top, #83882A, #9EA436); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#83882A), to(#9EA436)); /* Safari , Chrome */
	background: linear-gradient(top, #83882A, #9EA436); /* W3C Standard */
	border: 1px solid #939806;

}

/*;
#page .btn.grey {
	background: #F3B400;
	background: -moz-linear-gradient(top, #FBC532, #F3B400);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FBC532), to(#F3B400));
	background: linear-gradient(top, #FBC532, #F3B400);
	border: 1px solid #F3B921;

}

#page .btn.grey:hover {
	background: #FBC532;
	background: -moz-linear-gradient(top, #F3B400, #FBC532);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F3B400), to(#FBC532));
	background: linear-gradient(top, #F3B400, #FBC532);
	border: 1px solid #F3B921;

}
*/

#page .btn.grey {
	background: #4A4949;
	background: -moz-linear-gradient(top, #9D9C9C, #4A4949);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9D9C9C), to(#4A4949));
	background: linear-gradient(top, #9D9C9C, #4A4949);
	border: 1px solid #919191;

}

#page .btn.grey:hover {
	background: #9D9C9C;
	background: -moz-linear-gradient(top, #4A4949, #9D9C9C);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#4A4949), to(#9D9C9C));
	background: linear-gradient(top, #4A4949, #9D9C9C);
	border: 1px solid #919191;

}



#TraminoArtikel .Headlines h5 {
	display: none;
}
#TraminoInhalt .TraminoVorlage { margin: 0px; }

#seite .Files {
	width: 300px;
}


.Rubrik_30817 #TraminoArtikel .Headlines, .Rubrik_25380 #TraminoArtikel .Headlines { display: none; }header {
	width: 100%;
	height: 440px;
}

#motive {
	width: 100%;
	height: 400px;
	position: relative;
}

#motive .motiv {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

#inner_header {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 100%;
}

#inner_header .wrap_header {
	position: relative;
	height: 40px;
	margin: 0px auto;
	background: #7C8120;
	background: -moz-linear-gradient(top, #9FA428, #7C8120); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9FA428), to(#7C8120)); /* Safari , Chrome */
	background: linear-gradient(top, #9FA428, #7C8120); /* W3C Standard */
	border-top: 1px solid #A6AA36;
	border-left: 1px solid #A6AA36;
	border-bottom: 1px solid #717700;
	border-right: 1px solid #A6AA36;
}

#topnav {
	margin: 0px;
	padding: 0px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#topnav .nav_wrap {
	display: block;
}

#topnav .mobile_nav {
	display: none;
	color: #FFF;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorfer-ferienwelt/546437/nav-icon.png) top right no-repeat;
	max-width: 440px;
	height: 27px;
	font-size: 25px;
	line-height: 25px;
	margin: 7px 0 0 10px;
	font-family: Raleway, Arial, sans-serif;
	cursor: pointer;
}

#topnav ul {
	margin: 0 0 0 15px;
	padding: 0px;
	list-style-type: none;
}

#topnav ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 40px;
	display: block;
}



#topnav ul li a {
	margin: 10px 0 0 0;
	padding: 4px 10px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-right: 1px solid rgba(255,255,255,0.3);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#topnav .extra_nav a {
	margin: 10px 0 0 0;
	padding: 4px 10px;
	color: #EFB400;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


#topnav ul li ul {
	display: none;
	position: absolute;
	top: 41px;
	left: 0px;
	margin: 0;
	padding: 0;
	background: #7C8120;
	background: -moz-linear-gradient(top, #9FA428, #7C8120); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9FA428), to(#7C8120)); /* Safari , Chrome */
	background: linear-gradient(top, #9FA428, #7C8120); /* W3C Standard */
	border-top: 1px solid #A6AA36;
	border-left: 1px solid #A6AA36;
	border-bottom: 1px solid #717700;
	border-right: 1px solid #A6AA36;
}

#topnav ul li ul li {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}

#topnav ul li ul li a {
	font-size: 11px;
	border-width: 0px;
	padding: 5px 10px;
	height: auto;
	margin: 0;
	display: block;
}


/* Hover */

#topnav ul li.open {
	background: #9EA629;
	background: -moz-linear-gradient(top, #A0A529, #9EA629); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#A0A529), to(#9EA629)); /* Safari , Chrome */
	background: linear-gradient(top, #A0A529, #9EA629); /* W3C Standard */
	border-bottom: 1px solid #A1A300;
}

#topnav ul li.open a {
	border-right: 1px solid rgba(255,255,255,0);
}

#topnav ul li.prev_open a {
	border-right: 1px solid rgba(255,255,255,0);
}

#topnav ul li ul li.open {
	border-width: 0px;
}
#topnav ul li ul li.open a {
	border-width: 0px;
}

#topnav ul li.open ul {
	display: block;
}



#logo {
	position: absolute;
	top: -1px;
	right: -2px;

}

#subnav {

	width: 100%;
	height: 40px;
	background: #1D1D1B;
	background: -moz-linear-gradient(top, #484647, #1D1D1B); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#484647), to(#1D1D1B)); /* Safari , Chrome */
	background: linear-gradient(top, #484647, #1D1D1B); /* W3C Standard */
	border-top: 1px solid #424242;
	border-bottom: 1px solid #4E4E4C;
}

#subnav .inner_subnav {
	margin: 0px auto;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subnav ul li {
	margin: -1px 0 0 0;
	padding: 0px;
	float: left;
	position: relative;
	height: 40px;

}

#subnav ul li a {
	margin: 10px 0 0 0;
	padding: 4px 10px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-right: 1px solid rgba(255,255,255,0.3);
}



#subnav ul li.open {
	background-color: #C79800;
	background: -moz-linear-gradient(top, #E7AF00, #C79800); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E7AF00), to(#C79800)); /* Safari , Chrome */
	background: linear-gradient(top, #E7AF00, #C79800); /* W3C Standard */
}

#subnav ul li.open a {
	border-right: 1px solid rgba(255,255,255,0);
}

#subnav ul li.prev_open a {
	border-right: 1px solid rgba(255,255,255,0);
}

#subnav .s_content {
	display: none;
	position: absolute;
	bottom: 40px;
	left: 0px;
	z-index: 5;
	background-color: #999;
	width: 300px;
	padding: 10px 20px;
}

#subnav ul li.open .s_content {
	display: block;
}

#subnav.yellow .s_content {
	background-color: #F3B400;
	border: 1px solid #FDC000;

}

#subnav .s_content h1 {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #716A5F;
}

#subnav .s_content h2 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #FAF3D5;
}
#subnav .s_content h3 {
	font-weight: normal;
	font-size: 12px;
	color: #716A5F;
}


#subnav .social { margin-right: 10px; }
#subnav .social a span {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin: 15px 0 0 0;
	display: inline-block;
	float: left;
}

#subnav .social a img {
	float: left;
	margin: 7px 5px 0 0px;
}


#lang {
	margin: 15px 0 0 20px;
}

#lang a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}



#lang a {
	float: left;
	margin: 0 3px 0 0;
}#content {
	width: 100%;
	margin: 0px auto;
}

#content_nav {
	margin: 0px 0 0 0;
	background: url(https://tramino.s3.amazonaws.com/s/oberstdorfer-ferienwelt/546256/line.jpg) bottom left repeat-x #F9F9F9;
}

#content_nav_inner {
	margin: 0px auto;
	padding: 65px 0;
}

#content_nav .item {
	position: relative;
	float: left;
	width: 250px;
	height: 300px;
	margin: 0px 60px 0 0;
}

#content_nav .item.last {
	margin: 0px 0px 0 0;
}


#content_nav .item h2 {
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #666;
}

#content_nav .item .btn {
	position: absolute;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
}

#main_content {
	margin: 0px auto;
}

#obuchung {
	margin: 20px 0 20px 0;
	color: #CCC;
	font-size: 12px;
}

#obuchung .o_inner {
	background-color: #4A4A4A;
	padding: 20px;
}

#obuchung label{
	display: inline-block;
	margin: 0 0 5px 0;
}

#quickbooking div {
	margin: 0 20px 0 0;
}


#seite {
	background: url(https://tramino.s3.amazonaws.com/s/oberstdorfer-ferienwelt/547471/line2.jpg) bottom left repeat-x;
	padding: 30px 0 40px 0;
}

#seite h2 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
}

#seite .text {
	font-size: 14px;
	line-height: 19px;
}

#seite .Files {
	float: right;
	margin: 0 0 0 20px;
}

#seite .Files .File {
	margin: 0 0 30px 0;
}

#seite .Files .File .Name {
	margin: 3px 0 0 10px;
	font-size: 13px;
}footer {
	width: 100%;
	height: 40px;
	background: #1E1E1E;
	background: -moz-linear-gradient(top, #474747, #1E1E1E); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#1E1E1E)); /* Safari , Chrome */
	background: linear-gradient(top, #474747, #1E1E1E); /* W3C Standard */
	border-top: 1px solid #292929;
	border-bottom: 1px solid #424242;
	color: #A5A5A3;
	font-size: 12px;
	line-height: 12px;
}

footer .big {
	color: #FFF;
}

footer .left {
	margin-right: 30px;
}

footer a {
	color: #A5A5A3 !important;
	text-decoration: none;
}

footer a:hover {
	color: #FFF !important;
}

#footer_inner {
	margin: 12px auto 0 auto;
}/* iPhone & Mobile */
@media all and (max-width: 767px) {

	#body { -webkit-text-size-adjust: 100%; }

	#TraminoRubrik {
		padding: 0px 20px;
	}


	.Rubrik_31467 #TraminoInhalt { padding: 0px 20px !important; }
	.T27 .Thumbnail {
		width: 100% !important;
		margin: 0px !important;
		height: auto !important;
		margin-bottom: 40px !important;
	}
	.T27 .Thumbnail .File { width: 100% !important; height: auto !important; }
	.T27 .Thumbnail .File img { width: 100% !important; }
	#main_content .mobile_wrap .File { width: auto !important; }


	#seite_inner .posFile.File_2 .File img { width: 100% !important; height: auto !important; }

	#seite .text { font-size: 15px !important; }
	#seite .Files .File .Name { font-size: 15px !important; }


	#seite .TraminoFile { font-size: 14px !important; }
	#seite .TraminoFile h5 { font-size: 14px !important; }

	#seite .TraminoFile .download { font-size: 15px !important; }

	#seite_inner table {
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100% !important;
		display: block;
		margin: 0px !important;
		padding: 0px !important;
	}


	#motive { height: 200px; width: 100%; }
	#motive .motiv { height: 200px; }

	header { height: 240px; }

	#inner_header .wrap_header { width: 99% !important; }

	#logo img {
		width: 130px;
		height: auto;
	}

	#page .maxwidth {
		width: 100%;
	}

	#page .mobile_wrap {
		margin: 0px 20px;
	}

	#topnav .mobile_nav {
		display: block;
		max-width: 160px;
	}



	#topnav .nav_wrap {
		display: none;
		position: relative;
		z-index: 10;
		background-color: #7C8120;
		max-width: 300px;
		margin: 6px 0 0 0;
		padding: 5px 0px;
	}
	#topnav ul {
		margin: 0px;
	}

	#topnav ul li {
		float: none;
		height: auto;
		border-width: 0px;
	}

	#topnav ul li.open {
		border-width: 0px;
	}

	#topnav ul li a {
		border-width: 0px;
		margin: 0 0 0 0;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		line-height: 18px;
	}

	#topnav ul li.open ul {
		display: none !important;
	}

	#subnav ul { display: none; }

	#subnav .fb a span { display: none; }
	#subnav span { font-size: 15px !important; }
	#lang a { font-size: 15px !important; }

	#subnav div.social.gplus.left { margin-right: 50px !important; }
	#subnav .right { margin-right: 20px !important; }


	#content_nav .item, #content_nav .item.last {
		width: 100%;
		height: auto;
		margin: 10px 0px;
	}



	#content_nav .item .Bild img {
		width: 100%;
		height: auto;
	}

	#content_nav .item .btn {
		position: static;
		float: right;
		margin: 10px 0;
	}

	#m_blog {
		width: 100% !important;
	}


	.T495 .memo .addition .files .File.Bild img { width: 100%; height: auto; }
	.T495 .memo .ref { margin-left: 0px !important; }

	.memo .topinfo { margin-top: 15px !important; }



	.T98 .Widgets {
		padding: 0px 10px !important;
	}

	.T98 .TraminoForm .group {
		width: 100% !important;
		padding: 0px !important;
	}

	.T98 .AdresseWidget .Feld {
		margin-bottom: 10px !important;
	}


	.T98 .AdresseWidget .Zeile .Feld.adresse_land select { width: 100% !important; }
	.T98 .AdresseWidget .Zeile .Feld.adresse_email input { width: 100% !important; }


	#m_rightbar {
		width: 100% !important;
	}

	#m_rightbar .box.hc img {
		width: 100%;
		height: auto;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}

	footer {
		height: auto;
		padding: 10px 0px;
	}
	footer .adresse {
		line-height: 17px;
	}
	footer .adresse span {
		display: block;
	}

	#TraminoBuchungKind input { margin-right: 10px; }
}

/* Kleiner Bildschirm & iPad hoch  */

@media all and (min-width: 768px ) and (max-width: 999px) {

	#body { -webkit-text-size-adjust: 100%; }

	#motive { height: 300px; }
	#motive .motiv { height: 300px; }

	header { height: 340px; position: relative; }

	#page .maxwidth {
		width: 700px;
	}

	#topnav .mobile_nav {
		display: block;
	}

	#topnav .nav_wrap {
		display: none;
		background-color: #7C8120;
		max-width: 450px;
		margin: 6px 0 0 0;
		padding: 5px 0px;
	}

	#topnav ul {
		margin: 0px;
	}

	#topnav ul li {
		float: none;
		height: auto;
		border-width: 0px;
	}

	#topnav ul li.open {
		border-width: 0px;
	}

	#topnav ul li.open ul {
		display: none !important;
	}

	#topnav ul li a {
		border-width: 0px;
		margin: 0 0 0 0;
		padding: 10px 0 10px 20px;
		font-size: 18px;
		line-height: 18px;
	}



	#subnav .fb a span { display: none; }


	#content_nav .item {
		margin: 0 200px 40px 0px;
	}
	#content_nav .item2 { margin: 0 0 40px 0; }


	#m_blog {
		width: 360px !important;
	}

	.T495 .memo .addition .files .File.Bild img { width: 100%; height: auto; }
	.T495 .memo .ref { margin-left: 0px !important; }

	#m_rightbar {
		width: 300px !important;
	}

	#m_rightbar .box.hc img {
		width: 260px;
		height: auto;
	}

	#m_rightbar .box .Bild.teaser_img img {
		width: 80px;
		height: auto;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
	footer {
		height: auto;
		padding: 10px 0;
	}
	footer .adresse {
		line-height: 17px;
	}
	footer .adresse span {
		display: block;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
}


/* Kleiner Bildschirm & iPad quer  */
@media all and (min-width: 1000px) and (max-width: 1270px) {

	#motive { height: 350px; }
	#motive .motiv { height: 350px; }

	header { height: 390px;}

	#page .maxwidth {
		width: 900px;
	}

	#topnav ul li a, #topnav .extra_nav a, #subnav ul li a {
		font-size: 11px;
		padding: 4px 7px;
	}


	#logo img {
		width: 160px;
	}

	#content_nav .item {
		width: 200px;
		margin: 0 20px 0 0;

	}

	#content_nav .item .Bild img {
		width: 200px;
		height: auto;
	}

	#subnav .s_content { width: 400px; }

	#m_blog {
		width: 560px !important;
	}

	#m_rightbar {
		width: 300px !important;
	}

	#m_rightbar .box.hc img {
		width: 260px;
		height: auto;
	}

	#m_rightbar .box .Bild.teaser_img img {
		width: 80px;
		height: auto;
	}

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
}body.Mandant_9550 #seite a, body.Mandant_9550 #TraminoInhalt a {
	color: #F3B400;
}
body.Mandant_9550 #inner_header .wrap_header {
	background: #4A4949;
	background: -moz-linear-gradient(top, #9D9C9C, #4A4949); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9D9C9C), to(#4A4949)); /* Safari , Chrome */
	background: linear-gradient(top, #9D9C9C, #4A4949); /* W3C Standard */
	border-top: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
	border-bottom: 1px solid #313131;
	border-right: 1px solid #5F5F5F;
}


body.Mandant_9550 #topnav ul li ul {
	background: #4A4949;
	background: -moz-linear-gradient(top, #9D9C9C, #4A4949); /* Firefox */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#9D9C9C), to(#4A4949)); /* Safari , Chrome */
	background: linear-gradient(top, #9D9C9C, #4A4949); /* W3C Standard */
	border-top: 1px solid #5F5F5F;
	border-left: 1px solid #5F5F5F;
	border-bottom: 1px solid #313131;
	border-right: 1px solid #5F5F5F;
}


body.Mandant_9550 #topnav ul li.open {
	background: #F3B400;
	border-bottom: 1px solid #DEA501;

}

body.Mandant_9550 #topnav ul li.open a {
	border-right: 1px solid rgba(255,255,255,0);
}

body.Mandant_9550 #topnav ul li.prev_open a {
	border-right: 1px solid rgba(255,255,255,0);
}