.elementor-kit-12{--e-global-color-primary:#2CE8EA;--e-global-color-secondary:#333333;--e-global-color-text:#424448;--e-global-color-accent:#00D8D7;--e-global-color-b7e05fd:#FFFFFF;--e-global-color-4c0990f:#000000;--e-global-color-c09f5c7:#007576;--e-global-color-20b8bf5:#666D70;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-4c0990f );color:var( --e-global-color-b7e05fd );}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#00D8D7;font-family:"Inter Tight", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-4c0990f );border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF80;border-radius:8px 8px 8px 8px;padding:15px 20px 15px 20px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-4c0990f );color:var( --e-global-color-b7e05fd );border-radius:8px 8px 8px 8px;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a.wpml-ls-link{
	padding: 0px 8px;
}

.fadeInLeft {
    animation-name: fadeInLeftNew !important;
}

@keyframes fadeInLeftNew {
    0%
{
transform: translate3d(-15%,0,0);

}}
.fadeInRight {
    animation-name: fadeInRightNew !important;
}

@keyframes fadeInRightNew {
    0%
{
transform: translate3d(15%,0,0);

}}
.slideInUp {
    animation-name: slideInUpNew !important; 
}
 @keyframes slideInUpNew {
    0%
{
transform: translate3d(0,20%,0);
    
}}
.elementor-custom-embed-play i{
    text-shadow: none;
}

.elementor-custom-embed-play:after{
    content: '';
    position: absolute;
    top: 0%;
    display: block;
    width: 100px;
    height: 100px;
    
    -webkit-animation: ping 2s ease-in-out infinite both;
	 animation: ping 2.5s ease-in-out infinite both;
	 border-radius: 50px;
}



.elementor-custom-embed-play  {
-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	        animation: pulsate-fwd 2s ease-in-out infinite both;
	  top: 42%;
	  left: 45%;
}

@media (max-width: 481px){
	.elementor-custom-embed-play  {
top: 35%;
    left: 40%;	
	}}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.elementor-custom-embed-play:before{
    content:' Video abspielen';
    color: #fff;
    position: absolute;
    bottom: -25%;
    display: block;
    width: 125px;
    left: -10px;
    font-family: Sans-Serif;
    font-weight: 700;   
}
@media (max-width: 481px){
    .elementor-custom-embed-play:before{
    bottom: -35% !important;
    left: -40% !important;
}
}/* End custom CSS */