.elementor-kit-5{--e-global-color-primary:#006C6F;--e-global-color-secondary:#E6E6E6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#6FCECB;--e-global-color-ed7fb55:#646464;--e-global-color-8aa9cfe:#151514;--e-global-color-8ff0db9:#02010100;--e-global-typography-primary-font-family:"Net Replica";--e-global-typography-primary-font-size:54px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Net Replica";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:40px;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Net Replica";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-9804554-font-family:"Net Replica";--e-global-typography-9804554-font-size:25px;--e-global-typography-9804554-font-weight:600;--e-global-typography-9804554-text-transform:uppercase;--e-global-typography-9804554-line-height:30px;--e-global-typography-b6ea7df-font-family:"Net Replica";--e-global-typography-b6ea7df-font-size:80px;--e-global-typography-b6ea7df-font-weight:bold;--e-global-typography-b6ea7df-text-transform:uppercase;--e-global-typography-b6ea7df-font-style:italic;--e-global-typography-6f301d0-font-family:"Net Replica";--e-global-typography-6f301d0-font-size:18px;--e-global-typography-6f301d0-font-weight:600;--e-global-typography-e4f4314-font-family:"Net Replica";--e-global-typography-e4f4314-font-size:30px;--e-global-typography-e4f4314-font-weight:normal;--e-global-typography-3cd43da-font-family:"Net Replica";--e-global-typography-3cd43da-font-size:16px;--e-global-typography-3cd43da-font-weight:700;background-color:var( --e-global-color-text );--e-page-transition-entrance-animation:e-page-transition-slide-out-right;--e-page-transition-exit-animation:e-page-transition-slide-in-right;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:20000ms;--e-preloader-delay:0ms;--e-preloader-width:30%;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}@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-kit-5{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:28px;--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:16px;--e-global-typography-9804554-font-size:16px;--e-global-typography-9804554-line-height:16px;--e-global-typography-b6ea7df-font-size:25px;--e-global-typography-3cd43da-font-size:11px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}}/* Start custom CSS */body,
html {
    overflow-x: hidden;
}

*:focus,
*:active {
  outline: none !important;
}

.scroll-container-l {
    position: relative;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    width: 100%;
}

.scroll-text-wrapper-l {
    display: flex;
    min-width: 200%; /* Doppelte Breite für nahtlosen Übergang */
}

.grecaptcha-badge {
    display: none;
}

.scroll-container-r {
    position: relative;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    width: 100%;
}

.scroll-text-wrapper-r {
    display: flex;
    min-width: 200%; /* Doppelte Breite für nahtlosen Übergang */
}

.scroll-text-r {
    display: inline-block;
    white-space: nowrap;
    animation: horizontalScrollRight 10s linear infinite;
}

mux-player {
  /* Hide all controls at once */

  /* Hide the error dialog */
  --dialog: none;

  /* Hide the loading indicator */
  --loading-indicator: none;

  /* Target all sections by excluding the section prefix */
  --mute-button: none;
  --play-button: none;
  --live-button: none;
  --seek-backward-button: none;
  --seek-forward-button: none;
  --captions-button: none;
  --airplay-button: none;
  --pip-button: none;
  --fullscreen-button: none;
  --cast-button: none;
  --playback-rate-button: none;
  --volume-range: none;
  --time-range: none;
  --time-display: none;
  --duration-display: none;
  --rendition-menu-button: none;

  /* Target a specific section by prefixing the CSS var with (top|center|bottom) */
  --center-controls: none;
  --bottom-play-button: none;
}

  /*mux-player::part(media) {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
  }*/

@keyframes horizontalScrollRight {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes horizontalScrollRightMobile {
    from {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0%);
    }
}

@keyframes horizontalScrollLeft {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes horizontalScrollLeftMobile {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-200%);
    }
}

.scroll-text-l {
    display: inline-block;
    white-space: nowrap;
    animation: horizontalScrollLeft 10s linear infinite;
}

@media screen and (max-width: 768px) {
    body * {
        paint-order: stroke fill;
    }
    .scroll-text-l {
        animation: horizontalScrollLeftMobile 10s linear infinite !important;
    }
    .scroll-text-r {
    animation: horizontalScrollRightMobile 10s linear infinite !important;
}


}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Net Replica';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replicapro-webfont.woff2') format('woff2'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replicapro-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Net Replica';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica-bold-webfont.woff2') format('woff2'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica-bold-webfont-1.woff') format('woff');
}
@font-face {
	font-family: 'Net Replica';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replicapro-italic.woff2') format('woff2'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replicapro-italic.woff') format('woff');
}
@font-face {
	font-family: 'Net Replica';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica_prott_heavy-webfont.eot');
	src: url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica_prott_heavy-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica_prott_heavy-webfont.woff2') format('woff2'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica_prott_heavy-webfont.woff') format('woff'),
		url('https://www.floorballchurunited.ch/wp-content/uploads/2025/11/fonnts.com-replica_prott_heavy-webfont.svg#NetReplica') format('svg');
}
/* End Custom Fonts CSS */