/*

Regular 		"ff-din-web-pro"  400  normal	
Italic 			"ff-din-web-pro"  400  italic	
Medium 			"ff-din-web-pro"  600  normal	
Medium Italic 	"ff-din-web-pro"  600  italic	
Bold 			"ff-din-web-pro"  700  normal	
Bold Italic 	"ff-din-web-pro"  700  italic

linkcolor Startseite #daa114
lowlinkcolor Startseite #be8c11

*/

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #bfbab0;
	overflow: hidden;
	color: #5d5b59;
	font-family: "ff-din-web-pro",sans-serif;
	font-size: 13px;
	line-height: 18px;
}

@media screen and (orientation:landscape) {
	html.heightfix {
		position: fixed;
		top: 0;
	    width: 100%;
	    height: 672px !important;
	    overflow: hidden;
	}
	
	html.heightfix > body {
		position: relative;
		width: 100%;
		height: inherit;
		overflow: hidden;
	}
}

input::-webkit-input-placeholder {
	color: #b4afab;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	line-height: 20px;
	font-weight: normal;
}

input:-moz-placeholder {
	color: #b4afab;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	line-height: 20px;
	font-weight: normal;
}

input:-moz-placeholder {
	color: #b4afab;
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	line-height: 20px;
	font-weight: normal;
}

input:-ms-input-placeholder {
	color: #b4afab;
	transition: color 0.2s ease-out;
	line-height: 20px;
	font-weight: normal;
}

