/*
 Theme Name:   Digital Nativ GmbH Skeleton Theme
 Theme URI:    https://www.digital-nativ.de
 Author:       Digital Nativ GmbH
 Author URI:   https://www.digital-nativ.de
 Description:  Ein minimales Knochen-Gerüst-Theme für WordPress
 Version:      1.0.0
 Text Domain:  digital-nativ
*/


/* Custom CSS */

p strong, p b {
  font-weight: 600;
}

h1, h2 {
  letter-spacing: 0.04em;
}

.zoom-in {
  overflow: hidden;
}

.zoom-in img {
  transition: transform 0.6s ease, filter 0.6s ease;
  transform: scale(1);
  will-change: transform;
  display: block;
  /* vermeidet Lücken bei Inline-Images */
}

.zoom-in:hover img {
  transform: scale(1.1);
  filter: brightness(1.05);
}

/* .elementor-widget-theme-site-logo {
    display: inline-block;
    transition: transform 0.5s ease;
}

.elementor-widget-theme-site-logo:hover {
    transform: scale(1.05);
} */




.nomar p:last-of-type {
  margin-block-start: 0;
  margin-block-end: 0;
}



section.elementor-element, header.elementor-element {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  box-sizing: border-box;
}

.svg-color svg path {
  /* stroke: var(--e-global-color-accent); */
  stroke: var(--e-global-color-secondary);
}

svg path {
  stroke-width: 10 !important;
}

.rank-math-breadcrumb .separator {
  margin: 0px 3px;
}

.rank-math-breadcrumb>p:nth-child(1)>a:nth-child(1) {
  font-size: 20px;
  line-height: 0em;
  top: 1px;
}

.rank-math-breadcrumb {
  font-size: 11px !important;
}

p>a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 0.15em;
}

p>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: .1em;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

p>a:hover::after {
  animation: link-rebuild 0.3s ease forwards;
}

@keyframes link-rebuild {
  0% {
    transform: scaleX(0.0001);
  }

  100% {
    transform: scaleX(1);
  }
}

.elementor-button {
  box-shadow: 0px 5px 0px #5B8A25 !important;
  transition: all 0.4s;
}

.elementor-button:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  transform: scale(0.95);
  transition: all 0.4s;
}

.elementor-button svg {
  width: .9em;
}

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

#menu-hauptmenue>li {
  display: flex;
  align-items: center;
}

#menu-hauptmenue>li>a {
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: visible;
}

.ue-menu>li {
  display: flex !important;
}

/* .elementor-button .elementor-button-icon {
  display: inline-block;
  opacity: 0;
  transform: translateX(-6px);
  filter: blur(5px);
  transition: all 0.3s ease;
  width: 0em;
}

.elementor-button:hover .elementor-button-icon {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
  width: 1em;
} */



.elementor-pagination {
  margin-top: 2rem;
}


.with-icon::before {
  content: url('/wp-content/uploads/Leicher-Welding-Appo.svg');
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.with-icon-logo img {
	width: auto !important;
	height: 35px !important;
	max-height: 50px !important;
}

.with-icon-logo::before {
  content: url('/wp-content/uploads/Leicher-Welding-Appo-SM.svg');
  width: 10px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* .icon-above::before {
  display: block;
  margin: 0 auto 10px auto;
} */

.small-shadow {
  box-shadow: 0px 5px 10px 0px rgba(24, 37, 9, 0.05);
}

.big-shadow {
  box-shadow: 0px 40px 80px 0px rgba(24, 37, 9, 0.10);
}

.swiper-pagination {
  margin-top: 2rem;
}

.elementor-popup-modal .dialog-close-button svg {
  fill: #fff !important;
  padding: 5px;
}

#elementor-popup-modal-7952 .dialog-close-button {
  border-radius: 8px;
}

.textbutton .elementor-button {
  background-color: transparent;
  color: var(--e-global-color-afcaf61);
  border-width: 0;
  border-color: transparent;
  border-radius: 0px;
  padding: 0;
  box-shadow: none !important;
}

.textbutton .elementor-button:hover {
  box-shadow: none;
  transform: none;
}

.textbutton svg path {
  stroke: var(--e-global-color-primary);
  stroke-width: 15 !important;
}

.textbutton .elementor-button .elementor-button-content-wrapper {
  transition: .2s ease-in-out
}

.textbutton .elementor-button .elementor-button-content-wrapper:hover {
  gap: 10px !important;
}

.textbutton {
  margin-top: 10px;
}