/*
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
*/

/* ---------------------------- ANCHOR Leistungen --------------------------- */
.service-box {
  position: relative;
}
.icon-box .static-shape {
  position: absolute;
  left: 50%;
  top: -250px;
  width: 226px;
  height: 203px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
  transform: translate(-50%, 50%);
}
.icon-box .overlay-shape {
  position: absolute;
  left: 50%;
  top: -250px;
  width: 226px;
  height: 203px;
  background-repeat: no-repeat;
  transition: all 500ms ease;
  transform: translate(-50%, 50%);
  opacity: 0;
}
.service-box:hover .icon-box .overlay-shape {
  opacity: 1;
}
.service-box svg {
  position: relative;
  left: 0px;
  top: -30px;
}
.service-box:hover .icon-change svg {
  fill: #fff !important;
}
/*--------------- ANCHOR Button Hover Animation --------------------- */
.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn .elementor-button {
  background: unset !important;
}

.theme-btn {
  background: #d51225 !important;
}

.theme-btn:before,
.theme-btn:after,
.theme-btn2:before,
.theme-btn2:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0e1d40 !important;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn:hover:before,
.theme-btn2:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.cta button {
  padding: 20px 30px 20px 30px !important;
}

.theme-btn:hover:after,
.theme-btn2:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.theme-btn:after,
.theme-btn2:after {
  background: #0e1d40 !important;
}

