@charset "UTF-8";
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/Avada-Child-Theme/node_modules/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body #toTop {
  right: 25px;
}
body .hidden {
  display: none;
}
body .bcPositionTop .cookieOption2 {
  display: none;
}
body .typo-bgblau {
  display: inline-block;
  background: #00b0b9;
  padding: 10px;
  margin: 20px 0px 20px 0px;
}
body .typo-bgblau.typo-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
body .typo-bggrau {
  display: inline-block;
  background: #3a4149;
  padding: 10px;
  margin: 20px 0px 20px 0px;
}
body .typo-bggrau.typo-center {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
body .svg-100 img {
  width: 100%;
}
body .d-flex {
  display: flex !important;
}
body .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
body .row > * {
  max-width: 100%;
  width: 100%;
  flex-shrink: 0;
  padding-right: 15px;
  padding-left: 15px;
}
body .col {
  flex: 1 0 0;
}
body .col-auto {
  flex: 0 0 auto;
  width: auto;
}
body .align-items-end {
  align-items: flex-end !important;
}
body .align-items-center {
  align-items: center !important;
}
body .column-slider {
  position: relative;
}
body .column-slider .slick-dotted {
  margin-bottom: 0 !important;
}
body .column-slider .slick-dotted .co-testimonial__quote {
  padding-bottom: 4rem;
}
body .column-slider .slick-dots {
  bottom: 1rem;
}
body .column-slider .slick-dots li button::before {
  content: "";
  font-size: 14px;
}
body .column-slider .slick-track {
  height: inherit !important;
  display: flex !important;
}
body .column-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  flex-direction: column;
}
body .column-slider .slick-slide > .fusion-column-wrapper {
  flex-grow: 1;
}
body .column-slider .slick-arrow {
  position: absolute;
  bottom: 0.5rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 2rem;
  z-index: 300;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
body .column-slider .slick-arrow::before {
  display: none;
}
body .column-slider .slick-arrow.slick-prev {
  left: calc(50% - 1rem);
}
body .column-slider .slick-arrow.slick-next {
  left: calc(50% + 1rem);
}
body .portfolio-filter-container .fusion-filters {
  margin-top: 0;
  border: 0;
  background-color: #4a4a49;
  padding: 1.125rem max(3%, 15px);
  z-index: 1;
}
body .portfolio-filter-container .fusion-filters .fusion-filter {
  display: flex;
  align-items: center;
  margin-right: 0.7rem;
  border: none;
}
body .portfolio-filter-container .fusion-filters .fusion-filter:not(:first-child)::before {
  content: "»";
  color: #00b0b9;
  font-size: 2rem;
  margin-right: 0.7rem;
  position: relative;
  top: -0.07em;
}
body .portfolio-filter-container .fusion-filters .fusion-filter a {
  color: #ccd500;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 0;
  letter-spacing: 0.05em;
}
body .portfolio-filter-container .fusion-filters .fusion-filter a:hover, body .portfolio-filter-container .fusion-filters .fusion-filter a:focus, body .portfolio-filter-container .fusion-filters .fusion-filter a:active {
  color: #fff;
}
body .portfolio-filter-container .fusion-filters .fusion-filter.fusion-active a {
  border-bottom: 2px solid #fff;
  color: #fff;
}
body .portfolio-filter-container--light .fusion-filters {
  background-color: #fff;
}
body .portfolio-filter-container--light .fusion-filters .fusion-filter a {
  color: #4a4a49;
}
body .portfolio-filter-container--light .fusion-filters .fusion-filter a:hover, body .portfolio-filter-container--light .fusion-filters .fusion-filter a:focus, body .portfolio-filter-container--light .fusion-filters .fusion-filter a:active {
  color: #ccd500;
}
body .portfolio-filter-container--light .fusion-filters .fusion-filter.fusion-active a {
  border-bottom: 2px solid #ccd500;
  color: #ccd500;
}
body .portfolio-filter-container .fusion-portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #00b0b9;
  z-index: -1;
}
body .portfolio-filter-container .fusion-portfolio-wrapper {
  padding-right: 5%;
  padding-left: 5%;
}
body .portfolio-filter-container .fusion-portfolio-wrapper .fusion-portfolio-content-wrapper {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: none !important;
}
@media (max-width: 767.8px) {
  body .portfolio-filter-container .fusion-portfolio-wrapper .fusion-portfolio-content-wrapper {
    max-width: 90%;
  }
}
body .fusion-portfolio .fusion-image-wrapper {
  padding-bottom: 66.66%;
}
body .fusion-portfolio .fusion-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .fusion-portfolio.cs-portfolio-menschen {
  border: none !important;
}
body .fusion-portfolio.cs-portfolio-menschen .fusion-image-wrapper img {
  border-radius: 20px 20px 0 0;
}
body .fusion-portfolio.cs-portfolio-menschen .fusion-portfolio-content {
  border-radius: 0 0 20px 20px;
}
body .fusion-blog-shortcode .fusion-post-wrapper {
  border-radius: 20px;
}
body .fusion-blog-shortcode .fusion-post-wrapper .fusion-image-wrapper img {
  border-radius: 20px 20px 0 0;
}
body .pe-none {
  pointer-events: none !important;
}
body .rollover-excerpt .fusion-portfolio-content, body .rollover-excerpt .fusion-rollover-title {
  display: none !important;
}
body .rollover-excerpt .fusion-post-content {
  color: #fff;
}
body .menu-item.icon-ukraine .menu-text {
  display: flex;
  align-items: center;
}
body .menu-item.icon-ukraine .menu-text::before {
  content: "";
  margin-right: 0.5em;
  width: 24px;
  height: 15px;
  background: url("images/flag-ukraine.svg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 85.3125em) {
  header.fusion-header-wrapper .fusion-header .fusion-main-menu > ul > li.home-menu {
    display: none;
  }
}
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  header.fusion-header-wrapper .fusion-header .fusion-main-menu > ul > li {
    padding-right: 25px;
  }
}
header.fusion-header-wrapper .fusion-header .fusion-main-menu > ul > li:last-child {
  padding-right: 0;
}
header.fusion-header-wrapper .fusion-header .fusion-main-menu > ul > li > a {
  font-size: 12px;
}
#sliders-container .tp-caption > span {
  font-size: inherit !important;
}

