/*///////////////////////////////////////////////////////
////////////////////SYMPIC-CSS///////////////////////////
///////////////////////////////////////////////////////*/


.ekit-wid-con .elementskit-info-image-box:hover .elementskit-box-content .elementskit-info-box-title {color: #1D4221!important;}



/*///////////////////////////////////////////////////////
///////////////////////SYMPIC-Standard CSS/////////////////
///////////////////////////////////////////////////////*/
/*Impressum*/
.impressum h1 {font-size: 40px;}
.impressum h2, .impressum h3 {font-size: 26px;}
/*Wasserzeichen*/
.sympic-footer-link {
 width: 260px;
 height: 60px;
 border-radius: 5px;
 box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
 background: #fff;
 position: relative;
 overflow: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 border-radius: 30px;
 -webkit-box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 -moz-box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-border-radius: 60px 3px;
 border-radius: 60px 3px;
 transition: box-shadow .3s;
 opacity: .3;
 margin:auto;
}
@media (min-width:720px) {
 .sympic-footer-link {float: right;}

}
.sympic-footer-link img {
 vertical-align: top;
}
.sympic-footer-link:hover {
 box-shadow: 0 0 11px rgba(33,33,33,.2);
 outline: none;
 border-color: #34a299;
 box-shadow: 0 0 10px #34a299;
 transition: all .3s;
 opacity: 1;
}
.wave {
 opacity: .4;
 position: absolute;
 top: -70%;
 left: 42%;
 background: rgba(77,78,64,0.5);
 width: 500px;
 height: 500px;
 margin-left: -250px;
 margin-top: -250px;
 -webkit-transform-origin: 50% 48%;
 transform-origin: 50% 48%;
 border-radius: 43%;
 -webkit-animation: drift 3000ms infinite linear;
 animation: drift 7000ms infinite linear;
}
.wave.-three {
 -webkit-animation: drift 5000ms infinite linear;
 animation: drift 5000ms infinite linear;
}
.wave.-two {
 -webkit-animation: drift 7000ms infinite linear;
 animation: drift 7000ms infinite linear;
 opacity: .1;
 background: #34a299;
}
.sympic-footer-link::after {
 content: '';
 display: block;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: -webkit-linear-gradient(top, #34a299, rgba(52, 162, 153, 0) 80%, rgba(255, 255, 255, 0.7));
 background: linear-gradient(to bottom, rgba(52,162,153,0.5), rgba(52, 162, 153, 0) 65%, rgba(255, 255, 255, 0.3));
 z-index: 11;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.sympic-footer-link .title {
 position: absolute;
 left: 0px;
 top: 5px;
 width: 100%;
 z-index: 1;
 line-height: 300px;
 text-align: center;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 color: white;
 text-transform: uppercase;
 font-family: 'Playfair Display', serif;
 letter-spacing: .4em;
 font-size: 24px;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
 text-indent: .3em;
}
.sympic-footer-link .title img {
 max-width: 75%;
 margin: 0 auto;
}
@-webkit-keyframes drift {
 from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 from {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes drift {
 from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 from {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}