.theme-btn .elementor-button-wrapper,
.theme-btn2 .elementor-button-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.theme-btn .elementor-button-wrapper:before,
.theme-btn2 .elementor-button-wrapper:before {
  position: absolute;
  content: "";
  background: #d51225;
  width: 30px;
  height: 30px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.theme-btn:hover .elementor-button-wrapper:before,
.theme-btn2:hover .elementor-button-wrapper:before {
  transform: scale(1, 1);
}

.theme-btn .elementor-button-wrapper:after,
.theme-btn2 .elementor-button-wrapper:after {
  position: absolute;
  content: "";
  background: #d51225;
  width: 30px;
  height: 30px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.theme-btn:hover .elementor-button-wrapper:after,
.theme-btn2:hover .elementor-button-wrapper:after {
  transform: scale(1, 1);
}

/* Theme Btn 2 */
.theme-btn2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0e1d40;
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  border: 2px solid #0e1d40;
}

.theme-btn2 .elementor-button {
  background: unset !important;
  color: #0e1d40 !important;
}
.theme-btn2 {
  background: transparent !important;
}
.theme-btn2 .elementor-button:hover {
  color: #fff !important;
}

/* ------------------------------- ANCHOR CTA ------------------------------- */
.cta .elementor-select-wrapper .select-caret-down-wrapper svg {
  display: unset;
  width: 1em;
  aspect-ratio: 1 / 2;
  fill: #d51225;
}
.cta .elementor-field-group .elementor-field-textual::placeholder {
  opacity: 1;
}
option:checked,
option:hover {
  background-color: #ddd;
}
/* -------------------------- ANCHOR Shine Effect 1 ------------------------- */
.shine-effect1 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.shine-effect1:before {
  width: 100%;
  border-radius: 20px;
}
.shine-effect1:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.shine-effect1:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
/* -------------------------- ANCHOR Shine Effect 2 ------------------------- */
.shine-effect2 {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.shine-effect2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  overflow: hidden;
}
.shine-effect2:hover:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
  border-radius: 50%;
  overflow: hidden;
}
.shine-effect2 img {
  overflow: hidden;
  border-radius: 50%;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* -------------------- ANCHOR Dots Pattern Pulse Effectx ------------------- */
.pattern-effect {
  position: absolute;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/* ------------------------ ANCHOR Unsere Baustoffe ----------------------- */

.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

/* ------------------------------- ANCHOR FAQ ------------------------------- */
.accordion-style {
  background: #fff;
  /*  box-shadow: 0px 20px 100px rgb(6 49 55 / 15%); */
  border-radius: 10px;
}

.accordion-style .eael-accordion-content {
  box-shadow: 0px 20px 100px rgb(6 49 55 / 15%);
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px !important;
}

.accordion-style .eael-accordion-list {
  box-shadow: 0px 20px 100px rgb(6 49 55 / 15%);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px !important;
}

/* ------------------------------- ANCHOR Team ------------------------------ */
.team-filter .eael-gallery-grid-item h5.fg-item-title {
  margin: 10px 0 5px;
}
.team-filter .eael-gallery-grid-item h4 {
  color: #d51225;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 15px;
}
.team-filter .fg-item-content .ql-block {
  margin: 10px 0;
}
.team-filter .fg-item-content a {
  color: #101a30;
}
.team-filter .fg-item-content a:hover {
  color: #d51225;
}
.team-filter .caption-style-card {
  height: 175px;
}
.team-filter p:first-child {
  height: 45px;
  line-height: 21px;
}
/* Wrapper-Container */
.link-hover-wrapper {
  position: relative;
  overflow: hidden;
}
/* Link-Hover Box (unsichtbar standardmäßig) */
.link-hover {
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  top: 205px;
  left: 0;
  width: 100%;
  height: 125px;
  background: rgb(255 255 255 / 50%);
  padding: 15px 45px 25px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  z-index: 0;
}
/* Zeige die Link-Hover Box beim Hover */
.link-hover-wrapper:hover .link-hover {
  visibility: visible; /* Sichtbar */
  opacity: 1; /* Voll sichtbar */
  left: 0;
  top: 185px;
  background: rgb(255 255 255 / 50%);
  padding: 15px 45px 25px 30px;
  transition: 0.5s ease-in-out;
  pointer-events: none;
  width: 100%;
  height: 125px;
  z-index: 1;
  pointer-events: all;
}
/* Styling für die Links */
.link-hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-hover ul li {
  margin-bottom: 5px;
  left: 40px;
  position: relative;
  padding: 0px 10px 0 0;
}
.link-hover ul li:last-child {
  margin-bottom: 0px;
}
.link-hover ul li:last-child a {
  position: relative;
  top: 6px;
}
.link-hover ul li a {
  text-decoration: none;
  color: #101a30;
  /*font-size: 16px; */
  transition: 0.5s ease-in-out;
}
.link-hover ul li a:hover {
  color: #d51225; /* Hover-Farbe */
}
/* Icons als Pseudo-Elemente */
.link-hover-wrapper .link-hover ul li:first-child::before {
  position: absolute;
  content: "";
  border-radius: 5px;
  background-color: #d51225;
  left: -50px;
  top: -1px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-hover-wrapper .link-hover ul li:first-child::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2024/10/email.svg);
  left: -44px;
  top: 5px;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-hover-wrapper .link-hover ul li:last-child::before {
  position: absolute;
  content: "";
  border-radius: 5px;
  background-color: #d51225;
  left: -50px;
  top: -1px;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.link-hover-wrapper .link-hover ul li:last-child::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/uploads/2024/10/telephone.svg);
  left: -44px;
  top: 5px;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ------------ ANCHOR Team-Leiter zentrieren ------------ */
.team-filter .eael-cf-geschäftsleitung:nth-child(1) {
  position: absolute;
  left: 50% !important;
  top: 0px !important;
  transform: translate(-50%, 0%) !important;
  transition-duration: 0s;
}
.team-filter .eael-cf-geschäftsleitung:nth-child(2),
.team-filter .eael-cf-geschäftsleitung:nth-child(3),
.team-filter .eael-cf-geschäftsleitung:nth-child(4) {
  opacity: 0;
  visibility: hidden;
}
.team-filter .eael-cf-hofmitarbeiter:nth-child(9) {
  position: absolute;
  left: 50% !important;
  top: 0px !important;
  transform: translate(-50%, 0%) !important;
  transition-duration: 0s;
}
.team-filter .eael-cf-hofmitarbeiter:nth-child(10),
.team-filter .eael-cf-hofmitarbeiter:nth-child(11),
.team-filter .eael-cf-hofmitarbeiter:nth-child(12) {
  opacity: 0 !important;
  visibility: hidden !important;
}
.team-filter .eael-cf-disposition:nth-child(21) {
  position: absolute;
  left: 50% !important;
  top: 0px !important;
  transform: translate(-50%, 0%) !important;
  transition-duration: 0s;
}
.team-filter .eael-cf-disposition:nth-child(22),
.team-filter .eael-cf-disposition:nth-child(23),
.team-filter .eael-cf-disposition:nth-child(24) {
  opacity: 0 !important;
  visibility: hidden !important;
}
/* ---------------------------- ANCHOR Fahrzeuge --------------------------- */
.container-wrapper .img-container {
  overflow: hidden;
  position: relative;
}
.container-wrapper .img-container img {
  display: block;
  width: 100%;
  height: auto;
}
/* Overlay-Styling */
.container-wrapper .img-container .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(2 45 31 / 70%);
  color: #fff;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  padding: 30px;
  text-align: center;
}
/* Overlay beim Hover anzeigen */
.container-wrapper .img-container:hover .text-overlay {
  opacity: 1;
}
/* ----------------------------- ANCHOR Historie ---------------------------- */
.historie-wrapper .e-con-inner {
  gap: 0 !important;
}
.historie-wrapper .year-wrapper {
  position: relative;
}
.historie-wrapper .year-wrapper .year-section-right {
  position: absolute;
  left: 15px;
  top: -20px;
}
.historie-wrapper .year-wrapper .year-section-left {
  position: absolute;
  right: 15px;
  top: -20px;
}

@media (max-width: 767px) {
  .historie-wrapper .year-wrapper .year-section-right {
    position: absolute;
    left: 0;
    top: -20px;
  }
  .historie-wrapper .year-wrapper .year-section-left {
    position: absolute;
    right: 0;
    top: -20px;
  }
}
/* .historie-wrapper h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 8px;
}
 */

/* ----------------------------- ANCHOR Karriere ---------------------------- */
.pdf-wrapper {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.pdf-wrapper svg {
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.file-hover {
  overflow: hidden;
}
.pdf-wrapper:hover svg {
  filter: grayscale(0.5) blur(0);
  transform: scale(1.05) rotate(0deg) !important;
}
.pdf-wrapper:hover h3 {
  color: #d51225 !important;
  transition: 0.3s ease-in-out;
}
/* ---------------------------- ANCHOR Entsorgung --------------------------- */
.content-wrapper {
  overflow: hidden;
  max-height: 100%;
}
.img-skew {
  overflow: hidden;
}
.img-skew img {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 25% 0);
  height: 100%;
}
/* --------------------------- ANCHOR Data Tables --------------------------- */
.tab-wrapper .tablepress > :where(thead, tfoot) > * > th {
  background-color: #f3f3f3;
  color: #222;
  font-weight: 700;
  vertical-align: middle;
  word-break: normal;
}
.tab-wrapper .dt-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-wrapper .dt-search label {
  margin-right: 10px;
}

.tab-wrapper div.dt-container select.dt-input {
  padding: 4px;
  margin: -2px 10px;
}

.tab-wrapper div.dt-container select.dt-input {
  padding: 4px;
  margin: 10px 10px;
}

.tab-wrapper .tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  background-color: #ddd;
  color: #222;
}

.tab-wrapper .elementor-widget-tabs .elementor-tab-content {
  padding: 0px 0px;
}

.tab-wrapper th.column-1 {
  padding: 10px 25px 10px 30px;
}
.tab-wrapper th.column-2 {
  position: relative;
  top: 0px;
  padding: 20px 15px 20px 30px;
}

.tab-wrapper tr td {
  padding: 15px 15px 15px 30px !important;
}

.tab-wrapper .dt-length {
  margin-bottom: 0px;
}
.tab-wrapper .dt-length label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.tab-wrapper caption,
.tab-wrapper .dt-info,
.tab-wrapper .dt-paging {
  display: none;
}

.tab-wrapper .dt-search {
  display: none;
}
.tab-wrapper .elementor-widget-tabs .elementor-tab-desktop-title {
  position: relative;
  padding: 20px 20px;
  font-weight: 700;
  line-height: 1;
  border: solid transparent;
  transition: 0.3s ease-in-out;
}
.tab-wrapper .elementor-widget-tabs .elementor-tab-desktop-title:hover {
  background: #f3f3f3;
  transition: 0.3s ease-in-out;
}

.tab-wrapper [type="button"],
.tab-wrapper [type="submit"],
.tab-wrapper button {
  display: inline-block;
  font-weight: 400;
  color: #d51225;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
  border: 0 !important;
}

.tab-wrapper [type="button"]:focus,
.tab-wrapper [type="button"]:hover,
.tab-wrapper [type="submit"]:focus,
.tab-wrapper [type="submit"]:hover,
.tab-wrapper button:focus,
.tab-wrapper button:hover {
  color: #fff;
  background-color: #d51225;
  text-decoration: none;
}

#pagination .pageNumber.active {
  background-color: #d51225;
  color: #fff;
  border: none;
}

