.elementor-kit-6{--e-global-color-primary:#7206FF;--e-global-color-secondary:#2D2E30;--e-global-color-text:#FFFFFF;--e-global-color-accent:#7206FF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Baloo 2";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */body{
    background: #05010E;
    color: var(--e-global-color-text);
}

.read-more-event>a{
    background-color: rgba(0,0,0,.45)!important;
}

.position-relative>div{
    position: relative;
}

div#ueber-uns::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 910px;
    background: url(https://padelsmart.de/wp-content/uploads/2026/04/About_Us-1-scaled.webp);
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
}

.contact-form-container{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(31px);
    -webkit-backdrop-filter: blur(31px);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.5);
    border-left-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px){
    body .elementor-location-header{
        top: 20px!important;
        max-width: calc(100% - 40px) !important;
    }
}/* End custom CSS */