/*
Theme Name: Beratung Child
Author: VamTam
Author URI: https://vamtam.com
Template: beratung
*/



/*

put your child theme styles here


you don't need any @import rules

*/

/* Matchstick fire effect Start */

.elementor-widget-nav-menu.vamtam-has-theme-widget-styles.vamtam-menu-indicator ul.elementor-nav-menu>li.menu-item-has-children::before, .elementor-widget-nav-menu.vamtam-has-theme-widget-styles.vamtam-menu-indicator ul.elementor-nav-menu>li[class*=mega-menu]::before {
	font-size: 11px;
right: calc(var(--e-nav-menu-horizontal-menu-item-margin,0px) - 11px);
}

 .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
  }

  .product-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .product-table th,
  .product-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
  }

  .product-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    white-space: nowrap;
  }

  .product-table tbody tr:nth-child(even) {
    background-color: #fafafa;
  }

  .product-table tbody tr:hover {
    background-color: #f0f0f0;
  }

@media (max-width: 1024px) {
    .hero-section h1 .elementor-headline-plain-text,
    .hero-section h1 .elementor-headline-dynamic-letter,
    .hero-section p {
        color: #111111 !important;
    }
}

.package-icon-box .elementor-icon i, .elementor-icon svg{
	margin-top: 14px;
}
/* Fire hidden by default */
#matchbox svg .fire {
    opacity: 0;
    transform: scale(0.9);
    transform-origin: center bottom;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Show fire when active */
#matchbox.active svg .fire {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 0 6px rgba(255,140,0,0.6));
}

/* Light, smooth flame movement */
#matchbox.active svg .outer-fire,
#matchbox.active svg .inner-fire {
    animation: flameSoft 2.4s ease-in-out infinite;
    transform-origin: center bottom;
}

/* Soft flame animation */
@keyframes flameSoft {
    0% {
        transform: scale(1) translateY(0);
        opacity: 0.95;
    }
    50% {
        transform: scale(1.015) translateY(-0.5px);
        opacity: 1;
    }
    100% {
        transform: scale(0.99) translateY(0);
        opacity: 0.95;
    }
}
/* Matchstick fire effect End */

.matchbox-container .match-box-closed,
.matchbox-container .match-box-opened,
.matchbox-container .match-box-idle{
    transition: all 0.5s ease-in;
}

.matchbox-container .match-box-opened {
    transform: translate3d(-32px, 32px, 0px);
}
.matchbox-container:hover .match-box-opened{
    transform: translate3d(0px, 0px, 0px);
}
.matchbox-container:hover .match-box-closed{
    opacity: 0;
}

.product-image-container [data-state]{
	opacity: 0;
}
.product-image-container [data-state='active']{
	opacity: 1;
}
.product-content-container [data-state]{
	cursor: pointer;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.product-content-container [data-state='active']{
	background-color: white;
/* 	box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; */
}


@media screen and (min-width: 1300px) {
	.products-hero-content {
		padding-left: 15vw;
	}
}

.header-cta.elementor-widget:not(:last-child) {
		margin-block-end: 0 !important;
		margin-bottom: 0 !important;
}