#pagination .pageNumber {
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: #f9f9f9;
}
/* ---------------------------- ANCHOR RESPONSIVE --------------------------- */
@media (max-width: 1366px) {
  .tab-wrapper .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 20px 15px;
  }
  .link-hover ul li {
    margin-bottom: 5px;
    left: 35px;
    position: relative;
  }
  .link-hover-wrapper .link-hover ul li:first-child::before {
    position: absolute;
    content: "";
    border-radius: 5px;
    background-color: #d51225;
    left: -45px;
    top: -1px;
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-hover-wrapper .link-hover ul li:first-child::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2024/10/email.svg);
    left: -40px;
    top: 5px;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link-hover-wrapper .link-hover ul li:last-child::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2024/10/telephone.svg);
    left: -40px;
    top: 5px;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .link-hover-wrapper .link-hover ul li:last-child::before {
    position: absolute;
    content: "";
    border-radius: 5px;
    background-color: #d51225;
    left: -45px;
    top: -1px;
    width: 33px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .link-hover-wrapper .link-hover ul li:last-child::after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2024/10/telephone.svg);
    left: -39px;
    top: 5px;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Link-Hover Box (unsichtbar standardmäßig) */
  .link-hover {
    visibility: hidden;
    opacity: 1;
    position: absolute !important;
    top: 185px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(255 255 255 / 50%);
    padding: 15px 40px 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    z-index: 0;
  }
  /* Zeige die Link-Hover Box beim Hover */
  .link-hover-wrapper:hover .link-hover {
    visibility: visible; /* Sichtbar */
    opacity: 1; /* Voll sichtbar */
    left: 0;
    top: 185px;
    background: rgb(255 255 255 / 50%);
    transition: 0.5s ease-in-out;
    pointer-events: none;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: all;
  }
}
@media (min-width: 1150px) and (max-width: 1366px) {
  .link-hover ul li {
    margin-bottom: 5px;
    left: 35px;
    position: relative;
    padding-right: 65px;
  }
}

