.T2646 {
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 30px;
	padding-left: 300px;
	padding-right: 50px;
	padding-bottom: 120px;
	margin-left: auto;
	margin-right: auto;
}


@media all and (min-width: 1251px) {
	#off_logo { position: fixed !important; }
	#off_logo2 { position: fixed; }
}

/* --- Sections ---- */

.T2646 section {
	margin-top: 40px;
	padding-top: 20px;
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.2);
} 

.T2646 section:first-of-type { 
	border-top: 0px solid #fff; 
	margin-top: 0px;
}

.T2646 section > .inner  { margin-left: 230px; }

.T2646 section h5 {
	margin: 0px 0px -20px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 15px; line-height: 19px; font-weight: bold; text-transform: uppercase;
}

.T2646 section h5.normal { margin: 2px 0px 15px 0px; }


/* --- Section: header ---- */

.T2646 .header { border-width: 0px; padding: 0px; display: flex;  align-items: flex-start;}

.T2646 .header .logo { width: 200px; padding: 0px; background-color: #fff; flex-grow: 0; flex-shrink: 0 }
.T2646 .header .logo img { width: 100%; height: auto; }


.T2646 .header .text {	margin-left: 30px; padding-top: 10px;  }
.T2646 .header .text h3 { font-weight: normal; font-size: 18px; line-height: 23px; font-style: oblique;  margin: 0px 0px 5px 0px; }
.T2646 .header .text h1 { font-size: 35px; line-height: 40px; font-weight: bold; color: #000; margin: 0px 0px 7px 0px; }
.T2646 .header .text h2 { font-size: 17px; line-height: 20px; font-weight: normal; color: #333;  margin: 0px 0px 5px 0px; max-width: 650px;}

.T2646 .header .digits { display: flex; justify-content: flex-end; margin-left: auto; padding-top: 5px; }
.T2646 .header .digit {  width: 100px; margin-right: 15px; text-align: center; }
.T2646 .header .digit .title { font-weight: bold; font-size: 15px; line-height: 15px; text-transform: uppercase;}
.T2646 .header .digit .value { font-size: 42px; line-height: 64px; font-weight: 900; color: #A16332;  }
.T2646 .header .digit .value .unit { font-size: 18px; line-height: 19px; font-weight: normal;  }
.T2646 .header .digit .subtext { font-size: 12px; line-height: 16px; font-weight: bold; text-transform: uppercase;}


/* --- Section: description ---- */

.T2646 .description .inner  {
	white-space: pre-wrap;
}




/* --- Section: request ---- */

.T2646 .request .inner  { max-width: 650px; }
.T2646 .request #anfrage .row  { padding: 0px 0px 7px 0px; border-width: 0px; }




/* --- Kontakt --- */
.T2646 .kontakt .col  {
	float: left;
	padding-right: 2em;
}

.oeffnungszeiten .tag { display: flex; }
.oeffnungszeiten .tag .tage { flex: 2; white-space: nowrap; padding-right: 1rem; }
.oeffnungszeiten .tag .rightside { flex: 1; }
.oeffnungszeiten .tag .rightside .vormittag { white-space: nowrap; }
.oeffnungszeiten .tag .rightside .nachmittag { white-space: nowrap; }


.T2646 .kontakt .col h5 { font-size: 12px; }



/* --- Navigation links --- */


.T2646 aside {
	position: fixed;
	top: 180px;
	left: 0px;
	width: 300px;

	padding: 0px 0px 0px 60px;
	font-size: 15px;
	line-height: 120%;
	color: #333;
}

.T2646 aside .group { margin-bottom: 25px; padding-left: 25px; }
.T2646 aside .group.address { color: #666; font-size: 13px; }


.T2646 aside .group h4 { font-size: 16px; color: #333; text-transform: uppercase; margin: 0px 0px 15px 0px;	}

.T2646 aside a { line-height: 160%; text-decoration: none; color: #000 !important; }


.T2646 aside a img { width: 26px; height: 26px; margin-right: 5px; display: inline-block !important; vertical-align: middle; }


.T2646 div[data-scrollspy] a:before {
	content: '';
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin-right: 10px;
	margin-left: -20px;
	text-align: center;
	transition: background .1s ease-in;
}

.T2646 div[data-scrollspy] a.active:before {
	background: #BD2631;
	background: #DD4651; /* heller wg. highlight */
}

.T2646 aside a.client-homepage-nav:before {
	background: #FFE65A;
}

.T2646 .booking .class button {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -15px;
    padding: 4px 20px;
    color: #fff;
    background-color: #444;
    border: 0px solid #FFF;
    cursor: pointer;
}

.T2646 .booking .class .class-timetable h2{
   margin: .75em 0;
}


#cart.checkout { max-width: 1200px; margin: 0 auto; }


/* --- Lage --- */

.T2646 .static_map { aspect-ratio: 1280/554; display: block; position: relative; overflow: hidden; }
.T2646 a.static_map { cursor: pointer; }
.T2646 .static_map img { width: 100%; height: auto; aspect-ratio: 1280/554; display: none !important; }
.T2646 .static_map img.show { display: block !important; }

.T2646 .static_map .button {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translate(-50%,0);
	box-shadow: 0 0 3rem rgba(0,0,0,0.4);
}



.T2646 .leafletmap { z-index: 1; }


.T2646 .adresse a { color: var(--signal_color,inherit); }


.T2646.iframe { font-size: 16px; display: none; }
.T2646.iframe.isloaded { display: flex; justify-content: center; }
.T2646.iframe .booking_button {
	text-decoration: none;
	text-decoration: none;
	background-color: #A22525;
	color: #FFF;
	padding: 1em 2.1em;
	font-size: 1em;
	line-height: 1;
	cursor: pointer;
}

.T2646.iframe .booking_button:hover {
	background-color: #C82323;
}

.T2646 .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.T2646 .head a { color: #333; }
.T2646 .head a:hover { color: #000; }
.T2646 .head .logo { align-self: center; }
.Mandant_100x .T2646 { background-image: url(//tramino.s3.amazonaws.com/s/oberstdorf/681682/bg.jpg) }
.Mandant_100x .T2646 .header .text h3 { font-family: "Sorts Mill Goudy", serif; font-style: oblique; font-weight: normal; color: #A16332; font-size: 23px; line-height: 25px;  }

.Mandant_100x .T2646 aside { top: 300px; }
@media all and (min-width: 1280px) and (max-width: 1500px) {
	.T2646 aside { position: fixed; }
	.T2646 .booking .class .book .price { font-size: 24px !important; }
}


@media all and (max-width: 1300px) {
	.T2646 section > .inner { margin-left: 0px; margin-top: 20px; }
	.T2646 section h5 { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; }
}


@media all and (min-width: 1024px) and (max-width: 1279px) {

	.T2646 aside { position: fixed; }
	.T2646 .header .logo { width: 150px; }
	
	.T2646 .header .text h3 { font-size: 22px; line-height: 25px; }
	.T2646 .header .text h1 { font-size: 31px; line-height: 34px; }
	.T2646 .header .text h2 { font-size: 16px; line-height: 19px; }

	#cart.checkout { max-width: 1000px; margin: 0 auto; }
	
	.T2646 .show-result-timetable { margin-top: 15px; }
	.T2646 .booking .class .book .price { font-size: 24px !important; }
	.T4438 .maxwidth { width: 100%; }

}

@media all and (min-width: 768px) and (max-width:1023px) {

	.T2646 { padding-left: 30px; }
	.T2646 aside { display: none !important; }

	.T2646 .header .logo { width: 100px; }
	

	.T2646 .header .digit { width: auto; }
	.T2646 .header .digit .title { font-size: 16px; line-height: 1; }
	.T2646 .header .digit .value { font-size: 33px; line-height: 37px; }
	.T2646 .header .digit .subtext { font-size: 11px; line-height: 1.4; }

	.T2646 .header .text h3 { font-size: 19px; line-height: 1.1; }
	.T2646 .header .text h1 { font-size: 28px; line-height: 1.1; }
	.T2646 .header .text h2 { font-size: 13px; line-height: 1.1; }

	#cart.checkout { width: auto; margin: 0 20px; }
	
	.T2646 .show-result-timetable { margin-top: 15px; }
	.T4438 .maxwidth { width: 100% !important; }

}

@media all and (max-width: 767px) {

	body .T2646 { padding-top: 0; padding-right: 0px; padding-left: 0px !important; }
	.T2646 aside { display: none !important; }

	.T2646 .header .logo { width: 80px; order: 2; }
	
	.T2646 .header { flex-wrap: wrap; }
	.T2646 .header .digits { width: 100%; order: 1; justify-content: center; margin-bottom: 15px; }
	.T2646 .header .digit { width: auto; }
	.T2646 .header .digit .title { font-size: 16px; line-height: 1; }
	.T2646 .header .digit .value { font-size: 33px; line-height: 37px; }
	.T2646 .header .digit .subtext { font-size: 11px; line-height: 1.4; }

	.T2646 .header .text { margin-left: 20px; width: calc( 100% - 80px - 20px); order: 3; }
	.T2646 .header .text h3 { font-size: 19px; line-height: 1.1; }
	.T2646 .header .text h1 { font-size: 28px; line-height: 1.1; }
	.T2646 .header .text h2 { font-size: 13px; line-height: 1.1; }

	.T2646 .wrapper { margin-left: 20px;margin-right: 20px;  }
	.off.T2646 .wrapper { margin: 0 5%; width: 90%; }

	#cart.checkout { width: auto; margin: 0 15px; }
	
	.T2646 .show-result-timetable { margin-top: 15px; }

	.adresse { float: none; width: 100%; margin-top: 30px; }
	.terms { float: none; width: 100%; }

	.T2646 .booking .subclasses { width: 150%; }

	.T2646 .booking .subclass .subclass-price {
		width: 26% !important;
		padding-right: 2%;
	}
	.T4438 .maxwidth { width: 100% !important; }

}



.T2646.S8788 { background-color: #FFF; }
