/* Bildbank - Detail - Layout */

#ContentWrapper > div {
	background: none;
	margin-top: 0 !important;
}
#ContentWrapper > div > section:before {
	background: #FFFFFF;
	content: "";
	display: block !important;
	height: 100%;
	left: -80%;
	position: absolute;
	top: 1px;
	width: 100%;
}
#ContentWrapper > div > section {
	padding-bottom: 0;
}
#ContentWrapper > div > section:after {
	display: none;
}
.layoutDetail {
	margin: 105px 0 0 0;
}
.layoutDetail > header {
	background: #333F42;
	height: 105px;
	position: relative;
	z-index: 1;
}
.layoutDetail > header:before {
	background: #333F42 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 300%;
	z-index: -1;
}
.layoutDetail > section:after {
	clear: both;
	content: "";
	display: block;
}
.layoutDetail > section > .left {
	background: #FFFFFF;
	float: left;
	padding: 45px 30px 45px 0;
	position: relative;
	width: 65.811965811965806%; /* 770 */
}
.layoutDetail > section > .right {
	background: #ECF2F2;
	float: left;
	padding: 50px 0 45px 30px;
	position: relative;
	width: 34.188034188034187%; /* 400 */
}
body.isSafari .layoutDetail > section > .right {
	padding-top: 47px;
}
.layoutDetail > section > .right:after {
	background: #ecf2f2 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 500%;
	z-index: -1;
}

@media all and (max-width: 1100px) and (min-width: 981px), (max-width: 800px) and (min-width: 701px), (max-width: 380px){

	.helpguide > ul > li {
		font-size: 16px;
	}
	.helpguide > ul > li > i {
		font-size: 18px;
		margin-top: -1px;
	}

}
@media all and (max-width: 980px){

	#ContentWrapper > div > section:before {
		display: none;
	}
	.layoutDetail > section > .left {
		float: none;
		margin-left: -20px;
		margin-right: -20px;
		min-height: 0 !important;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
		width: auto;
	}
	.layoutDetail > section > .right {
		background: #ecf2f2 none repeat scroll 0 0;
		float: none;
		margin-left: -20px;
		margin-right: -20px;
		min-height: 0 !important;
		padding: 30px 20px;
		width: auto;
	}
	.layoutDetail > section > .right:after {
		clear: both;
		height: auto;
		left: auto;
		position: relative;
		width: 100%;
		z-index: auto;
	}

}

@media all and (max-width: 700px){

	.layoutDetail > section > .right {
		margin-left: -20px;
		margin-right: -20px;
		padding: 30px 20px;
	}

}

@media all and (max-width: 500px){

	.noanimation #ContentWrapper > div {
		margin-top: 0 !important;
	}

}

/* Bildbank - Detail - Content */

/* linke Spalte */

/* Text */

.layoutDetail > section > .left > header > p {
	margin: 9px 0 25px 0;
}

/* Bild */

