/*
Theme Name:   Custom Theme
Description:  Custom Theme ist ein Child-Theme von Hello Elementor.
Author:       Gawin Steiner
Author URL:   https://gawinsteiner.ch
Template:     hello-elementor
Version:      1.0
Text Domain:  theme-by-gawin
*/

body, main, .page-content {
    width: 100%;
    max-width: 100%;
}

.fancy-text-animation .fancy-line {
	display: block;
	line-height: 1em;
	white-space: normal;
	word-wrap: break-word;
}
.fancy-text-animation .word {
	display: inline-block;
    white-space: nowrap;
  }

.fancy-text-animation .word span {
	display: inline-block;
	opacity: 0;
    transform: translateY(20px);
	transition: all 0.5s ease;
}

.fancy-text-animation .fancy-line.visible .word span {
	opacity: 1;
	transform: translateY(0);
}

.fancy-text-animation .word {
	display: inline-block;
	white-space: normal;
	overflow-wrap: break-word;
	hyphens: auto;
}

.fancy-line {
	white-space: normal;
}


.e-loop-item, .projekt-title {
	transition: all 0.3s ease;
}

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

.overflowhidden {
	overflow-x: hidden !important;
}