@charset "utf-8";
/*galerie
***************************************/
body,
#content {
	background:#404040;
	border:0;
}

.galerie .col6 h3 {
	border-bottom:none;
	font-size:18px;
}

.meta_date,
.meta_author,
.meta_category,
.meta_event,
.meta_photographers {
	color:#ccc;
}
body.galerie-album .meta.meta_box,
body.galerie-bild .meta.meta_box {
	margin-bottom:15px;
	padding:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #222;
	background:#333;
	color:#e5e5e5;
}
body.nm-galerie .meta.meta_box li { display:inline; }



/*Weil hier keine Überschrift*/
body.galerie-bild #nav_breadcrumb { margin-bottom:15px; }



/*album_preview
***************************************/
.album_preview {
	background:#222;
	background:-moz-linear-gradient(top, #333, #222);
	background:-webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
	box-shadow:0 5px 10px #333;
	-moz-box-shadow:0 5px 10px #333;
	-webkit-box-shadow:0 5px 10px #333;
	display:block;
	width:438px;
	height:198px;
	border:1px solid #222 !important; 
	margin-bottom:15px;
	position:relative; 
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

.album_preview:hover {
	background:#1c1c1c;
	text-decoration:none;
	border-color:#3A8BDC !important; 
	-o-transition:      border-color 0.3s linear;
	-moz-transition:    border-color 0.3s linear;
	-webkit-transition: border-color 0.3s linear;
	transition:         border-color 0.3s linear;
}
.album_preview .image-wrapper {
	width:198px;
	height:198px;
	background:no-repeat 50%;
	display:block;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.album_preview .meta_date {
	zoom:1;
	filter: alpha(opacity = 0);
	opacity :0;
	transition:         opacity 0.3s linear;
	-o-transition:      opacity 0.3s linear;
	-moz-transition:    opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	color:#bf1337;
	padding:10px;
	font:28px/178px 'Ubuntu', "HelveticaNeue-Light", Helvetica, Arial, Verdana, sans-serif;
	display:block;
	width:178px;
	background:rgb(242, 242, 242);
	background:rgba(242, 242, 242, 0.8);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.album_preview:hover .meta_date {
	opacity :1;
	filter: alpha(opacity = 80);
	cursor:pointer;/*IE-fix*/
}


.album_preview .meta {
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	width:178px;
	background:#1c1c1c;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}
.album_preview:hover .meta {  }

.album_preview .meta_category,
.album_preview .meta_event {
	color:#4AA0F5;
	display:block;
}

.album_preview .meta_descr {
	position:absolute;
	right:10px;
	bottom:10px;
	width:178px;
	color:#ccc;
}

/*image_preview
***************************************/
.image_preview a {
	background:#333;
	box-shadow:0 5px 10px #333;
	display:block;
	border:1px solid #222 !important;
	position:relative; 
	text-decoration:none;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.image_preview a:hover {
	background-color:#1a1a1a;
	border:1px solid #3A8BDC !important;
	-o-transition:      border 0.1s linear;
	-moz-transition:    border 0.1s linear;
	-webkit-transition: border 0.1s linear;
	transition:         border 0.1s linear;
}
.image_preview span {
	background:50% 50% no-repeat;
	width:198px;
	height:198px;
	display:block;
}




body.galerie-bild .galerie_picture {
	margin-bottom:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #222;
	background:#333;
	color:#e5e5e5;
	position:relative;
	text-align:center;
}
.galerie_picture img { vertical-align: top; }

body.galerie-bild .meta_description { text-align:center; }

/*nav_picture
***************************************/
.prev_image,
.next_image {
	position: absolute;
	bottom: 0;
	left:0;
	height: 100%;
	width: 35%;
	outline: none;
	background:transparent;
	transition:         background 0.3s;
	-o-transition:      background 0.3s;
	-moz-transition:    background 0.3s;
	-webkit-transition: background 0.3s;
}
.prev_image:hover,
.next_image:hover {
	text-decoration:none;
}

.prev_image:hover {
	background: -moz-linear-gradient(left,  rgba(242,242,242,0.2) 0%, rgba(242,242,242,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,0.2)), color-stop(100%,rgba(242,242,242,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,0.2) 0%,rgba(242,242,242,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,0.2) 0%,rgba(242,242,242,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,0.2) 0%,rgba(242,242,242,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(242,242,242,0.2) 0%,rgba(242,242,242,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33f2f2f2', endColorstr='#00f2f2f2',GradientType=1 ); /* IE6-9 */
}

.next_image {
	left:auto;
	right:0;
}
.next_image:hover {
	background: -moz-linear-gradient(left,  rgba(242,242,242,0) 0%, rgba(242,242,242,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.2) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#33f2f2f2',GradientType=1 ); /* IE6-9 */
}
div.prev_image:hover,
div.next_image:hover {
	background:none;
	filter:none;
}

.prev_image span,
.next_image span {
	width:40px;
	line-height:39px;
	padding-top:1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:block;
	text-align:center;
	border:1px solid #111;
	color:#4AA0F5;
	background:#404040;
	box-shadow:0 5px 10px rgba(51, 51, 51, 0.8);
	display:block;
	font-size:20px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 0;
	margin-left: -22px;
}
.next_image span {
	left:auto; /*ueberschreiben*/
	right: 0;
	margin:-22px -22px 0 0;
}

.prev_image:hover span,
.next_image:hover span {
	color:#fff;
	background:#3A8BDC;
	border-color:#3A8BDC;
}

div.prev_image       span,
div.prev_image:hover span,
div.next_image       span,
div.next_image:hover span {
	color: #404040;
	background: #222;
	border-color:#111;
}