.layoutDetail > section > .left > .image {
	overflow: hidden;
	position: relative;
}
.layoutDetail > section > .left > .image:hover:after {
	bottom: 0;
	right: 0;
	-webkit-transition: bottom 300ms ease-in-out 200ms, right 300ms ease-in-out 200ms;
	-moz-transition: bottom 300ms ease-in-out 200ms, right 300ms ease-in-out 200ms;
	-ms-transition: bottom 300ms ease-in-out 200ms, right 300ms ease-in-out 200ms;
	-o-transition: bottom 300ms ease-in-out 200ms, right 300ms ease-in-out 200ms;
	transition: bottom 300ms ease-in-out 200ms, right 300ms ease-in-out 200ms;
}
.layoutDetail > section > .left > .image > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.layoutDetail > section > .left > .image > a:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.layoutDetail > section > .left > .image > a:before {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    right: -75%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.layoutDetail > section > .left > .image > a:hover:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {

	100% {
		right: 125%;
	}

}
@keyframes shine {

	100% {
		right: 125%;
	}

}
.layoutDetail > section > .left > .image > a > img {
	display: block;
	width: 100%;
}
.fancybox-inner.lock:before {
	background: url("/img/layout/kufsteiner-land.png") no-repeat scroll right 20px center rgba(255, 255, 255, 0.5);
	border-radius: 1px solid rgba(255, 255, 255, 0.3);
	bottom: 0;
	color: #ffffff;
	content: "© Kufsteinerland";
	display: block;
	font-family: "rum-serif";
	font-size: 35px;
	left: 0;
	line-height: 1;
	opacity: 0.5;
	padding: 25px 20px;
	position: absolute;
	right: 0;
}
.fancybox-inner.lock:after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.layoutDetail > section > .left > .image > a > span {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.layoutDetail > section > .left > .image > a > span {
    background: #333F42;
    bottom: -38px;
    color: #FFFFFF;
    left: 0;
    line-height: 38px;
    opacity: 0;
    padding: 0 60px 0 0;
    position: absolute;
    text-align: right;
    width: 100%;
	-webkit-transition: bottom 300ms ease-in-out, opacity 300ms ease-in-out;
	-moz-transition: bottom 300ms ease-in-out, opacity 300ms ease-in-out;
	-ms-transition: bottom 300ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: bottom 300ms ease-in-out, opacity 300ms ease-in-out;
	transition: bottom 300ms ease-in-out, opacity 300ms ease-in-out;
}
body.isSafari .layoutDetail > section > .left > .image > a > span {
	line-height: 34px;
	padding-top: 4px;
}
.layoutDetail > section > .left > .image > a:hover > span {
    bottom: 0;
    opacity: 1;
	-webkit-transition: bottom 300ms ease-in-out 200ms, opacity 300ms ease-in-out 200ms;
	-moz-transition: bottom 300ms ease-in-out 200ms, opacity 300ms ease-in-out 200ms;
	-ms-transition: bottom 300ms ease-in-out 200ms, opacity 300ms ease-in-out 200ms;
	-o-transition: bottom 300ms ease-in-out 200ms, opacity 300ms ease-in-out 200ms;
	transition: bottom 300ms ease-in-out 200ms, opacity 300ms ease-in-out 200ms;
}
.layoutDetail > section > .left > .image > a > span > i {
    background: #658C8E;
    content: "";
    height: 100%;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
}


/* Keywords */

.layoutDetail > section > .left > div.keywords {
	margin: 30px 0;
}
.layoutDetail > section > .left > div.keywords > h3 {
	color: #751020;
	font-family: "Rum-Serif";
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.layoutDetail > section > .left > div.keywords > ul:after {
	clear: both;
	content: "";
	display: block;
}
.layoutDetail > section > .left > div.keywords > ul > li {
	display: block;
	float: left;
	margin: 0 3px 3px 0;
}
.layoutDetail > section > .left > div.keywords > ul > li > a {
	border: 1px solid #4d8e8f;
	color: #404040;
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 15px 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
body.isSafari .layoutDetail > section > .left > div.keywords > ul > li > a {
	padding-bottom: 3px;
	padding-top: 8px;
}
.layoutDetail > section > .left > div.keywords > ul > li > a:hover {
	background: #4d8e8f;
	border: 1px solid #4D8E8F;
	color: #FFFFFF;
}

/* weitere Bilder */

.layoutDetail > section > .left > div.furtherimages {
	margin: 30px 0;
}
.layoutDetail > section > .left > div.furtherimages > .filter {
	margin: 0 0 14px 0;
	text-align: right;
}
.layoutDetail > section > .left > div.furtherimages > .filter:after {
	clear: both;
	content: "";
	display: block;
}
.layoutDetail > section > .left > div.furtherimages > .filter > p {
	color: #751020;
	float: left;
	font-family: "Rum-Serif";
	font-size: 16px;
	font-weight: 500;
	margin: 11px 20px 0 0;
}
.layoutDetail > section > .left > div.furtherimages > .filter > ul {
	float: right;
}
.layoutDetail > section > .left > div.furtherimages > .filter > ul > li {
	border: 1px solid #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 0 5px;
	padding: 10px 15px 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
body.isSafari .layoutDetail > section > .left > div.furtherimages > .filter > ul > li {
	padding-bottom: 7px;
	padding-top: 13px;
}
.layoutDetail > section > .left > div.furtherimages > .filter > ul > li:hover,
.layoutDetail > section > .left > div.furtherimages > .filter > ul > li.selected {
	border: 1px solid #4d8e8f;
}
.layoutDetail > section > .left > div.furtherimages > .filter > ul > li > i {
	color: #4d8e8f;
	margin: 0 8px 0 0;
}
.layoutDetail > section > .left > div.furtherimages.noresult > .grid > li {
	margin-bottom: 20px;
	margin-top: 20px;
}
.layoutDetail > section > .left > div.furtherimages > .tofilter {
	margin: 40px 0;
	text-align: right;
}
.layoutDetail > section > .left > div.furtherimages > .tofilter > a {
	background: #658c8e none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-family: "Rum-Serif";
	font-size: 16px;
	font-weight: normal;
	padding: 10px 20px;
}
body.isSafari .layoutDetail > section > .left > div.furtherimages > .tofilter > a {
	padding-bottom: 8px;
	padding-top: 12px;
}
.layoutDetail > section > .left > div.furtherimages > .tofilter > a > i {
	margin: 0 0 0 8px;
	position: relative;
	top: -1px;
}

/* rechte Spalte */

.layoutDetail > section > .right > div {
	background: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 25px 30px 23px;
}
.layoutDetail > section > .right > div:last-child {
	margin-bottom: 0;
}
.layoutDetail > section > .right > div > h3 {
	color: #751020;
	font-family: "Rum-Serif";
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

/* Bild merken */

.layoutDetail > section > .right > .button {
	border: 1px solid #4d8e8f;
	display: block;
	font-family: "rum-serif";
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 11px 10px 9px;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
body.isSafari .layoutDetail > section > .right > .button {
	padding-bottom: 7px;
	padding-top: 13px;
}
.layoutDetail > section > .right > .button:hover {
	background: #4d8e8f;
	color: #FFFFFF;
}
.layoutDetail > section > .right > .button.hide {
	display: none;
}
.layoutDetail > section > .right > .button > i {
	margin: 0 8px 0 0;
}

/* Bildkatalog hinzufügen */

.layoutDetail > section > .right > div.catalogue {
	background: #333F42;
}
.layoutDetail > section > .right > div.catalogue > p {
	color: #FFFFFF;
	margin: 0 0 10px;
}
.layoutDetail > section > .right > div.catalogue > form > .row > select {
	border: 0 none;
	height: 45px;
	padding: 0 10px;
	text-overflow: ellipsis;
	width: 100%;
}
.layoutDetail > section > .right > div.catalogue > form > .button {
	margin: 20px 0 0;
}
.layoutDetail > section > .right > div.catalogue > form > .button > input {
	background: #658C8E;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: "Rum-Serif";
	font-size: 18px;
	font-weight: normal;
	padding: 11px 10px 9px;
	text-align: center;
	width: 100%;
}

/* Bildformat Daten */

.layoutDetail > section > .right > div.formatdata > ul > li {
	border-bottom: 2px dotted #d1d1d1;
	margin: 0 0 3px;
	padding: 5px 0 7px;
}
body.isSafari .layoutDetail > section > .right > div.formatdata > ul > li {
	padding-bottom: 5px;
	padding-top: 7px;
}
.layoutDetail > section > .right > div.formatdata > ul > li:after {
	clear: both;
	content: "";
	display: block;
}
.layoutDetail > section > .right > div.formatdata > ul > li > .value {
	float: right;
}

/* Downloads */

.layoutDetail > section > .right > div.downloads {
	background: #333F42;
	color: #FFFFFF;
}
.layoutDetail > section > .right > div.downloads > h3 {
	color: #FFFFFF;
	font-size: 20px;
}
.layoutDetail > section > .right > div.downloads > ul {
	margin: 15px 0 0 0;
}
.layoutDetail > section > .right > div.downloads > ul > li:before {
	background: #FFFFFF;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
}
body.isSafari .layoutDetail > section > .right > div.downloads > ul > li:before {
	top: -2px;
}
.layoutDetail > section > .right > div.downloads > ul > li {
	cursor: pointer;
	margin: 0 0 7px;
	padding: 2px 0 0 34px;
	position: relative;
}
.layoutDetail > section > .right > div.downloads > ul > li > i {
	color: #4d8e8f;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 5px;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
body.isSafari .layoutDetail > section > .right > div.downloads > ul > li > i {
	top: 4px;
}
.layoutDetail > section > .right > div.downloads > ul > li.selected > i {
	opacity: 1;
}
.layoutDetail > section > .right > div.downloads > a {
	background: #658C8E;
	color: #FFFFFF;
	display: block;
	font-family: "Rum-Serif";
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 0;
	padding: 11px 10px 9px;
	text-align: center;
}
body.isSafari .layoutDetail > section > .right > div.downloads > a {
	padding-bottom: 8px;
	padding-top: 13px;
}

@media all and (max-width: 980px){

	.layoutDetail > section > .right > div.downloads {
		float: right;
		width: 48%;
	}
	.layoutDetail > section > .right > div.photographer {
		position: absolute;
		top: 364px;
		width: 45%;
	}
	.layoutDetail > section > .right > div.formatdata {
		clear: left;
		float: left;
		width: 48%;
	}
	.layoutDetail > section > .left > div.furtherimages {
		display: none;
	}

}

@media all and (max-width: 700px){

	.layoutDetail > section > .right > div.downloads {
		float: none;
		width: auto;
	}
	.layoutDetail > section > .right > div.formatdata {
		float: none;
		width: auto;
	}

}

@media all and (max-width: 600px){

	.layoutDetail > section > .left > div.furtherimages > .filter {
		text-align: left;
	}
	.layoutDetail > section > .left > div.furtherimages > .filter > p {
		float: none;
		margin: 0 0 10px 0;
	}
	.layoutDetail > section > .left > div.furtherimages > .filter > ul {
		float: none;
	}
	.layoutDetail > section > .left > div.furtherimages > .filter > ul > li {
		margin: 0 5px 0 0;
	}

}

@media all and (max-width: 450px){

	.layoutDetail > section > .left > div.furtherimages > .filter > ul > li {
		display: block;
		margin: 0 0 2px;
	}

}

/* Element - MapDetails */

.layoutDetail > section > .right > .mapDetails {
	height: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.layoutDetail > section > .right > .mapDetails > #map {
	height: 240px;
	width: 100%;
}
.layoutDetail > section > .right > .mapDetails > .photographer {
	background: #ffffff none repeat scroll 0 0;
	padding: 17px 30px 10px;
}
.layoutDetail > section > .right > .mapDetails > .photographer > h3 {
	color: #751020;
	font-family: "Rum-Serif";
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

@media all and (max-width: 980px){

	.layoutDetail > section > .left {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
	}
	.layoutDetail > section > .right > .mapDetails {
		float: left;
		width: 48%;
	}
	.layoutDetail > section > .right > .mapDetails > #map {
		height: 165px;
	}
	.layoutDetail > section > .right > .mapDetails > .photographer {
		padding-top: 10px;
	}
	body.isSafari .layoutDetail > section > .right > .mapDetails > .photographer {
		padding-top: 13px;
	}

}

@media all and (max-width: 700px){

	.layoutDetail > section > .right > .mapDetails {
		float: none;
		width: auto;
	}

}