@media (max-width: 1024px) {
  .topbar {
    position: relative;
  }
  .social-nav {
    position: absolute !important;
    right: 0px;
    top: 0;
  }
  .tab-wrapper .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 20px 10px;
  }
  /* Overlay-Styling */
  .container-wrapper .img-container .text-overlay {
    opacity: 1;
  }
  .link-hover {
    visibility: visible;
    opacity: 1;
    position: absolute;
    position: relative !important;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 115px;
    background: rgb(255 255 255 / 50%);
    padding: 15px 40px 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    z-index: 1;
  }
  .link-hover-wrapper:hover .link-hover {
    visibility: visible;
    opacity: 1;
    position: relative !important;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 115px;
    background: rgb(255 255 255 / 50%);
    padding: 15px 40px 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: visibility 0.5s ease, opacity 0.5s ease;
    z-index: 1;
  }
  .link-hover ul li {
    margin-bottom: 12px;
    left: 40px;
    position: relative;
    padding: 0px 100px 0 0;
  }
}
@media (max-width: 767px) {
  .topbar {
    position: relative;
  }
  .social-nav {
    position: unset !important;
  }
  .link-hover ul li {
    margin-bottom: 15px;
    left: 40px;
    position: relative;
    padding: 0px 15px 0 0;
  }

  .team-filter .e-con-full {
    max-width: 400px;
  }
}

/* Elementor Messages Formular*/
.elementor-message.elementor-message-success {
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
  width: fit-content;
}
.elementor-select-wrapper.elementor-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.elementor-message.elementor-message-danger {
  color: #d51225;
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
  width: fit-content;
  position: relative;
  top: 10px;
}
.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  height: fit-content;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 5;
  font-size: 12px;
}
