/*
Theme Name: Agentur77
Theme URI: https://agentur77.de
Description: Agentur-77 Theme
Author: Alex
Author URI: https://agentur77.de
Version: 1.0
screenshot: screenshot.jpg
Template: hello-elementor
*/

body {
  overflow-x: hidden;
}

.elementor-button {
  outline: 0 !important;
}

::selection {
  background-color: #bd0080;
  color: #fff;
}

.elementor-widget-button a[onclick] {
  cursor: pointer;
}

/* ---------------------------- ANCHOR Home Video --------------------------- */

#second-typing,
#first-typing {
  margin: 0;
}

span.typed-me {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  line-height: 64px;
  min-height: 64px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: flex;
  transition: height 0.3s;
}
#first-typing span.typed-cursor {
  display: none;
}

#second-typing {
  display: flex;
}

span.typed-cursor {
  color: #fff;
}

@media (max-width: 1400px) {
  .video-overlay-wrapper video {
    height: 100dvh !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  span.typed-me,
  span.typed-cursor {
    font-size: 40px;
    line-height: 1.2em;
  }

  .step-height {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  span.typed-me,
  span.typed-cursor {
    font-size: 24px;
    line-height: 1.2em;
  }
}

/*Button Startseite Old*/
.arrow-swap {
  position: relative;
}
.arrow-swap::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  background-image: url("images/rechte-pfeile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 21px;
  width: 21px;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.arrow-swap:hover::before {
  opacity: 1;
  transform: translateX(15px);
}
.arrow-swap::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 14px;
  background-image: url("images/rechte-pfeile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 21px;
  width: 21px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.arrow-swap:hover::after {
  opacity: 0;
  transform: translateX(10px);
}

.arrow-swap-2 {
  position: relative;
}
.arrow-swap-2::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 24px;
  background-image: url("images/rechte-pfeile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 21px;
  width: 21px;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.arrow-swap-2:hover::after {
  opacity: 1;
  transform: translateX(10px);
}
/* -------------------------- ANCHOR Intro Section -------------------------- */
.border-bg .elementor-heading-title {
  position: relative;
  width: fit-content;
}
.border-bg .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 5px;
  background: #bd0080;
  width: calc(100% + 6px) !important;
  height: 10px;
  opacity: 0.6;
}
/* ------------------------------ ANCHOR Service Boxen ------------------------------ */
.service-arrow-swap {
  position: relative;
}
.service-arrow-swap::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 14px;
  background-image: url("images/rechter-pfeil-blau.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 21px;
  width: 21px;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.service-arrow-swap:hover::after {
  opacity: 0;
  transform: translateX(10px);
}
/* ------------------------ ANCHOR Geschäftsprozesse ------------------------ */
.process-circle .elementor-widget-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.process-circle .elementor-widget-container p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
}
.process-circle {
  position: relative;
}
.process-circle::after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  width: 1px;
  left: 50%;
  height: 75px;
  background-color: #e4e4e4;
  border-radius: 3px;
  display: block !important;
}
.process-circle:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.step-height {
  height: 195px !important;
}

/* ------------------------------ ANCHOR Kunden ----------------------------- */
.border-bg-center .elementor-heading-title span {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 800;
  font-size: 1.15em;
}

.border-bg-center .elementor-heading-title span::before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 8px;
  background: #bd0080;
  width: calc(100% + 6px) !important;
  height: 10px;
  opacity: 0.6;
}
/* ------------------------------ ANCHOR Video ------------------------------ */
/* Skrollr */
.skrollr-parallax {
  position: absolute;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition: none !important;
  /*   height: 700px; */
  left: 0;
  width: 100%;
}
.skrollr-parallax {
  position: relative !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  transition-timing-function: none;
  -webkit-transition-timing-function: none;
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
}
.skrollr-zoom {
  transition: none !important;
}
.bg-dark-blue {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(22 62 100 /40%);
}
.video-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: #bd0080;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-icon-box .video-icon {
  width: 100px;
  height: 100px;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
}
.video-icon-box .video-icon i {
  color: #fff;
  font-size: 40px;
}
.video-icon-sonar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  animation: sonar-animation 2s linear 0s infinite normal none;
  border-radius: 50%;
}
.video-icon-sonar .video-icon-sonar-bfr {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #bd0080;
  opacity: 0.3;
}
@keyframes sonar-animation {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.video-icon-box:hover {
  background-color: #8b0065;
}
/* --------------------------- ANCHOR Particle JS --------------------------- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 1200px;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
}
/* -------------------- ANCHOR Linear Gradient Animation -------------------- */
.bg-white {
  background: #fff;
}
.gradient-button .elementor-button {
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease-in-out;

  /* Gradient für den Text */
  background: linear-gradient(90deg, #7b01f9, #9602c7, #d41654, #f4011b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 3px 3px 20px 3px;
}

.gradient-button .elementor-button svg {
  font-size: 24px;
  position: relative;
  top: 4px;
}

/* Gradient Button Grundstil */
.gradient-button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: #fff;
  border-radius: 3px 3px 20px 3px;
  transition: 0.3s ease-in-out;
}

.gradient-button.outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.gradient-button .elementor-button {
  position: relative;
  z-index: 1;
}

/* Gradient Border mit dauerhafter Animation */
/* Gradient Border mit kontinuierlicher Animation */
.gradient-button {
  overflow: hidden;
}
.gradient-button::after {
  content: "";
  width: 150px;
  height: 70px;
  position: absolute;
  top: calc(-30px + 0%);
  left: calc(-120px + 0%);
  border-radius: 100px;
  filter: blur(12px);
  background: #000;
  mix-blend-mode: overlay;
  animation: ring-light 5s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .gradient-button .elementor-button-text {
    text-align: left;
    line-height: 1.2em;
  }

  .gradient-button .elementor-button-content-wrapper {
    align-items: center;
  }
}

@keyframes ring-light {
  0% {
    top: calc(-30px + 0%);
    left: calc(-120px + 0%);
  }
  40% {
    top: calc(-30px + 0%);
    left: calc(-30px + 100%);
  }

  50% {
    top: calc(-30px + 100%);
    left: calc(-30px + 100%);
  }
  90% {
    top: calc(-30px + 100%);
    left: calc(-120px + 0%);
  }

  100% {
    top: calc(-30px + 0%);
    left: calc(-120px + 0%);
  }
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 3px 3px 20px 3px;
  -webkit-mask: linear-gradient(white 0 0) content-box,
    linear-gradient(white 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background: linear-gradient(
    89deg,
    #7b01f9 -38.44%,
    #9602c7 22.4%,
    #d41654 78.83%,
    #f4011b 137.9%
  );
  transition: 0.3s;
}

.gradient-button:hover::before {
  opacity: 0.6;
}

.gradient-button:hover::after {
  animation-play-state: running;
  transition: 0.3s;
  animation-delay: 0.3s;
  opacity: 1;
}

.gradient-button:hover {
  scale: 1.05;
  transition: 0.3s;
}

.animate {
  animation: pulse 1s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.white-icon .elementor-button svg path {
  stroke: #fff;
}

/* Templates */

.foot-section > .e-con-inner {
	padding: 30px 0 !important;
}
.facts-bg div::before {
  scale: 1 !important;
  }