/*
 Theme Name:   Hello child theme
 Description:  Hello child theme
 Author:       hus
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
 Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body a { color: inherit; }

.elementor-widget-text-editor p:last-child { margin-bottom: 0; }

.nobr { white-space: nowrap; }

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 3px;
	width: 20px;
	border-radius: 1.5px;
	margin: 0 3px 0 1px !important;
}


.elementor-widget-text-editor ul {
	box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0 0 0 1em;
	list-style: none;
}
.elementor-widget-text-editor li {
}	
.elementor-widget-text-editor li:before {
    content: '–';
	margin-left: -1em;
    display: inline-block;
	width: 1em;
}

.hcard * {
	transition: all 0.5s ease;
}
.hcard:hover .elementor-widget-image img {
	filter: grayscale(80%) blur(5px);
	transform: scale(1.025) rotate(1deg);
}
.hcard:hover > .e-con.e-child:first-child > .e-con.e-child {
	transform: scale(1.1);
}

.acard * {
	transition: all 0.5s ease;
}
.acard:hover .elementor-widget-image img {
	transform: scale(1.025);
}
.acard:hover > .e-con.e-child:first-child > .e-con.e-child {
	transform: scale(1.1);
}

.scard { overflow: hidden; }
.scard * {
	transition: all 0.5s ease;
}
.scard .sinfo { 
	// transform: scaleY(0);
	bottom: -100%;
}
.scard:hover .sinfo { 
	// transform: scaleY(1);
	bottom: 0;
}

.tcard * { transform-style: preserve-3d;align-content}
.tcard {
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 25px 40px rgba(0,0,0,.2);
}
.tcard:hover {
    box-shadow: 0 50px 80px rgba(0,0,0,.2);
}

.tcard .sinfo {
    position: absolute;
    bottom: -5%;
    left: 10%;
    width: 80%;
    // transform: translateZ(50px) scaleY(0);
	opacity: 0;
    transform: translateZ(50px) rotate3d(1,0,0,-90deg);
    transform-origin: 50% 80%;
    transition: 0.5s;
    box-shadow: 0 25px 40px rgba(0,0,0,.2);
}

.tcard:hover .sinfo {
    // transform: translateZ(50px) scaleY(1) rotate3d(0);
	opacity: 1;
    transform: translateZ(50px) rotate3d(1,0,0,0deg);
}

.kbbg {
    background-position: 0 0;
	background-size: 150%;
	image-rendering: smooth;
}

@keyframes kbeffect {
    0% { background-position: 0% 0%; background-size: 100%; }
    25% { background-position: 100% 0%; background-size: 120%; }
    50% { background-position: 100% 100%; background-size: 110%; }
    75% { background-position: 0% 100%; background-size: 120%; }
    100% { background-position: 0% 0%; background-size: 100%; }
}

.kbbg {
	animation-name: kbeffect;

	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}


@keyframes kbeffect_g {
    0% { transform: scale(1.0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1.0); }
}
.kbgal .elementor-image-carousel { overflow: hidden; }
.kbgal .swiper-slide-active img, .kbgal .swiper-slide-prev img, .kbgal .swiper-slide-duplicate-prev img, .kbgal .swiper-slide-duplicate-active img {
	animation-name: kbeffect_g;
	transform-origin: center;

	animation-duration: 45s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear;
	animation-fill-mode: none;
}
.kbgal .swiper-slide:nth-child(odd) img { transform-origin: 75% 25%; }
.kbgal .swiper-slide:nth-child(even) img { transform-origin: 25% 75%; }


@keyframes ablurin {
    0% { transform: scale(5.0); filter: blur(20px); opacity: 0; }
    100% { transform: scale(1.0); filter: blur(0px); opacity: 1; }
}
.ablur.animated img {
	animation-name: ablurin;
	transform-origin: center;
	z-index: 100;

	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-direction: alternate;
	animation-timing-function: linear;
}

.link-symbol a:before {
	content: ' ';
	display: inline-block;
	height: 1em;
	width: 2em;
	margin-right: .5em;
	position: relative;
	bottom: 0px;
	color: inherit;
	background-color: currentColor;
	-webkit-mask: url(https://heim6.preview.tammen.de/wp-content/uploads/2025/07/links-pfeil-04-white.svg) bottom/contain no-repeat;
	mask: url(https://heim6.preview.tammen.de/wp-content/uploads/2025/07/links-pfeil-04-white.svg) bottom/contain no-repeat;
	
}
.link-symbol a {
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

td {
	background: none !important;
	border: none !important;
	padding: 0.1rem 1em !important;;
}
