
hr {background-image: url(../../../XIArsFingendiAgere/wmfarbe1.jpg); padding: 0px; color: white; height:3px}
/*include fonts*/
@font-face {
  font-family: 'Enchanting Celebrations';
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot");
  src: url("assets/fonts/celebration/EnchantingCelebrations.eot?#iefix") format("embedded-opentype"), url("assets/fonts/celebration/EnchantingCelebrations.woff2") format("woff2"), url("assets/fonts/celebration/EnchantingCelebrations.woff") format("woff"), url("assets/fonts/EnchantingCelebrations.ttf") format("truetype"), url("assets/fonts/celebration/EnchantingCelebrations.svg#EnchantingCelebrations") format("svg");
  font-weight: normal;
  font-style: normal;
}
.showcase{
  text-align: center;
  position: relative;
  height: 100vh;
  background-image: url('assets/images/back.jpg');
  background-size: cover;
  background-position: center;
}
.showcase:after{
  background: rgba(0, 0, 0, 0.73) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.showcase__column-wrap{
  position: relative;
  z-index: 999;
}
.showcase__heading{
  color: #fff;
  font-size: 65px;
  font-family: 'Enchanting Celebrations';
}
.showcase__sub-heading{
  margin-bottom: 65px;
  color: #fff;
  position: relative;
}
.showcase__sub-heading:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #fff;
  height: 2px;
  width: 140px;
  margin: 0 auto;
  bottom: -25px;
}
.showcase__column-wrap{
  position: absolute;
  content: "";
  top:50%;
  transform: translateY(-50%);
}
.showcase__gallery{
  padding: 30px;
}
.showcase__gallery img{
  width: 100%;
}
.showcase__content-wrap{
  background-color: #fff;
}
.showcase__gallery figcaption {
 text-align: center;
 padding-bottom: 12px;
 padding-top: 12px;
}
.showcase__gallery figcaption h1{
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #000;
  font-weight: bold;
}
.showcase__btn{
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  left: 0;
  margin: 0 auto;
  padding: 6px 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear 0s;
  border: 1px solid #ffffff;
  max-width: 140px;
  width: 100%;
}
.showcase__btn:hover{
  text-decoration: none;
  cursor: pointer;
}
.showcase__btn:focus{
  text-decoration: none;
  outline: none;
}
.showcase__image-wrap {
  position: relative;
  transition: 0.3s linear all;
}
.showcase__overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s linear all;
}
.showcase__content-wrap:hover .showcase__overlay{
 opacity: 1;
 transition: 0.3s linear all;
}
/*=====================================
=            media quaries            =
=====================================*/
@media only screen and (max-width: 768px) {
 .showcase{
   height: auto;
 }
 .showcase__column-wrap{
   position: static;
   transform: translateY(0%);
 }
 .showcase__heading{
   margin: 0;
   padding-top: 20px;
 }
}
/*=====  End of media quaries  ======*/
