@charset "UTF-8";
/*!
Theme Name: Fresh Child
Theme URI: https://fresh.swiss
Description: Custom Fresh Child Theme.
Author: Fresh Interactive AG
Author URI: https://fresh.swiss
Template: hello-elementor
Version: 1.0.0
Text Domain: fresh-child
*/
:root {
  --global-padding: 20px;
  --global-margin: 20px;
  --e-global-color-primary: #000000;
  --e-global-color-secondary: #FFFFFF;
  --e-global-color-09c210a: #FFFFFF;
  --e-global-color-0948e4b: #000000;
  --e-global-color-text: #000000 ;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
}
@media (min-width: 768px) {
  .elementor-element {
    --widgets-spacing: 30px 30px;
  }
}
@media (min-width: 1025px) {
  .elementor-element {
    --widgets-spacing: 30px 30px;
  }
}

.elementor-menu-anchor {
  scroll-margin-top: 100px;
}

.header--fixed {
  background-color: var(--e-global-color-09c210a);
  box-shadow: rgba(25, 25, 25, 0.1) 0 10px 15px;
  width: 100% !important;
}
.header .elementor-menu-toggle {
  margin-right: -16px;
}
@media (min-width: 768px) {
  .header .elementor-menu-toggle {
    margin-right: 0;
  }
}
.header .cpel-switcher__lang {
  line-height: 1;
  padding: 0;
  position: relative;
}
.header .cpel-switcher__lang a {
  color: color-mix(in srgb, var(--e-global-color-09c210a), black 35%) !important;
}
.header .cpel-switcher__lang a:hover {
  color: var(--e-global-color-text) !important;
}
.header .cpel-switcher__lang:first-of-type {
  padding-left: 0;
}
.header .cpel-switcher__lang:last-of-type {
  padding-right: 0;
}
.header .cpel-switcher__lang:not(:last-child)::after {
  background-color: var(--e-global-color-text);
  bottom: 1px;
  content: "";
  height: 13px;
  margin: 0 12px;
  position: absolute;
  width: 1px;
}
.header .cpel-switcher__lang--active {
  padding-left: 0 !important;
}
.header .cpel-switcher__lang--active a {
  color: var(--e-global-color-text) !important;
  font-weight: 600 !important;
}
.header .cpel-switcher__name {
  padding-left: 4px !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.margin-bottom-0 p {
  margin-bottom: 0 !important;
}
.margin .padding-bottom-0 {
  padding-bottom: 0 !important;
}
.margin .padding-bottom-1 {
  padding-bottom: 16px !important;
}
.margin .padding-bottom-2 {
  padding-bottom: 32px !important;
}
.margin .padding-bottom-3 {
  padding-bottom: 48px !important;
}

.button a {
  border-radius: 0;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  line-height: 1.2;
  overflow: hidden;
  padding: 12px 42px;
  position: relative;
  transition: all 0.3s;
}
.button--primary a {
  background-color: transparent !important;
  color: var(--e-global-color-0948e4b) !important;
}
.button--primary a:hover .elementor-button-icon {
  opacity: 0;
  transform: translateX(16px);
}
.button--primary a:hover .elementor-button-text::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.button--primary .elementor-button-icon {
  margin-right: 8px;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.button--primary .elementor-button-icon svg {
  width: 24px;
}
.button--primary .elementor-button-text {
  padding-right: 22px;
  position: relative;
}
.button--primary .elementor-button-text::after {
  content: "›";
  font-size: 22px;
  line-height: 22px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 5px;
  transform: translateY(-50%) translateX(-6px);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.button__clear a {
  padding: 0 !important;
}
.button__clear::after {
  backface-visibility: hidden;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: background-color 0.25s ease-in-out, width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  width: 0;
}
.button__clear:hover::after {
  width: 100%;
}
.button__clear--black a {
  background-color: transparent !important;
  color: var(--e-global-color-0948e4b) !important;
}
.button__clear--black::after {
  background-color: var(--e-global-color-0948e4b);
}
.button__clear--white a {
  background-color: transparent !important;
  color: var(--e-global-color-09c210a) !important;
}
.button__clear--white::after {
  background-color: var(--e-global-color-09c210a);
}

.cookie-banner .cky-notice {
  font-family: "Montserrat", sans-serif;
}
.cookie-banner .cky-btn {
  border-radius: 3px !important;
  border-width: 1px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  padding-top: 11px !important;
  text-transform: none !important;
  transition: all 0.2s ease-in-out;
}
.cookie-banner .cky-btn:hover {
  background-color: var(--e-global-color-text) !important;
  border: 1px solid var(--e-global-color-0948e4b) !important;
  color: var(--e-global-color-09c210a) !important;
  opacity: 1 !important;
}
.cookie-banner .cky-btn-accept:hover {
  background-color: var(--e-global-color-0948e4b) !important;
  border: 1px solid var(--e-global-color-0948e4b) !important;
  color: var(--e-global-color-09c210a) !important;
  opacity: 1 !important;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 12px;
}
.container p:last-of-type {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
  .container--small {
    max-width: 960px;
  }
  .container--medium {
    max-width: 1200px;
  }
}
.container--cut-right {
  max-width: none;
  padding-left: 0;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container--cut-right {
    padding-right: 24px;
  }
}
@media (min-width: 1025px) {
  .container--cut-right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .container--cut-right {
    padding-right: calc((100vw - 1400px) / 2 + 24px);
  }
}

.hamburger {
  /*
   * Spin
   */
}
.hamburger.hamburger.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  margin: 0;
  padding: 10px 0;
  text-transform: none;
  transform: scale(1);
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
  overflow: visible;
  position: relative;
  z-index: 99999;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger:focus:not(:focus-visible) {
  outline: none;
}
.hamburger .hamburger-box {
  height: 32px;
  position: relative;
  width: 32px;
}
.hamburger .hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  background-color: var(--e-global-color-0948e4b);
  height: 3px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 32px;
  z-index: 1;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -10px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--e-global-color-0948e4b);
}
.hamburger.is-active .hamburger-box::before {
  opacity: 1;
  transform: scale(1);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  opacity: 0;
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.elementor-widget-text-editor a {
  color: var(--e-global-color-primary) !important;
  text-decoration: underline;
  transition: all 0.3s;
}
.elementor-widget-text-editor a:hover {
  color: var(--e-global-color-secondary) !important;
}

.main-nav .menu-item {
  position: relative;
}
.main-nav .menu-item a {
  display: inline-block;
  position: relative;
}
.main-nav .menu-item a::after {
  backface-visibility: hidden;
  bottom: 20px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: background-color 0.25s ease-in-out, width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  width: 0;
  background-color: var(--e-global-color-0948e4b) !important;
}
.main-nav .menu-item .elementor-item-active::after {
  width: 100%;
}
.main-nav .menu-item a:hover::after {
  width: 100%;
}

.elementor-widget-off-canvas {
  position: absolute;
  z-index: 99998;
}

.milestones__wrapper {
  position: relative;
}
.milestones__line {
  background-color: #cacaca !important;
  bottom: 132px;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .milestones__line {
    bottom: 132px;
  }
}
@media (min-width: 1025px) {
  .milestones__line {
    bottom: 180px;
  }
}
.milestones__line::before, .milestones__line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  inset-inline-end: 0;
  width: 10px;
  height: 1px;
  background-color: #cacaca;
  transform-origin: right center;
}
.milestones__line::before {
  transform: translateY(-50%) rotate(45deg);
}
.milestones__line::after {
  transform: translateY(-50%) rotate(-45deg);
}
.milestones__title h3 {
  hyphens: auto;
}

.project-card {
  position: relative;
}
.project-card__body {
  backface-visibility: hidden;
  transition: opacity 0.6s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.project-card__body .elementor-button-content-wrapper {
  align-items: center;
  display: flex;
}
.project-card:hover .project-card__body {
  opacity: 1;
  z-index: 10;
  pointer-events: none;
}
.project-card__trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: auto; /* important: allows clicking */
  z-index: 5;
}
.project-card__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card__hidden-images {
  display: none;
}
.project-card__body a,
.project-card__body button,
.project-card__body .elementor-button,
.project-card__body .elementor-button-link,
.project-card__body .elementor-widget-button a {
  pointer-events: auto;
  position: relative;
  z-index: 11;
}
.project .elementor-lightbox .elementor-swiper-button,
.project .elementor-lightbox .swiper-button-prev,
.project .elementor-lightbox .swiper-button-next,
.project .elementor-lightbox .e-gallery-nav,
.project .dialog-lightbox .elementor-swiper-button,
.project .dialog-lightbox .swiper-button-prev,
.project .dialog-lightbox .swiper-button-next,
.project .dialog-lightbox .e-gallery-nav,
.project .e-lightbox .elementor-swiper-button,
.project .e-lightbox .swiper-button-prev,
.project .e-lightbox .swiper-button-next,
.project .e-lightbox .e-gallery-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 999999 !important;
  color: #fff;
}
.project .elementor-lightbox .elementor-swiper-button svg,
.project .elementor-lightbox .elementor-swiper-button i,
.project .elementor-lightbox .swiper-button-prev svg,
.project .elementor-lightbox .swiper-button-prev i,
.project .elementor-lightbox .swiper-button-next svg,
.project .elementor-lightbox .swiper-button-next i,
.project .elementor-lightbox .e-gallery-nav svg,
.project .elementor-lightbox .e-gallery-nav i,
.project .dialog-lightbox .elementor-swiper-button svg,
.project .dialog-lightbox .elementor-swiper-button i,
.project .dialog-lightbox .swiper-button-prev svg,
.project .dialog-lightbox .swiper-button-prev i,
.project .dialog-lightbox .swiper-button-next svg,
.project .dialog-lightbox .swiper-button-next i,
.project .dialog-lightbox .e-gallery-nav svg,
.project .dialog-lightbox .e-gallery-nav i,
.project .e-lightbox .elementor-swiper-button svg,
.project .e-lightbox .elementor-swiper-button i,
.project .e-lightbox .swiper-button-prev svg,
.project .e-lightbox .swiper-button-prev i,
.project .e-lightbox .swiper-button-next svg,
.project .e-lightbox .swiper-button-next i,
.project .e-lightbox .e-gallery-nav svg,
.project .e-lightbox .e-gallery-nav i {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: currentColor;
}

