/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

#lottie-container {
    width: 100%;
    height: 100%;
}
.typewriter-container {
  /*display: flex;*/
  /* font-size: 24px;
  color: #333; */
  /*white-space: nowrap;*/
  overflow: hidden;
  border-right: 3px solid;
 /* width: fit-content;*/
  animation: blink-caret 0.75s step-end infinite;
}
#texts {
	display:flex;
}

.tr-btn,
.hoverDeutschland,
.hoverSchweiz,
.hoverOesterreich {
	cursor: pointer;
}

.tr-force-left .elementor-button {
	text-align: left !important;
	min-height: 4em;
}

.tr-accordion-align-right .e-n-accordion-item-title-text {
	text-align: right !important;
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black; }
}

/* wpml language switcher */
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none !important;
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    left: 0px;
    top: calc(50% - .175em);
}
.elementor-widget-wpml-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-left: 10px;
}

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

.tr-accordion-downloads .e-n-accordion-item-title {
    border: 1px solid #C7D411 !important;
}
.tr-accordion-downloads .e-n-accordion-item {
    margin-bottom: 10px !important;
}
.tr-button-dl .elementor-button {
    min-height: 150px;
    text-align: left !important;
}
@media only screen and (max-width: 1024px) {
	.tr-button-dl .elementor-button {
	    min-height: 140px;
    	hyphens: auto;
    }
}

/* mobile menu language switch */
@media only screen and (max-width: 768px) {
	.tr-l10n-menu ul {
		text-align: left !important;
	}
}
/*
.tr-l10n-menu {
	background: #ff0000 !important;
}
.tr-l10n-menu .wpml-ls-touch-device {
	padding: 0 !important;
	border: 0 !important;
}
.tr-l10n-menu .wpml-ls-touch-device .wpml-ls-link {
	padding: 0 0 8px 0 !important;
}
*/

@media only screen and (min-width: 1024px) {
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-headlines .elementor-button {
        font-size: 70px !important;
        line-height: 80px !important;
    }
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-elements .elementor-button,
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-sublines .elementor-button{
        font-size: 60px !important;
        line-height: 70px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-headlines .elementor-button {
        font-size: 90px !important;
        line-height: 90px !important;
    }
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-elements .elementor-button,
    .dialog-type-lightbox.elementor-popup-modal .mainmenu-sublines .elementor-button {
        font-size: 70px !important;
        line-height: 80px !important;
    }
}

.text-align-right .elementor-button {
    text-align: right !important;
}
.text-align-left .elementor-button {
    text-align: left !important;
}
