/*
 Theme Name:   GeneratePress Child
 Description:  Child Theme for GeneratePress
 Author:       Alexander Harder
 Template:     generatepress
 Version:      1.0.0
*/
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Josefin Sans", sans-serif;
  --font4: "Arial", sans-serif;
  --font5: "Helvetica", sans-serif;
  --color-night-blue: #000843;
  --color-fiery-coral: #fc6676;
}

@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-hidden-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .elementor-hidden-mobile {
    display: none;
  }
}
html,
body {
  overflow-x: hidden;
}

body header .inside-header {
  max-width: unset;
  padding: 3.7vw 4.1vw 1.5vw 7.5vw;
}
body header .inside-header .site-logo .header-image {
  width: 6.2vw;
  transition: transform 0.5s ease-in-out;
}
body header .inside-header .site-logo .header-image:hover {
  transform: scale(1.08);
}
body header .inside-header .mobile-menu-control-wrapper .menu-toggle,
body header .inside-header .mobile-menu-control-wrapper .menu-toggle:hover,
body header .inside-header .mobile-menu-control-wrapper .mobile-menu-control-wrapper .menu-toggle:focus,
body header .inside-header .mobile-menu-control-wrapper .has-inline-mobile-toggle #site-navigation.toggled {
  background-color: transparent;
}
body header .inside-header .main-navigation {
  background-color: transparent !important;
}
body header .inside-header .main-navigation .inside-navigation {
  max-width: unset;
}
body header .inside-header .main-navigation .inside-navigation #primary-menu #menu-hauptmenu {
  background-color: transparent;
}
body header .inside-header .main-navigation .inside-navigation #primary-menu #menu-hauptmenu .menu-item a {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1;
  padding: 0 1.55vw;
  position: relative;
}
body header .inside-header .main-navigation .inside-navigation #primary-menu #menu-hauptmenu .menu-item a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--color-fiery-coral);
  transition: width 0.3s ease-in-out;
}
body header .inside-header .main-navigation .inside-navigation #primary-menu #menu-hauptmenu .menu-item a:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  body header .inside-header .main-navigation .inside-navigation #primary-menu #menu-hauptmenu .menu-item a {
    font-size: 16px;
    line-height: 2.3;
  }
}
body header .inside-header .header-widget {
  margin-left: 0.5vw;
}
body header .inside-header .header-widget img {
  width: 1.7vw;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body header .inside-header .header-widget {
    margin: 0;
    position: absolute;
    right: 20vw;
    top: 4vw;
  }
  body header .inside-header .header-widget img {
    width: 6.9vw;
  }
}
@media (max-width: 767px) {
  body header .inside-header {
    padding: 0vw 3.1vw 0vw 7.9vw;
  }
  body header .inside-header .site-logo .header-image {
    width: 9.7vw;
  }
  body header .inside-header .menu-toggle {
    font-size: 6vw;
    line-height: 15.6vw;
  }
}
body #page,
body #content,
body .site-content,
body .entry-content,
body .elementor {
  overflow: visible !important;
}
body #page::before {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -7vw;
  left: -10vw;
  right: 0;
  height: 94vw;
  width: auto;
  background-image: url("/wp-content/uploads/2026/03/wolke.png");
  background-size: 90vw auto;
  background-repeat: no-repeat;
  animation: cloudMove 15s linear infinite;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  body #page::before {
    top: 52vw;
    left: 0;
    right: 0;
    height: 130vw;
    background-size: 130vw auto;
  }
}
body #page #content #hero-section {
  position: relative;
  overflow: visible !important;
  min-height: 500px;
  background: transparent;
}
body #page #content #hero-section .title-container {
  max-width: unset;
  z-index: 2;
}
body #page #content #hero-section .title-container .elementor-widget-heading h1 {
  width: 160%;
  padding-left: 7.1vw;
  font-family: var(--font-family);
  font-size: 8vw;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  top: -4.4vw;
  position: relative;
}
body #page #content #hero-section .title-container .elementor-widget-heading h1 span {
  color: #fff;
}
body #page #content #hero-section .img-container {
  max-width: unset;
  z-index: 1;
}
body #page #content #hero-section .img-container img {
  border-radius: 0.7vw 0 0 0.7vw;
  width: 100%;
}
body #page #content #hero-section .zitat {
  position: absolute !important;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  text-align: right;
  color: #fff;
  bottom: 5.1vw;
  left: 16vw;
  max-width: 18vw;
  font-size: 1.57vw;
}
body #page #content #hero-section .zitat::before {
  content: '"';
  position: absolute;
  background-size: 10vw;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 14vw;
  text-align: right;
  color: #fff;
  opacity: 0.5;
  left: 1vw;
  top: -5.6vw;
}
body #page #content #hero-section .elementor-widget {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  body #page #content #hero-section {
    align-content: flex-start;
    min-height: unset;
  }
  body #page #content #hero-section .title-container {
    order: 2;
    top: 7.7vw;
    position: absolute;
  }
  body #page #content #hero-section .title-container .elementor-widget-heading h1 {
    font-size: 10.3vw;
    top: unset;
    padding-right: 7.1vw;
    max-width: 100%;
    color: #fff;
  }
  body #page #content #hero-section .img-container {
    order: 1;
  }
  body #page #content #hero-section .zitat {
    line-height: 1.2;
    text-align: right;
    color: #fff;
    bottom: unset;
    top: 58.8vw;
    left: 29.1vw;
    max-width: 43vw;
    font-size: 3.77vw;
  }
  body #page #content #hero-section .zitat p {
    text-align: left;
  }
  body #page #content #hero-section .zitat::before {
    font-size: 28vw;
    left: -6vw;
    top: -11.4vw;
  }
}
body #page #content .ueber-mich-section .e-con-inner {
  max-width: unset;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .img-container .elementor-widget.about-me img {
  width: 100%;
  position: relative;
  top: -7.3vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .img-container .elementor-widget#moving-ball {
  width: 100%;
  left: 48vw;
  top: 27vw;
  z-index: 2;
  width: 6.4vw;
  height: auto;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .img-container .elementor-widget#moving-ball img {
  width: 6.4vw;
  height: auto;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .img-container .elementor-widget#wisch {
  z-index: 1;
  width: 100%;
  left: 15.8vw;
  top: 18.5vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .img-container .elementor-widget#wisch img {
  width: 33.4vw;
  height: auto;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .elementor-widget-text-editor {
  left: -5.4vw;
  top: 9vw;
  padding-right: 2vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .elementor-widget-text-editor h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.45vw;
  color: var(--color-fiery-coral);
  width: 10vw;
  margin-bottom: 3.9vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .elementor-widget-text-editor p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.45vw;
  line-height: 1.2;
  color: #02093a;
  margin-bottom: 1.4vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .zeitung img {
  width: 11.8vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .pfeil img {
  width: 7.6vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .hinweis {
  padding: 0;
  position: absolute;
  right: -1.5vw;
  left: auto;
  top: 27.7vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .hinweis p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.175vw;
  line-height: 1.4;
  color: var(--color-night-blue);
}
body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .hinweis p .red-bg {
  background: #fc6676;
}
@media (max-width: 1200px) {
  body #page #content .ueber-mich-section .e-con-inner .top-container .text-container-right .nw-bericht .hinweis {
    top: 28vw;
    right: -1.5vw;
  }
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile {
  margin-top: clamp(6.063rem, 102.387vw - 18.894rem, 30.188rem);
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .img-container .about-title {
  padding-left: 7.1vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .img-container .about-title h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 4.45vw;
  color: var(--color-fiery-coral);
  width: auto;
  margin-bottom: 6.5vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .img-container .about-title-vertical {
  left: 26.5vw;
  top: 27.4vw;
  width: auto;
  max-width: unset;
  text-wrap-mode: nowrap;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .img-container .about-title-vertical h2 {
  transform: rotate(270deg);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 4.95vw;
  color: #fff;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .about-me img {
  width: 88%;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-right .elementor-widget-text-editor {
  padding-right: 5.6vw;
  padding-top: 17vw;
  margin-left: -1.8vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-right .elementor-widget-text-editor p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 1.2;
  color: #02093a;
}
@media (max-width: 767px) {
  body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-right .elementor-widget-text-editor {
    padding-right: 4.3vw;
    padding-top: 20.3vw;
  }
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .elementor-widget-text-editor {
  padding-right: 7.1vw;
  padding-left: 7.1vw;
  padding-top: 4vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .elementor-widget-text-editor p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 1.2;
  color: #02093a;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .nw-bericht-mobile .zeitung img {
  width: 70vw;
  max-width: unset;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .nw-bericht-mobile .hinweis {
  padding-right: 4.1vw;
  padding-left: 10.7vw;
  padding-top: 9.1vw;
  padding-bottom: 32vw;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .nw-bericht-mobile .hinweis p {
  font-size: 3.75vw;
  line-height: 1.3;
}
body #page #content .ueber-mich-section .e-con-inner .top-container-mobile .text-container-bottom .nw-bericht-mobile .hinweis p .red-bg {
  background: #fc6676;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container {
  top: clamp(-36.687rem, -22.6vw - 0.527rem, -11.375rem);
  padding: 0 21.1vw 0 14.7vw;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.175vw;
  color: var(--color-night-blue);
  width: 80%;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte hr {
  border: none;
  border-top: 1px solid var(--color-night-blue);
  margin-bottom: 1.2vw;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte p {
  margin-bottom: 0.2vw;
  line-height: 1.4;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte p.w-120 {
  width: 144%;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte a {
  display: block;
  text-decoration: none;
  color: var(--color-night-blue);
  position: relative;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8333 10.1667L23 1M23 1H16.8889M23 1V7.11111M23 14.4444V20.5556C23 21.2039 22.7425 21.8256 22.284 22.284C21.8256 22.7425 21.2039 23 20.5556 23H3.44444C2.79614 23 2.17438 22.7425 1.71596 22.284C1.25754 21.8256 1 21.2039 1 20.5556V3.44444C1 2.79614 1.25754 2.17438 1.71596 1.71596C2.17438 1.25754 2.79614 1 3.44444 1H9.55556' stroke='%23000843' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1vw;
  height: 1vw;
  display: block;
  position: absolute;
  right: -1.4vw;
  top: 0.4vw;
}
body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte.one h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.175vw;
  color: var(--color-night-blue);
  margin-bottom: 2.9vw;
}
@media (max-width: 767px) {
  body #page #content .ueber-mich-section .e-con-inner .bottom-container {
    top: unset;
    padding: 0 7.1vw 0 7.1vw;
    margin-top: 2.7vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster {
    justify-content: stretch;
    gap: 6.3vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte {
    font-size: 3.175vw;
    width: 100% !important;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte h3 {
    font-size: 3.775vw !important;
    margin-bottom: 12.9vw !important;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte a::after {
    width: 3vw;
    height: 3vw;
    right: 0;
    top: 0.9vw;
    left: 64vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte p {
    padding: 0 0 0 8.5vw;
    font-size: 3.42vw;
    margin-bottom: 0.5vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte hr {
    border: none;
    border-top: 0.88px solid rgba(0, 8, 67, 0.27);
    margin: 0 8.7vw 3.9vw 8.7vw !important;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte::before {
    content: "";
    background-image: url("/wp-content/uploads/2026/03/player-info-frame.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90.6vw;
    height: 65vw;
    display: block;
    position: absolute;
    top: 4vw;
    left: -4.1vw;
    z-index: -1;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte.two p:first-child {
    margin-top: 11.2vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte.two::before {
    top: -1.5vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte.three p:first-child {
    margin-top: 11.6vw;
  }
  body #page #content .ueber-mich-section .e-con-inner .bottom-container .text-raster .spalte.three::before {
    top: -0.3vw;
  }
}
body #page #content .news-section {
  margin-top: -15.3vw;
}
body #page #content .news-section .news-title-vertical {
  left: 1.5vw;
  top: 45.4vw;
  width: auto;
  max-width: unset;
  text-wrap-mode: nowrap;
}
body #page #content .news-section .news-title-vertical h2 {
  transform: rotate(270deg);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 4.95vw;
  color: #fff;
}
body #page #content .news-section::after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/news-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 16vw;
  position: absolute;
  top: 94px;
  z-index: -1;
}
@media (max-width: 767px) {
  body #page #content .news-section {
    margin-top: 16vw;
  }
  body #page #content .news-section::after {
    content: "";
    background-image: url("/wp-content/uploads/2026/03/news-bg-mobile.png");
    top: 103px;
    height: 57vw;
  }
}
body #page #content .tennis-section {
  margin-top: 10.6vw;
}
body #page #content .tennis-section .mein-spiel {
  padding-left: 7.1vw;
  padding-right: 3vw;
}
body #page #content .tennis-section .mein-spiel .mein-spiel-text h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 1.45vw;
  color: var(--color-fiery-coral);
  width: 10vw;
  margin-bottom: 2.4vw;
}
body #page #content .tennis-section .mein-spiel .mein-spiel-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.45vw;
  line-height: 1.2;
  color: #02093a;
  margin-bottom: 1.4vw;
}
body #page #content .tennis-section .mein-spiel .tennis-player {
  margin-top: -6.9vw;
}
body #page #content .tennis-section .mein-spiel .tennis-player img {
  width: 53.2vw;
  display: block;
  z-index: 1;
}
body #page #content .tennis-section .mein-spiel .ball {
  right: 19.7vw;
  top: -8.4vw;
}
body #page #content .tennis-section .mein-spiel .ball img {
  width: 3.5vw;
  display: block;
  z-index: 3;
  position: relative;
}
body #page #content .tennis-section .mein-spiel .wisch {
  right: 12.6vw;
  top: -12.1vw;
  transform: rotate(327deg);
}
body #page #content .tennis-section .mein-spiel .wisch img {
  width: 18vw;
  display: block;
  z-index: 2;
  position: relative;
}
body #page #content .tennis-section .mein-spiel.mobile {
  flex-wrap: nowrap;
  gap: 0;
}
body #page #content .tennis-section .mein-spiel.mobile .mein-spiel-text {
  --container-widget-width: 100%;
  padding-right: 8vw;
}
body #page #content .tennis-section .mein-spiel.mobile .mein-spiel-text h2 {
  font-size: 4.45vw;
  width: 100%;
  margin-bottom: 4.3vw;
}
body #page #content .tennis-section .mein-spiel.mobile .mein-spiel-text p {
  font-size: 3.75vw;
  margin-bottom: 5.1vw;
}
@media (max-width: 425px) {
  body #page #content .tennis-section .mein-spiel.mobile .mein-spiel-text p {
    margin-bottom: 10.1vw;
  }
}
body #page #content .tennis-section .mein-spiel.mobile .tennis-player {
  margin-top: -13.9vw;
}
body #page #content .tennis-section .mein-spiel.mobile .tennis-player img {
  display: block;
  max-width: unset;
  width: 72.2vw;
  left: -10.5vw;
  position: relative;
}
body #page #content .tennis-section .mein-spiel.mobile .ball {
  right: 7.7vw;
  top: -10.4vw;
}
body #page #content .tennis-section .mein-spiel.mobile .ball img {
  width: 5.5vw;
  display: block;
  z-index: 3;
  position: relative;
}
body #page #content .tennis-section .mein-spiel.mobile .wisch {
  right: -1.4vw;
  top: -13.1vw;
  transform: rotate(312deg);
}
body #page #content .tennis-section .mein-spiel.mobile .wisch img {
  width: 21vw;
  display: block;
  z-index: 2;
  position: relative;
}
body #page #content .tennis-section .tennis-grid.marquee-active {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  margin-top: -13vw;
  gap: 0.7vw;
  animation: seamlessMarquee 25s linear infinite;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: none !important;
}
body #page #content .tennis-section .tennis-grid .elementor-widget-image {
  flex: 0 0 auto;
}
body #page #content .tennis-section .tennis-grid .elementor-widget-image img {
  width: auto;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1vw;
  box-shadow: -32px 27px 80px rgba(0, 0, 0, 0.32);
}
body #page #content .tennis-section .tennis-grid .elementor-widget-image.first img {
  border-radius: 1vw;
}
body #page #content .tennis-section .tennis-grid .elementor-widget-image.last img {
  border-radius: 1vw;
}
@media (max-width: 767px) {
  body #page #content .tennis-section .tennis-grid.marquee-active {
    margin-top: -14.3vw;
    gap: 9px;
    animation-duration: 20s;
  }
  body #page #content .tennis-section .tennis-grid .elementor-widget-image img {
    height: 31vw;
  }
}
body #page #content .tennis-section .schriftzug {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1vw;
}
body #page #content .tennis-section .schriftzug h2 {
  display: inline-block;
  padding-right: 50px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 230px;
  font-size: 9vw;
  line-height: 103%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000843;
  opacity: 0.1;
  animation: seamlessMarquee 33s linear infinite;
}
body #page #content .tennis-section .schriftzug h2::after {
  content: "IN LOVE WITH THE GAME.";
  padding-left: 3vw;
}
@media (max-width: 767px) {
  body #page #content .tennis-section .schriftzug {
    margin-top: -4vw;
  }
  body #page #content .tennis-section .schriftzug h2 {
    animation: seamlessMarquee 19s linear infinite;
    font-size: 8vw;
  }
}
body #page #content .tennis-section .more-text-mobile {
  padding: 0 7.1vw;
}
body #page #content .tennis-section .more-text-mobile p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 1.2;
  color: #02093a;
  margin-bottom: 1.4vw;
}
body #page #content .tennis-section::after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/wave.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 74vw;
  position: absolute;
  bottom: 24.6vw;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body #page #content .tennis-section {
    margin-top: 24.5vw;
  }
  body #page #content .tennis-section::after {
    background-image: url("/wp-content/uploads/2026/03/wave-mobile.png");
    bottom: 74.3vw;
  }
}
body #page #content #video-section {
  margin-top: 6.2vw;
  margin-top: 4.7vw;
}
body #page #content #video-section .video .elementor-widget-heading h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.3vw;
  color: #000843;
}
body #page #content #video-section .video .elementor-widget-heading h4 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.04vw;
  color: #000843;
}
body #page #content #video-section .video .elementor-widget-heading h5 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.76vw;
  color: #26badd;
}
body #page #content #video-section .video.first .elementor-widget-heading.h3 {
  left: 19.6vw;
  top: 7vw;
  z-index: 2;
  transform: rotate(356.1deg);
}
body #page #content #video-section .video.first .elementor-widget-heading.h4 {
  left: 18.2vw;
  top: 41.8vw;
  z-index: 2;
  transform: rotate(356.1deg);
}
body #page #content #video-section .video.first .elementor-widget-heading.h5 {
  left: 18.2vw;
  top: 43.7vw;
  z-index: 2;
  transform: rotate(356.1deg);
}
body #page #content #video-section .video.first .elementor-widget-video {
  padding: 10.3vw 0 0 16.3vw;
}
body #page #content #video-section .video.first .elementor-widget-video video {
  transform: rotate(355.5deg);
  width: 26.8vw;
  position: relative;
  height: auto;
}
body #page #content #video-section .video.first .elementor-widget-image {
  padding: 2.8vw 2.5vw 0 13.1vw;
}
body #page #content #video-section .video.first .elementor-widget-image img {
  z-index: 1;
  position: relative;
  width: 100%;
}
body #page #content #video-section .video.last .elementor-widget-heading.h3 {
  left: 13.5vw;
  top: 9.9vw;
  z-index: 2;
  transform: rotate(8.5deg);
}
body #page #content #video-section .video.last .elementor-widget-heading.h4 {
  left: 4.2vw;
  top: 44.1vw;
  z-index: 2;
  transform: rotate(8.5deg);
}
body #page #content #video-section .video.last .elementor-widget-heading.h5 {
  left: 4vw;
  top: 45.7vw;
  z-index: 2;
  transform: rotate(8.5deg);
}
body #page #content #video-section .video.last .elementor-widget-video {
  padding: 13.7vw 0vw 0 6.8vw;
}
body #page #content #video-section .video.last .elementor-widget-video video {
  transform: rotate(8.9deg);
  width: 27vw;
  position: relative;
  height: auto;
}
body #page #content #video-section .video.last .elementor-widget-image {
  padding: 5.3vw 11.4vw 0 1.3vw;
}
body #page #content #video-section .video.last .elementor-widget-image img {
  z-index: 1;
  position: relative;
  width: 100%;
}
body #page #content #video-section::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/filmstrip.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15.2vw;
  height: 20.8vw;
  top: 11.7vw;
  left: 42.3vw;
  background-position: left;
  display: block;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  body #page #content #video-section .video .elementor-widget-heading h3 {
    font-size: 2.33vw;
  }
  body #page #content #video-section .video .elementor-widget-heading h4 {
    font-size: 2.4vw;
  }
  body #page #content #video-section .video .elementor-widget-heading h5 {
    font-size: 1.66vw;
    text-wrap-mode: nowrap;
  }
  body #page #content #video-section .video.first .elementor-widget-heading.h3 {
    left: 8.2vw;
    top: 14.2vw;
    z-index: 2;
    transform: rotate(352.5deg);
  }
  body #page #content #video-section .video.first .elementor-widget-heading.h4 {
    left: 9.2vw;
    top: 77.6vw;
    z-index: 2;
    transform: rotate(352.5deg);
  }
  body #page #content #video-section .video.first .elementor-widget-heading.h5 {
    left: 9.6vw;
    top: 81.1vw;
    z-index: 2;
    transform: rotate(352.5deg);
    max-width: unset;
  }
  body #page #content #video-section .video.first .elementor-widget-video {
    padding: 19.7vw 0 0 4.7vw;
    overflow: visible;
    z-index: 0;
  }
  body #page #content #video-section .video.first .elementor-widget-video video {
    transform: rotate(352.5deg);
    width: 49vw;
    position: relative;
    height: auto;
    max-width: unset;
  }
  body #page #content #video-section .video.first .elementor-widget-image {
    padding: 6.1vw 0 0 0;
    transform: rotate(-3deg);
    max-width: unset;
    width: 62.4vw;
    margin-left: -2vw;
  }
  body #page #content #video-section .video.first .elementor-widget-image img {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  body #page #content #video-section .video.last .elementor-widget-heading.h3 {
    left: 15.7vw;
    top: 45.5vw;
    z-index: 2;
    transform: rotate(11.9deg);
  }
  body #page #content #video-section .video.last .elementor-widget-heading.h4 {
    left: -4.3vw;
    top: 106.7vw;
    z-index: 2;
    transform: rotate(11.9deg);
  }
  body #page #content #video-section .video.last .elementor-widget-heading.h5 {
    left: -5vw;
    top: 109.5vw;
    z-index: 2;
    transform: rotate(11.9deg);
  }
  body #page #content #video-section .video.last .elementor-widget-video {
    padding: 53vw 0 0 2.8vw;
    overflow: visible;
  }
  body #page #content #video-section .video.last .elementor-widget-video video {
    transform: rotate(11.9deg);
    width: 49vw;
    position: relative;
    height: auto;
    max-width: unset;
  }
  body #page #content #video-section .video.last .elementor-widget-image {
    padding: 37.8vw 0vw 0 0;
    width: 67.2vw;
    transform: rotate(3deg);
    max-width: unset;
    margin-left: -6.7vw;
    z-index: 1;
  }
  body #page #content #video-section .video.last .elementor-widget-image img {
    z-index: 1;
    position: relative;
    width: 100%;
  }
  body #page #content #video-section::before {
    width: 33.2vw;
    height: 42.8vw;
    top: 14.7vw;
    left: 47vw;
    transform: rotate(349deg);
  }
}
body #page #content .erfolge-section {
  margin-top: 9.8vw;
  margin-bottom: 16vw;
}
body #page #content .erfolge-section .left-image .erfolge-schriftzug {
  left: 2.6vw;
  top: 6.5vw;
}
body #page #content .erfolge-section .left-image .erfolge-schriftzug h2 {
  transform: rotate(270deg);
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 3.3vw;
  color: #f6f6f6;
}
body #page #content .erfolge-section .left-image .elementor-widget-image {
  text-align: left;
  max-width: unset;
  z-index: 0;
  top: -12.6vw;
}
body #page #content .erfolge-section .left-image .elementor-widget-image img {
  width: 117%;
  max-width: unset;
}
body #page #content .erfolge-section .right-grid .text-image {
  position: relative;
}
body #page #content .erfolge-section .right-grid .text-image img {
  width: 19.2vw;
  display: block;
}
body #page #content .erfolge-section .right-grid .text-image .elementor-widget-text-editor {
  position: absolute;
  bottom: 2.6vw;
  left: 0;
  width: 100%;
  padding: 0 2.1vw;
  margin-top: 0;
}
body #page #content .erfolge-section .right-grid .text-image .elementor-widget-text-editor h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.34vw;
  line-height: 1.2;
  text-align: center;
  color: #000843;
}
body #page #content .erfolge-section .right-grid .text-image .elementor-widget-text-editor p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.86vw;
  line-height: 1.2;
  text-align: center;
  color: #000843;
}
@media (max-width: 767px) {
  body #page #content .erfolge-section {
    margin-top: 4.2vw;
    margin-bottom: 16.7vw;
  }
  body #page #content .erfolge-section .left-image .erfolge-schriftzug {
    left: 0.1vw;
    top: 23vw;
  }
  body #page #content .erfolge-section .left-image .erfolge-schriftzug h2 {
    font-size: 4.9vw;
  }
  body #page #content .erfolge-section .left-image .elementor-widget-image {
    text-align: left;
    max-width: unset;
    z-index: 0;
    top: 0.8vw;
  }
  body #page #content .erfolge-section .left-image .elementor-widget-image img {
    width: 125%;
    max-width: unset;
  }
  body #page #content .erfolge-section .left-image .mobile-slider {
    margin-left: -15vw;
    margin-top: 8vw;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer {
    border-radius: 6vw;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .ue-item {
    min-height: 255px;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .ue-item .ue-carousel-item {
    height: 64vw;
    width: 51vw;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .ue-item .ue-carousel-item .uc_classic_carousel_placeholder img {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 51vw;
    height: 56vw;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .ue-item .ue-carousel-item .uc_classic_carousel_content {
    padding: 27vw 6vw 0 4vw;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .ue-item .ue-carousel-item .uc_classic_carousel_content .card_carousel_text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 3.75vw;
    line-height: 109%;
    text-align: center;
    color: #000843;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-nav .owl-prev {
    left: 15vw;
  }
  body #page #content .erfolge-section .left-image .mobile-slider .elementor-widget-container .uc_classic_carousel .owl-carousel .owl-nav .owl-next {
    right: 17vw;
  }
}
body .partner-section {
  margin-top: -56.7vw;
}
body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-slide {
  padding: 0 1.7vw;
  margin: 0 0.7vw;
  border: 1px solid var(--color-night-blue);
  background: transparent;
  aspect-ratio: 4/3;
}
body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-slide figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body .partner-section .img-box .elementor-widget-image {
  background-color: transparent;
}
body .partner-section .img-box .elementor-widget-image img {
  width: 100%;
  padding-right: 3vw;
}
body .partner-section .img-box .elementor-widget-image::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/partner-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60.8vw;
  height: 20.8vw;
  top: 6.8vw;
  right: 0;
  background-position: left;
  display: block;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  body .partner-section {
    margin-top: -6.6vw;
  }
  body .partner-section .img-box .partner-title {
    left: 27.4vw;
    position: absolute;
    transform: rotate(270deg);
    top: 31.8vw;
  }
  body .partner-section .img-box .partner-title h2 {
    color: #fff;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 5.3vw;
  }
  body .partner-section .img-box .elementor-widget-image {
    padding-left: 35vw;
  }
  body .partner-section .img-box .elementor-widget-image img {
    padding-right: 0;
  }
  body .partner-section .img-box .elementor-widget-image::before {
    content: "";
    background-image: url("/wp-content/uploads/2026/03/partner-bg-mobile.png");
    width: 100%;
    height: 41vw;
    top: 13.1vw;
  }
  body .partner-section .img-box::after {
    content: "";
    background-image: url("/wp-content/uploads/2026/03/partner-bg-wolke.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100vw;
    height: 74vw;
    position: absolute;
    top: 24vw;
    z-index: -1;
  }
  body .partner-section .partner-carousel {
    margin-top: -39vw;
  }
  body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-slide {
    padding: 0 2.1vw;
    margin: 0 2.5vw;
    border: 1px solid #fff;
    border-radius: 3vw;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    aspect-ratio: 4/4;
    max-width: 28vw;
  }
  body .partner-section .partner-carousel .elementor-widget-image-carousel .swiper-slide img {
    filter: brightness(0) invert(1);
  }
}
body .site-footer {
  margin-top: 8.6vw;
}
body .site-footer #footer-widgets .footer-widgets-container {
  max-width: none;
  padding: 0;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets {
  align-items: flex-end;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget {
  padding: 0 0 0 9vw;
  font-size: 1.445vw;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-night-blue);
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image {
  margin-bottom: 2.3vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image img {
  width: 3.1vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.kontakt-desktop) {
  padding: 0;
  margin-bottom: 1.3vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.kontakt-desktop) img {
  width: 100%;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text {
  padding: 0 2vw 0 9vw;
  margin-bottom: 1.3vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text:has(.contact-title-vertical) {
  display: none;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
  max-width: 30vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget {
  padding: 0;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 .widget .wp-block-image img {
  width: 100%;
  vertical-align: text-top;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget {
  font-size: 1.445vw;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-night-blue);
  padding-left: 3.5vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget hr {
  border: none;
  border-top: 1px solid rgba(42, 23, 106, 0.27);
  margin-top: 1.57vw;
  margin-bottom: 1.57vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget a {
  text-decoration: none;
  color: var(--color-night-blue);
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget a.impress {
  font-size: 1vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p {
  margin-bottom: 1.3vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p.impress-p {
  margin-bottom: 2.5vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p.break {
  margin-bottom: 3.9vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_media_image {
  padding: 0;
  margin-bottom: 1.3vw;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_media_image .wp-block-image img {
  width: 100%;
}
body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_block img {
  width: 1.4vw;
  margin-right: 1.2vw;
}
body .site-footer .site-info {
  display: none;
}
@media (max-width: 767px) {
  body .site-footer {
    margin-top: -0.4vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets {
    align-items: flex-start;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    position: relative;
    margin-bottom: 8vw;
    width: 100%;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget {
    padding: 0;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image img {
    width: 3.1vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.kontakt-desktop) {
    display: none;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.kontakt-mobile) img {
    width: 100%;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.lift-treppe-mobil) {
    margin-top: -55vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.lift-treppe-mobil) img {
    width: 47.7vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.insta-link) {
    margin: -18vw 7vw 0 51vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_media_image:has(.insta-link) img {
    width: 10vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text {
    position: absolute;
    margin-bottom: 1.3vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 3.75vw;
    color: #000843;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text:has(.first-text) {
    margin: -83.1vw 3vw 0 41.5vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text:has(.second-text) {
    margin: -50vw 3vw 0 41.5vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text:has(.contact-title-vertical) {
    display: block;
    left: 32.4vw;
    top: 31.8vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 .widget.widget_text:has(.contact-title-vertical) .contact-title-vertical {
    transform: rotate(270deg);
    color: #fff;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 5.3vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 {
    width: 100%;
    padding: 0 7.1vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget {
    font-size: 3.75vw;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-night-blue);
    padding-left: 0;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget hr {
    border: none;
    border-top: 1px solid rgba(42, 23, 106, 0.27);
    margin-top: 4.97vw;
    margin-bottom: 5.67vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget hr.second-hr {
    margin-bottom: 2.77vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget a {
    text-decoration: none;
    color: var(--color-night-blue);
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget a.impress {
    font-size: 2.85vw;
    padding-left: 0.6vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p {
    margin-bottom: 4.1vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p#kontakt {
    margin-bottom: -1.1vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p.impress-p {
    margin-bottom: 7vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget p.break {
    margin-bottom: 6.9vw;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_media_image {
    display: none;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_block {
    padding-left: 0;
  }
  body .site-footer #footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-3 .widget.widget_block img {
    width: 6.2vw;
    margin-right: 4.6vw;
    vertical-align: sub;
  }
}

@keyframes cloudMove {
  0% {
    background-position: 25% 5vw;
  }
  2% {
    background-position: 27.4% 4.4vw;
  }
  4% {
    background-position: 29.7% 3.7vw;
  }
  6% {
    background-position: 31.7% 3vw;
  }
  8% {
    background-position: 33.3% 2.5vw;
  }
  10% {
    background-position: 34.3% 1.9vw;
  }
  12% {
    background-position: 34.8% 1.4vw;
  }
  14% {
    background-position: 34.7% 0.9vw;
  }
  16% {
    background-position: 33.8% 0.6vw;
  }
  18% {
    background-position: 32.6% 0.2vw;
  }
  20% {
    background-position: 30.7% 0vw;
  }
  22% {
    background-position: 28.6% -0.2vw;
  }
  24% {
    background-position: 26.3% -0.2vw;
  }
  26% {
    background-position: 23.7% -0.2vw;
  }
  28% {
    background-position: 21.4% -0.2vw;
  }
  30% {
    background-position: 19.3% 0vw;
  }
  32% {
    background-position: 17.4% 0.2vw;
  }
  34% {
    background-position: 16.2% 0.6vw;
  }
  36% {
    background-position: 15.3% 0.9vw;
  }
  38% {
    background-position: 15.2% 1.4vw;
  }
  40% {
    background-position: 15.7% 1.9vw;
  }
  42% {
    background-position: 16.7% 2.5vw;
  }
  44% {
    background-position: 18.3% 3vw;
  }
  46% {
    background-position: 20.3% 3.7vw;
  }
  48% {
    background-position: 22.6% 4.4vw;
  }
  50% {
    background-position: 25% 5vw;
  }
  52% {
    background-position: 27.4% 5.6vw;
  }
  54% {
    background-position: 29.7% 6.3vw;
  }
  56% {
    background-position: 31.7% 7vw;
  }
  58% {
    background-position: 33.3% 7.5vw;
  }
  60% {
    background-position: 34.3% 8.1vw;
  }
  62% {
    background-position: 34.8% 8.6vw;
  }
  64% {
    background-position: 34.7% 9.1vw;
  }
  66% {
    background-position: 33.8% 9.4vw;
  }
  68% {
    background-position: 32.6% 9.8vw;
  }
  70% {
    background-position: 30.7% 10vw;
  }
  72% {
    background-position: 28.6% 10.2vw;
  }
  74% {
    background-position: 26.3% 10.3vw;
  }
  76% {
    background-position: 23.7% 10.3vw;
  }
  78% {
    background-position: 21.4% 10.2vw;
  }
  80% {
    background-position: 19.3% 10vw;
  }
  82% {
    background-position: 17.4% 9.8vw;
  }
  84% {
    background-position: 16.2% 9.4vw;
  }
  86% {
    background-position: 15.3% 9.1vw;
  }
  88% {
    background-position: 15.2% 8.6vw;
  }
  90% {
    background-position: 15.7% 8.1vw;
  }
  92% {
    background-position: 16.7% 7.5vw;
  }
  94% {
    background-position: 18.3% 7vw;
  }
  96% {
    background-position: 20.3% 6.3vw;
  }
  98% {
    background-position: 22.6% 5.6vw;
  }
  100% {
    background-position: 25% 5vw;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 8, 67, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.modal-overlay .modal-container {
  background: #fff;
  width: 80%;
  height: 80vh;
  border-radius: 1.5vw;
  position: relative;
  padding: 3vw;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(30px);
  transition: transform 0.4s ease-out;
  display: flex;
  flex-direction: column;
}
.modal-overlay .modal-container .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 2.5vw;
  line-height: 1;
  cursor: pointer;
  color: var(--color-night-blue);
  transition: transform 0.2s ease;
}
.modal-overlay .modal-container .modal-close:hover {
  transform: scale(1.1);
  color: var(--color-fiery-coral);
}
.modal-overlay .modal-container .modal-content {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 1vw;
}
.modal-overlay .modal-container .modal-content::-webkit-scrollbar {
  width: 6px;
}
.modal-overlay .modal-container .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.modal-overlay .modal-container .modal-content::-webkit-scrollbar-thumb {
  background: var(--color-fiery-coral);
  border-radius: 10px;
}
.modal-overlay .modal-container .modal-content .modal-loader {
  text-align: center;
  padding: 5vw;
  font-family: var(--font-family);
  font-size: 1.5vw;
  color: var(--color-night-blue);
}
.modal-overlay .modal-container .modal-content #modal-body {
  font-family: var(--font-family);
  color: var(--color-night-blue);
  line-height: 1.6;
}
.modal-overlay .modal-container .modal-content #modal-body h1,
.modal-overlay .modal-container .modal-content #modal-body h2,
.modal-overlay .modal-container .modal-content #modal-body h3 {
  font-family: var(--second-family);
  color: var(--color-night-blue);
}
.modal-overlay .modal-container .modal-content #modal-body h1 {
  font-size: 2.5vw;
  margin-bottom: 2vw;
}
.modal-overlay .modal-container .modal-content #modal-body h2 {
  font-size: 1.8vw;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
.modal-overlay .modal-container .modal-content #modal-body p {
  font-size: 16px;
  margin-bottom: 1.2vw;
}
.modal-overlay .modal-container .modal-content #modal-body a {
  text-decoration: underline;
}
.modal-overlay.is-open .modal-container {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .modal-overlay .modal-container {
    width: 95%;
    height: 90vh;
    padding: 5vw;
  }
  .modal-overlay .modal-container .modal-close {
    position: sticky;
    top: 0;
    align-self: flex-end;
    font-size: 10vw;
    min-width: 44px;
    min-height: 44px;
    z-index: 10;
    padding: 2vw;
  }
  .modal-overlay .modal-container .modal-content #modal-body h1 {
    font-size: 7vw;
  }
  .modal-overlay .modal-container .modal-content #modal-body h2 {
    font-size: 5vw;
  }
  .modal-overlay .modal-container .modal-content #modal-body p {
    font-size: 16px;
  }
}
.xxxelementor-widget-ucaddon_content_carousel_new .owl-stage-outer {
  overflow: hidden !important;
  padding: 40px 10px !important;
  margin: -40px -10px !important;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card {
  display: flex !important;
  flex-direction: row !important;
  background-color: #ffffff !important;
  border-radius: 25px !important;
  overflow: hidden !important;
  box-shadow: 9.62px 9.62px 24.05px 0px rgba(0, 0, 0, 0.4) !important;
  margin: 2vw 10px 4vw 10px;
  min-height: 400px !important;
  max-height: 600px !important;
  height: auto;
  width: 100%;
  position: relative;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content {
  width: 55% !important;
  padding: 4vw 4vw 4vw 4vw !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  z-index: 2;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_title {
  font-family: var(--font-family);
  font-weight: 800 !important;
  font-size: 2.2vw !important;
  line-height: 1.2 !important;
  color: var(--color-night-blue);
  margin-bottom: 1.2vw !important;
  text-transform: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_excerpt {
  font-family: var(--font-family);
  font-size: 1vw !important;
  line-height: 1.6 !important;
  color: var(--color-night-blue);
  margin-bottom: 2vw !important;
  opacity: 0.8;
  max-width: 90%;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_excerpt p {
  margin-bottom: 0;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_btn_holder .uc_news_more_btn {
  display: inline-block !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(10px) !important;
          backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 8, 67, 0.15) !important;
  padding: 0.8vw 2.5vw !important;
  border-radius: 50px !important;
  box-shadow: 0 8px 32px 0 rgba(0, 8, 67, 0.08) !important;
  transition: all 0.3s ease;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_btn_holder .uc_news_more_btn span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.1vw;
  color: var(--color-night-blue);
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_content .uc_news_btn_holder .uc_news_more_btn:hover {
  transform: translateY(-3px);
  border-color: var(--color-fiery-coral) !important;
  background: rgba(252, 102, 118, 0.05) !important;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_image_wrapper {
  width: 45% !important;
  position: relative !important;
  min-height: 100% !important;
}
.xxxelementor-widget-ucaddon_content_carousel_new .uc_news_card .uc_news_image_wrapper .uc_news_img {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.xxxelementor-widget-ucaddon_content_carousel_new .owl-nav button {
  transition: all 0.3s ease;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
}
.xxxelementor-widget-ucaddon_content_carousel_new .owl-nav button.owl-prev {
  left: -30px;
}
.xxxelementor-widget-ucaddon_content_carousel_new .owl-nav button.owl-next {
  right: -30px;
}
.xxxelementor-widget-ucaddon_content_carousel_new .owl-nav button:hover {
  transform: translateY(-50%) scale(1.15);
  opacity: 0.8;
}

.rotate-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: var(--color-night-blue, #000843);
  align-items: center;
  justify-content: center;
}
.rotate-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (orientation: landscape) and (max-height: 500px) {
  .rotate-overlay {
    display: flex;
  }
}

@keyframes seamlessMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#moving-ball {
  cursor: pointer;
  --scroll-rot: 0deg;
}
#moving-ball img {
  transition: transform 4s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  transform-origin: center center;
  transform: rotate(var(--scroll-rot)) !important;
}
#moving-ball:hover img {
  transform: rotate(calc(var(--scroll-rot) + 360deg)) !important;
}