

/* --- Stylesheet 5124 () --------- */ 

.T3233 aside {
	float: left;
	width: 300px;
	padding-top: 50px;
}

.T3233 aside.open { display: block; }

.T3233 .col-right {
	margin-left: 320px;
}

/* ----- Tabs ---- */


.tabs {
	margin: 20px 30px 30px 0px;
	height: 30px;
}

.tabs .group { box-shadow: 1px 1px 4px rgba(0,0,0,0.3); }
.tabs .group.left { margin-right: 20px; }


.tabs span {
	display: block;
	float: left;
	padding: 5px 20px;
	cursor: pointer;
	text-align: center;
	background: rgba( 255,255,255,0.4);
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	border-right: 1px solid rgba(0,0,0,0.2);
}
.tabs span.active {
	background: white;
}


.tabs span.query { padding: 0px; }
.tabs span.query input {
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/683168/oberstdorf-icons-sprite2.png) 7px -589px no-repeat;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 3px 0px 3px 30px; border: none; font-size: 15px; color: #000;
}

.tab {
	display: none;
}
.tab.active {
	display: block;
}

/* Stichwortsuche */

.results-divider {
	font-size: 14px;
	line-height: 16px;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 40px 25px 0px;
}
.results-divider:after {
	content: " ";
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: -8px 0px 0px 150px;
}

.results-404 {
	padding: 80px 0px 100px 0px;
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	text-align: center;
	font-size: 40px;
}


/* Google Map */

#partner-map {
	margin-right: 30px;
	height: 800px;
}

/* Tagfilter */

aside .tags  {
	padding: 0px 20px 0px 50px;
	font-size: 15px;
	line-height: 18px;
	color: #333;
}

aside .tags a { color: #333 !important; }
aside .tags a:hover { text-decoration: none !important; }

aside .tags label {
	cursor: pointer;
}

aside .tags .group { margin-left: 25px; margin-bottom: 25px; }

aside .tag {
	display: block;
	margin-bottom: 5px;
	padding-right: 20px;
	position: relative;
}

aside .tag.long { padding-right: 0px; }

aside .tag .count {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.4;
}

aside .tags .disabled {
	color: gray;
	cursor: default;
}

aside .tags .hidden {
	display: none;
}
aside .tags .more {
	cursor: pointer;
	color: #333;
}

aside .tags .group h4 {
	color: #333;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

aside .tags .checkbox {
	opacity: 0;
	position: absolute;
}

aside .tags .checkbox + label:before, aside .tags a:before {
	content: '';
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	text-align: center;
	margin-left: -25px;
}

aside .tags .checkbox[type="radio"] + label:before, aside .tags a:before { border-radius: 6px; }
aside .tags .checkbox:checked + label:before, aside .tags a.link_aktiv:before { background: #C42730; }

aside .group .more {
	background-image: url(//tramino.s3.amazonaws.com/s/oberstdorf/683883/arrowdown.png);
	background-repeat: no-repeat;
	background-position: -1px -44px;
	margin-left: -25px;
	padding-left: 25px;
	opacity: 0.5;
}

aside .group .more:hover {
	opacity: 1;
}

/* --- Stylesheet 5125 () --------- */ 

.T3233 section.items {
	position: relative;
	margin-left: 350px;
}

.T3233 section.items .maxwidth {
	width: auto !important;
	max-width: auto !important;
	margin: 0px !important;
}





.T3233 .search {
	position: absolute;
	left: 0px;
	top: -60px;
}

.T3233 .search label {
	font-size: 10px;
	line-height: 13px;
	font-weight: 700;
	margin:0px;
	text-transform: uppercase;
	color: #9B9B9B;
	display: block;
}

.T3233 .search .col {
	float: left;
}

.T3233 .search  input[type=text] {
	background-color: #fff;
	color: #666;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #EEE;
}


.T3233 .search  input[type=submit] {
	background-color: #999999;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 16px;
	border: 0px solid #999999;
	text-transform: uppercase;
}

.T3233 .search  input[type=submit]:hover {
	background-color: #FFF;
	color: #999999;
	border-width: 0px;
	cursor: pointer;

}

.T3233 .tabs .show-filter { display: none; }

/* --- Stylesheet 5128 () --------- */ 

.results-list .result-box {
	float: left;
	width: 50%;
	opacity: 0.5;
	cursor: pointer;
}

.results-list .result-box.paid {
	opacity: 1;
}

#off .results-list .result-box {

	transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;

	transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

#off .results-list .result-box:hover {

	transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);

	transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}


/* Loader ? */

.results-list .loader-results {
	text-align: center;
	margin-top: 2em;
}
.results-list .loader-results img {
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 5px;
}

.result-box .hidden { opacity: 0; }

.result-box > .inner {
	margin: 0px 30px 30px 0px;
	background: white;
	position: relative;
}

.result-box-overlay-right {
	position: absolute; top: 20px; right: -10px;
	height: 15px;
	background: white;
	border: 1px solid #EAE6DC;
	padding: 2px 10px 4px 2px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	z-index: 1000;
}

.result-box-overlay-right:after {
	content: "";
	position: absolute; right: -1px; bottom: -6px;
	border-top: 5px solid #737474;
	border-right: 10px solid transparent;
}

.result-box-overlay-right .digit {
	display: inline-block;
	background-color: #238C00;
	color: #fff;
	padding: 1px 5px 1px 5px;
	margin-right: 5px;
	font-weight: bold;

}

.result-box-overlay-shop {
	position: absolute; top: 50px; right: -10px;
	height: 15px;
	background: white;
	border: 1px solid #EAE6DC;
	padding: 2px 10px 4px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	z-index: 1000;
	display: block;
	text-decoration: none;
	color: #000;
	
}

.result-box-overlay-voucher {
	position: absolute; top: 80px; right: -10px;
	height: 15px;
	background: white;
	border: 1px solid #EAE6DC;
	padding: 2px 10px 4px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	z-index: 1000;
		display: block;
	text-decoration: none;
	color: #000;
}

/* --- Tags --- */

.tags_badges {
	display: flex;
	position: absolute; bottom: 15px; right: 15px;
	z-index: 1000;
}

.tags_badges .tag {
	background: rgba(0,0,0,0.3);
	border: 2px solid rgba(255,255,255,0.8);
	padding: 4px 10px 4px 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #fff !important;
	display: block;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
}

/* --- Image --- */

.result-box .image {
	position: relative;
	background: rgba(0,0,0,0.1);
}

.result-box .image:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 66.6666%;
}

.result-box .image > .inner {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: cover;
}




/*  Client */

.result-box .info {
	position: relative;
}

.result-box .logo {
	float: left;
	width: 35%;
	position: relative;
}

.result-box .logo:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 75%;
}

