/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
/*Add your own styles here:*/
.l-header.shadow_thin .l-subheader.at_middle,
.l-header.shadow_thin .l-subheader.at_bottom,
.l-header.shadow_none.sticky .l-subheader.at_middle,
.l-header.shadow_none.sticky .l-subheader.at_bottom {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  border-bottom: solid 2px #96ba3a;
}

.projekt-gr-status {
  padding: 5px;
  line-height: 1.3;
  text-align: center;
}

.projekt-gr-status .w-post-elm-before {
  display: block;
  font-size: 0.6em;
  line-height: 0.7em;
}

.triangle-bottom {
  border: 2px solid #86bc25;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 2rem !important;
  background-color: #5d626f;
}

.triangle-bottom:after {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #86bc25;
  clear: both;
}

.akd-img-underlay {
  width: 55% !important;
  margin-left: -15% !important;
  position: relative !important;
  z-index: 0 !important;
}

@media screen and (max-width: 767px) {
  .akd-img-underlay {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 900px) {
  .owl-nav {
    display: inherit !important;
  }
}

#form_mitgliliedwerden button[type="submit"]:not(.w-btn) {
  margin-top: 0.5rem;
  background: #004f9e;
}

.ds-checkbox {
  margin-top: 12px;
  margin-bottom: 5px;
}

.ds-checkbox .frm_checkbox {
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.ds-checkbox a {
  color: #004f9e !important;
}

.ds-checkbox a:hover {
  color: #7c8491 !important;
}

.akd-width-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@-webkit-keyframes CTAslideIn1 {
  0% {
    -webkit-transform: translate(60px, 0px);
            transform: translate(60px, 0px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes CTAslideIn1 {
  0% {
    -webkit-transform: translate(60px, 0px);
            transform: translate(60px, 0px);
  }
  40% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  60% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes CTAslideIn2 {
  0% {
    -webkit-transform: translate(60px, -53px);
            transform: translate(60px, -53px);
  }
  40% {
    -webkit-transform: translate(0px, -53px);
            transform: translate(0px, -53px);
  }
  60% {
    -webkit-transform: translate(0px, -53px);
            transform: translate(0px, -53px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes CTAslideIn2 {
  0% {
    -webkit-transform: translate(60px, -53px);
            transform: translate(60px, -53px);
  }
  40% {
    -webkit-transform: translate(0px, -53px);
            transform: translate(0px, -53px);
  }
  60% {
    -webkit-transform: translate(0px, -53px);
            transform: translate(0px, -53px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes CTAslideIn3 {
  0% {
    -webkit-transform: translate(60px, calc( -2 * 53px));
            transform: translate(60px, calc( -2 * 53px));
  }
  40% {
    -webkit-transform: translate(0px, calc( -2 * 53px));
            transform: translate(0px, calc( -2 * 53px));
  }
  60% {
    -webkit-transform: translate(0px, calc( -2 * 53px));
            transform: translate(0px, calc( -2 * 53px));
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes CTAslideIn3 {
  0% {
    -webkit-transform: translate(60px, calc( -2 * 53px));
            transform: translate(60px, calc( -2 * 53px));
  }
  40% {
    -webkit-transform: translate(0px, calc( -2 * 53px));
            transform: translate(0px, calc( -2 * 53px));
  }
  60% {
    -webkit-transform: translate(0px, calc( -2 * 53px));
            transform: translate(0px, calc( -2 * 53px));
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.fixed-cta {
  position: fixed;
  width: 45px;
  right: 0;
  top: 300px;
}

.fixed-cta .w-text {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.63, 0.21, 0.32, 1.29);
          animation-timing-function: cubic-bezier(0.63, 0.21, 0.32, 1.29);
  /*&:nth-child(4) {
			animation-delay: 3.4s;
		}
		&:nth-child(5) {
			animation-delay: 3.5s;
		}*/
}

.fixed-cta .w-text .w-text-h {
  background-color: #004f9e;
}

.fixed-cta .w-text:first-child {
  -webkit-animation-name: CTAslideIn1;
          animation-name: CTAslideIn1;
}

.fixed-cta .w-text:nth-child(2) {
  -webkit-animation-name: CTAslideIn2;
          animation-name: CTAslideIn2;
}

.fixed-cta .w-text:nth-child(3) {
  -webkit-animation-name: CTAslideIn3;
          animation-name: CTAslideIn3;
}

.fixed-cta .w-text:not(:last-child) {
  margin-bottom: 5px;
}

.fixed-cta .w-text a.w-text-h {
  display: block;
  height: 48px;
  color: #ffffff;
  padding: 9px 12px 3px 14px;
  -webkit-transition: 0.35s cubic-bezier(0.8, 0.2, 0.2, 0.4);
  -o-transition: 0.35s cubic-bezier(0.8, 0.2, 0.2, 0.4);
  transition: 0.35s cubic-bezier(0.8, 0.2, 0.2, 0.4);
}

.fixed-cta .w-text a.w-text-h > i {
  font-size: 18px !important;
}

.fixed-cta .w-text:hover a.w-text-h {
  -webkit-transform: translateX(calc(-100% + 46px));
      -ms-transform: translateX(calc(-100% + 46px));
          transform: translateX(calc(-100% + 46px));
}

.fixed-cta .w-text .w-text-value {
  margin-left: 15px;
  font-size: 18px;
}

.fixed-cta .w-text:hover a,
.fixed-cta .w-text:hover a:hover,
.fixed-cta .w-text a:hover {
  color: #fff !important;
}
