/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2019 | 06:49:03 */
/* Caroussel Dots */
.owl-theme .owl-dots .owl-dot span {
  margin: 0px 4px;
}

.frontpage-productbox > .fl-col-content {
	background: rgba(255, 255, 255, .8);
}

.frontpage-productbox > .fl-col-content:hover {
	background: rgba(255, 255, 255, 1);
    background-image:url('https://organicstrategies.de/wp-content/uploads/2019/03/wave.png');
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 20px;
	box-shadow: 0px 4px 12px 0px rgba(84,78,118,0.2);
}

.product-description {
    font-size: 15px;
    line-height: 1.8;
}

.product-link span    {
    display: block;
	position:relative;
}

.product-link:hover {
    letter-spacing: -0.2px;
    transition: all .2s ease-in-out;
}

.product-link span#arrow-right:after {
    content: ' ';
    background-image: url(/wp-content/uploads/2019/03/arrow.svg);
    height: 11px;
    width: 42px;
    float:right;
	margin-top: 5px;
}

.white-arrow {
 display: inline-block;
  width: 40px;
  height: 10px;
  float: right;
  margin-top: 8px;
}

.nf-form-fields-required {
  display: none;
}

#nf-field-6, #nf-field-22 {
  width:100%;
}

.newsletter-info {
  	text-align: center;
    font-size: 14px;
    color: #5f6184;
}

.newsletter-info-blog {
  text-align: left;
  font-size: 11px;
}

/** Animated gradient color **/
.fl-row.hero.hero--landing > .fl-row-content-wrap{
  background: linear-gradient(46deg, #f39200, #d94d15, #3E5A66 85%, #3E5A66 90%, #919FA9 100%);
  background-position:0% 88%;
  background-size: 1000% 1000%;
  overflow-y: hidden;

  -webkit-animation: LandingHeroColor 5s ease .6s;
  -moz-animation: LandingHeroColor 5s ease .6s;
  animation: LandingHeroColor 5s ease .6s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes LandingHeroColor {
   0%{background-position:0% 88%}
   50%{background-position:100% 13%}
   100%{background-position:0% 88%}
}
@-moz-keyframes LandingHeroColor {
   0%{background-position:0% 88%}
   50%{background-position:100% 13%}
   100%{background-position:0% 88%}
}
@keyframes LandingHeroColor {
   0%{background-position:0% 88%}
   100%{background-position:100% 13%}
}