.elementor-lightbox .elementor-slideshow__button,
.elementor-lightbox .elementor-swiper-button,
.elementor-lightbox .swiper-button-prev,
.elementor-lightbox .swiper-button-next,
.elementor-lightbox .e-gallery-nav,
.dialog-lightbox .elementor-slideshow__button,
.dialog-lightbox .elementor-swiper-button,
.dialog-lightbox .swiper-button-prev,
.dialog-lightbox .swiper-button-next,
.dialog-lightbox .e-gallery-nav,
.e-lightbox .elementor-slideshow__button,
.e-lightbox .elementor-swiper-button,
.e-lightbox .swiper-button-prev,
.e-lightbox .swiper-button-next,
.e-lightbox .e-gallery-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 999999 !important;
  color: #fff;
  width: 48px;
  height: 48px;
  background: none;
}
.elementor-lightbox .swiper-button-prev,
.elementor-lightbox .elementor-swiper-button-prev,
.elementor-lightbox .elementor-slideshow__button--prev,
.dialog-lightbox .swiper-button-prev,
.dialog-lightbox .elementor-swiper-button-prev,
.dialog-lightbox .elementor-slideshow__button--prev,
.e-lightbox .swiper-button-prev,
.e-lightbox .elementor-swiper-button-prev,
.e-lightbox .elementor-slideshow__button--prev {
  left: 12px !important;
  right: auto !important;
}
.elementor-lightbox .swiper-button-next,
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-slideshow__button--next,
.dialog-lightbox .swiper-button-next,
.dialog-lightbox .elementor-swiper-button-next,
.dialog-lightbox .elementor-slideshow__button--next,
.e-lightbox .swiper-button-next,
.e-lightbox .elementor-swiper-button-next,
.e-lightbox .elementor-slideshow__button--next {
  right: 12px !important;
  left: auto !important;
}
.elementor-lightbox .elementor-slideshow__button svg,
.elementor-lightbox .elementor-slideshow__button i,
.elementor-lightbox .elementor-swiper-button svg,
.elementor-lightbox .elementor-swiper-button i,
.elementor-lightbox .swiper-button-prev svg,
.elementor-lightbox .swiper-button-prev i,
.elementor-lightbox .swiper-button-next svg,
.elementor-lightbox .swiper-button-next i,
.dialog-lightbox .elementor-slideshow__button svg,
.dialog-lightbox .elementor-slideshow__button i,
.dialog-lightbox .elementor-swiper-button svg,
.dialog-lightbox .elementor-swiper-button i,
.dialog-lightbox .swiper-button-prev svg,
.dialog-lightbox .swiper-button-prev i,
.dialog-lightbox .swiper-button-next svg,
.dialog-lightbox .swiper-button-next i,
.e-lightbox .elementor-slideshow__button svg,
.e-lightbox .elementor-slideshow__button i,
.e-lightbox .elementor-swiper-button svg,
.e-lightbox .elementor-swiper-button i,
.e-lightbox .swiper-button-prev svg,
.e-lightbox .swiper-button-prev i,
.e-lightbox .swiper-button-next svg,
.e-lightbox .swiper-button-next i {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: currentColor;
  color: currentColor;
  font-size: 28px;
}

.pswp .pswp__button--arrow--left,
.pswp .pswp__button--arrow--right {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 999999 !important;
  width: 48px;
  height: 48px;
}
.pswp .pswp__icn {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  width: 28px !important;
  height: 28px !important;
}

.section {
  margin: 0 auto;
}
.section__container {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .section__container {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
@media (min-width: 1025px) {
  .section__container {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
.section__container--first {
  padding-bottom: 24px;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .section__container--first {
    padding-bottom: 24px;
    padding-top: 48px;
  }
}
@media (min-width: 1025px) {
  .section__container--first {
    padding-bottom: 48px;
    padding-top: 96px;
  }
}
.section__container--inner {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .section__container--inner {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media (min-width: 1025px) {
  .section__container--inner {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.section__container--last {
  padding-bottom: 48px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .section__container--last {
    padding-bottom: 48px;
    padding-top: 24px;
  }
}
@media (min-width: 1025px) {
  .section__container--last {
    padding-bottom: 96px;
    padding-top: 48px;
  }
}