.elementor-kit-18532{--e-global-color-text:#7A7A7A;--e-global-color-accent:#62AD4ABA;--e-global-color-bbc55bf:#62AD4A;--e-global-color-3e57a91:#FFFFFF;--e-global-color-7caec14:#818A91;--e-global-color-689e8b3:#000000;--e-global-typography-primary-font-family:"Hind";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Hind";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:800;--e-global-typography-737ce59-font-size:14px;--e-global-typography-737ce59-font-weight:400;--e-global-typography-737ce59-text-transform:uppercase;--e-global-typography-d8b0929-font-family:"Roboto Condensed";--e-global-typography-d8b0929-font-size:18px;--e-global-typography-d8b0929-font-weight:400;--e-global-typography-d8b0929-text-transform:lowercase;--e-global-typography-d8b0929-font-style:normal;--e-global-typography-20ed9a6-font-family:"Istok Web";--e-global-typography-20ed9a6-font-size:3vw;--e-global-typography-20ed9a6-font-weight:600;--e-global-typography-20ed9a6-letter-spacing:-2px;--e-global-typography-5fd3d28-font-family:"Hind";--e-global-typography-5fd3d28-font-size:1rem;--e-global-typography-5fd3d28-font-weight:300;}.elementor-kit-18532 a{color:var( --e-global-color-bbc55bf );}.elementor-kit-18532 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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{padding-right:0px;padding-left:0px;}.site-footer .site-branding .site-logo img{width:202px;max-width:202px;}.site-footer .site-description{color:var( --e-global-color-3e57a91 );}.site-footer .copyright p{color:var( --e-global-color-3e57a91 );font-family:"Roboto Condensed", Sans-serif;}@media(max-width:1024px){.elementor-kit-18532{--e-global-typography-737ce59-font-size:13px;--e-global-typography-d8b0929-font-size:13px;--e-global-typography-20ed9a6-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:580px){.elementor-kit-18532{--e-global-typography-20ed9a6-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --e-a-bg-default: #ffffff;
}

strong {
    font-weight: bolder;
}
b {
    font-weight: bold;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
}



.my-align-wide {
    display:grid!important;
    grid-template-columns: auto 72%;
    grid-row-gap: 0.4rem
}
.my-align {
    display:grid!important;
    grid-template-columns: auto 82%;
    grid-row-gap: 0.4rem
}

.facts  p {
    display: grid!important;
    grid-template-columns: auto auto!important;
    gap:0;
    grid-column-gap: 20px;
} 



.highlight {
    background-color: yellow;
}



 
.fading-effect-1 {
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-delay: 0.2s;
        animation-name: fade;
    }    
    
    .fading-effect-2 {
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-delay: 0.4s;
        animation-name: fade;
    }    
    
   .fading-effect-3 {
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-delay: 0.6s;
        animation-name: fade;
    }    
     
   
    
    
@keyframes fade {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes shift {
    0% {
        transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    }
    100% {
           transform: translateY(0);
           }
}

.rel-low {}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://einsteinmarathon.de/ulmer-klimalauf/wp-content/uploads/sites/30/2023/02/Hind-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://einsteinmarathon.de/ulmer-klimalauf/wp-content/uploads/sites/30/2023/02/Hind-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://einsteinmarathon.de/ulmer-klimalauf/wp-content/uploads/sites/30/2023/02/Hind-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Hind';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://einsteinmarathon.de/ulmer-klimalauf/wp-content/uploads/sites/30/2023/02/Hind-SemiBold-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */