.gallery-grid {
	clear: both;
	float:center;
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height:auto;
	max-width: 1280px;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: 2.00%;
	left:0px;
	top:100px;
}
.gallery-grid figure img:hover { border:10px; #000;}/***/
/* Common style */
.gallery-grid figure {/* min-width: 320px;  max-width: 480px; max-height: 360px; */ 
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1.20% 1.20%;/* abstand bilder gallery */
	width: 30%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	-webkit-box-shadow: 0px 0px 15px 2px #333333;/*  img hover effeckt */
	-moz-box-shadow: 0px 0px 15px 2px #333333;
	box-shadow: 0px 0px 15px 2px #333333;
	-webkit-box-shadow: 0px 0px 15px 2px #111111;
	-moz-box-shadow: 0px 0px 15px 2px #111111;
	box-shadow: 0px 0px 15px 2px #111111;
}

.gallery-grid figure img {
	clear: both;
	float: left;	
	display: block;
	position: relative;
	height:auto;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	 overflow: hidden; 
	visibility: visible;
	-webkit-box-shadow: 0px 0px 20px 2px #333333;
	-moz-box-shadow: 0px 0px 20px 2px #333333;
	box-shadow: 0px 0px 20px 2px #333333;
	-webkit-box-shadow: 0px 0px 20px 2px #111111;
	-moz-box-shadow: 0px 0px 20px 2px #111111;
	box-shadow: 0px 0px 20px 2px #111111;
	border: 4px solid #7c531e;
}

.gallery-grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-grid figure figcaption::before,
.gallery-grid figure figcaption::after {
	pointer-events: none;
}

.gallery-grid figure figcaption,
.gallery-grid figure figcaption > a { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115%;/*  weise drei eckig hinter recht position */
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0; 
}

.gallery-grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.gallery-grid figure h2 span {
	font-weight: 800;
}

.gallery-grid figure h2,
.gallery-grid figure p {
	margin: 10;
}
.55gallery-grid h2 p {
	word-spacing: -0.18em;
	color: #FFF;
	float:left;
	font-size: 40.1%;
	text-shadow: 1px 0px 0 #000;
	font-weight: lighter;
}
.gallery-grid figure h2 span {
	word-spacing: -0.18em;
	color: #f8ac28;
	font-size: 65.1%;
	text-shadow: 2px 2px 7px #000;
	font-weight: 300;
}

.gallery-grid figure h4 span{
	word-spacing: -0.2em;
	font-weight: 300;
	letter-spacing: 0.1em; 
	color: #FFF;
	margin-top:10px;
	padding-top:5px;
	font-size: 56.00%;
	text-shadow: 1px 0px 0 #000;
}
.gallery-grid figure p {
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px #FFF;
	font-size: 50.5%;
	margin-bottom:17px; /*  simbole nach oben positionieren */		
}

i.icon-fil:hover { color: #ccc;}
/* Individual effects */
/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	background: #a62510; /* war #162633 */ 
	text-align: left;
	
}

figure.effect-winston img { 
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 1;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	background-image: url(../../../MG-Design_css/triangle.svg); /* drei eckig Transparent in hover iamges */
	background-repeat: no-repeat;
	background-position: center center;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 0.2em 9% 0;/* 7% symbol position */
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=1);
   opacity: 1;
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear; 
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);   
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

@media screen and (max-width: 920px) {
	figure.effect-terry h2 {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
	color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}


/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.gallery-grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}