.fusion-footer footer.fusion-footer-widget-area .fusion-widget-area {
  display: flex !important;
  flex-wrap: wrap;
}
.fusion-footer footer.fusion-footer-widget-area .fusion-widget-area > .fusion-column {
  display: flex;
  flex-direction: column;
}
.fusion-footer footer.fusion-footer-widget-area .fusion-widget-area > .fusion-column > section {
  flex: 1 0 auto;
}
.co-elegant.co-testimonial {
  display: flex;
  flex-direction: column;
  height: 100% !important;
}
.co-elegant.co-testimonial .co-testimonial__upper {
  position: relative;
}
.co-elegant.co-testimonial .co-testimonial__gradient {
  z-index: 1;
  line-height: 1;
}
@media (min-width: 1440px) {
  .co-elegant.co-testimonial .co-testimonial__gradient {
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin-top: -25%;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 25%);
  }
}
@media (min-width: 1600px) {
  .co-elegant.co-testimonial .co-testimonial__gradient {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.co-elegant.co-testimonial .co-testimonial__gradient__row {
  align-items: center;
}
@media (min-width: 1440px) {
  .co-elegant.co-testimonial .co-testimonial__gradient__row {
    align-items: flex-end;
  }
}
.co-elegant.co-testimonial .co-testimonial__logo {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 70px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
@media (min-width: 640px) {
  .co-elegant.co-testimonial .co-testimonial__logo {
    margin-right: calc(100vw * .05);
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .co-elegant.co-testimonial .co-testimonial__logo {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .co-elegant.co-testimonial .co-testimonial__logo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 639.8px) {
  .co-elegant.co-testimonial .co-testimonial__logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.co-elegant.co-testimonial .co-testimonial__tagline {
  font-family: "TTNorms", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  display: inline-flex;
  background-color: #4a4a49;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  padding-right: 0.7em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.co-elegant.co-testimonial .co-testimonial__tagline span {
  padding-left: calc(100vw * .05);
}
@media (max-width: 639.8px) {
  .co-elegant.co-testimonial .co-testimonial__tagline span {
    padding-right: 0.5rem;
  }
}
@media (max-width: 639.8px) {
  .co-elegant.co-testimonial .co-testimonial__tagline__col {
    flex: 0 0 100%;
  }
}
@media (min-width: 480px) {
  .co-elegant.co-testimonial .co-testimonial__tagline {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .co-elegant.co-testimonial .co-testimonial__tagline {
    font-size: 3rem;
  }
}
.co-elegant.co-testimonial .co-testimonial__quote {
  background-color: #ccd500;
  padding-top: 2rem;
  padding-bottom: 3rem;
  flex-grow: 1;
}
@media (max-width: 1023.8px) {
  .co-elegant.co-testimonial .co-testimonial__quote__col {
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .co-elegant.co-testimonial .co-testimonial__quote__col--image {
    display: flex;
    justify-content: center;
  }
}
.co-elegant.co-testimonial .co-testimonial__quote__image {
  width: 300px;
  height: auto;
  border-radius: 20px;
}
.co-elegant.co-testimonial .co-testimonial__quote__gradient {
  margin-left: 5%;
  margin-right: 5%;
}
@media (min-width: 1024px) {
  .co-elegant.co-testimonial .co-testimonial__quote__gradient {
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 75%);
    border-radius: 20px;
  }
}
.co-elegant.co-testimonial .co-testimonial__quote__col--text {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.co-elegant.co-testimonial .co-testimonial__quote__text {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.4;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .co-elegant.co-testimonial .co-testimonial__quote__text {
    font-size: 2rem;
  }
}
@media (min-width: 1900px) {
  .co-elegant.co-testimonial .co-testimonial__quote__text {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.co-elegant.co-testimonial .co-testimonial__quote__icon {
  width: 50px;
}
@media (min-width: 375px) {
  .co-elegant.co-testimonial .co-testimonial__quote__icon {
    width: 70px;
  }
}
@media (min-width: 640px) {
  .co-elegant.co-testimonial .co-testimonial__quote__icon {
    width: 100px;
  }
}
@media (max-width: 359.8px) {
  .co-elegant.co-testimonial .co-testimonial__quote__icon {
    display: none;
  }
}
.co-elegant.co-testimonial .co-testimonial__quote__icon--right {
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