.result-box .logo > .inner {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 20px;
	bottom: 15px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.result-box .logo > .inner img {
	width: 100%;
	height: auto;
}

.result-box .text { float: left; width: 65%; }

.result-box .text h2 {
	font-size: 20px;
	font-size: 1.10vw;
	line-height: 1.2;
	color: #000;
	margin: 20px 0px 10px 0px;
	margin: 20px 0px 0.5vw 0px;
	font-weight: bold;
}

.result-box .text h2.longname {  letter-spacing: -1px; font-size: 0.9vw; }

.result-box .text h2 a {
	color: #000 !important;
}

.result-box .text h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-style: oblique; font-size: 18px;
	font-size: 16px;
	font-size: 0.9vw;
	line-height: 1.1;
	font-weight: normal;
	margin: 0px 15px 0px 0px;
}

.result-box .info .text .address {
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	color: #999;
}

.result-box .info .text .phone {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 14px;
	color: #999;
}
.result-box .info .favable  {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/656633/icons.png) 0px -638px no-repeat;
}

.result-box .info .favable.on {
	background: url(//tramino.s3.amazonaws.com/s/oberstdorf/656633/icons.png) 0px -770px no-repeat;
}




/* Google Maps InfoWindow */

.gm-style-iw .result-box { float: none; width: 420px; overflow: hidden; }
.gm-style-iw .result-box > .inner { margin: 5px 0px 0px 0px; }
.gm-style-iw .result-box .logo > .inner { top: 15px; left: 0px; right: 15px; bottom: 0px; }
.gm-style-iw .result-box .text { font-size: 12px;  }
.gm-style-iw .result-box .text h2 { font-size: 16px; line-height: 120%; margin: 14px 0 5px 0; }
.gm-style-iw .result-box .text h3 { font-size: 15px; line-height: 120%; margin-right: 0px; }
.gm-style-iw .result-box .text .address { bottom: 0px; }
.gm-style-iw .result-box .text .phone { right: 0px; bottom: 0px; }
.gm-style-iw .result-box .info .favable { top: 10px; right: 0px; }

/* --- Stylesheet 5126 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.tabs { margin-left: -235px; }
	.tabs span { padding: 3px 18px; font-size: 13px; }
	.tabs .group.left { margin-right: 15px; }

	.result-box .info .text .address { font-size: 13px; }
	.result-box .info .text .phone { font-size: 13px; }

}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3233 aside { display: none; }
	.T3233 .col-right { margin-left: 30px; }
	.T3233 .tabs .show-filter { display: block; }

	.tabs span { padding: 3px 18px; font-size: 13px; }
	.tabs .group.left { margin-right: 15px; }

	.result-box .info .text .address { font-size: 13px; }
	.result-box .info .text .phone { font-size: 13px; }
}

@media all and (max-width: 767px) {


	.T3233 aside { display: none; }
	.T3233 .col-right { margin-left: 30px; }
	.T3233 .tabs .show-filter { display: block; }

	.T3233 .col-right {
		width: 90vw;
		margin: 0 5vw;

	}

	.tabs { height: auto; }
	.tabs:after { display: block; content: ""; clear: both; }

	.tabs span { padding: 2px 13px; font-size: 11px; }
	.tabs .group { margin-top: 10px; }
	.tabs .group.left { margin-right: 10px; }
	.tabs .group.right { float: left; }

	.result-box .info .text .address { font-size: 12px; }
	.result-box .info .text .phone { font-size: 12px; }
}



/* ---- */

@media all and (min-width: 1590px) {
	#results-list .result-box { width: 33.33%; }
	#results-list .result-box .item .info .price { font-size: 2.4vw; }
	#results-list .result-box .item .info .currency { font-size: 1.3vw; }
	#results-list .result-box .item .info .text { font-size: 0.70vw; line-height: 120%;}
	#results-list .result-box .info.bottom .text h2 { font-size: 1vw; line-height: 1.1vw; margin: 0.8vw 0 0.5vw 0; }
	#results-list .result-box .info.bottom .text h3 { font-size: 0.9vw; line-height: 1.1vw; }
}

@media all and (min-width: 1280px) and (max-width: 1589px) {
	#results-list .result-box .text h2.longname {  letter-spacing: 0px; font-size: 1.1vw; }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
	#results-list .result-box { width: 50%; }

	.result-box .text h2.longname {  letter-spacing: 0px; font-size: 1.1vw; }
}

@media all and (min-width: 768px) and (max-width:1023px) {
	#results-list .result-box { width: 50%; }
	#results-list .result-box .logo { width: 30%; }
	#results-list .result-box .logo > .inner { top: 10px; left: 0px; right: 0px; bottom: 10px; }
	#results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }
	#results-list .result-box .text h2 { font-size: 1.2vw; line-height: 1.1; margin: 0.8vw 0 0.5vw 0; }
	#results-list .result-box .text h2.longname { font-size: 1.2vw; line-height: 1.1; letter-spacing: 0px; }
	#results-list .result-box .text h3 { font-size: 1.2vw; line-height: 1.1; }

	#results-list .result-box .info .text .address .district { display: none; }


}

@media all and (min-width: 600px) and (max-width: 767px) {


	#results-list .result-box { width: 50%; }
	#results-list .result-box .item .info .text { font-size: 13px; line-height: 17px; }
	#results-list .result-box .logo { width: 30%; }
	#results-list .result-box .logo > .inner { top: 10px; left: 0px; right: 0px; bottom: 10px; }
	#results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }

	#results-list .result-box .text h2 { font-size: 2vw; line-height: 1.1; margin: 0.8vw 0 0.5vw 0; }
	#results-list .result-box .text h2.longname { font-size: 1.4vw; line-height: 1.1; letter-spacing: 0px; }
	#results-list .result-box .text h3 { font-size: 1.4vw; line-height: 1.1; }

	#results-list .result-box .info .text .address .district { display: none; }

	.result-box > .inner {
		margin: 0 12px 12px 0;
	}

}

@media all and (max-width: 599px) {

	#results-list .result-box { width: 100%; }

	#results-list .result-box .item .info .text { font-size: 12px; line-height: 15px; }
	#results-list .result-box .item .info .price { font-size:  9.4vw; }
	#results-list .result-box .item .info .price .currency { font-size: 5.8vw; }

	#results-list .result-box .logo { width: 30%; }
	#results-list .result-box .logo > .inner { top: 10px; left: 0px; right: 0px; bottom: 10px; }
	#results-list .result-box .info.bottom .text { width: 70%; font-size: 11px; line-height: 1.1; }


	#results-list .result-box .text h2 { font-size: 3.2vw; line-height: 1.1; margin: 1vw 0 1.6vw 0; }
	#results-list .result-box .text h2.longname { font-size: 2.5vw; line-height: 1.1; letter-spacing: 0px; }
	#results-list .result-box .text h3 { font-size: 3vw; line-height: 1.1; }


	.result-box > .inner {
		margin: 0 0 10px 0;
	}

	.result-box .info .text .address .district { display: none; }
}

/* --- Stylesheet 5127 () --------- */ 

@media only print {
	
	* { 
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter:none !important;
		-ms-filter: none !important;
	} /* Black prints faster: sanbeiji.com/archives/953 */

	a, a:visited { 
		color: #444 !important; text-decoration: underline;
	 }
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "";
	 }  /* Don't show links for images, or javascript/internal links */
	
	pre, blockquote { border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	
	
	#content {margin: 0 0 0 0px !important; }
	#main_content { top: 0px !important; }
	#cookie_overlay { display: none !important; }

	
}