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

strong, b {
  font-weight: 600 !important;
}

h1 strong, h2 strong, h3 strong {
  letter-spacing: -0.03em;
}

h1, h2, h3 {
  letter-spacing: -0.05em;
}

.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);
}

div.elementor-element-0ad176f:nth-child(1) > section:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > ul:nth-child(3) > li:nth-child(1) > a:nth-child(1) {
cursor: default;
}

/* .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;
}

.rank-math-breadcrumb {
	display: flex;
	align-items: center;
}

.rank-math-breadcrumb .separator {
    display: inline-block;
    width: 16px;   /* Breite des SVG */
    height: 16px;  /* Höhe des SVG */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M7.02137 3.49999L11.1123 8.00003L7.02137 12.5001" stroke="%23003E6A" stroke-width="1.16884" stroke-linecap="square"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px; /* Abstand zu den Breadcrumb-Elementen */
    vertical-align: middle;
    text-indent: -9999px; /* Versteckt den Text (falls noch vorhanden) */
}

.elementor-sticky--effects > .header-nav {
  padding: 10px 0 !important;
}


.rank-math-breadcrumb>p:nth-child(1)>a:nth-child(1) {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.rank-math-breadcrumb a {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #003E6A !important;
}

.rank-math-breadcrumb .last {
    font-weight: 600 !important;
	font-size: 14px !important;
}



/* .elementor-button {
  box-shadow: 5px 5px 0px #bfc1e0 !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: var(--e-global-color-text);
} */

#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;
}


u {
	color: #0069B4;
	text-decoration: none;
}

a {
	color: var(--e-global-color-text);
	font-weight: 600;
}

.loop-table .table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 20px;
  border-bottom: 1px solid #ABB5BC;
}

.loop-table .table-cell {
  color: #003E6A;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.54px;
  padding: 30px 0;

}