a {
	-webkit-transition: color 0.2s, background-color 0.2s;
	-moz-transition: color 0.2s, background-color 0.2s;
	transition: color 0.2s, background-color 0.2s;
	color: #818181;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1.section-headline,
h2.section-headline,
h3.section-headline {
	font-size: 12px;
	border-bottom: 1px solid #bab9b8;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

.no-border {
	border: none !important;
}

.section-headline.section-headline-nomargin {
	margin-bottom: 4px;
}

.section-headline.section-headline-smallmargin {
	margin-bottom: 15px;
}

p {
	margin-bottom: 23px;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: 700;
}

input,
textarea,
select,
button {
	color: #0C0C0B;
	font-family: "ff-din-web-pro",sans-serif;
}

label {
	cursor: pointer;
}

button {
	cursor: pointer;
}

button,
input {
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}

.all {
	width: 1026px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #fff;
	border-right: 1px solid #a8a39b;
}

.header {
	position: relative;
	height: 45px;
	border-top: 1px solid #fcfcfc;
	background: #f5f4f2;
	background: -moz-linear-gradient(top,  #f5f4f2 0%, #e8e5e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f4f2), color-stop(100%,#e8e5e0));
	background: -webkit-linear-gradient(top,  #f5f4f2 0%,#e8e5e0 100%);
	background: -o-linear-gradient(top,  #f5f4f2 0%,#e8e5e0 100%);
	background: -ms-linear-gradient(top,  #f5f4f2 0%,#e8e5e0 100%);
	background: linear-gradient(to bottom,  #f5f4f2 0%,#e8e5e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4f2', endColorstr='#e8e5e0',GradientType=0 );
}
	
.content-top {
	position: relative;
	height: 46px;
	border-bottom: 1px solid #bfbab0;
	background-color: #eae8e4;
	z-index: 800;
}

.content {
	border-top: 1px solid #d3cdc6;
}
	
.content,
.content-bottom {
	background-color: #e9e7e3;
	position: absolute;
	width: 1024px;
	top: 45px;
	bottom: 0;
}

.content-bottom {
	background-color: #f2f2ef;
	top: 46px;
	overflow: hidden;
	z-index: 700;
}

.header ul,
.header ul > li {
	list-style-type: none;
}

.header-left {
	float: left;
	height: 100%;
}

.header-right {
	float: right;
	height: 100%;
}

.header-left > h1 > a {
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: 0;
	left: 0;
	height: 100%;
	width: 320px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -2px;
}

.header-right > ul {
	height: 100%;
	float: left;
}

.main-menue {
	font-family: "ff-din-web-pro",sans-serif;
	font-weight: 600;
	font-size: 15px;
	border-left: 1px solid #e5e2dd;
	border-right: 1px solid #f2f0ee;
	margin-right: 85px;
}

.main-menue > li {
	display: block;
	float: left;
	text-align: center;
	height: 100%;
}

.main-menue > li > a {
	text-decoration: none;
	display: block;
	height: 43px;
	color: #818181;
	padding: 0 15px;
	line-height: 45px;
	border-left: 1px solid #f2f0ee;
	border-right: 1px solid #e5e2dd;
}

.main-menue > li > a:hover, a:active {
	color: #3d3d3d;
}

.main-menue > li > a.active {
	color: #000;
	background: #f4f3f0;
	position: relative;
	border-bottom: 1px solid #faf9f8;
	z-index: 999;
	height: 45px;
}

.sub-menue-social {
	height: 100%;
	position: relative;
	padding: 0 20px;
}

.sub-menue-social > li {
	position: relative;
	z-index: 2;
	float: left;
	height: 100%;
	padding-top: 11px;
	margin-right: 5px;
}

.is-iOS .sub-menue-social > li {
	-webkit-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	-moz-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.sub-menue-social > li:last-child {
	margin-right: 0;
}

.sub-menue-social > li > a {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	text-indent: -9999px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
}

.sub-menue-social-facebook {
	background-position: -100px -300px;
}

.sub-menue-social-facebook:hover {
	background-position: -50px 0;
}

.sub-menue-social-twitter {
	background-position: -100px -250px;
}

.sub-menue-social-twitter:hover {
	background-position: -50px -250px;
}

.sub-menue-user {
	width: 110px;
	text-align: right;
	margin-right: 5px;
}

.sub-menue-language {
	margin: 0 15px 0 5px;
}

.sub-menue-user,
.sub-menue-language {
	padding-top: 14px;
	font-size: 12px;
	font-family: "ff-din-web-pro",sans-serif;
}

.sub-menue-user > li {
	display: inline;
}

.sub-menue-language > li {
	float: left;
}

.sub-menue-user > li > a,
.sub-menue-language > li > a {
	height: 16px;
	padding: 0 5px;
	line-height: 16px;
	background: none;
}

.sub-menue-user > li > a {
	padding: 0 6px;
}

.sub-menue-user > li > a.active {
	color: #000;
}

/* MAP */

.map {
	width: 777px;
	height: 100%;
	float: left;
}

/* MAPCONTROLS */


.loader {
	height: 248px;
	background: url('/gfx/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.content-top > button {
	height: 25px;
	margin: 10px 0;
	cursor: pointer;
	background: #e9e7e3;
	border: none;
	font-family: "ff-din-web-pro",sans-serif;
	font-size: 12px;
	color: #818181;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #dedbd2 ;
}

.content-top button.map-channels:hover,
.content-top button:hover {
	color: #000;
}

.content-top button.map-channels{
	height: 100%;
	width: 215px;
	margin: 0;
	font-size: 16px;
	color: #818181;
	background-color: #e9e7e3;
	border-top:  1px solid #e8e6e2;
	border-right: 1px solid #d6d5cf;
	border-bottom: 1px solid #e9e7e3;
	border-left: none;
}

.content-top .map-channels-after {
	width: 1px;
	height: 100%;
	border-right: 1px solid #f3f3f3;
}

.content-top > div,
.content-top > button {
	float: left;
}

.content-top button.map-type-satellite{
	border-left: 1px solid #e9e7e3;
}

.content-top button.map-geolocation{
	border-right: 1px solid #e9e7e3;
}

.content-top button[disabled] {
	cursor: auto;
}

.map-loader {
	position: relative;
	float: none !important;
	overflow: hidden;
	top: 10px;
	height: 25px;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	-moz-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
	background: url('/gfx/ajax-loader.gif') no-repeat center;
	-webkit-background-size: 12px 12px;
	-moz-background-size: 12px 12px;
	background-size: 12px 12px;
	opacity: 1;
	visibility: visible;
}

.map-loader.hidden {
	opacity: 0;
	visibility: hidden;
}

.map-search {
	display: inline;
	position: relative;
	float: right;
	margin: 0 10px;
	top: 11px;
}

.map-search > input[type="text"] {
	display: inline;
	width: 120px;
	padding: 5px;
	font-size: 12px;
	border-left: 1px solid #dcdad1;
	border-top: 1px solid #dcdad1;
	border-right: 1px solid #e9e7e3;
	border-bottom: 1px solid #e9e7e3;
	height: 24px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	z-index: 100;
}

.map-search > .map-search-submit,
.map-search > .map-search-reset {
	width: 45px;
	height: 23px;
	color: #818181;
	font-size: 14px;
	margin-left: 2px;
	background-color: #e7e5e1;
	border-left: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #d8d6cd;
	border-bottom: 1px solid #d8d6cd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: opacity 0.2s, width 0.2s;
	-moz-transition: opacity 0.2s, width 0.2s;
	transition: opacity 0.2s, width 0.2s;
}

.map-search > .map-search-reset.hidden {
	width: 0;
	opacity: 0;
}

.map-type.map-type-active,
.map-panoramio.map-panoramio-active,
.map-tags.map-tags-active {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #dedbd2 ;
	color: #0c0c0b;
}

/* MAPOVERLAY */

.content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 900;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s, visibility 0.25s, opacity 0.25s;
	-moz-transition: -moz-transform 0.25s, visibility 0.25s, opacity 0.25s;
	transition: transform 0.25s, visibility 0.25s, opacity 0.25s;
	overflow-x: hidden;
	overflow-y: auto;
	
	display: block;
}

.content-overlay.single-page {
	visibility: visible;
	opacity: 1;
}

.content-overlay.is-hiding {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.content-overlay.is-showing {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.content-overlay.hidden {
	display: none;
}

.content-overlay-top {
	height: 46px;
	background: #ffe49f;
	border-bottom: 1px solid #e4c36c;
	overflow: hidden;
}

.content-overlay-bottom {
	position: absolute;
	width: 100%;
	top: 46px;
	bottom: 0;
}

.content-overlay-top-left {
	float: left;
	width: 205px;
	padding-left: 27px;
}

.content-overlay-top-right {
	padding-left: 33px;
	margin-left: 205px;
}

.content-overlay-top-right > h1 {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 46px;
	font-weight: bold;
}

.content-overlay-close {
	font-size: 12px;
	color: #808080;
	line-height: 46px;
}

.content-overlay-close-icon {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	cursor: pointer;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -50px;
}

/* TAGS & CHANNEL */

.filters {
	position: absolute;
	top: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 800;
	font-size: 14px;
	background: #e9e8e6;
	-webkit-transition: -webkit-transform 0.35s, visibility 0.35s;
	-moz-transition: -moz-transform 0.35s, visibility 0.35s;
	transition: transform 0.35s, visibility 0.35s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.filters.hidden {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.no-iOS .filters {
	visibility: visible;
}

.no-iOS .filters.hidden {
	visibility: hidden;
}

.filters label,
.filters input,
.filters button {
	cursor: pointer;
	font-family: "ff-din-web-pro",sans-serif;
}

.filters-top {
	height: 45px;
	overflow: hidden;
	background: #e9e8e6;
	border-bottom: 1px solid #d4d4ce;
}

.filters-top-tab {
	float: left;
	height: 100%;
	line-height: 45px;
	padding: 0 60px;
	cursor: pointer;
	border-top: 1px solid #e9e8e6;
	border-left: 1px solid #e9e8e6;
	border-right: 1px solid #ddddd7;
}

.filters-top-tab.active {
	color: #000;
	background: #f3f2ef;
	border-top: 1px solid #f2f2ef;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ddddd7;
}

.filters-top-tab.active:first-child {
	border-left: 1px solid #f3f2ef;
}

.filters-center {
	position: absolute;
	top: 45px;
	bottom: 45px;
	left: 0;
	right: 0;
}

.filters-center-tab {
	display: none;
}

.filters-center-tab.active {
	display: block;
}

.filters-bottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 45px;
	line-height: 25px;
	padding: 8px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bfbab0;
	background-color: #e2e1dc;
	text-align: center;
}

.filter-section-tags {
	overflow: hidden;
	border-bottom: 1px solid #d3d3cd;
	margin-bottom: 24px;
}

.filter-section-channels {
	overflow: hidden;
}

.filter-section-controls {
	height: 35px;
	line-height: 25px;
	padding: 5px 0;
	background: #f3f2ef;
	overflow: hidden;
	border-top: 1px solid #fff;
}

.filter-section-controls > button {
	font-size: 12px;
}

.filter-section-controls-buttons > button,
.filters-bottom > input {
	height: 100%;
	padding: 0 20px;
	border-right: 1px solid #ddddd7;
	border-left: 1px solid #ffffff;
	border-top: none;
	border-bottom: none;
	background: none;
	color: #818181;
}

.filters-bottom > input {
	border-left: none;
	font-size: 14px;
	padding: 0 35px;
	margin-left: 40px;
	background-color: #f3f2ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f3f2ef), color-stop(1.0, #f3f2ef));
	background: -webkit-linear-gradient(top, #f3f2ef 0.0%, #f3f2ef 100.0%);
	background: -moz-linear-gradient(top, #f3f2ef 0.0%, #f3f2ef 100.0%);
	background: -ms-linear-gradient(top, #f3f2ef 0.0%, #f3f2ef 100.0%);
	background: -o-linear-gradient(top, #f3f2ef 0.0%, #f3f2ef 100.0%);
	background: linear-gradient(top, #f3f2ef 0.0%, #f3f2ef 100.0%);
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #d3d3cd;
	border-bottom: 1px solid #d3d3cd;
}

.filter-section-controls-buttons > button:hover,
.filters-bottom > input:hover {
	color: #000;
}

.filter-section-controls-buttons > button:first-child,
.filters-bottom > input:first-child {
	border-left: none;
}


.filters-bottom > input:first-child.filters-submit {
	color: #000;
	background: #FCD265;
	border-left: 1px solid #fde894;
	border-top: 1px solid #fde894;
	border-right: 1px solid #e5bd0d;
	border-bottom: 1px solid #e5bd0d;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	-webkit-appearance: none;
}

.filters-bottom > input:first-child.filters-submit:hover {
	background: #fde07e;
}

.filter-section-controls-buttons > button:last-child,
.filters-bottom > input:last-child {
	border-right: none;
}

.tags .filter-section-controls-title {
	float: left;
	padding-left: 20px;
	font-weight: bold;
}

.tags .filter-section-controls-buttons {
	float: right;
}

.tag {
	display: block;
	position: relative;
	float: left;
	width: 25%;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.tag > input {
	position: absolute;
	top: 12px;
	right: 20px;
}

.tag > input + span {
	display: block;
	height: 35px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 40px 10px 20px;
	border-top: 1px solid #f3f2ef;
	border-bottom: 1px solid #ddddd7;
	border-left: 1px solid #f3f2ef;
	border-right: 1px solid #ddddd7;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.tag > input:checked + span {
	background: #f3f2ef;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

.channel {
	display: block;
	width: 33.333333333%;
	height: 86px;
	float: left;
	overflow: hidden;
}

.channel > input {
	display: none;
}

.channel span {
	display: block;
}

.channel > input + span {
	width: 100%;
	height: 100%;
	padding: 2px 20px 2px 10px;
	border-top: 1px solid #f3f2ef;
	border-bottom: 1px solid #ddddd7;
	border-left: 1px solid #f3f2ef;
}

.channel:nth-child(3n-1) > input + span,
.channel:nth-child(3n) > input + span {
	border-right: 1px solid #ddddd7;
}

.channel > input:checked + span {
	background: #f3f2ef;
	border-top: 1px solid #ffffff;
}

.channel:nth-child(3n) > input:checked + span,
.channel:nth-child(3n+1) > input:checked + span{
	border-left: 1px solid #fff;
}

.channel-left {
	width: 100px;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 66px 82px;
	-moz-background-size: 66px 82px;
	background-size: 66px 82px;
	opacity: 0.1;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.channel > input:checked + span .channel-left {
	opacity: 1;
}

.channel-right {
	padding-top: 8px;
	margin-left: 110px;
}

.channel-right-top {
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.channel-right-middle {
	max-height: 54px;
	overflow: hidden;
	margin-bottom: 9px;
	font-size: 13px;
}

.channel-right-bottom {
	max-height: 36px;
	overflow: hidden;
	font-size: 13px;
}

/* SCROLLBOX */

.antiscroll-wrap {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.antiscroll-scrollbar {
	background: #333;
	background: rgba(0, 0, 0, .4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.antiscroll-scrollbar-shown {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
	height: 5px;
	margin-left: 2px;
	bottom: 2px;
	left: 0;
}

.antiscroll-scrollbar-vertical {
	width: 5px;
	margin-top: 2px;
	right: 2px;
	top: 0;
}

.antiscroll-inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/*
.is-iOS .antiscroll-inner:not(.antiscroll-inner-ios-bugfix) {
	-webkit-overflow-scrolling: touch;
}

.is-iOS .map + .tips .tips-bottom-all {
	overflow: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
*/
/*
.antiscroll-inner * {
    -webkit-transform: translateZ(0px);
}


/*
.antiscroll-inner::-webkit-scrollbar,
.antiscroll-inner::scrollbar {
	width: 0;
	height: 0;
}
*/

/* INFOBOX */

.infobox-inner:before {
	content: "";
    border: solid;
    border-color: #FFDE8B transparent;
    border-width: 0 9px 10px 9px;
    top: -10px;
    left: 191px;
    position: absolute;
    z-index: 99;
}

.infobox-inner-search:before {
	border-width: 0;
}

.infobox-inner {
	position: relative;
	color: #2f2f2f;
	background-color: #FCD265;
	padding: 15px;
	margin-top: 10px;
	z-index: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #FFDE8B), color-stop(0.3, #FCD265), color-stop(1.0, #FCD265));
	background: -webkit-linear-gradient(top, #FFDE8B 0.0%, #FCD265 30.2%, #FCD265 100.0%);
	background: -moz-linear-gradient(top, #FFDE8B 0.0%, #FCD265 30.2%, #FCD265 100.0%);
	background: -ms-linear-gradient(top, #FFDE8B 0.0%, #FCD265 30.2%, #FCD265 100.0%);
	background: -o-linear-gradient(top, #FFDE8B 0.0%, #FCD265 30.2%, #FCD265 100.0%);
	background: linear-gradient(top, #FFDE8B 0.0%, #FCD265 30.2%, #FCD265 100.0%);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
	-moz-transition: -moz-transform 0.25s, opacity 0.25s;
	transition: transform 0.25s, opacity 0.25s;
}

.infobox-inner-search {
	text-align: center;
	padding: 25px;
	cursor: pointer;
}

span.infobox-inner-search-no-result {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.infobox.visible .infobox-inner {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.infobox div,
.infobox span,
.infobox a {
	font-family: "ff-din-web-pro",sans-serif;
	font-size: 13px;
}

div.infobox-top {
	overflow: hidden;
	cursor: pointer;
}

img.infobox-top-left {
	float: left;
	border-right: 1px solid #fde894;
	border-bottom: 1px solid #fde894;
	border-left: 1px solid #e5bd0d;
	border-top: 1px solid #e5bd0d;
}

div.infobox-top-right {
	display: table;
	table-layout: fixed;
	width: 225px;
	margin-left: 145px;
	height: 83px;
	overflow: hidden;
}

div.infobox-top-noimage > div.infobox-top-right {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	text-align: center;
}

div.infobox-top-right-inner {
	display: table-cell;
	vertical-align: middle;
}

div.infobox-top-right-inner > span {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

div.infobox-top-right-inner > span:first-child {
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.infobox-middle {
	position: relative;
	overflow: hidden;
	margin: 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-left: 1px solid #fde894;
	border-right: 1px solid #e5bd0d;
}

div.infobox-middle-button {
	background-color: #ffd566;
	width: 50%;
	float: left;
	border-top: 1px solid #fde894;
	border-bottom: 1px solid #e5bd0d;
}

div.infobox-middle-button:nth-child(2n-1) {
	border-right: 1px solid #e5bd0d;
}

div.infobox-middle-button:nth-child(2n) {
	border-left: 1px solid #fde894;
}

a.infobox-middle-button-link,
span.infobox-middle-button-link {
	display: block;
	height: 32px;
	color: #2f2f2f;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-right: 1px solid #f5cf4d;
}

span.infobox-middle-button-link {
	color: #ab904c;
}

span.infobox-middle-button-link > span {
	color: #ab904c;
	font-size: 12px;
}

a.infobox-middle-button-edit,
span.infobox-middle-button-edit {
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	border-left: 1px solid #fddc78;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: 5px -344px;
	cursor: pointer;
}

a.infobox-middle-button-edit.infobox-middle-button-edit-partneronly,
span.infobox-middle-button-edit.infobox-middle-button-edit-partneronly {
	background-position: -45px -344px;
}

.infobox-middle-button-link,
.infobox-middle-button-edit {	
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.no-iOS a.infobox-middle-button-link:hover,
.no-iOS .infobox-middle-button-edit:hover {
	background-color: #fde07e;
}

div.infobox-middle-message {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #b8d7d7;
	border-top: 1px solid #fde894;
	border-bottom: 1px solid #81b8b8;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0.25s;
	-moz-transition: -moz-transform 0.25s, opacity 0.25s, visibility 0.25se;
	transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
}

div.infobox-middle-message.hidden {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.no-iOS div.infobox-middle-message {
	visibility: visible;
}

.no-iOS div.infobox-middle-message.hidden {
	visibility: hidden;
}

div.infobox-middle-message-inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

div.infobox-middle-message-inner > div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 20%;
	text-align: center;
}

div.infobox-middle-message-close {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -50px;
}

div.infobox-bottom {
	overflow: hidden;
}

div.infobox-bottom-left {
	float: left;
	overflow: hidden;
}

div.infobox-bottom-zoomin,
div.infobox-bottom-zoomout {
	float: left;
	width: 55px;
	height: 30px;
	padding: 8px 20px;
	border-left: 1px solid #fde894;
	border-right: 1px solid #e5bd0d;
	border-top: 1px solid #fde894;
	border-bottom: 1px solid #e5bd0d;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
	cursor: pointer;
}

.no-iOS div.infobox-bottom-zoomin:hover,
.no-iOS div.infobox-bottom-zoomout:hover {
	background-color: #fde07e;
}

div.infobox-bottom-zoomin {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

div.infobox-bottom-zoomout {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.infobox-bottom-zoomin > div,
div.infobox-bottom-zoomout > div {
	width: 100%;
	height: 100%;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
}

div.infobox-bottom-zoomin > div {
	background-position: 0 -300px;
}

div.infobox-bottom-zoomout > div {
	background-position: -50px -300px;
}

div.infobox-bottom-right {
	float: right;
	padding-top: 3px;
	overflow: hidden;
}

div.infobox-bottom-right > a,
div.infobox-bottom-right > div {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	margin-right: 10px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	cursor: pointer;
}

div.infobox-bottom-right > a:last-child {
	margin-right: 0;
}

div.infobox-bottom-right > .infobox-bottom-maps,
div.infobox-bottom-right > .infobox-bottom-fav {
	margin-right: 25px;
}

.infobox-bottom-share-facebook {
	background-position: 0 0;
}

.no-iOS .infobox-bottom-share-facebook:hover {
	background-position: -50px 0;
}

.infobox-bottom-share-twitter {
	background-position: 0 -250px;
}

.no-iOS .infobox-bottom-share-twitter:hover {
	background-position: -50px -250px;
}

.infobox-bottom-share-google {
	background-position: 0 -100px;
}

.no-iOS .infobox-bottom-share-google:hover {
	background-position: -50px -100px;
}

.infobox-bottom-share-mail {
	background-position: 0 -150px;
}

.no-iOS .infobox-bottom-share-mail:hover {
	background-position: -50px -150px;
}

.infobox-bottom-maps {
	background-position: 0 -200px;
}

.no-iOS .infobox-bottom-maps:hover {
	background-position: -50px -200px;
}

.infobox-bottom-fav {
	background-position: 0 -50px;
}

.infobox-bottom-fav.is-active {
	background-position: -50px -50px;
}

/* TIPS */

.tips {
	height: 100%;
	padding: 0;
	margin-left: 777px;
	line-height: 16px;
}

.tips-inner {
	position: relative;
	height: 100%;
	background: #f3f2ef;
	overflow: hidden;
	border-left: 1px solid #dad5cf;
}

/*
.tips-top {
	height: 75px;
	overflow: hidden;
	text-align: center;
	padding: 20px;
}
*/

.tips-bottom {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 25px;
}

.content-overlay-bottom .tips-bottom,
.map + .tips .tips-bottom {
	top: 0;
}

.imprint {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background-color: #eae8e4;
	border-top: 1px solid #fff;
	text-align: center;
	list-style-type: none;
}

.imprint > li {
	display: inline;
}

.imprint > li > a {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #dedbd2;
}

.imprint > li:first-child > a {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.tips-all-active .tips-bottom-single,
.tips-single-active .tips-bottom-all {
	display: none;
}

.tip-right span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.is-opened .tip-right > span {
	overflow: visible;
	white-space: normal;
	text-overflow: clip;
}

.tip-right-title {
	font-weight: bold;
}

.tip-right-kind {
	margin-top: 3px;
}


.tip-left {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #dbdad5;
	margin: 0 10px 10px 0;
	background-position: center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.tip-bottom {
	clear: both;
	padding-top: 10px;
}
	
.tip-bottom > p {
	padding-bottom: 10px;
}

.tips-bottom-all {
	border-top: 1px solid #ddddd7;
	padding-bottom: 117px;
}

.map + .tips .tips-bottom-all,
.content-overlay-bottom .tips-bottom-all {
	border-top: none;
}

/* LABELS */

.infobox > .map-label,
.infobox > .map-label-overlay {
	width: 100%;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}

.infobox > .map-label {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.infobox > .map-label-state {
	border: 1px solid #41715a;
	background: #a5dfc3;
	background: -moz-linear-gradient(top,  #a5dfc3 0%, #76c29d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5dfc3), color-stop(100%,#76c29d));
	background: -webkit-linear-gradient(top,  #a5dfc3 0%,#76c29d 100%);
	background: -o-linear-gradient(top,  #a5dfc3 0%,#76c29d 100%);
	background: -ms-linear-gradient(top,  #a5dfc3 0%,#76c29d 100%);
	background: linear-gradient(to bottom,  #a5dfc3 0%,#76c29d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5dfc3', endColorstr='#76c29d',GradientType=0 );
}

.infobox > .map-label-country {
	border: 1px solid #336cca;
	background: #c3d6f8;
	background: -moz-linear-gradient(top,  #c3d6f8 0%, #76a6f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d6f8), color-stop(100%,#76a6f9));
	background: -webkit-linear-gradient(top,  #c3d6f8 0%,#76a6f9 100%);
	background: -o-linear-gradient(top,  #c3d6f8 0%,#76a6f9 100%);
	background: -ms-linear-gradient(top,  #c3d6f8 0%,#76a6f9 100%);
	background: linear-gradient(to bottom,  #c3d6f8 0%,#76a6f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d6f8', endColorstr='#76a6f9',GradientType=0 );
}

/* SITE */

.site-content {
	width: 777px;
	height: 100%;
	float: left;
}

.site-sub-menu {
	width: 205px;
	height: 100%;
	float: left;
	background: #f3f2ef;
	font-size: 14px;
}

.home .site-sub-menu {
	border-right: 1px solid #dad5cf;
}

.site-sub-menu ul {
	min-height: 100%;
	list-style-type: none;
	border-right: 1px solid #dad5cf;
	padding-top: 46px;
	width: 205px;
}

.content-overlay .site-sub-menu ul {
	padding-top: 0;
}

.site-sub-menu-item {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dad5cf;
	padding: 13px 10px 13px 27px;
	color: #808080;
	position: relative;
}

.site-sub-menu-item + ul {
	display: none;
}

.site-sub-menu-item + ul > li:first-child:before,
.site-sub-menu-item + ul > li:last-child:before {
	display: none;
}

.site-sub-menu-item.active + ul {
	display: block;
	background: #f8f8f8;
	width: 205px;
	border-right: 1px solid #f8f8f8;
	line-height: 18px;
	padding: 4px 0 15px 0;
}

.site-sub-menu-item + ul a {
	display: block;
	padding: 0 10px 0 27px;
}

.site-sub-menu-item + ul a.active {
	color: #2d2d2d;
}

.site-sub-menu ul > li {
	position: relative;
}

.site-sub-menu ul > li:first-child:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: -1px;
	left: 0;
	background: #dad5cf;
}

.site-sub-menu ul > li:last-child:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background: #fff;
}

a.site-sub-menu-item:hover {
	color: #000;
}

.site-sub-menu-item.active {
	background: #f8f8f8;
	color: #2d2d2d;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
	width: 205px;
}

.site-sub-menu-item.inactive {
	color: #c9c7c7;
}

.site-sub-menu-item-spacer {
	min-height: 46px;
}

.site-text {
	height: 100%;
	margin-left: 205px;
	background-color: #f8f8f8;
	font-size: 14px;
}

.site-text-inner {
	padding: 46px 33px;
}

.site-text-inner img {
	display: block;
	max-width: 100%;
}

.site-text a {
	color: #daa114;
}


.embedded-image {
	display: block;
	margin-bottom: 20px;
}

.embedded-image img {
	border: 1px solid #d6d4ce;
}

.embedded-image-caption {
	font-size: 12px;
	margin-top: 5px;
}

.embedded-video > iframe {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #d6d4ce;
}

.video-form-tester {
	overflow: hidden;
	height: 0;
	margin-bottom: 12px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.video-form-tester.is-opened {
	height: 285px;
}


input[type="text"],
input[type="password"],
textarea {
	width: 100%;
	display: block;
	padding: 5px;
	border: 1px solid #dcdad6;
	background-color: #fcfdfd;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: #5d5b59;
	line-height: inherit;
	border-radius: 0;
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
}

.login-form-section {
	margin-bottom: 33px;
}

.login-form-input,
.login-form-textarea,
.login-form-file,
.login-form-checkbox {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.login-form-radio {
	position: relative;
	overflow: hidden;
	margin-bottom: 18px;
}

.login-form-radio span {
	color: #b4afab;
}

.login-form-radio input:checked + span {
	color: #5d5b59;
}

.login-form-radio input[type="radio"] {
	margin-left: 2px;
	margin-right: 3px;
}

.login-form-input-70 {
	width: 70%;
}

.login-form-input-35 {
	width: 35%;
	float: left;
}

/* 50/50 */

.login-form-input-50 {
	width: 50%;
	float: left;
	padding-right: 6px;
}

.login-form-input-50 + .login-form-input-50 {
	padding: 0 0 0 6px;
}

.login-form-input-50 + .login-form-input-50 + div {
	clear: both;
}

/* 20/80 */

.login-form-input-20 {
	width: 20%;
	float: left;
	padding-right: 6px;
}

.login-form-input-20 + .login-form-input-80 {
	padding: 0 0 0 6px;
}

.login-form-input-20 + .login-form-input-80 + div {
	clear: both;
}

/* 35/65 */

.login-form-input-65 {
	width: 65%;
	float: left;
	padding-right: 6px;
}

.login-form-input-65 + .login-form-input-35 {
	padding: 0 0 0 6px;
}

.login-form-input-65 + .login-form-input-35 + div {
	clear: both;
}

.login-form-user-captcha-img {
	font-size: 16px;
	text-align: center;
	padding-top: 7px;
	padding-left: 5px;
	letter-spacing:1px;
}

.login-form-input:before,
.login-form-textarea:before {
	content: attr(data-failed);
	display: block;
	position: absolute;
	padding: 5px;
	top: -30px;
	left: 0;
	right: 0;
	height: 100%;
	border: 1px solid #d1b9b6;
	background-color: #ecd5d5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	-moz-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	z-index: 100;
}

.login-form-input-50:before {
	right: 6px;
}

.login-form-input-50 + .login-form-input-50:before {
	right: 0;
	left: 6px;
}

.login-form-radio.failed span {
	color: #aa0000;
}

.login-form-input.failed:before,
.login-form-textarea.failed:before {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.login-form-file:after {
	content: attr(data-failed);
	color: #aa0000;
	line-height: 25px;
	margin-left: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	-moz-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	transition: top 0.2s, opacity 0.2s, visibility 0.2s;
}

.login-form-file.failed:after {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.login-form-checkbox input[type=checkbox] + span:before {
	content: attr(data-failed);
	color: #aa0000;
	line-height: 25px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	-moz-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	transition: top 0.2s, opacity 0.2s, visibility 0.2s;
}

.login-form-checkbox.failed input[type=checkbox] + span:before {
	top: 0;
	opacity: 1;
	visibility: visible;
	margin-right: 5px;
}

input[type="submit"] {
	cursor: pointer;
}

.login-form-submit:before {
	content: '';
	display: none;
}

.login-form-submit:after {
	content: attr(data-failed);
	color: #aa0000;
	line-height: 25px;
	margin-left: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	-moz-transition: top 0.2s, opacity 0.2s, visibility 0.2s;
	transition: top 0.2s, opacity 0.2s, visibility 0.2s;
}

.login-form-submit.failed:after {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.button {
	display: inline-block;
	padding: 3px 15px;
	padding-top: 4px;
	border: 1px solid #e4bf91;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: #fbdd90;
	border-top: 1px solid #fbedb5;
	border-left: 1px solid #fbedb5;
	border-bottom: 1px solid #ecd15d;
	border-right: 1px solid #ecd15d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #5d5b59;
	-webkit-appearance: none;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.button:hover {
	background: #fbedb5;
}

.button.button-grey {
	background: #ededed;
	border-top: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

.button.button-grey:hover {
	background: #f4f4f4;
}

.list-clean {
	list-style-type: none;
}

.list-small {
	font-size: 12px;
}

.list-small a {
	color: #bdb9b6;
}

.list-small a:hover {
	color: #5c5b58;
}

.login-form {
	overflow: hidden;
}

.login-form-left {
	float: left;
	width: 200px;
}

.login-form-right {
	margin-left: 200px;
	padding-left: 30px;
	padding-top: 17px;
}

.object-list-header {
	margin-bottom: 19px;
	overflow: hidden;
	border-bottom: 1px solid #bab9b8;
}

.object-list-header-title {
	float: left;
	padding: 0 15px 0 0;
	margin: 0 0 3px 0;
	color: #808080;
	font-size: 12px;
}

.object-list-header-item {
	float: left;
	border-right: 1px solid #dedbd1;
	padding: 0 10px;
	cursor: pointer;
	margin: 0 0 3px 0;
	color: #808080;
	font-size: 12px;
}

.object-list-header-item:first-child {
	border: none;
	padding-left: 0;
}

.object-list-header-item:last-child {
	border: none;
}

.object-list-header-item.active,
.object-list-header-item:hover {
	color: #000;
}

.object-list-wrapper > ul {
	list-style-type: none;
}

a.object-list-item-link {
	display: block;
	color: #5d5b59;
	margin-bottom: 20px;
	position: relative;
}

a.object-list-item-link:hover {
	color: #000;
}

.object-list-item-link > span {
	display: block;
	max-width: 60%;
}

.object-list-fullwidth .object-list-item-link > span {
	max-width: 100%;
}

.object-list-item-content-bottom {
	font-size: 12px;
	color: #bdb9b6;
	margin-top: 3px;
}

.object-list-item-note {
	background: #ecd5d5;
	padding: 3px 5px;
}

span.object-list-item-note-content {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px;
	color: #5d5b59;
	font-size: 12px;
	text-align: right;
	max-width: 35%;
	line-height: 14px;
}







/* von tk eingefügt bitte richtig positionieren*/
/* ist eine Sprache im Text nicht verfügbar, erscheint ein Hinweis und auf die Alternative wird hingewiesen */
span.lang-comment {
	display: block;
	padding-bottom: 18px;
	color: #bf767d;
}







/* LIST ITEM */

.list-with-image-m{
	padding-top: 3px;
	padding-bottom: 14px;
}

.list-item-image-m{
	margin-top: 15px;
}

.list-item-image-m img.pdf-image-m{
	border: 1px solid #d5d3cd;
	margin-bottom: 2px;
}

.site-text-inner > .list-items:first-child {
	margin-top: -46px;
}

.list-item {
	margin-bottom: 44px;
	padding-top: 46px;
}

.list-item-comment-noheadline {
	margin-top: -24px;
	padding-top: 0px;
}

.list-item-comment-italic {
	font-style: italic;
	line-height: 16px;
	margin-top: -41px;
	padding-top: 0px;
}

.list-item:last-child {
	margin-bottom: 90px;
}

.list-item.list-item-small {
	margin-bottom: 22px;
	padding-top: 23px;
}

.list-item-top {
	position: relative;
	border-bottom: 1px solid #bab9b8;
	padding-bottom: 3px;
	padding-right: 130px;
	margin-bottom: 20px;
}

.list-item-top > h2 {
	font-size: 14px;
}

.list-item-top > h2 > a {
	font-weight: bold;
	color: #2d2d2d;
	color: #2d2d2d;
}

.list-item-middle {
	margin-bottom: 3px;
}

.list-item-middle .embedded-image {
	margin-bottom: 0;
}

.list-item-middle ul {
	list-style-type: none;
}

.list-item-middle p + ul {
	margin-top: -20px;
}

.list-item-bottom {
	font-size: 12px;
	line-height: 12px;
	color: #c9c7c7;
}

.list-item.myself .list-item-top {
	border-bottom: 2px solid #b0c6c6;
}

.list-item.myself .list-item-top > h2 > a {
	color: #2c5353;
}

.list-item.myself .list-item-middle {
	color: #437c7c;
}

.list-item-notification {
	background: #ecd5d5;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding: 7px;
	margin-bottom: 10px;
}

.list-item-social {
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 7px;
	list-style-type: none;
}

.list-item-social:after {
	position: absolute;
	content: '';
	top: 2px;
	right: 1px;
	width: 20px;
	height: 20px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -100px;
	z-index: 1;
}

.list-item-social > li {
	position: relative;
	z-index: 2;
	float: left;
	height: 100%;
	margin-right: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s, visibility 0.2s;
	-moz-transition: opacity 0.2s, visibility 0.2s;
	transition: opacity 0.2s, visibility 0.2s;
}

.is-iOS .list-item-social > li {
	-webkit-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	-moz-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.list-item-social > li:last-child {
	margin-right: 0;
}

.list-item-social.active > li {
	opacity: 1;
	visibility: visible;
}

.list-item-social > li > a {
	display: block;
	float: left;
	width: 25px;
	height: 23px;
	text-indent: -9999px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
}

.list-item-social-facebook {
	background-position: -50px 0;
}

.list-item-social-twitter {
	background-position: -50px -250px;
}

.list-item-social-google {
	background-position: -50px -100px;
}

.list-item-social-mail {
	background-position: -50px -150px;
}









.uploadifive-button.button {
	padding: 0px 15px; 
}

.upload-form input[type=file] {
	cursor: pointer;
}

.uploadifive-button {
	float: left;
}

.uploadifive-queue-item {
	margin-bottom: 5px;
	display: none;
}

.uploadifive-queue-item.visible {
	display: block;
}

.uploadifive-queue-item .close {
	display: block;
	float: right;
	height: 16px;
	font-size: 12px;
	color: #c9c7c7;
}

.uploadifive-queue-item.error .uploadifive-queue-item-fileinfo {
	color: #aa0000;
}

.uploadifive-queue-item-progress {
	height: 3px;
	margin-top: 3px;
	width: 100%;
}

.uploadifive-queue-item-progress-bar {
	background: #fbdd90;
	height: 100%;
	width: 0;
	-webkit-transition: width 0.2s, background 0.5s;
	-moz-transition: width 0.2s, background 0.5s;
	transition: width 0.2s, background 0.5s;
}

.uploadifive-queue-item-progress.finished .uploadifive-queue-item-progress-bar {
	background: rgba(248,248,248,0);
}

.upload-queue {
	overflow: hidden;
	position: relative;
}

.upload-form-image .upload-queue {
	overflow: visible;
}

.upload-queue.ui-sortable {
	margin-top: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.upload-info {
	margin-bottom: 25px;
}

.upload-form-image-item {
	position: relative;
	margin-bottom: 7px;
}

.upload-form-image-item img {
	max-width: 100%;
	border: 1px solid #d6d4ce;
}

.upload-form-image-item .close {
	position: absolute;
	bottom: -24px;
	right: 0;
}

.upload-form-gallery-item {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dddbd7;
	cursor: move;
}

.upload-form-gallery-item.ui-sortable-helper {
	border-bottom: none;
	opacity: 0.5;
}

.upload-form-gallery-item.ui-sortable-placeholder {
	background: #f3f2ef;
	visibility: visible !important;
	border: 3px dashed #dddbd7;
	margin-bottom: 20px;
}

.upload-form-gallery-item > a {
	position: absolute;
	float: none;
	right: 0;
	top: 0;
	padding-top: 5px;
}

.upload-form-gallery-content {
	overflow: hidden;
	width: 100%;	
}

.upload-form-gallery-left {
	float: left;
	width: 164px;
	font-size: 12px;
	line-height: 12px;
	color: #c9c7c7;
}

.upload-form-gallery-left > img {
	display: block;
	border: 1px solid #d6d4ce;
	margin-bottom: 7px;
}

.upload-form-gallery-left.auto-height > img {
	width: 100%;
	height: auto;
}

.upload-form-gallery-left.auto-width > img {
	height: 110px;
	width: auto;
}

.upload-form-gallery-filename {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 5px;
}

.upload-form-gallery-right {
	margin-left: 176px;
}

.upload-form-gallery-right > .login-form-input {
	width: 60%;
}

.upload-form-gallery-right > .login-form-textarea {
	margin-bottom: 0;
}





.image-gallery-wrapper {
	overflow: hidden;
}

.image-gallery {
	display: block;
	list-style-type: none;
	overflow: hidden;
	margin-right: -4px;
}

.image-gallery-item {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}

.image-gallery-item-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d4ce;
}

.image-gallery-item.rejected .image-gallery-item-inner {
	border: 1px solid #cc8d8d;
}

.image-gallery-item.rejected .image-gallery-item-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #cc8d8d;
	pointer-events: none;
}

.image-gallery-item.rejected img {
	opacity: 0.3;
}

.image-gallery-item.expanded-height-middle img {
	height: 168px;
}

.image-gallery-item-100 {
	width: 100%;
}

.image-gallery-item-50 {
	width: 50%;
}

.image-gallery-item-33 {
	width: 33.333333333%;
}

.image-gallery-item-16 {
	width: 16.666666666%;
}

.image-gallery-item img {
	display: block;
	height: 110px;
	width: auto;
	max-width: none;
	border: none;
}

.image-gallery-item.image-gallery-item-100 img {
	width: 100%;
	height: auto;
}






.lightbox-content {
	display: none;
}

.lightbox-wrapper {
	background: rgba(0,0,0,0.89);
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s, visibility 0.25s;
	-moz-transition: opacity 0.25s, visibility 0.25s;
	transition: opacity 0.25s, visibility 0.25s;
}

.lightbox-wrapper.hidden {
	opacity: 0;
	visibility: hidden;
}

.lightbox {
	width: 100%;
	height: 100%;
	display: table-cell;
	padding: 10px 0 0 0;
	vertical-align: middle;
}

.lightbox-inner {
	width: 1024px;
	margin: 0 auto;
	max-height: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s, visibility 0.25s;
	-moz-transition: opacity 0.25s, visibility 0.25s;
	transition: opacity 0.25s, visibility 0.25s;
}

.lightbox-top {
	position: relative;
	text-align: center;
	max-height: 100%;
	min-height: 100px;
	overflow: hidden;
	-webkit-transition: height 0.25s;
	-moz-transition: height 0.25s;
	transition: height 0.25s;
}

.lightbox-top > img {
	position: relative;
	vertical-align: bottom;
	z-index: 40;
}

.lightbox-top > img.hidden {
	display: none;
}

.lightbox-prev,
.lightbox-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 50;
	background: transparent;
	background: rgba(0,0,0,0);
}

.lightbox-prev {
	left: 0;
}

.lightbox-next {
	right: 0;
}

.lightbox-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('/gfx/ajax-loader.gif') no-repeat center;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.25s, visibility 0.25s;
	-moz-transition: opacity 0.25s, visibility 0.25s;
	transition: opacity 0.25s, visibility 0.25s;
	z-index: 60;
	pointer-events: none;
}

.lightbox-loader.hidden {
	opacity: 0;
	visibility: hidden;
}

.lightbox-bottom {
	min-height: 49px;
	position: relative;
	padding: 10px 0;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	color: #908f8f;
}

.lightbox-bottom > div {
	float: left;
	min-height: 1px;
}

.lightbox-bottom-close {
	width: 135px;
	position: relative;
}

.lightbox-bottom-close-icon {
	display: inline-block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	cursor: pointer;
	left: 50%;
	margin-left: -10px;
	background-image: url('/gfx/sprite.png');
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -50px;
}

.lightbox-bottom-description {
	width: 725px;
	font-size: 14px;
	text-align: center;
	color: #d3d3d3;
}

.lightbox-bottom-description a {
	color: #d3d3d3;
	text-decoration: underline;
}

.lightbox-bottom-description a:hover {
	color: #daa114;
}

a.lightbox-bottom-description-additional,
.lightbox-bottom-description-additional {
	color: #828282;
	text-decoration: none;

}

a.lightbox-bottom-description-link,
.lightbox-bottom-description-link {
	color: #be8c11;
	text-decoration: none;
}

.lightbox-bottom-links {
	width: 164px;
}

.lightbox-bottom-links .list-item-social {
	height: 50px;
	top: 0;
	right: 25px;
	padding-top: 10px;
}

.lightbox-bottom-links .list-item-social > li {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.is-iOS .lightbox-bottom-links .list-item-social.active > li {
	-webkit-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	-moz-transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
	transition: opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.lightbox-bottom-links .list-item-social:after {
	top: 13px;
	background-position: -100px -150px;
	right: 50px;
}

.lightbox-bottom-links .list-item-social.active:after {
	background: none;
}

/*
.lightbox-bottom-links .list-item-social.active {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0,0,0,0.7);
	padding-left: 833px;
}
*/

.lightbox-links-availability {
	width: 100%;
	padding-right: 35px;
	text-align: center;
	font-size: 12px;
}

.lightbox-links-availability a {
	color: #967011;
}


.clickmap {
	background-color:#777777;
	height:0px;
}

.clickmap-image-container{
	position:relative;
	height: 0px;
}

.clickmap-image-container img{
	height: 16px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}






/* HOME */

.home-left {
	min-height: 100%;
	padding-top: 45px;
}

.home .image-gallery-wrapper {
	margin-top: 36px;
}

.home .site-sub-menu {
	width: 245px;
}

.home .site-text {
	margin-left: 245px;
	background-color: #f3f2ef;
}

.home .site-text-inner {
	padding: 46px 13px;
}
/*
.home + .tips .tips-bottom .antiscroll-inner {
	padding-top: 46px;
}
*/
.tips-bottom .antiscroll-inner {
	padding-top: 45px;
}

.map + .tips .tips-bottom .antiscroll-inner,
.content-overlay-bottom .tips-bottom .antiscroll-inner {
	padding-top: 0;
}

.sidebar-items {
	border-top: 1px solid #ddddd7;
	padding-bottom: 117px;
}

.sidebar-item {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ddddd7;
	overflow: hidden;
	cursor: pointer;
	height: 58px;
	-webkit-transition: height 0.35s, background 0.2s;
	-moz-transition: height 0.35s, background 0.2s;
	transition: height 0.35s, background 0.2s;
}

.sidebar-item.tip {
	height: 72px;
}

.no-iOS .sidebar-item:hover,
.sidebar-item.is-opened {
	background: #fbfbfb;
}

.sidebar-item-inner {
	padding: 10px 0 15px 0;
	padding-left: 13px;
	padding-right: 20px;
	overflow: hidden;
}

.sidebar-item-top {
	display: block;
	display: -webkit-box;
	height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
}

.sidebar-item.is-opened .sidebar-item-top {
	display: block;
	height: auto;
	-webkit-line-clamp: 100;
	-webkit-box-orient: vertical;
	overflow: visible;
	text-overflow: inherit;
	font-weight: bold;
}

.sidebar-item-bottom {
	padding-top: 15px;
}

.sidebar-images {
	padding: 13px;
	overflow: hidden;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ddddd7;
}

.sidebar-images > div {
	margin-bottom: -2px;
	overflow: hidden;
}

.sidebar-image {
	float: left;
}

.sidebar-image-100 {
	width: 100%;
}

.sidebar-image-50 {
	width: 50%;
}

.sidebar-image > a {
	display: block;
	margin-bottom: 2px;
}

.sidebar-image-50:nth-child(odd) {
	padding-right: 1px;
}

.sidebar-image-50:nth-child(even) {
	padding-left: 1px;
}

.sidebar-image > a > img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dbdad5;
}

.sidebar-image-50 > a > img {
	min-height: 74px;
}

.sidebar-image-100 > a > img {
	min-height: 74px;
}





.atlas-map {
	height: 370px;
	border: 1px solid #d6d4ce;
	position: relative;
}

.atlas-map img {
	max-width: none;
}

.atlas-map-coordinates {
	font-size: 12px;
	color: #bdb9b6;
	line-height: 24px;
}

.atlas-map-coordinates-lat {
	margin-right: 10px;
}

.atlas-map-marker {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	margin-left: -12px;
	z-index: 999;
	pointer-events: none;
	background-image: url('/gfx/sprite.png');
	background-repeat: no-repeat;
	-webkit-background-size: 1000px 1000px;
	-moz-background-size: 1000px 1000px;
	background-size: 1000px 1000px;
	background-repeat: no-repeat;
	background-position: -100px -200px;
}

button.atlas-map-search {
	width: 100%;
	margin-top: 3px;
}



.site-text-tabs {
	padding: 0 33px;
	list-style-type: none;
	overflow: hidden;
	background: #f3f2ef;
	border-bottom: 1px solid #f3f2ef;
}

.site-text-tabs > li {
	float: left;
	padding: 13px 0;
}

.site-text-tabs > li > a {
	font-size: 12px;
	color: #bdb9b6;
	padding: 5px 10px;
	border-left: 1px solid #dad5cf;
}

.site-text-tabs > li.active > a {
	color: #3d3d3d;
}

.site-text-tabs > li:first-child > a {
	padding-left: 0;
	border-left: none;
}

.spaced-top {
	padding-top: 41px !important;
}

.spaced-bottom {
	padding-bottom: 41px !important;
}