 /* 
Theme Name: IMA Elementor Theme
Theme URI: https://www.internet-marketing-agentur.com
Description: IMA Elementor Hello Child 
Author: IMA Team
Author URI: https://www.internet-marketing-agentur.com
Template: hello-elementor
Version: 1.0.1
Text Domain: ima
*/

html {
  font-size: 10px !important;
}

body {
  /* background-color: rgba(22, 22, 22, .8); */
  /* background-color: #1e1e1e; */
  background-color: #ffffff;
}

#site-container {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.white-background{
  background-color: #ffffff;
}

/* Navigation */

#navIcon,
#navSubCloser {
  cursor: pointer;
}

.lets-talk-button,
.navIcon{
    cursor: pointer;
}

.lets-talk-button .elementor-icon-wrapper{
  display: flex;
}

.navIcon .elementor-icon-wrapper{
  display: flex;
  justify-content: center;
}

#navSection {
  display: none;
  position: fixed;
  z-index: 250;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.3;
  background-color: #00000000;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-image 1.2s ease-in-out;
  transition: background-image 1.2s ease-in-out;
  transition: background-color 0.3s ease, opacity 0.3s ease 0.6s;
}

#navSection.active {
  transition: background-color 0.3s ease, opacity 0.3s;
  /* background-image:url(/wp-content/uploads/2023/04/mann-auf-treppe-scaled.webp); */
  background-color: #000000;
  opacity: 1;
  pointer-events: all;
}

#navSection .navCol1,
.navColMobile,
.navSubSectionMobile,
.navSubBack {
  transition-timing-function: ease-out;
  transform: translateX(-151%);
}

.navMenuMobile {
  transition: transform ease-out;
}

.navSubBackMobile:hover,
.navSubBackMobile:hover .elementor-heading-title {
  cursor: pointer;
  color: #eb5757 !important;
  transition: 0.3s ease;
}

#navSection .navCol2,
#navSection .contactBarRight {
  transition-timing-function: ease-out;
  transform: translateX(151%);
}

#navSection.active .navCol1,
#navSection.active .navCol2,
#navSection.active .navColMobile,
#navSection.active .contactBarRight,
.navColMobile.active .navSubSectionMobile {
  transform: translateX(0);
}

#navSubSection {
  display: none;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100vw;
  pointer-events: none;
  opacity: 0.99;
  transition-timing-function: ease-out;
  transform: translateX(-151%);
}

#navSubSection.active,
#navSubSection.active ~ .navSubBack {
  pointer-events: all;
  transform: translateX(0);
}

.navSubCloser {
  cursor: pointer;
  z-index: 1000px;
}

.navSubCol1 .elementor-heading-title{
  cursor: default;
}

@media (max-width: 1024px) {
  .menu-level-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}


/* More fancy animation on mobile */
@media (max-width: 767px) {
  #navsection .elementor-column:not(.elementor-field-group):nth-child(1) {
    transform: translateY(-101vh);
  }
  #navsection .elementor-column:not(.elementor-field-group):nth-child(2) {
    transform: translateY(101vh);
  }
  #navsection.active .elementor-column:not(.elementor-field-group) {
    transform: translateY(0);
  }
}

/* END Navigation */


/* Teambilder Startseite */

.team-circles::before {
  background-color: #42413f;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto auto;
  opacity: 0.03;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(1.3);
  transition: ease-in-out 0.5s;
  width: 100%;
}

.team-circles:hover::before {
  background-color: #eb5757;
  opacity: 0.9;
}

/* END Teambilder Startseite */

/* Referenz Logo Box */

.reference-logo-box{
  max-width: 200px;
  max-height: 200px;
  width: 100%;
  aspect-ratio: 1;
}


/* Testimonial Slider */
#testimonialslider .swiper-slide {
  overflow: visible;
}

#testimonialslider .swiper-slide::before {
  content: "";
  width: 90px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 35px;
  background-image: url("https://dev23.ima.vc/wp-content/uploads/2023/10/testimonials-quotation-marks.svg");
}

/* END Testimonial Slider */

/* CTA Bubble */

.cta-bubble {
  position: relative;
  z-index: 150;
}

.cta-bubble::before {
  content: "";
  left: -10px;
  top: 50%;
  bottom: 50%;
  margin: auto auto;
  position: absolute;
  border-radius: 0;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #212121;
  border-right: 0px;
  border-top: 0px;
}

@media (max-width: 767px) {
  .cta-bubble::before {
    left: 50%;
    right: 50%;
    top: -10px;
    bottom: unset;
    transform: rotate(135deg);
  }
}

/* END CTA Bubble */