.hauptimg-grid {
	clear: both;
	float:center;
	overflow: hidden;
	display: block;
	position: relative;
	width: 103.4%;
	height:auto;
	max-width: 1280px;
	list-style: none;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 3.00%;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 20px;
	padding-left: 10.00%;
	left:0px;
	top:140px;
}
.fa fa-search { top:-20px;}
.hauptimg-grid figure img:hover { border:5px; #000;}/***/
/* Common style */
.hauptimg-grid figure {/* min-width: 320px;  max-width: 480px; max-height: 360px; */ 
	position: relative;
	float: left;
	overflow: hidden;
	margin: 1.10% 1.10%;/* abstand bilder gallery */
	width: 98%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	-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;
}

.hauptimg-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: 7px solid #7c531e;
}

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

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

.hauptimg-grid figure figcaption,
.hauptimg-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 */
.hauptimg-grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0; 
}

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

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

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

.hauptimg-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;
}
.hauptimg-grid figure p {
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px #FFF;
	font-size: 50.5%;
	margin-bottom:35px; /*  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.8s linear;
   -moz-transition: all 0.8s linear;
   -o-transition: all 0.8s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.8s 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(../../../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.05%;
	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 only screen and (min-width: 481px) {
.hauptimg-grid {
	left:-30px;
}


}

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

	
	}
@media(max-width:480px ){
.hauptimg-grid {
	left:-30px;
}

	}
@media(max-width:320px ){
.hauptimg-grid {
	left:-30px;
}

	}
@media (min-width: 481px) and (max-width: 769px) {
.hauptimg-grid {
	left:-40px;
	position:relative;
	top:10px;
}
.body_Container {
	clear: both;
	float:left;
	display: block;
	top:200px;
	position:relative;
	margin-bottom:2400px;
}
.footer-Container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	z-index:1;
	position:relative;
	top:750px;
}
/*  ====== *** ====== */
#gallery-container {
	clear: both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	width: 100.00%;
	height:auto;
	display: block;
	position:absolute;
	text-align:center;
	padding-left:0.00%;
	padding-right:0.00%;
	top:600px;
}
.gallery-title h5{
	clear: both;
	float: left;
	margin-left: 5.50px;
	width: 78.00%;
	height: auto;
	display: block;
	osition: absolute;
	margin-right: 0.00%;
	padding-left: 5.50%;
	padding-right: 0.00%;
	margin-top: -15px;
	top: 0px;
	left: 30px;
	font-size: 12px;
}
.gallery-img {
	clear: both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	width: 100.00%;
	min-width:580px;
	padding-left:0.00%;
	padding-right:10.00%;
	height:auto;
	display: block;
	position:relative;
	text-align:center;
	padding-left:0.00%;
	padding-right:0.00%;
	left:-80px;
	top:60px;
}
.gallery-colors {
	clear: both;
	float:left;
	margin-left:5.00px;
	margin-right:0.00px;
	width: 100.00%;
	height:auto;
	display: block;
	position:relative;
	padding-left:0.00%;
	padding-right:0.00%;
	left:30px;
	top:-30px;
}
.gallery-colors2 {
	clear: both;
	float:left;
	margin-left:5.00px;
	margin-right:0.00px;
	width: 100.00%;
	height:auto;
	display: block;
	position:relative;
	padding-left:0.00%;
	padding-right:0.00%;
	margin-bottom:0px;
	left:-5px;
	top:-30px;
}
.gallery-colors h2{
	clear: both;
	float: left;
	margin-left: 10.00px;
	margin-right: 0.00px;
	width: 90.00%;
	height: auto;
	display: block;
	position: relative;
	padding-left: 0.00%;
	padding-right: 0.00%;
	top: 10px;
	left:0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #F93;
}
.gallery-iamges {
	clear: both;
	float: left;
	margin-left: 0.00px;
	margin-right: 0.00px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	padding-left: 0.00%;
	padding-right: 0.00%;
	top: 440px;
	left:-20px;
}
#gallery-container-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:auto;
	width: 100%;
	height:auto;
	display: block;
	position: relative;
	margin-right:2.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:-75px;
	padding-bottom:10px;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.00);
	top:-250px;
	left:30px;
}
.gallery-info {
}
.gallery-comment {
}
.gallery-info p{ font-size:16px; color:#db7100; max-width:420;}
.gallery-info i:hover{ clear: both; display: block; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 0.35); margin-top:20px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
.gallery-info i { clear: both; display: block; font-size:14px; color:#996; background-color: rgba(102, 33, 5, 1.50); margin-top:20px; padding-bottom:5px; padding-left:15px; padding-right:10px; width:100%; height:auto; max-width:420; margin-bottom:30px;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #d23611;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align: middle
}
a.titelbild b{ font-size:18px; color:#F93; text-shadow: 2px 2px 2 #000;}
.gallery-info b{ font-size:16px; color:#ccbdad; text-shadow: 2px 2px 2 #000;}
.gallery-info h3{ font-size:18px; color:#ccbdad;}
.gallery-info h4{ font-size:18px; color:#ccbdad;}
.gallery-info h5{ font-size:12px; color:#db7100;}
.colorpalette{ float: left; clear:left padding: 0; margin: 0; width: 100.00%; margin-bottom:15px;}
.colorpalette div{ float: left; padding: 0; margin: 0; list-style: none; width: 45px; height: 30px; margin-top:1px; margin-left: 2px; cursor:pointer; cursor:hand;
-webkit-box-shadow: 0px 0px 10px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	-webkit-box-shadow: 0px 0px 5px 2px #511903;
	-moz-box-shadow: 0px 0px 10px 2px #511903;
	box-shadow: 0px 0px 10px 2px #511903;
	border: 1px solid #6d1723;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: middle
}
.colorpalette div span { display: none;}
.paletteinfo{font-size:13px; padding:0; margin:0; margin-left:10px;}
.paletteinfo li{margin-bottom:8px}
.paletteinfo span{ border-bottom:3px solid white;}

/*  ====== *** ====== */
.contact-title {
	clear: both;
	float: left;
	margin-left: 10.00%;
	margin-right: 10.00%;
	width: 100%;
	left: 50px;
	padding-left: 20.00%;
	padding-right: 20.00%;
	display: block;
	margin: 0px auto;
	top:-300px;
	margin-bottom: 0px;
	position: relative;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	color:#F60;	
}
.contact-title h1:hover {
	color:#690;
}
.contact-title h3:hover {
	color:#FFF;
}
.contact-title h5:hover {
	color:#F00;
}
.contact-title h1{
	top:-90px;
	margin-bottom: -15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:34px;
	color:#F60;	
	letter-spacing: 2px;
	line-height: 1.0em;
	text-shadow: 2px 2px 0 #000;
}
.contact-title h3{
	top:-120px;
	margin-bottom: -5px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	color:#F00;	
	letter-spacing: 0.13em;
	line-height: 1.0em;
	text-shadow: 2px 2px 0 #000;
}
.contact-title h5{
	top:-80px;
	margin-bottom: -10px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	color:#F60;	
	letter-spacing: 1px;
	line-height: 1.0em;
	text-shadow: 2px 2px 0 #000;
}
.contact-title h6{
	top:-80px;
	margin-bottom: -5px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:10px;
	color:#F00;	
	letter-spacing: 1px;
	line-height: 1.0em;
	text-shadow: 2px 2px 0 #000;
}  

}
@media (min-width: 769px) and (max-width: 991px) {
/*  ====== *** ====== */
#gallery-container {
	clear: both;
	float:left;
	margin-left:0.00px;
	width: 48.00%;
	height:auto;
	display: block;
	position:absolute;
	margin-right:0.00%;
	padding-left:0.00%;
	padding-right:0.00%;
	top:-150px;
	left:30px;
}
#gallery-container-info {
	clear: both;
	float:right;
	margin:0px auto;
	margin-left:40.00px;
	width: 48%;
	height:auto;
	display: block;
	position: relative;
	margin-right:2.00%;
	padding-left:10px;
	padding-right:10px;
	padding-top:-75px;
	padding-bottom:10px;
	background:#FFF;
	background-color: rgba(255, 255, 255, 0.00);
	top:-10px;
}
.gallery-iamges {
	clear: both;
	float: left;
	margin-left: 0.00px;
	margin-right: 0.00px;
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	padding-left: 0.00%;
	padding-right: 0.00%;
	top: 300px;
	left:-30px;
}
.colorpalette div{ float: left; padding: 0; margin: 0; list-style: none; width: 32px; height: 30px; left:-30px; margin-right:0.00%;}  
}
@media (min-width: 992px) and (max-width: 1199px) {
	.
  
}