body{--f:1;min-width:1920px}@media (min-width:1200px) and (max-width:1919px){body{min-width:1200px}}@media (min-width:960px) and (max-width:1199px){body{min-width:960px}}@media (min-width:768px) and (max-width:959px){body{min-width:768px}}@media (min-width:480px) and (max-width:767px){body{min-width:480px}}@media (max-width:479px){body{min-width:320px}}.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-webkit-tap-highlight-color:transparent;pointer-events:none}
.slick-list{position:relative;display:block;margin:0;padding:0;border-left:var(--border-left);border-top:var(--border-top);border-right:var(--border-right);border-bottom:var(--border-bottom);border-radius:var(--rounding);box-shadow:var(--shadow)}
@media (prefers-color-scheme: dark)
{
    .slick-list{border-left:var(--border-left-dark, var(--border-left));border-top:var(--border-top-dark, var(--border-top));border-right:var(--border-right-dark, var(--border-right));border-bottom:var(--border-bottom-dark, var(--border-bottom));box-shadow:var(--shadow-dark, var(--shadow))}
}
.slick-list:focus{outline:none}
.slick-list .dragging{cursor:pointer}
.slick-slider .slick-list,.slick-track,.slick-slide{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.slick-track{position:relative;height:100%;left:0;top:0;display:inline-block;zoom:1}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{display:none}
.slick-slide{position:static;float:left;height:100%;min-height:1px;display:none}
.slick-active picture{pointer-events:auto}
.slick-slide img{display:block}
.slick-slide .slick-loading img{display:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{display:none}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-prev,.slick-next{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;padding:0;border:none;outline:none}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;opacity:1}
.slick-prev .slick-disabled,.slick-next .slick-disabled{opacity:0.25}
.slick-dots{position:absolute;list-style:none;display:block;text-align:center;padding:0;width:100%}
.slick-dots li{position:relative;display:inline-block;padding:0;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none;opacity:1}
.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;color:black;opacity:0.25;pointer-events:auto}
.slick-dots .slick-active button:active{opacity:1}
.slick-dots .slick-active button{opacity:0.75}
[dir="rtl"] .slick-slide{float:right}
.slidex {display:none}
.slider-nav .slick-list {overflow:hidden}
.slider-nav button {pointer-events:auto}
.slider-nav picture {cursor:pointer}
@-webkit-keyframes revealInRight{from{-webkit-clip-path:polygon(-30% -30%, -30% -30%, -30% 130%, -30% 130%);-webkit-transform:translate3d(0,0,0)}to{-webkit-clip-path:polygon(-30% -30%, 130% -30%, 130% 130%, -30% 100%);-webkit-transform:translate3d(0,0,0)}}@keyframes revealInRight{from{clip-path:polygon(-30% -30%, -30% -30%, -30% 130%, -30% 130%);-webkit-transform:translate3d(0,0,0)}to{clip-path:polygon(-30% -30%, 130% -30%, 130% 130%, -30% 130%);-webkit-transform:translate3d(0,0,0)}}.revealInRight{-webkit-animation-name:revealInRight;animation-name:revealInRight}
@-webkit-keyframes revealInLeft{from{-webkit-clip-path:polygon(130% -30%, 130% -30%, 130% 130%, 130% 130%);-webkit-transform:translate3d(0,0,0)}to{-webkit-clip-path:polygon(-30% -30%, 130% -30%, 130% 130%, -30% 130%);-webkit-transform:translate3d(0,0,0)}}@keyframes revealInLeft{from{clip-path:polygon(130% -30%, 130% -30%, 130% 130%, 130% 130%);-webkit-transform:translate3d(0,0,0)}to{clip-path:polygon(-30% -30%, 130% -30%, 130% 130%, -30% 130%);-webkit-transform:translate3d(0,0,0)}}.revealInLeft{-webkit-animation-name:revealInLeft;animation-name:revealInLeft}
@-webkit-keyframes fadeInUpSubtle{from{opacity:0;-webkit-transform:translate3d(0,30px,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInUpSubtle{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpSubtle{-webkit-animation-name:fadeInUpSubtle;animation-name:fadeInUpSubtle}
@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;-webkit-transform:translate3d(0, 0, 0);opacity:1}}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}
@-webkit-keyframes fadeInLeftSubtle{from{opacity:0;-webkit-transform:translate3d(-30px,0,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInLeftSubtle{from{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftSubtle{-webkit-animation-name:fadeInLeftSubtle;animation-name:fadeInLeftSubtle}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}50%{opacity:1}100%{-webkit-transform:scale3d(1,1,1)}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}100%{transform:scale3d(1,1,1)}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.v1{display:inline-block;vertical-align:top}.ps1{position:relative;margin-left:10px;margin-top:20px}.s1{min-width:1864px;width:1864px;min-height:1039px}.ps2{position:relative;margin-left:0;margin-top:0}.s2{min-width:940px;width:940px;min-height:1039px}.z1{z-index:127}.c1{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(3,59,10)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(3,59,10) 100%);box-shadow:0 2px 4px rgba(0,0,0,0.32)}.z2{z-index:128}.v2{display:inline-block;vertical-align:top;pointer-events:auto}.ps3{position:relative;margin-left:10px;margin-top:43px}.s3{min-width:919px;width:919px;overflow:hidden;height:50px}.z3{z-index:136}.p1{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f1{font-family:"Raleway 6";font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps4{position:relative;margin-left:10px;margin-top:0}.s4{min-width:920px;width:920px;overflow:hidden;height:321px}.z4{z-index:135}.p2{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f2{font-family:"Raleway 6";font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c3{padding-left:42px;padding-right:42px}.ps5{position:relative;margin-left:9px;margin-top:-1px}.s5{min-width:921px;width:921px;min-height:614px}.z5{z-index:129}.s6{min-width:447px;width:447px;min-height:614px;height:614px}.z6{z-index:131}.i1{position:absolute;left:0;width:445px;top:0;height:612px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:1px 2px 4px rgba(0,0,0,0.32);border:1px solid rgba(0,0,0,0.32);background-clip:padding-box}.i2{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps6{position:relative;margin-left:20px;margin-top:1px}.s7{min-width:453px;width:453px;min-height:140px;line-height:0}.ps7{position:relative;margin-left:0;margin-top:0}.s8{min-width:453px;width:453px;overflow:hidden;height:35px}.z7{z-index:132}.z8{z-index:130}.ps8{position:relative;margin-left:0;margin-top:35px}.s9{min-width:453px;width:453px;overflow:hidden;height:35px}.z9{z-index:134}.f3{font-family:"Raleway 6";font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;font-weight:700;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps9{position:relative;margin-left:468px;margin-top:-543px}.s10{min-width:453px;width:453px;overflow:hidden;height:35px}.z10{z-index:133}.ps10{position:relative;margin-left:27px;margin-top:18px}.s11{min-width:897px;width:897px;min-height:944px}.z11{z-index:119}.ps11{position:relative;margin-left:20px;margin-top:0}.s12{min-width:842px;width:842px;min-height:101px;height:101px}.z12{z-index:121}.i3{position:absolute;left:0;min-width:831px;max-width:831px;min-height:101px;max-height:101px;top:0;color:#00a5ff}.ps12{position:relative;margin-left:388px;margin-top:50px}.s13{min-width:447px;width:447px;min-height:76px;height:76px}.i4{position:absolute;left:0;min-width:444px;max-width:444px;min-height:76px;max-height:76px;top:0;color:#1d7f2a}.ps13{position:relative;margin-left:59px;margin-top:49px}.s14{min-width:338px;width:338px;min-height:79px;height:79px}.z13{z-index:123}.i5{position:absolute;left:0;min-width:338px;max-width:338px;min-height:73px;max-height:73px;top:3px;color:#00a5ff}.ps14{position:relative;margin-left:-31px;margin-top:156px}.s15{min-width:490px;width:490px;min-height:83px;height:83px}.z14{z-index:124}.i6{position:absolute;left:0;min-width:490px;max-width:490px;min-height:80px;max-height:80px;top:1px;color:#ff0017}.ps15{position:relative;margin-left:0;margin-top:53px}.s16{min-width:897px;width:897px;min-height:70px;height:70px}.z15{z-index:126}.i7{position:absolute;left:12px;min-width:873px;max-width:873px;min-height:70px;max-height:70px;top:0}.ps16{position:relative;margin-left:368px;margin-top:96px}.s17{min-width:445px;width:445px;min-height:109px;height:109px}.i8{position:absolute;left:0;min-width:445px;max-width:445px;min-height:108px;max-height:108px;top:0;color:#1d7f2a}.ps17{position:relative;margin-left:125px;margin-top:62px}.s18{min-width:379px;width:379px;min-height:88px;height:88px}.z16{z-index:125}.i9{position:absolute;left:0;min-width:379px;max-width:379px;min-height:85px;max-height:85px;top:2px;color:#ff0017}.ps18{position:relative;margin-left:13px;margin-top:0}.s19{min-width:1897px;width:1897px;min-height:1007px}.ps19{position:relative;margin-left:0;margin-top:41px}.s20{min-width:936px;width:936px;min-height:924px}.z17{z-index:99}.ps20{position:relative;margin-left:484px;margin-top:0}.s21{min-width:371px;width:371px;min-height:90px;height:90px}.i10{position:absolute;left:0;min-width:369px;max-width:369px;min-height:90px;max-height:90px;top:0;color:#1d7f2a}.ps21{position:relative;margin-left:64px;margin-top:35px}.s22{min-width:500px;width:500px;min-height:87px;height:87px}.z18{z-index:100}.i11{position:absolute;left:0;min-width:500px;max-width:500px;min-height:87px;max-height:87px;top:0;color:#00a5ff}.ps22{position:relative;margin-left:270px;margin-top:54px}.s23{min-width:578px;width:578px;min-height:96px;height:96px}.z19{z-index:102}.i12{position:absolute;left:0;min-width:578px;max-width:578px;min-height:89px;max-height:89px;top:3px;color:#ff0017}.ps23{position:relative;margin-left:128px;margin-top:56px}.s24{min-width:464px;width:464px;min-height:90px;height:90px}.z20{z-index:103}.i13{position:absolute;left:0;min-width:460px;max-width:460px;min-height:90px;max-height:90px;top:0;color:#1d7f2a}.ps24{position:relative;margin-left:0;margin-top:96px}.s25{min-width:936px;width:936px;min-height:46px;height:46px}.z21{z-index:105}.i14{position:absolute;left:0;min-width:914px;max-width:914px;min-height:46px;max-height:46px;top:0}.ps25{position:relative;margin-left:262px;margin-top:52px}.s26{min-width:605px;width:605px;min-height:101px;height:101px}.z22{z-index:104}.i15{position:absolute;left:0;min-width:588px;max-width:588px;min-height:101px;max-height:101px;top:0;color:#00a5ff}.ps26{position:relative;margin-left:38px;margin-top:31px}.s27{min-width:525px;width:525px;min-height:90px;height:90px}.z23{z-index:106}.i16{position:absolute;left:0;min-width:525px;max-width:525px;min-height:85px;max-height:85px;top:3px;color:#ff0017}.ps27{position:relative;margin-left:21px;margin-top:0}.s28{min-width:940px;width:940px;min-height:1007px}.z24{z-index:107}.z25{z-index:108}.ps28{position:relative;margin-left:10px;margin-top:36px}.s29{min-width:921px;width:921px;overflow:hidden;height:50px}.z26{z-index:118}.s30{min-width:930px;width:930px;overflow:hidden;height:299px}.z27{z-index:117}.c4{padding-left:42px;padding-right:42px}.ps29{position:relative;margin-left:9px;margin-top:-1px}.s31{min-width:920px;width:920px;min-height:614px}.z28{z-index:109}.s32{min-width:451px;width:451px;min-height:614px;height:614px}.z29{z-index:110}.i17{position:absolute;left:0;width:449px;top:0;height:612px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:1px 2px 4px rgba(0,0,0,0.32);border:1px solid rgba(0,0,0,0.32);background-clip:padding-box}.ps30{position:relative;margin-left:22px;margin-top:1px}.s33{min-width:447px;width:447px;min-height:210px;line-height:0}.ps31{position:relative;margin-left:0;margin-top:0}.s34{min-width:447px;width:447px;overflow:hidden;height:35px}.z30{z-index:113}.z31{z-index:114}.s35{min-width:447px;width:447px;overflow:hidden;height:35px}.z32{z-index:115}.ps32{position:relative;margin-left:0;margin-top:0}.z33{z-index:112}.z34{z-index:116}.ps33{position:relative;margin-left:0;margin-top:0}.s36{min-width:447px;width:447px;overflow:hidden;height:35px}.z35{z-index:111}.ps34{position:relative;margin-left:10px;margin-top:0}.s37{min-width:1881px;width:1881px;min-height:1023px}.s38{min-width:940px;width:940px;min-height:1023px}.z36{z-index:87}.s39{min-width:939px;width:939px;min-height:1023px;line-height:0}.s40{min-width:939px;width:939px;min-height:1023px}.c5{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(3,59,10)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(3,59,10) 100%);box-shadow:1px 2px 4px rgba(0,0,0,0.32)}.z37{z-index:88}.ps35{position:relative;margin-left:10px;margin-top:-991px}.s41{min-width:920px;width:920px;overflow:hidden;height:50px}.z38{z-index:97}.ps36{position:relative;margin-left:10px;margin-top:-941px}.s42{min-width:920px;width:920px;overflow:hidden;height:313px}.z39{z-index:98}.c6{padding-left:80px;padding-right:80px}.ps37{position:relative;margin-left:9px;margin-top:-625px}.s43{min-width:931px;width:931px;min-height:614px}.z40{z-index:89}.s44{min-width:451px;width:451px;min-height:614px;height:614px}.z41{z-index:90}.a1{display:block;height:100%}.i18{position:absolute;left:0;width:449px;top:0;height:612px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-filter:drop-shadow(1px 2px 5px 6px rgba(0,0,0,0.59));-moz-filter:drop-shadow(1px 2px 5px 6px rgba(0,0,0,0.59));filter:drop-shadow(1px 2px 5px 6px rgba(0,0,0,0.59));will-change:filter;border:1px solid rgba(0,0,0,0.32);background-clip:padding-box}.i19{width:100%;height:100%;display:inline-block}.ps38{position:relative;margin-left:21px;margin-top:36px}.s45{min-width:458px;width:458px;min-height:175px;line-height:0}.ps39{position:relative;margin-left:0;margin-top:0}.s46{min-width:458px;width:458px;overflow:hidden;height:35px}.z42{z-index:93}.ps40{position:relative;margin-left:0;margin-top:0}.s47{min-width:458px;width:458px;overflow:hidden;height:35px}.z43{z-index:94}.ps41{position:relative;margin-left:0;margin-top:0}.s48{min-width:458px;width:458px;overflow:hidden;height:35px}.z44{z-index:95}.s49{min-width:458px;width:458px;overflow:hidden;height:35px}.z45{z-index:96}.ps42{position:relative;margin-left:0;margin-top:0}.s50{min-width:458px;width:458px;overflow:hidden;height:35px}.z46{z-index:92}.ps43{position:relative;margin-left:473px;margin-top:-613px}.z47{z-index:91}.ps44{position:relative;margin-left:19px;margin-top:41px}.s51{min-width:922px;width:922px;min-height:951px}.z48{z-index:79}.ps45{position:relative;margin-left:30px;margin-top:0}.s52{min-width:434px;width:434px;min-height:55px;height:55px}.i20{position:absolute;left:0;min-width:425px;max-width:425px;min-height:55px;max-height:55px;top:0;color:#ff0017}.ps46{position:relative;margin-left:379px;margin-top:73px}.s53{min-width:503px;width:503px;min-height:83px;height:83px}.z49{z-index:81}.i21{position:absolute;left:0;min-width:503px;max-width:503px;min-height:82px;max-height:82px;top:1px;color:#00a5ff}.ps47{position:relative;margin-left:91px;margin-top:56px}.s54{min-width:616px;width:616px;min-height:70px;height:70px}.z50{z-index:83}.i22{position:absolute;left:0;min-width:616px;max-width:616px;min-height:69px;max-height:69px;top:0;color:#1d7f2a}.ps48{position:relative;margin-left:0;margin-top:103px}.s55{min-width:922px;width:922px;min-height:93px;height:93px}.z51{z-index:86}.i23{position:absolute;left:0;min-width:922px;max-width:922px;min-height:93px;max-height:93px;top:0}.ps49{position:relative;margin-left:133px;margin-top:57px}.s56{min-width:433px;width:433px;min-height:81px;height:81px}.z52{z-index:85}.i24{position:absolute;left:0;min-width:428px;max-width:428px;min-height:81px;max-height:81px;top:0;color:#00a5ff}.ps50{position:relative;margin-left:350px;margin-top:63px}.s57{min-width:558px;width:558px;min-height:63px;height:63px}.z53{z-index:84}.i25{position:absolute;left:0;min-width:558px;max-width:558px;min-height:55px;max-height:55px;top:4px;color:#1d7f2a}.ps51{position:relative;margin-left:61px;margin-top:76px}.s58{min-width:543px;width:543px;min-height:78px;height:78px}.z54{z-index:80}.i26{position:absolute;left:0;min-width:543px;max-width:543px;min-height:77px;max-height:77px;top:1px;color:#ff0017}.ps52{position:relative;margin-left:28px;margin-top:0}.s59{min-width:1882px;width:1882px;min-height:942px}.ps53{position:relative;margin-left:0;margin-top:46px}.s60{min-width:910px;width:910px;min-height:861px}.z55{z-index:61}.ps54{position:relative;margin-left:49px;margin-top:0}.s61{min-width:676px;width:676px;min-height:82px;height:82px}.z56{z-index:65}.i27{position:absolute;left:0;min-width:676px;max-width:676px;min-height:82px;max-height:82px;top:0;color:#00a5ff}.ps55{position:relative;margin-left:418px;margin-top:94px}.s62{min-width:462px;width:462px;min-height:71px;height:71px}.z57{z-index:63}.i28{position:absolute;left:0;min-width:462px;max-width:462px;min-height:69px;max-height:69px;top:1px;color:#1d7f2a}.ps56{position:relative;margin-left:61px;margin-top:18px}.s63{min-width:411px;width:411px;min-height:96px;height:96px}.z58{z-index:67}.i29{position:absolute;left:0;min-width:408px;max-width:408px;min-height:96px;max-height:96px;top:0;color:#ff0017}.ps57{position:relative;margin-left:6px;margin-top:69px}.s64{min-width:904px;width:904px;min-height:50px;height:50px}.i30{position:absolute;left:0;min-width:902px;max-width:902px;min-height:50px;max-height:50px;top:0}.ps58{position:relative;margin-left:460px;margin-top:28px}.s65{min-width:310px;width:310px;min-height:81px;height:81px}.z59{z-index:66}.i31{position:absolute;left:0;min-width:310px;max-width:310px;min-height:81px;max-height:81px;top:0;color:#1d7f2a}.ps59{position:relative;margin-left:0;margin-top:55px}.s66{min-width:544px;width:544px;min-height:70px;height:70px}.z60{z-index:64}.i32{position:absolute;left:0;min-width:544px;max-width:544px;min-height:69px;max-height:69px;top:1px;color:#ff0017}.ps60{position:relative;margin-left:335px;margin-top:72px}.s67{min-width:545px;width:545px;min-height:75px;height:75px}.i33{position:absolute;left:0;min-width:545px;max-width:545px;min-height:71px;max-height:71px;top:2px;color:#00a5ff}.ps61{position:relative;margin-left:32px;margin-top:0}.s68{min-width:940px;width:940px;min-height:942px}.z61{z-index:69}.s69{min-width:940px;width:940px;height:942px}.z62{z-index:70}.ps62{position:relative;margin-left:10px;margin-top:37px}.s70{min-width:920px;width:920px;overflow:hidden;height:50px}.z63{z-index:78}.ps63{position:relative;margin-left:9px;margin-top:0}.s71{min-width:920px;width:920px;overflow:hidden;height:232px}.z64{z-index:77}.c7{padding-left:40px;padding-right:40px}.ps64{position:relative;margin-left:9px;margin-top:-1px}.s72{min-width:930px;width:930px;min-height:614px}.z65{z-index:71}.z66{z-index:72}.i34{position:absolute;left:0;width:449px;top:0;height:612px}.ps65{position:relative;margin-left:21px;margin-top:1px}.s73{min-width:458px;width:458px;min-height:140px;line-height:0}.ps66{position:relative;margin-left:0;margin-top:0}.s74{min-width:458px;width:458px;overflow:hidden;height:35px}.z67{z-index:73}.z68{z-index:74}.z69{z-index:75}.ps67{position:relative;margin-left:0;margin-top:0}.s75{min-width:458px;width:458px;overflow:hidden;height:35px}.z70{z-index:76}.ps68{position:relative;margin-left:10px;margin-top:0}.s76{min-width:1889px;width:1889px;min-height:442px}.s77{min-width:940px;width:940px;min-height:442px}.z71{z-index:57}.z72{z-index:58}.ps69{position:relative;margin-left:6px;margin-top:31px}.s78{min-width:929px;width:929px;overflow:hidden;height:50px}.z73{z-index:60}.ps70{position:relative;margin-left:10px;margin-top:0}.s79{min-width:920px;width:920px;overflow:hidden;height:361px}.z74{z-index:59}.ps71{position:relative;margin-left:27px;margin-top:31px}.s80{min-width:922px;width:922px;min-height:396px}.z75{z-index:51}.ps72{position:relative;margin-left:0;margin-top:0}.s81{min-width:568px;width:568px;min-height:83px;height:83px}.z76{z-index:54}.i35{position:absolute;left:0;min-width:568px;max-width:568px;min-height:81px;max-height:81px;top:1px}.ps73{position:relative;margin-left:138px;margin-top:18px}.s82{min-width:784px;width:784px;min-height:152px}.ps74{position:relative;margin-left:0;margin-top:66px}.s83{min-width:516px;width:516px;min-height:86px;height:86px}.z77{z-index:55}.i36{position:absolute;left:0;min-width:516px;max-width:516px;min-height:86px;max-height:86px;top:0;color:#ff0017}.ps75{position:relative;margin-left:272px;margin-top:-152px}.s84{min-width:512px;width:512px;min-height:76px;height:76px}.z78{z-index:53}.i37{position:absolute;left:0;min-width:512px;max-width:512px;min-height:74px;max-height:74px;top:1px;color:#00a5ff}.ps76{position:relative;margin-left:28px;margin-top:21px}.s85{min-width:886px;width:886px;min-height:122px}.ps77{position:relative;margin-left:0;margin-top:0}.s86{min-width:220px;width:220px;min-height:61px;height:61px}.z79{z-index:56}.i38{position:absolute;left:0;min-width:217px;max-width:217px;min-height:61px;max-height:61px;top:0;color:#00a5ff}.ps78{position:relative;margin-left:101px;margin-top:49px}.s87{min-width:565px;width:565px;min-height:73px;height:73px}.z80{z-index:52}.i39{position:absolute;left:0;min-width:565px;max-width:565px;min-height:71px;max-height:71px;top:1px;color:#1d7f2a}.ps79{position:relative;margin-left:34px;margin-top:0}.s88{min-width:1876px;width:1876px;min-height:467px}.ps80{position:relative;margin-left:0;margin-top:25px}.s89{min-width:901px;width:901px;min-height:421px}.z81{z-index:39}.ps81{position:relative;margin-left:225px;margin-top:0}.s90{min-width:635px;width:635px;min-height:66px;height:66px}.z82{z-index:41}.i40{position:absolute;left:0;min-width:635px;max-width:635px;min-height:64px;max-height:64px;top:1px;color:#1d7f2a}.ps82{position:relative;margin-left:0;margin-top:19px}.s91{min-width:901px;width:901px;min-height:88px}.ps83{position:relative;margin-left:0;margin-top:0}.s92{min-width:533px;width:533px;min-height:60px;height:60px}.z83{z-index:43}.i41{position:absolute;left:0;min-width:533px;max-width:533px;min-height:60px;max-height:60px;top:0;color:#ff0017}.ps84{position:relative;margin-left:51px;margin-top:32px}.s93{min-width:317px;width:317px;min-height:56px;height:56px}.i42{position:absolute;left:0;min-width:317px;max-width:317px;min-height:54px;max-height:54px;top:1px;color:#00a5ff}.ps85{position:relative;margin-left:256px;margin-top:15px}.s94{min-width:560px;width:560px;min-height:66px;height:66px}.z84{z-index:44}.i43{position:absolute;left:0;min-width:560px;max-width:560px;min-height:64px;max-height:64px;top:1px;color:#1d7f2a}.ps86{position:relative;margin-left:46px;margin-top:0}.s95{min-width:855px;width:855px;min-height:81px}.ps87{position:relative;margin-left:0;margin-top:0}.s96{min-width:379px;width:379px;min-height:73px;height:73px}.z85{z-index:42}.i44{position:absolute;left:0;min-width:379px;max-width:379px;min-height:73px;max-height:73px;top:0;color:#00a5ff}.ps88{position:relative;margin-left:145px;margin-top:37px}.s97{min-width:331px;width:331px;min-height:44px;height:44px}.z86{z-index:45}.i45{position:absolute;left:0;min-width:327px;max-width:327px;min-height:44px;max-height:44px;top:0;color:#ff0017}.ps89{position:relative;margin-left:167px;margin-top:15px}.s98{min-width:375px;width:375px;min-height:71px;height:71px}.z87{z-index:46}.i46{position:absolute;left:0;min-width:375px;max-width:375px;min-height:70px;max-height:70px;top:1px}.ps90{position:relative;margin-left:35px;margin-top:0}.s99{min-width:940px;width:940px;min-height:467px}.z88{z-index:47}.z89{z-index:48}.ps91{position:relative;margin-left:5px;margin-top:41px}.s100{min-width:931px;width:931px;overflow:hidden;height:50px}.z90{z-index:50}.f4{font-family:"Raleway 6";font-size:22px;font-size:calc(22px * var(--f));line-height:1.183;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps92{position:relative;margin-left:11px;margin-top:0}.s101{min-width:921px;width:921px;overflow:hidden;height:376px}.z91{z-index:49}.ps93{position:relative;margin-left:10px;margin-top:0}.s102{min-width:940px;width:940px;min-height:450px}.z92{z-index:34}.z93{z-index:35}.ps94{position:relative;margin-left:11px;margin-top:40px}.s103{min-width:920px;width:920px;overflow:hidden;height:50px}.z94{z-index:38}.ps95{position:relative;margin-left:10px;margin-top:0}.s104{min-width:920px;width:920px;overflow:hidden;height:161px}.z95{z-index:37}.ps96{margin-left:17px}.p3{text-indent:-9px;padding-bottom:0;padding-right:0;text-align:left}.f5{font-family:"Raleway 6";font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps97{position:relative;margin-left:10px;margin-top:7px}.s105{min-width:920px;width:920px;min-height:192px;height:192px}.z96{z-index:36}.i47{position:absolute;left:0;min-width:920px;max-width:920px;min-height:190px;max-height:190px;top:1px;color:#033b0a}.ps98{position:relative;margin-left:20px;margin-top:450px}.s106{min-width:940px;width:940px;min-height:526px}.z97{z-index:27}.z98{z-index:28}.ps99{position:relative;margin-left:10px;margin-top:35px}.s107{min-width:920px;width:920px;overflow:hidden;height:50px}.z99{z-index:33}.ps100{position:relative;margin-left:10px;margin-top:0}.s108{min-width:920px;width:920px;overflow:hidden;height:124px}.z100{z-index:31}.ps101{position:relative;margin-left:9px;margin-top:13px}.s109{min-width:922px;width:922px;height:62px}.z101{z-index:32}.v3{display:inline-block;outline:0}.ps102{position:relative}.s110{box-sizing:border-box;width:100%;height:100%;padding-right:0}.c8{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(3,59,10)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(3,59,10) 100%);box-shadow:1px 2px 4px rgba(0,0,0,0.32);transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.a2{transform:translateZ(1px);display:inline-block;width:100%;z-index:1}.f6{font-family:"Raleway 6";font-size:18px;font-size:calc(18px * var(--f));line-height:1.168;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;text-shadow:none;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:20px;padding-bottom:19px}.ps103{position:relative;margin-left:10px;margin-top:5px}.s111{min-width:920px;width:920px;min-height:237px}.ps104{position:relative;margin-left:0;margin-top:0}.s112{min-width:690px;width:690px;min-height:237px;height:237px}.z102{z-index:29}.i48{position:absolute;left:0;min-width:690px;max-width:690px;min-height:198px;max-height:198px;top:19px;color:#ff9d00}.ps105{position:relative;margin-left:0;margin-top:0}.s113{min-width:230px;width:230px;min-height:237px}.z103{z-index:30}.lt1{width:100%;height:237px}.ps106{position:relative;margin-left:10px;margin-top:0}.s114{min-width:940px;width:940px;min-height:570px}.z104{z-index:21}.z105{z-index:22}.ps107{position:relative;margin-left:10px;margin-top:66px}.s115{min-width:921px;width:921px;overflow:hidden;height:50px}.z106{z-index:26}.ps108{position:relative;margin-left:10px;margin-top:0}.s116{min-width:921px;width:921px;min-height:454px}.s117{min-width:921px;width:921px;min-height:454px;line-height:0}.ps109{position:relative;margin-left:0;margin-top:0}.s118{min-width:920px;width:920px;overflow:hidden;height:119px}.z107{z-index:25}.ps110{position:relative;margin-left:308px;margin-top:-59px}.s119{min-width:304px;width:304px;min-height:304px}.z108{z-index:24}.lt2{width:100%;height:304px}.ps111{position:relative;margin-left:0;margin-top:-34px}.s120{min-width:921px;width:921px;min-height:124px;height:124px}.z109{z-index:23}.i49{position:absolute;left:0;min-width:921px;max-width:921px;min-height:119px;max-height:119px;top:3px;color:#ff0017}.v4{display:inline-block;vertical-align:top;pointer-events:none}.ps112{position:relative;margin-top:51px}.s121{width:100%;min-width:1920px;min-height:898px}.z110{z-index:1}.ps113{position:relative;margin-top:0}.c9{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#ff0c83}.z111{z-index:2}.ps114{position:relative;margin-top:10px}.s122{width:100%;min-width:1920px;min-height:779px}.c10{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(3,59,10)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(3,59,10) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(3,59,10) 100%);box-shadow:1px 2px 4px rgba(0,0,0,0.32)}.z112{z-index:3}.ps115{position:relative;margin-top:-763px}.v5{display:block}.s123{width:1920px;margin-left:auto;margin-right:auto;min-height:872px}.ps116{position:relative;margin-left:21px;margin-top:0}.s124{min-width:1880px;width:1880px;min-height:61px}.s125{min-width:600px;width:600px;overflow:hidden;height:61px}.z113{z-index:14}.f7{font-family:"Raleway 6";font-size:20px;font-size:calc(20px * var(--f));line-height:1.651;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps117{position:relative;margin-left:40px;margin-top:0}.s126{min-width:600px;width:600px;overflow:hidden;height:61px}.z114{z-index:13}.ps118{position:relative;margin-left:40px;margin-top:0}.s127{min-width:600px;width:600px;overflow:hidden;height:61px}.z115{z-index:11}.ps119{position:relative;margin-left:21px;margin-top:0}.s128{min-width:1880px;width:1880px;min-height:600px}.s129{min-width:600px;width:600px;min-height:600px}.z116{z-index:15}.s130{min-width:600px;width:600px;min-height:600px;line-height:0}.c11{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;opacity:0.54;box-shadow:5px 5px 15px rgba(0,0,0,0.32)}.z117{z-index:16}.ps120{position:relative;margin-left:0;margin-top:-600px}.z118{z-index:17}.ph1{position:absolute;width:100%;height:600px;background-color:#f0f0f0;border-radius:10px}.map1{width:600px;height:600px}.ps121{position:relative;margin-left:40px;margin-top:0}.s131{min-width:600px;width:600px;min-height:600px;height:600px}.z119{z-index:12}.a3{display:block}.i50{position:absolute;left:0;width:600px;top:0;height:600px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.32));-moz-filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.32));filter:drop-shadow(2px 2px 5px rgba(0,0,0,0.32));will-change:filter;border:0}.ps122{position:relative;margin-left:40px;margin-top:0}.z120{z-index:10}.i51{position:absolute;left:0;width:600px;top:0;height:600px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-filter:drop-shadow(2px 2px 5px 2px rgba(0,0,0,0.32));-moz-filter:drop-shadow(2px 2px 5px 2px rgba(0,0,0,0.32));filter:drop-shadow(2px 2px 5px 2px rgba(0,0,0,0.32));will-change:filter;border:0}.ps123{position:relative;margin-left:21px;margin-top:0}.s132{min-width:1880px;width:1880px;min-height:101px}.s133{min-width:600px;width:600px;overflow:hidden;height:101px}.z121{z-index:9}.f8{font-family:"Raleway 7";font-size:14px;font-size:calc(14px * var(--f));line-height:1.144;font-weight:800;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps124{position:relative;margin-left:40px;margin-top:0}.s134{min-width:600px;width:600px;overflow:hidden;height:101px}.z122{z-index:8}.f9{font-family:"Raleway 7";font-size:14px;font-size:calc(14px * var(--f));line-height:1.144;font-weight:800;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps125{position:relative;margin-left:40px;margin-top:0}.s135{min-width:600px;width:600px;overflow:hidden;height:101px}.z123{z-index:7}.ps126{position:relative;margin-left:0;margin-top:50px}.s136{min-width:1920px;width:1920px;min-height:60px}.ps127{position:relative;margin-left:0;margin-top:0}.s137{min-width:640px;width:640px;overflow:hidden;height:60px}.z124{z-index:4}.f10{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-size:calc(14px * var(--f));line-height:1.144;letter-spacing:normal;color:#fff;background-color:initial}.s138{display:inline-block;height:14px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(1) translateY(2px)}.ps128{position:relative;margin-left:0;margin-top:0}.s139{min-width:640px;width:640px;overflow:hidden;height:60px}.z125{z-index:5}.ps129{position:relative;margin-left:0;margin-top:0}.s140{min-width:640px;width:640px;overflow:hidden;height:60px}.z126{z-index:6}.c12{display:block;position:fixed;left:0;top:0;width:100%;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;height:100vh;height:calc(100vh + env(safe-area-inset-bottom));z-index:2146435072;pointer-events:none;opacity:0}.ps130{margin-left:auto;margin-right:auto;width:1920px;pointer-events:none}.ps131{position:relative;margin-left:470px;margin-top:360px;-webkit-transform:translate3d(0,0,0)}.s141{min-width:480px;width:480px;height:310px}.c13{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/e/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c13{background-image:url(../images/h/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c14{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:310px;width:100%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.c15{display:block;position:fixed;left:0;top:0;width:100%;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;height:100vh;height:calc(100vh + env(safe-area-inset-bottom));z-index:2146435293;pointer-events:none;opacity:0}.c16{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/3/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c16{background-image:url(../images/o/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.ps132{position:relative;margin-left:303px;margin-top:74px}.s142{min-width:144px;width:144px;min-height:144px}.lt3{width:100%;height:144px}.c17{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/4/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c17{background-image:url(../images/p/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c18{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/3/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c18{background-image:url(../images/e/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c19{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c19{background-image:url(../images/0/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c20{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/7/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c20{background-image:url(../images/c/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c21{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/l/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c21{background-image:url(../images/e/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c22{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/q/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c22{background-image:url(../images/k/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-480.webp)}.c23{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/a/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c23{background-image:url(../images/7/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.ps133{position:relative;margin-left:470px;margin-top:360px;-webkit-transform:translate3d(0,0,0)}.s143{min-width:480px;width:480px;height:310px}.c24{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/l/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c24{background-image:url(../images/f/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.c25{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/8/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c25{background-image:url(../images/u/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.c26{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c26{background-image:url(../images/a/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.c27{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/v/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c27{background-image:url(../images/t/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.c28{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/f/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c28{background-image:url(../images/s/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-480.webp)}.c29{border:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/r/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-480.jpg);box-shadow:2px 2px 4px rgba(0,0,0,0.32)}.webp .c29{background-image:url(../images/j/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-480.webp)}.v6{display:inline-block;vertical-align:top;pointer-events:auto}.ps134{position:relative;margin-left:1839px;margin-top:40px;-webkit-transform:translate3d(0,0,0)}.s144{min-width:25px;width:25px;height:25px;-ms-transform:rotate(178deg);-moz-transform:rotate(178deg);-webkit-transform:rotate(178deg);transform:rotate(178deg)}.c30{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/4/tennisball-pink.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.c31{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:25px;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ps135{position:relative;margin-left:1613px;margin-top:40px;-webkit-transform:translate3d(0,0,0)}.s145{min-width:25px;width:25px;height:25px;-ms-transform:rotate(178deg);-moz-transform:rotate(178deg);-webkit-transform:rotate(178deg);transform:rotate(178deg)}.v7{display:inline-block;vertical-align:top;pointer-events:auto}.ps136{position:relative;margin-left:1323px;margin-top:40px;-webkit-transform:translate3d(0,0,0)}.s146{min-width:25px;width:25px;height:25px;-ms-transform:rotate(178deg);-moz-transform:rotate(178deg);-webkit-transform:rotate(178deg);transform:rotate(178deg)}.c32{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:25px;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ps137{position:relative;margin-left:470px;margin-top:40px;-webkit-transform:translate3d(0,0,0)}.ps138{position:relative;margin-left:138px;margin-top:40px;-webkit-transform:translate3d(0,0,0)}.c33{display:block;position:fixed;left:0;top:0;width:100%;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;height:100vh;height:calc(100vh + env(safe-area-inset-bottom));z-index:170;pointer-events:none;opacity:0;transition:opacity 1s}.ps139{position:relative;margin-top:0;-webkit-transform:translate3d(0,0,0)}.s147{width:100%;min-width:1920px;height:100vh;height:calc(100vh + env(safe-area-inset-bottom));height:calc(var(--vh, 1vh) * 100 + env(safe-area-inset-bottom))}.c34{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-image:-webkit-gradient(linear, 0% 100%, 0% -0%, color-stop(0, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%)}.c35{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ps140{position:relative;margin-top:173px}.v8{display:block;pointer-events:none}.s148{width:1920px;margin-left:auto;margin-right:auto;min-height:747px}.ps141{position:relative;margin-left:127px;margin-top:0}.s149{min-width:1309px;width:1309px;min-height:747px}.ps142{position:relative;margin-left:0;margin-top:21px}.s150{min-width:300px;width:300px;min-height:559px;line-height:0}.ps143{position:relative;margin-left:0;margin-top:0}.s151{min-width:75px;width:75px;height:75px}.z127{z-index:181}.c36{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/o/x-icon-pop-up-schliessen-weiss.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.f11{font-family:"Raleway 5";font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;text-shadow:none;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:24px;padding-bottom:23px}.ps144{position:relative;margin-left:0;margin-top:21px}.s152{min-width:300px;width:300px;overflow:hidden;height:50px}.z128{z-index:182}.f12{font-family:"Raleway 6";font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f13{font-family:Arial, Helvetica, sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.279;letter-spacing:normal;color:#fff;background-color:initial}.s153{display:inline-block;height:18px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(1) translateY(3px)}.ps145{position:relative;margin-left:0;margin-top:20px}.s154{min-width:300px;width:300px;height:53px}.z129{z-index:178}.v9{display:inline-block;outline:0;cursor:pointer}.c37{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;border-top:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:3px solid transparent;border-left:0 solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.a4{display:inline-block;width:100%;z-index:1}.f14{font-family:"Raleway 6";font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;letter-spacing:normal;text-indent:18px;padding-right:0;text-align:left;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;text-shadow:none;cursor:pointer;padding-top:13px;padding-bottom:13px}.ps146{position:relative;margin-left:0;margin-top:4px}.z130{z-index:177}.ps147{position:relative;margin-left:0;margin-top:3px}.z131{z-index:176}.ps148{position:relative;margin-left:0;margin-top:4px}.z132{z-index:175}.ps149{position:relative;margin-left:0;margin-top:4px}.z133{z-index:174}.ps150{position:relative;margin-left:0;margin-top:4px}.z134{z-index:173}.ps151{position:relative;margin-left:0;margin-top:3px}.z135{z-index:172}.ps152{position:relative;margin-left:305px;margin-top:707px}.s155{min-width:320px;width:320px;min-height:40px;height:40px}.z136{z-index:179}.i52{position:absolute;left:0;min-width:320px;max-width:320px;min-height:40px;max-height:40px;top:0}.ps153{position:relative;margin-left:1px;margin-top:0}.s156{min-width:383px;width:383px;min-height:745px}.z137{z-index:180}.ps154{position:relative;margin-left:160px;margin-top:0}.s157{min-width:223px;width:223px;min-height:51px;height:51px}.z138{z-index:184}.i53{position:absolute;left:0;min-width:223px;max-width:223px;min-height:48px;max-height:48px;top:1px;-ms-transform:rotate(309deg);-moz-transform:rotate(309deg);-webkit-transform:rotate(309deg);transform:rotate(309deg)}.ps155{position:relative;margin-left:0;margin-top:34px}.s158{min-width:377px;width:377px;min-height:660px;height:660px}.z139{z-index:183}.i54{position:absolute;left:2px;width:374px;top:0;height:660px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));-moz-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));will-change:filter;border:0}.ps156{position:relative;margin-left:9223372036854775807px;margin-top:9223372036854775807px}.s159{min-width:1px;width:1px;min-height:1px}.z140{z-index:171}.c38{display:block;position:fixed;left:0;top:0;width:100%;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none;height:100vh;height:calc(100vh + env(safe-area-inset-bottom));z-index:185;pointer-events:none;opacity:0;transition:opacity 1s}.ps157{position:relative;margin-top:137px}.s160{width:1920px;margin-left:auto;margin-right:auto;min-height:783px}.s161{min-width:1303px;width:1303px;min-height:783px}.ps158{position:relative;margin-left:0;margin-top:63px}.s162{min-width:300px;width:300px;min-height:610px;line-height:0}.ps159{position:relative;margin-left:0;margin-top:0}.z141{z-index:196}.c39{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:transparent;background-image:url(../images/o/x-icon-pop-up-schliessen-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.ps160{position:relative;margin-left:0;margin-top:15px}.s163{min-width:300px;width:300px;overflow:hidden;height:50px}.z142{z-index:197}.f15{font-family:"Raleway 6";font-size:18px;font-size:calc(18px * var(--f));line-height:2.334;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f16{font-family:Arial, Helvetica, sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:2.334;letter-spacing:normal;color:#fff;background-color:initial}.s164{display:inline-block;height:18px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(1) translateY(4px)}.ps161{position:relative;margin-left:0;margin-top:20px}.s165{min-width:300px;width:300px;height:53px}.z143{z-index:198}.ps162{position:relative;margin-left:0;margin-top:4px}.z144{z-index:195}.ps163{position:relative;margin-left:0;margin-top:3px}.z145{z-index:194}.ps164{position:relative;margin-left:0;margin-top:4px}.z146{z-index:193}.ps165{position:relative;margin-left:0;margin-top:4px}.s166{min-width:300px;width:300px;height:53px}.z147{z-index:192}.ps166{position:relative;margin-left:0;margin-top:4px}.z148{z-index:191}.ps167{position:relative;margin-left:0;margin-top:3px}.z149{z-index:190}.ps168{position:relative;margin-left:0;margin-top:4px}.z150{z-index:189}.ps169{position:relative;margin-left:400px;margin-top:743px}.s167{min-width:321px;width:321px;min-height:40px;height:40px}.z151{z-index:199}.i55{position:absolute;left:0;min-width:320px;max-width:320px;min-height:40px;max-height:40px;top:0}.ps170{position:relative;margin-left:870px;margin-top:-783px}.s168{min-width:433px;width:433px;min-height:783px}.z152{z-index:186}.s169{min-width:433px;width:433px;min-height:783px;line-height:0}.ps171{position:relative;margin-left:0;margin-top:0}.s170{min-width:433px;width:433px;min-height:783px;height:783px}.z153{z-index:187}.i56{position:absolute;left:1px;width:431px;top:0;height:783px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));-moz-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.32));will-change:filter;border:0}.ps172{position:relative;margin-left:117px;margin-top:-697px}.s171{min-width:241px;width:241px;min-height:53px;height:53px}.z154{z-index:188}.i57{position:absolute;left:0;min-width:241px;max-width:241px;min-height:51px;max-height:51px;top:1px;-ms-transform:rotate(316deg);-moz-transform:rotate(316deg);-webkit-transform:rotate(316deg);transform:rotate(316deg)}.c40{display:inline-block;position:relative;margin-left:0;margin-top:0}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8:hover{background-color:transparent;border-color:transparent}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.c8:active{transition:initial}.c36:hover{background-color:#fff;color:rgba(0,0,0,0.32);background-clip:padding-box;border:0}.c36:active{transition:initial;color:#ff0c83}.c37:hover{background-color:#ff0c83;border-color:#fff}.c37:active{transition:initial}.c39:hover{background-color:#fff;color:rgba(0,0,0,0.32);background-clip:padding-box;border:0}.c39:active{transition:initial;color:#ff0c83}@media (min-width:1200px) and (max-width:1919px){.s1{min-width:1180px;width:1180px;min-height:783px}.s2{min-width:1180px;width:1180px;min-height:519px}.ps3{margin-top:41px}.s3{min-width:570px;width:570px;height:63px}.f1{font-size:18px;font-size:calc(18px * var(--f));line-height:1.168}.ps4{margin-left:-570px;margin-top:104px}.s4{min-width:570px;width:570px;height:415px}.c3{padding-left:26px;padding-right:26px}.ps5{margin-left:19px;margin-top:103px}.s5{min-width:581px;width:581px;min-height:244px}.s6{min-width:180px;width:180px;min-height:244px;height:244px}.i1{width:178px;height:242px}.ps6{margin-left:11px}.s7{min-width:390px;width:390px;min-height:160px}.s8{min-width:390px;width:390px;height:40px}.ps8{margin-top:40px}.s9{min-width:390px;width:390px;height:40px}.ps9{margin-left:191px;margin-top:-163px}.s10{min-width:388px;width:388px;height:40px}.ps10{margin-left:39px;margin-top:19px}.s11{min-width:1134px;width:1134px;min-height:245px}.ps11{margin-left:347px;margin-top:191px}.s12{min-width:453px;width:453px;min-height:54px;height:54px}.i3{min-width:444px;max-width:444px;min-height:54px;max-height:54px}.ps12{margin-left:85px;margin-top:64px}.s13{min-width:249px;width:249px;min-height:46px;height:46px}.i4{min-width:249px;max-width:249px;min-height:43px;max-height:43px;top:1px}.ps13{margin-left:22px;margin-top:-80px}.s14{min-width:164px;width:164px;min-height:38px;height:38px}.i5{min-width:164px;max-width:164px;min-height:36px;max-height:36px;top:1px}.ps14{margin-left:119px;margin-top:-143px}.s15{min-width:371px;width:371px;min-height:63px;height:63px}.i6{min-width:371px;max-width:371px;min-height:61px;max-height:61px}.ps15{margin-left:225px;margin-top:-245px}.s16{min-width:630px;width:630px;min-height:51px;height:51px}.i7{left:0;min-width:630px;max-width:630px;min-height:51px;max-height:51px}.ps16{margin-left:-855px;margin-top:-188px}.s17{min-width:266px;width:266px;min-height:73px;height:73px}.i8{min-width:266px;max-width:266px;min-height:64px;max-height:64px;top:5px}.ps17{margin-left:540px;margin-top:-105px}.s18{min-width:232px;width:232px;min-height:51px;height:51px}.i9{min-width:227px;max-width:227px;min-height:51px;max-height:51px;top:0}.ps18{margin-left:8px;margin-top:15px}.s19{min-width:1182px;width:1182px;min-height:676px}.ps19{margin-top:489px}.s20{min-width:1175px;width:1175px;min-height:187px}.ps20{margin-left:942px;margin-top:69px}.s21{min-width:233px;width:233px;min-height:51px;height:51px}.i10{min-width:209px;max-width:209px;min-height:51px;max-height:51px}.ps21{margin-left:755px;margin-top:17px}.s22{min-width:313px;width:313px;min-height:50px;height:50px}.i11{min-width:287px;max-width:287px;min-height:50px;max-height:50px}.ps22{margin-left:18px;margin-top:-80px}.s23{min-width:359px;width:359px;min-height:60px;height:60px}.i12{min-width:359px;max-width:359px;min-height:55px;max-height:55px}.ps23{margin-left:33px;margin-top:-65px}.s24{min-width:255px;width:255px;min-height:45px;height:45px}.i13{min-width:230px;max-width:230px;min-height:45px;max-height:45px}.ps24{margin-left:169px;margin-top:-187px}.s25{min-width:826px;width:826px;min-height:45px;height:45px}.i14{min-width:826px;max-width:826px;min-height:42px;max-height:42px;top:1px}.ps25{margin-left:0;margin-top:-146px}.s26{min-width:345px;width:345px;min-height:53px;height:53px}.i15{min-width:308px;max-width:308px;min-height:53px;max-height:53px}.ps26{margin-left:171px;margin-top:-133px}.s27{min-width:359px;width:359px;min-height:56px;height:56px}.i16{min-width:344px;max-width:344px;min-height:56px;max-height:56px;top:0}.ps27{margin-left:2px;margin-top:-676px}.s28{min-width:1180px;width:1180px;min-height:478px}.ps28{margin-left:12px;margin-top:41px}.s29{min-width:568px;width:568px;height:63px}.s30{min-width:570px;width:570px;height:374px}.c4{padding-left:26px;padding-right:26px}.ps29{margin-left:19px;margin-top:103px}.s31{min-width:571px;width:571px;min-height:245px}.s32{min-width:180px;width:180px;min-height:245px;height:245px}.i17{width:178px;height:243px}.ps30{margin-left:10px}.s33{min-width:381px;width:381px;min-height:240px}.ps31{margin-left:1px}.s34{min-width:380px;width:380px;height:40px}.s35{min-width:380px;width:380px;height:40px}.ps32{margin-left:1px}.s36{min-width:380px;width:380px;height:40px}.ps34{margin-left:13px;margin-top:21px}.s37{min-width:1187px;width:1187px;min-height:707px}.s38{min-width:1180px;width:1180px;min-height:500px}.s39{min-width:1180px;width:1180px;min-height:500px}.s40{min-width:1180px;width:1180px;min-height:500px}.ps35{margin-left:7px;margin-top:-459px}.s41{min-width:570px;width:570px;height:40px}.ps36{margin-left:-570px;margin-top:-396px}.s42{min-width:570px;width:570px;height:396px}.c6{padding-left:50px;padding-right:50px}.ps37{margin-left:598px;margin-top:-397px}.s43{min-width:572px;width:572px;min-height:246px}.s44{min-width:181px;width:181px;min-height:246px;height:246px}.i18{width:179px;height:244px}.ps38{margin-left:10px;margin-top:41px}.s45{min-width:381px;width:381px;min-height:202px}.ps39{margin-left:1px}.s46{min-width:380px;width:380px;height:40px}.s47{min-width:381px;width:381px;height:40px}.ps41{margin-top:2px}.s48{min-width:381px;width:381px;height:40px}.s49{min-width:381px;width:381px;height:40px}.ps42{margin-left:1px}.s50{min-width:380px;width:380px;height:40px}.ps43{margin-left:192px;margin-top:-245px}.ps44{margin-left:0;margin-top:10px}.s51{min-width:1187px;width:1187px;min-height:197px}.ps45{margin-left:0;margin-top:44px}.s52{min-width:268px;width:268px;min-height:35px;height:35px}.i20{min-width:268px;max-width:268px;min-height:35px;max-height:35px}.ps46{margin-left:109px;margin-top:66px}.s53{min-width:313px;width:313px;min-height:54px;height:54px}.i21{min-width:313px;max-width:313px;min-height:51px;max-height:51px;top:2px}.ps47{margin-left:148px;margin-top:51px}.s54{min-width:349px;width:349px;min-height:40px;height:40px}.i22{min-width:349px;max-width:349px;min-height:39px;max-height:39px}.ps48{margin-left:323px;margin-top:-120px}.s55{min-width:513px;width:513px;min-height:51px;height:51px}.i23{left:4px;min-width:505px;max-width:505px;min-height:51px;max-height:51px}.ps49{margin-left:94px;margin-top:36px}.s56{min-width:224px;width:224px;min-height:41px;height:41px}.i24{min-width:217px;max-width:217px;min-height:41px;max-height:41px}.ps50{margin-left:26px;margin-top:-52px}.s57{min-width:376px;width:376px;min-height:40px;height:40px}.i25{min-width:376px;max-width:376px;min-height:37px;max-height:37px;top:1px}.ps51{margin-left:59px;margin-top:-70px}.s58{min-width:404px;width:404px;min-height:58px;height:58px}.i26{min-width:404px;max-width:404px;min-height:58px;max-height:58px;top:0}.ps52{margin-left:10px;margin-top:29px}.s59{min-width:1180px;width:1180px;min-height:669px}.ps53{margin-left:40px;margin-top:435px}.s60{min-width:1136px;width:1136px;min-height:234px}.ps54{margin-left:331px;margin-top:94px}.s61{min-width:424px;width:424px;min-height:59px;height:59px}.i27{min-width:424px;max-width:424px;min-height:51px;max-height:51px;top:4px}.ps55{margin-left:-755px;margin-top:59px}.s62{min-width:295px;width:295px;min-height:47px;height:47px}.i28{min-width:295px;max-width:295px;min-height:44px;max-height:44px;top:2px}.ps56{margin-left:-295px;margin-top:140px}.s63{min-width:297px;width:297px;min-height:70px;height:70px}.i29{min-width:297px;max-width:297px;min-height:70px;max-height:70px}.ps57{margin-left:125px;margin-top:-210px}.s64{min-width:857px;width:857px;min-height:49px;height:49px}.i30{min-width:857px;max-width:857px;min-height:48px;max-height:48px}.ps58{margin-left:453px;margin-top:-47px}.s65{min-width:231px;width:231px;min-height:59px;height:59px}.i31{min-width:226px;max-width:226px;min-height:59px;max-height:59px}.ps59{margin-left:115px;margin-top:-104px}.s66{min-width:275px;width:275px;min-height:34px;height:34px}.i32{min-width:268px;max-width:268px;min-height:34px;max-height:34px;top:0}.ps60{margin-left:828px;margin-top:-30px}.s67{min-width:308px;width:308px;min-height:42px;height:42px}.i33{min-width:308px;max-width:308px;min-height:40px;max-height:40px;top:1px}.ps61{margin-left:0;margin-top:-669px}.s68{min-width:1180px;width:1180px;min-height:419px}.s69{min-width:1180px;width:1180px;height:419px}.ps62{margin-top:41px}.s70{min-width:570px;width:570px;height:63px}.ps63{margin-left:-570px;margin-top:104px}.s71{min-width:570px;width:570px;height:283px}.ps64{margin-left:20px;margin-top:103px}.s72{min-width:569px;width:569px;min-height:246px}.i34{width:179px;height:244px}.ps65{margin-left:8px}.s73{min-width:380px;width:380px;min-height:160px}.s74{min-width:380px;width:380px;height:40px}.ps67{margin-left:1px}.s75{min-width:379px;width:379px;height:40px}.ps68{margin-top:17px}.s76{min-width:1180px;width:1180px;min-height:616px}.s77{min-width:1180px;width:1180px;min-height:434px}.ps69{margin-left:10px;margin-top:41px}.s78{min-width:1160px;width:1160px;height:40px}.s79{min-width:1160px;width:1160px;height:346px}.ps71{margin-left:9px;margin-top:30px}.s80{min-width:1169px;width:1169px;min-height:152px}.ps72{margin-left:701px}.s81{min-width:468px;width:468px;min-height:70px;height:70px}.i35{min-width:468px;max-width:468px;min-height:67px;max-height:67px}.ps73{margin-left:409px;margin-top:4px}.s82{min-width:755px;width:755px;min-height:78px}.ps74{margin-left:420px;margin-top:21px}.s83{min-width:335px;width:335px;min-height:57px;height:57px}.i36{min-width:335px;max-width:335px;min-height:56px;max-height:56px}.ps75{margin-left:0;margin-top:-78px}.s84{min-width:352px;width:352px;min-height:50px;height:50px}.i37{min-width:348px;max-width:348px;min-height:50px;max-height:50px;top:0}.ps76{margin-left:0;margin-top:-152px}.s85{min-width:389px;width:389px;min-height:149px}.ps77{margin-left:112px;margin-top:99px}.s86{min-width:184px;width:184px;min-height:50px;height:50px}.i38{min-width:178px;max-width:178px;min-height:50px;max-height:50px}.ps78{margin-left:0;margin-top:-149px}.s87{min-width:389px;width:389px;min-height:49px;height:49px}.i39{min-width:389px;max-width:389px;min-height:49px;max-height:49px;top:0}.ps79{margin-left:10px;margin-top:22px}.s88{min-width:1183px;width:1183px;min-height:682px}.ps80{margin-top:481px}.s89{min-width:1177px;width:1177px;min-height:201px}.ps81{margin-left:626px}.s90{min-width:451px;width:451px;min-height:46px;height:46px}.i40{min-width:451px;max-width:451px;min-height:45px;max-height:45px}.ps82{margin-top:-46px}.s91{min-width:524px;width:524px;min-height:113px}.s92{min-width:371px;width:371px;min-height:41px;height:41px}.i41{min-width:364px;max-width:364px;min-height:41px;max-height:41px}.ps84{margin-left:248px;margin-top:23px}.s93{min-width:276px;width:276px;min-height:49px;height:49px}.i42{min-width:276px;max-width:276px;min-height:47px;max-height:47px}.ps85{margin-left:-449px;margin-top:93px}.s94{min-width:352px;width:352px;min-height:41px;height:41px}.i43{min-width:352px;max-width:352px;min-height:41px;max-height:41px;top:0}.ps86{margin-left:58px;margin-top:26px}.s95{min-width:488px;width:488px;min-height:129px}.ps87{margin-left:207px}.s96{min-width:281px;width:281px;min-height:54px;height:54px}.i44{min-width:281px;max-width:281px;min-height:54px;max-height:54px}.ps88{margin-left:0;margin-top:34px}.s97{min-width:315px;width:315px;min-height:41px;height:41px}.i45{min-width:305px;max-width:305px;min-height:41px;max-height:41px}.ps89{margin-left:910px;margin-top:-51px}.s98{min-width:267px;width:267px;min-height:50px;height:50px}.i46{min-width:267px;max-width:267px;min-height:50px;max-height:50px;top:0}.ps90{margin-left:3px;margin-top:-682px}.s99{min-width:1180px;width:1180px;min-height:463px}.ps91{margin-left:10px}.s100{min-width:1160px;width:1160px;height:40px}.f4{font-size:20px;font-size:calc(20px * var(--f));line-height:1.201}.ps92{margin-left:10px}.s101{min-width:1160px;width:1160px;height:382px}.ps93{margin-top:13px}.s102{min-width:1180px;width:1180px;min-height:407px}.ps94{margin-left:10px}.s103{min-width:1160px;width:1160px;height:40px}.ps95{margin-top:22px}.s104{min-width:1160px;width:1160px;height:151px}.ps96{margin-left:34px}.ps97{margin-left:257px;margin-top:0}.s105{min-width:667px;width:667px;min-height:154px;height:154px}.i47{min-width:667px;max-width:667px;min-height:138px;max-height:138px;top:8px}.ps98{margin-left:10px;margin-top:20px}.s106{min-width:1180px;width:1180px;min-height:558px}.ps99{margin-top:41px}.s107{min-width:1160px;width:1160px;height:40px}.ps100{margin-top:23px}.s108{min-width:1160px;width:1160px;height:116px}.ps101{margin-top:-1px}.s109{min-width:1162px;width:1162px;height:52px}.f6{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;padding-top:16px;padding-bottom:15px}.ps103{margin-left:15px;margin-top:37px}.s111{min-width:1155px;width:1155px;min-height:250px}.s112{min-width:861px;width:861px;min-height:250px;height:250px}.i48{min-width:861px;max-width:861px;min-height:247px;max-height:247px;top:1px}.s113{min-width:294px;width:294px;min-height:250px}.lt1{height:250px}.ps106{margin-top:20px}.s114{min-width:1180px;width:1180px;min-height:575px}.ps107{margin-top:41px}.s115{min-width:1160px;width:1160px;height:40px}.ps108{margin-top:23px}.s116{min-width:1160px;width:1160px;min-height:471px}.s117{min-width:1160px;width:1160px;min-height:471px}.s118{min-width:1160px;width:1160px;height:112px}.ps110{margin-left:418px;margin-top:0}.s119{min-width:325px;width:325px;min-height:249px}.lt2{height:249px}.ps111{margin-left:2px;margin-top:-45px}.s120{min-width:1155px;width:1155px;min-height:155px;height:155px}.i49{min-width:1155px;max-width:1155px;min-height:150px;max-height:150px;top:2px}.ps112{margin-top:18px}.s121{min-width:1200px;min-height:606px}.s122{min-width:1200px;min-height:528px}.ps115{margin-top:-509px}.s123{width:1200px;min-height:577px}.ps116{margin-left:10px}.s124{min-width:1178px;width:1178px;min-height:54px}.s125{min-width:375px;width:375px;height:54px}.f7{font-size:18px;font-size:calc(18px * var(--f));line-height:1.668}.ps117{margin-left:28px}.s126{min-width:375px;width:375px;height:54px}.ps118{margin-left:25px}.s127{min-width:375px;width:375px;height:54px}.ps119{margin-left:10px}.s128{min-width:1178px;width:1178px;min-height:375px}.s129{min-width:375px;width:375px;min-height:375px}.s130{min-width:375px;width:375px;min-height:375px}.ps120{margin-top:-375px}.ph1{height:375px}.map1{width:375px;height:375px}.ps121{margin-left:28px}.s131{min-width:375px;width:375px;min-height:375px;height:375px}.i50{width:375px;height:375px}.ps122{margin-left:25px}.i51{width:375px;height:375px}.ps123{margin-left:10px}.s132{min-width:1178px;width:1178px;min-height:80px}.s133{min-width:375px;width:375px;height:80px}.f8{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.ps124{margin-left:28px}.s134{min-width:375px;width:375px;height:80px}.f9{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.ps125{margin-left:25px}.s135{min-width:375px;width:375px;height:80px}.ps126{margin-left:13px;margin-top:28px}.s136{min-width:1175px;width:1175px;min-height:40px}.s137{min-width:529px;width:529px;height:40px}.f10{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.s138{height:12px}.ps128{margin-left:139px}.s139{min-width:129px;width:129px;height:40px}.ps129{margin-left:140px}.s140{min-width:238px;width:238px;height:40px}.ps130{width:1200px}.ps131{margin-left:406px;margin-top:225px}.s141{min-width:388px;width:388px;height:250px}.c13{background-image:url(../images/f/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c13{background-image:url(../images/j/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c14{height:250px}.c16{background-image:url(../images/3/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c16{background-image:url(../images/h/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.ps132{margin-left:234px;margin-top:54px}.s142{min-width:135px;width:135px;min-height:135px}.lt3{height:135px}.c17{background-image:url(../images/n/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c17{background-image:url(../images/0/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c18{background-image:url(../images/2/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c18{background-image:url(../images/q/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c19{background-image:url(../images/5/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c19{background-image:url(../images/0/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c20{background-image:url(../images/v/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c20{background-image:url(../images/a/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c21{background-image:url(../images/v/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c21{background-image:url(../images/1/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c22{background-image:url(../images/q/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-388.jpg)}.webp .c22{background-image:url(../images/u/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-388.webp)}.c23{background-image:url(../images/n/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c23{background-image:url(../images/f/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.ps133{margin-left:406px;margin-top:225px}.s143{min-width:388px;width:388px;height:250px}.c24{background-image:url(../images/e/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c24{background-image:url(../images/3/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.c25{background-image:url(../images/t/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c25{background-image:url(../images/2/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.c26{background-image:url(../images/u/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c26{background-image:url(../images/8/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.c27{background-image:url(../images/f/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c27{background-image:url(../images/d/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.c28{background-image:url(../images/g/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-388.jpg)}.webp .c28{background-image:url(../images/q/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-388.webp)}.c29{background-image:url(../images/i/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-388.jpg)}.webp .c29{background-image:url(../images/j/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-388.webp)}.ps134{margin-left:1153px;margin-top:19px}.s144{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps135{margin-left:988px;margin-top:19px}.s145{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps136{margin-left:736px;margin-top:19px}.s146{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps137{margin-left:348px;margin-top:19px}.ps138{margin-left:43px;margin-top:19px}.s147{min-width:1200px}.c34{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%)}.ps140{margin-top:94px}.s148{width:1200px;min-height:590px}.ps141{margin-left:10px}.s149{min-width:1188px;width:1188px;min-height:590px}.ps142{margin-top:0}.s150{min-width:280px;width:280px;min-height:443px}.s151{min-width:65px;width:65px;height:65px}.f11{padding-top:19px;padding-bottom:18px}.ps144{margin-top:20px}.s152{min-width:280px;width:280px;height:30px}.f12{font-size:16px;font-size:calc(16px * var(--f));line-height:1.313}.f13{font-size:16px;font-size:calc(16px * var(--f));line-height:1.313}.s153{height:16px}.ps145{margin-top:16px}.s154{min-width:280px;width:280px;height:33px}.f14{font-size:16px;font-size:calc(16px * var(--f));line-height:1.313;text-indent:11px;padding-top:5px;padding-bottom:4px}.ps146{margin-top:14px}.ps147{margin-top:13px}.ps148{margin-top:14px}.ps149{margin-top:13px}.ps150{margin-top:14px}.ps151{margin-top:13px}.ps152{margin-left:391px;margin-top:552px}.s155{min-width:243px;width:243px;min-height:30px;height:30px}.i52{left:1px;min-width:240px;max-width:240px;min-height:30px;max-height:30px}.ps153{margin-left:910px;margin-top:-531px}.s156{min-width:278px;width:278px;min-height:539px}.ps154{margin-left:124px}.s157{min-width:154px;width:154px;min-height:45px;height:45px}.i53{min-width:154px;max-width:154px;min-height:33px;max-height:33px;top:6px}.ps155{margin-top:20px}.s158{min-width:270px;width:270px;min-height:474px;height:474px}.i54{left:1px;width:268px;height:474px}.ps157{margin-top:94px}.s160{width:1200px;min-height:590px}.s161{min-width:1180px;width:1180px;min-height:590px}.ps158{margin-top:0}.s162{min-width:280px;width:280px;min-height:489px}.ps160{margin-top:20px}.s163{min-width:280px;width:280px;height:30px}.f15{font-size:16px;font-size:calc(16px * var(--f));line-height:1.313}.f16{font-size:16px;font-size:calc(16px * var(--f));line-height:1.313}.s164{height:16px;transform:scale(1) translateY(3px)}.ps161{margin-top:16px}.s165{min-width:280px;width:280px;height:33px}.ps162{margin-top:13px}.ps163{margin-top:14px}.ps164{margin-top:13px}.ps165{margin-top:14px}.s166{min-width:280px;width:280px;height:33px}.ps166{margin-top:13px}.ps167{margin-top:14px}.ps168{margin-top:13px}.ps169{margin-left:443px;margin-top:553px}.s167{min-width:237px;width:237px;min-height:30px;height:30px}.i55{min-width:237px;max-width:237px;min-height:30px;max-height:30px}.ps170{margin-left:854px;margin-top:-583px}.s168{min-width:326px;width:326px;min-height:590px}.s169{min-width:326px;width:326px;min-height:590px}.s170{min-width:326px;width:326px;min-height:590px;height:590px}.i56{width:325px;height:590px}.ps172{margin-left:100px;margin-top:-524px}.s171{min-width:160px;width:160px;min-height:46px;height:46px}.i57{min-width:160px;max-width:160px;min-height:34px;max-height:34px;top:6px}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.f9:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.f9:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.f9:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}}@media (min-width:960px) and (max-width:1199px){.s1{min-width:940px;width:940px;min-height:609px}.s2{min-height:413px}.ps3{margin-top:20px}.s3{min-width:921px;width:921px;height:40px}.f1{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.s4{min-width:450px;width:450px;height:353px}.f2{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c3{padding-left:21px;padding-right:21px}.ps5{margin-left:19px}.s5{min-width:451px;width:451px;min-height:194px}.s6{min-width:142px;width:142px;min-height:194px;height:194px}.i1{width:140px;height:192px}.ps6{margin-left:9px}.s7{min-width:300px;width:300px;min-height:120px}.s8{min-width:300px;width:300px;height:30px}.ps8{margin-top:30px}.s9{min-width:300px;width:300px;height:30px}.f3{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps9{margin-left:151px;margin-top:-133px}.s10{min-width:300px;width:300px;height:30px}.ps10{margin-left:0;margin-top:7px}.s11{min-width:940px;width:940px;min-height:189px}.ps11{margin-left:532px;margin-top:144px}.s12{min-width:380px;width:380px;min-height:45px;height:45px}.i3{min-width:370px;max-width:370px;min-height:45px;max-height:45px}.ps12{margin-left:682px;margin-top:-126px}.s13{min-width:258px;width:258px;min-height:47px;height:47px}.i4{min-width:258px;max-width:258px;min-height:44px;max-height:44px;top:2px}.ps13{margin-left:41px;margin-top:-45px}.s14{min-width:133px;width:133px;min-height:30px;height:30px}.i5{min-width:133px;max-width:133px;min-height:29px;max-height:29px;top:0}.ps14{margin-left:105px;margin-top:-123px}.s15{min-width:264px;width:264px;min-height:44px;height:44px}.i6{min-width:264px;max-width:264px;min-height:43px;max-height:43px}.ps15{margin-left:125px;margin-top:-189px}.s16{min-width:707px;width:707px;min-height:57px;height:57px}.i7{left:0;min-width:707px;max-width:707px;min-height:57px;max-height:57px}.ps16{margin-left:0;margin-top:-132px}.s17{min-width:175px;width:175px;min-height:47px;height:47px}.i8{min-width:175px;max-width:175px;min-height:42px;max-height:42px;top:3px}.ps17{margin-left:54px;margin-top:-69px}.s18{min-width:215px;width:215px;min-height:49px;height:49px}.i9{min-width:215px;max-width:215px;min-height:48px;max-height:48px;top:1px}.ps18{margin-left:10px;margin-top:4px}.s19{min-width:940px;width:940px;min-height:604px}.ps19{margin-left:1px;margin-top:415px}.s20{min-width:939px;width:939px;min-height:189px}.ps20{margin-left:124px;margin-top:125px}.s21{min-width:205px;width:205px;min-height:48px;height:48px}.i10{min-width:197px;max-width:197px;min-height:48px;max-height:48px}.ps21{margin-left:259px;margin-top:52px}.s22{min-width:296px;width:296px;min-height:51px;height:51px}.i11{min-width:293px;max-width:293px;min-height:51px;max-height:51px}.ps22{margin-left:420px;margin-top:-32px}.s23{min-width:267px;width:267px;min-height:48px;height:48px}.i12{min-width:267px;max-width:267px;min-height:41px;max-height:41px}.ps23{margin-left:-347px;margin-top:-100px}.s24{min-width:209px;width:209px;min-height:40px;height:40px}.i13{min-width:205px;max-width:205px;min-height:40px;max-height:40px}.ps24{margin-left:20px;margin-top:-189px}.s25{min-width:902px;width:902px;min-height:44px;height:44px}.i14{min-width:874px;max-width:874px;min-height:44px;max-height:44px}.ps25{margin-left:0;margin-top:-121px}.s26{min-width:308px;width:308px;min-height:50px;height:50px}.i15{min-width:291px;max-width:291px;min-height:50px;max-height:50px}.ps26{margin-left:364px;margin-top:-86px}.s27{min-width:267px;width:267px;min-height:45px;height:45px}.i16{min-width:267px;max-width:267px;min-height:43px;max-height:43px;top:1px}.ps27{margin-left:0;margin-top:-604px}.s28{min-height:407px}.ps28{margin-top:33px}.s29{min-width:920px;width:920px;height:40px}.s30{min-width:450px;width:450px;height:334px}.c4{padding-left:21px;padding-right:21px}.ps29{margin-left:19px}.s31{min-width:451px;width:451px;min-height:194px}.s32{min-width:142px;width:142px;min-height:194px;height:194px}.i17{width:140px;height:192px}.ps30{margin-left:9px}.s33{min-width:300px;width:300px;min-height:180px}.s34{min-width:300px;width:300px;height:30px}.s35{min-width:300px;width:300px;height:30px}.s36{min-width:300px;width:300px;height:30px}.ps34{margin-top:3px}.s37{min-width:940px;width:940px;min-height:599px}.s38{min-height:407px}.s39{min-width:940px;width:940px;min-height:407px}.s40{min-width:940px;width:940px;min-height:407px}.ps35{margin-top:-374px}.s41{height:40px}.ps36{margin-top:-334px}.s42{min-width:450px;width:450px;height:304px}.c6{padding-left:40px;padding-right:40px}.ps37{margin-left:479px;margin-top:-335px}.s43{min-width:451px;width:451px;min-height:194px}.s44{min-width:142px;width:142px;min-height:194px;height:194px}.i18{width:140px;height:192px}.ps38{margin-left:9px;margin-top:31px}.s45{min-width:300px;width:300px;min-height:152px}.s46{min-width:300px;width:300px;height:30px}.s47{min-width:300px;width:300px;height:30px}.s48{min-width:300px;width:300px;height:30px}.s49{min-width:300px;width:300px;height:30px}.ps42{margin-top:2px}.s50{min-width:300px;width:300px;height:30px}.ps43{margin-left:151px;margin-top:-193px}.ps44{margin-left:0;margin-top:3px}.s51{min-width:940px;width:940px;min-height:189px}.ps45{margin-left:0;margin-top:133px}.s52{min-width:238px;width:238px;min-height:30px;height:30px}.i20{min-width:232px;max-width:232px;min-height:30px;max-height:30px}.ps46{margin-left:-196px;margin-top:59px}.s53{min-width:248px;width:248px;min-height:39px;height:39px}.i21{min-width:238px;max-width:238px;min-height:39px;max-height:39px;top:0}.ps47{margin-left:313px;margin-top:61px}.s54{min-width:337px;width:337px;min-height:37px;height:37px}.i22{min-width:332px;max-width:332px;min-height:37px;max-height:37px}.ps48{margin-left:193px;margin-top:-163px}.s55{min-width:543px;width:543px;min-height:66px;height:66px}.i23{min-width:543px;max-width:543px;min-height:55px;max-height:55px;top:5px}.ps49{margin-left:706px;margin-top:-34px}.s56{min-width:217px;width:217px;min-height:40px;height:40px}.i24{min-width:211px;max-width:211px;min-height:40px;max-height:40px}.ps50{margin-left:284px;margin-top:-22px}.s57{min-width:378px;width:378px;min-height:42px;height:42px}.i25{min-width:378px;max-width:378px;min-height:37px;max-height:37px;top:3px}.ps51{margin-left:295px;margin-top:-94px}.s58{min-width:310px;width:310px;min-height:44px;height:44px}.i26{min-width:308px;max-width:308px;min-height:44px;max-height:44px;top:0}.ps52{margin-left:10px;margin-top:10px}.s59{min-width:940px;width:940px;min-height:544px}.ps53{margin-top:355px}.s60{min-width:938px;width:938px;min-height:189px}.ps54{margin-left:0;margin-top:123px}.s61{min-width:301px;width:301px;min-height:40px;height:40px}.i27{min-width:301px;max-width:301px;min-height:36px;max-height:36px;top:2px}.ps55{margin-left:-224px;margin-top:53px}.s62{min-width:274px;width:274px;min-height:43px;height:43px}.i28{min-width:274px;max-width:274px;min-height:41px;max-height:41px}.ps56{margin-left:-31px;margin-top:143px}.s63{min-width:195px;width:195px;min-height:46px;height:46px}.i29{min-width:195px;max-width:195px;min-height:46px;max-height:46px}.ps57{margin-left:36px;margin-top:-189px}.s64{min-width:867px;width:867px;min-height:52px;height:52px}.i30{min-width:867px;max-width:867px;min-height:48px;max-height:48px;top:2px}.ps58{margin-left:395px;margin-top:-115px}.s65{min-width:187px;width:187px;min-height:49px;height:49px}.i31{min-width:187px;max-width:187px;min-height:49px;max-height:49px}.ps59{margin-left:85px;margin-top:-120px}.s66{min-width:271px;width:271px;min-height:41px;height:41px}.i32{min-width:271px;max-width:271px;min-height:34px;max-height:34px;top:4px}.ps60{margin-left:630px;margin-top:-43px}.s67{min-width:255px;width:255px;min-height:40px;height:40px}.i33{min-width:255px;max-width:255px;min-height:33px;max-height:33px;top:4px}.ps61{margin-left:0;margin-top:-544px}.s68{min-height:348px}.s69{height:348px}.ps62{margin-top:33px}.s70{height:40px}.ps63{margin-left:10px}.s71{min-width:450px;width:450px;height:275px}.ps64{margin-left:19px}.s72{min-width:451px;width:451px;min-height:194px}.i34{width:140px;height:192px}.ps65{margin-left:9px;margin-top:2px}.s73{min-width:300px;width:300px;min-height:120px}.s74{min-width:300px;width:300px;height:30px}.s75{min-width:300px;width:300px;height:30px}.ps68{margin-top:4px}.s76{min-width:940px;width:940px;min-height:523px}.s77{min-height:328px}.ps69{margin-left:10px;margin-top:24px}.s78{min-width:920px;width:920px;height:42px}.s79{height:262px}.ps71{margin-left:1px;margin-top:6px}.s80{min-width:939px;width:939px;min-height:189px}.ps72{margin-left:602px}.s81{min-width:337px;width:337px;min-height:51px;height:51px}.i35{min-width:337px;max-width:337px;min-height:48px;max-height:48px}.ps73{margin-left:350px;margin-top:21px}.s82{min-width:527px;width:527px;min-height:117px}.ps74{margin-left:206px;margin-top:62px}.s83{min-width:321px;width:321px;min-height:55px;height:55px}.i36{min-width:321px;max-width:321px;min-height:53px;max-height:53px;top:1px}.ps75{margin-left:0;margin-top:-117px}.s84{min-width:294px;width:294px;min-height:54px;height:54px}.i37{min-width:294px;max-width:294px;min-height:42px;max-height:42px;top:6px}.ps76{margin-left:0;margin-top:-170px}.s85{min-width:350px;width:350px;min-height:143px}.ps77{margin-left:65px;margin-top:89px}.s86{min-width:160px;width:160px;min-height:54px;height:54px}.i38{min-width:160px;max-width:160px;min-height:45px;max-height:45px;top:4px}.ps78{margin-left:0;margin-top:-143px}.s87{min-width:350px;width:350px;min-height:53px;height:53px}.i39{min-width:350px;max-width:350px;min-height:44px;max-height:44px;top:4px}.ps79{margin-left:10px;margin-top:5px}.s88{min-width:940px;width:940px;min-height:546px}.ps80{margin-left:1px;margin-top:357px}.s89{min-width:938px;width:938px;min-height:189px}.ps81{margin-left:531px}.s90{min-width:358px;width:358px;min-height:44px;height:44px}.i40{min-width:358px;max-width:358px;min-height:36px;max-height:36px;top:4px}.ps82{margin-top:-23px}.s91{min-width:572px;width:572px;min-height:61px}.s92{min-width:295px;width:295px;min-height:39px;height:39px}.i41{min-width:295px;max-width:295px;min-height:33px;max-height:33px;top:3px}.ps84{margin-left:58px;margin-top:23px}.s93{min-width:219px;width:219px;min-height:38px;height:38px}.i42{min-width:219px;max-width:219px;min-height:37px;max-height:37px}.ps85{margin-left:-513px;margin-top:57px}.s94{min-width:347px;width:347px;min-height:49px;height:49px}.i43{min-width:347px;max-width:347px;min-height:40px;max-height:40px;top:4px}.ps86{margin-left:-48px;margin-top:32px}.s95{min-width:512px;width:512px;min-height:113px}.ps87{margin-left:289px}.s96{min-width:223px;width:223px;min-height:51px;height:51px}.i44{min-width:223px;max-width:223px;min-height:43px;max-height:43px;top:4px}.ps88{margin-left:0;margin-top:19px}.s97{min-width:277px;width:277px;min-height:43px;height:43px}.i45{min-width:277px;max-width:277px;min-height:37px;max-height:37px;top:3px}.ps89{margin-left:726px;margin-top:-55px}.s98{min-width:212px;width:212px;min-height:47px;height:47px}.i46{min-width:212px;max-width:212px;min-height:40px;max-height:40px;top:3px}.ps90{margin-left:0;margin-top:-546px}.s99{min-height:352px}.ps91{margin-left:10px;margin-top:33px}.s100{min-width:920px;width:920px;height:42px}.f4{font-size:18px;font-size:calc(18px * var(--f));line-height:1.168}.ps92{margin-left:10px}.s101{min-width:920px;width:920px;height:277px}.ps93{margin-top:6px}.s102{min-height:333px}.ps94{margin-left:10px;margin-top:32px}.s103{height:42px}.s104{height:136px}.ps96{margin-left:27px}.p3{text-indent:-8px}.f5{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.ps97{margin-left:205px;margin-top:0}.s105{min-width:531px;width:531px;min-height:123px;height:123px}.i47{min-width:531px;max-width:531px;min-height:110px;max-height:110px;top:6px}.ps98{margin-left:10px;margin-top:20px}.s106{min-height:481px}.ps99{margin-top:33px}.s107{height:42px}.s108{height:111px}.ps101{margin-top:-1px}.f6{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;padding-top:21px;padding-bottom:20px}.ps103{margin-left:35px;margin-top:-1px}.s111{min-width:895px;width:895px;min-height:235px}.s112{min-width:685px;width:685px;min-height:235px;height:235px}.i48{min-width:685px;max-width:685px;min-height:196px;max-height:196px;top:20px}.ps105{margin-left:660px;margin-top:-235px}.s113{min-width:235px;width:235px;min-height:235px}.lt1{height:235px}.ps106{margin-top:20px}.s114{min-height:460px}.ps107{margin-top:33px}.s115{min-width:920px;width:920px;height:42px}.s116{min-width:920px;width:920px;min-height:385px}.s117{min-width:920px;width:920px;min-height:385px}.s118{height:100px}.ps110{margin-left:286px;margin-top:-61px}.s119{min-width:348px;width:348px;min-height:267px}.lt2{height:267px}.ps111{margin-top:-45px}.s120{min-width:920px;width:920px}.i49{min-width:920px;max-width:920px}.ps112{margin-top:32px}.s121{min-width:960px;min-height:465px}.s122{min-width:960px;min-height:400px}.ps115{margin-top:-390px}.s123{width:960px;min-height:445px}.ps116{margin-left:10px}.s124{min-width:940px;width:940px;min-height:40px}.s125{min-width:300px;width:300px;height:40px}.f7{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.ps117{margin-left:20px}.s126{min-width:300px;width:300px;height:40px}.ps118{margin-left:20px}.s127{min-width:300px;width:300px;height:40px}.ps119{margin-left:10px}.s128{min-width:940px;width:940px;min-height:290px}.s129{min-width:300px;width:300px;min-height:290px}.s130{min-width:300px;width:300px;min-height:290px}.ps120{margin-top:-290px}.ph1{height:290px}.map1{width:300px;height:290px}.ps121{margin-left:20px}.s131{min-width:300px;width:300px;min-height:290px;height:290px}.i50{width:300px;height:290px}.ps122{margin-left:20px}.i51{width:300px;height:290px}.ps123{margin-left:10px}.s132{min-width:940px;width:940px;min-height:65px}.s133{min-width:300px;width:300px;height:65px}.f8{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.ps124{margin-left:20px}.s134{min-width:300px;width:300px;height:60px}.f9{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.ps125{margin-left:20px}.s135{min-width:300px;width:300px;height:60px}.ps126{margin-left:10px;margin-top:16px}.s136{min-width:940px;width:940px;min-height:34px}.s137{min-width:423px;width:423px;height:34px}.f10{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.s138{height:10px;transform:scale(1) translateY(1px)}.ps128{margin-left:112px}.s139{min-width:103px;width:103px;height:34px}.ps129{margin-left:112px}.s140{min-width:190px;width:190px;height:34px}.ps130{width:960px}.ps131{margin-left:325px;margin-top:180px}.s141{min-width:310px;width:310px;height:200px}.c13{background-image:url(../images/l/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c13{background-image:url(../images/4/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c14{height:200px}.c16{background-image:url(../images/0/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c16{background-image:url(../images/6/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.ps132{margin-left:187px;margin-top:43px}.s142{min-width:108px;width:108px;min-height:108px}.lt3{height:108px}.c17{background-image:url(../images/a/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c17{background-image:url(../images/0/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c18{background-image:url(../images/7/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c18{background-image:url(../images/k/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c19{background-image:url(../images/1/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c19{background-image:url(../images/t/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c20{background-image:url(../images/2/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c20{background-image:url(../images/8/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c21{background-image:url(../images/q/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c21{background-image:url(../images/n/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c22{background-image:url(../images/l/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c22{background-image:url(../images/n/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-310-1.webp)}.c23{background-image:url(../images/e/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c23{background-image:url(../images/8/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.ps133{margin-left:325px;margin-top:180px}.s143{min-width:310px;width:310px;height:200px}.c24{background-image:url(../images/m/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c24{background-image:url(../images/3/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c25{background-image:url(../images/r/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c25{background-image:url(../images/v/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c26{background-image:url(../images/q/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c26{background-image:url(../images/t/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c27{background-image:url(../images/f/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c27{background-image:url(../images/e/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c28{background-image:url(../images/3/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c28{background-image:url(../images/9/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c29{background-image:url(../images/8/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-310.jpg)}.webp .c29{background-image:url(../images/b/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-310.webp)}.ps134{margin-left:916px;margin-top:16px}.s144{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c31{height:20px}.ps135{margin-left:792px;margin-top:16px}.s145{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps136{margin-left:593px;margin-top:16px}.s146{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c32{height:20px}.ps137{margin-left:304px;margin-top:16px}.ps138{margin-left:130px;margin-top:16px}.s147{min-width:960px}.c34{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%)}.ps140{margin-top:68px}.s148{width:960px;min-height:532px}.ps141{margin-left:5px}.s149{min-width:956px;width:956px;min-height:532px}.ps142{margin-top:0}.s150{min-width:310px;width:310px;min-height:450px}.ps143{margin-left:5px}.s151{min-width:50px;width:50px;height:50px}.f11{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101;padding-top:14px;padding-bottom:14px}.ps144{margin-top:13px}.s152{min-width:310px;width:310px;height:40px}.f12{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f13{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.s153{height:14px;transform:scale(1) translateY(2px)}.ps145{margin-top:9px}.s154{min-width:310px;width:310px;height:43px}.f14{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-indent:9px;padding-top:11px;padding-bottom:11px}.ps146{margin-top:6px}.ps147{margin-top:6px}.ps148{margin-top:7px}.ps149{margin-top:6px}.ps150{margin-top:6px}.ps151{margin-top:6px}.ps152{margin-left:190px;margin-top:492px}.s155{min-width:234px;width:234px;min-height:30px;height:30px}.i52{min-width:234px;max-width:234px;min-height:29px;max-height:29px;top:1px}.ps153{margin-left:0;margin-top:101px}.s156{min-width:222px;width:222px;min-height:431px}.ps154{margin-left:99px}.s157{min-width:123px;width:123px;min-height:36px;height:36px}.i53{min-width:123px;max-width:123px;min-height:26px;max-height:26px;top:5px}.ps155{margin-top:16px}.s158{min-width:216px;width:216px;min-height:379px;height:379px}.i54{left:1px;width:214px;height:379px}.ps157{margin-top:68px}.s160{width:960px;min-height:532px}.s161{min-width:949px;width:949px;min-height:532px}.ps158{margin-top:0}.s162{min-width:274px;width:274px;min-height:499px}.ps159{margin-left:5px}.ps160{margin-top:13px}.s163{min-width:274px;width:274px;height:40px}.f15{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f16{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.s164{height:14px;transform:scale(1) translateY(2px)}.ps161{margin-top:9px}.s165{min-width:274px;width:274px;height:43px}.ps162{margin-top:6px}.ps163{margin-top:6px}.ps164{margin-top:7px}.ps165{margin-top:6px}.s166{min-width:274px;width:274px;height:43px}.ps166{margin-top:6px}.ps167{margin-top:6px}.ps168{margin-top:6px}.ps169{margin-left:266px;margin-top:496px}.s167{min-width:234px;width:234px;min-height:30px;height:30px}.i55{min-width:234px;max-width:234px;min-height:29px;max-height:29px;top:1px}.ps170{margin-left:688px;margin-top:-466px}.s168{min-width:261px;width:261px;min-height:472px}.s169{min-width:261px;width:261px;min-height:472px}.s170{min-width:261px;width:261px;min-height:472px;height:472px}.i56{width:260px;height:472px}.ps172{margin-left:80px;margin-top:-419px}.s171{min-width:128px;width:128px;min-height:37px;height:37px}.i57{min-width:128px;max-width:128px;min-height:27px;max-height:27px;top:5px}.f3:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f3:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f3:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.f9:visited{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.f9:hover{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.f9:active{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}}@media (min-width:768px) and (max-width:959px){.s1{min-width:748px;width:748px;min-height:973px}.s2{min-width:748px;width:748px;min-height:573px}.ps3{margin-top:27px}.s3{min-width:728px;width:728px;height:40px}.f1{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.s4{min-width:728px;width:728px;height:248px}.f2{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c3{padding-left:17px;padding-right:17px}.ps5{margin-left:193px}.s5{min-width:544px;width:544px;min-height:234px}.s6{min-width:172px;width:172px;min-height:234px;height:234px}.i1{width:170px;height:232px}.ps6{margin-left:19px}.s7{min-width:353px;width:353px;min-height:120px}.s8{min-width:353px;width:353px;height:30px}.ps8{margin-top:30px}.s9{min-width:353px;width:353px;height:30px}.f3{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps9{margin-left:191px;margin-top:-173px}.s10{min-width:353px;width:353px;height:30px}.ps10{margin-left:0;margin-top:0}.s11{min-width:748px;width:748px;min-height:400px}.ps11{margin-left:0;margin-top:80px}.s12{min-width:442px;width:442px;min-height:54px;height:54px}.i3{min-width:442px;max-width:442px;min-height:54px;max-height:54px}.ps12{margin-left:-415px;margin-top:220px}.s13{min-width:292px;width:292px;min-height:50px;height:50px}.i4{min-width:292px;max-width:292px;min-height:50px;max-height:50px}.ps13{margin-left:151px;margin-top:218px}.s14{min-width:244px;width:244px;min-height:52px;height:52px}.i5{min-width:240px;max-width:240px;min-height:52px;max-height:52px;top:0}.ps14{margin-left:80px;margin-top:46px}.s15{min-width:362px;width:362px;min-height:59px;height:59px}.i6{min-width:362px;max-width:362px;min-height:59px;max-height:59px;top:0}.ps15{margin-top:-375px}.s16{min-width:748px;width:748px;min-height:54px;height:54px}.i7{left:37px;min-width:674px;max-width:674px;min-height:54px;max-height:54px}.ps16{margin-left:501px;margin-top:-25px}.s17{min-width:213px;width:213px;min-height:50px;height:50px}.i8{min-width:206px;max-width:206px;min-height:50px;max-height:50px}.ps17{margin-left:295px;margin-top:-266px}.s18{min-width:308px;width:308px;min-height:69px;height:69px}.i9{min-width:308px;max-width:308px;min-height:69px;max-height:69px;top:0}.ps18{margin-left:10px;margin-top:-1px}.s19{min-width:748px;width:748px;min-height:973px}.ps19{margin-top:573px}.s20{min-width:748px;width:748px;min-height:400px}.ps20{margin-left:16px;margin-top:63px}.s21{min-width:228px;width:228px;min-height:55px;height:55px}.i10{min-width:226px;max-width:226px;min-height:55px;max-height:55px}.ps21{margin-left:198px;margin-top:63px}.s22{min-width:264px;width:264px;min-height:46px;height:46px}.i11{min-width:264px;max-width:264px;min-height:46px;max-height:46px}.ps22{margin-left:254px;margin-top:218px}.s23{min-width:427px;width:427px;min-height:64px;height:64px}.i12{min-width:417px;max-width:417px;min-height:64px;max-height:64px;top:0}.ps23{margin-left:470px;margin-top:-160px}.s24{min-width:250px;width:250px;min-height:49px;height:49px}.i13{min-width:250px;max-width:250px;min-height:49px;max-height:49px}.ps24{margin-top:-400px}.s25{min-width:748px;width:748px;min-height:49px;height:49px}.i14{min-width:748px;max-width:748px;min-height:38px;max-height:38px;top:5px}.ps25{margin-left:10px;margin-top:-141px}.s26{min-width:320px;width:320px;min-height:55px;height:55px}.i15{min-width:320px;max-width:320px;min-height:55px;max-height:55px}.ps26{margin-left:-193px;margin-top:-261px}.s27{min-width:341px;width:341px;min-height:56px;height:56px}.i16{min-width:341px;max-width:341px;min-height:55px;max-height:55px;top:1px}.ps27{margin-left:0;margin-top:-973px}.s28{min-width:748px;width:748px;min-height:573px}.ps28{margin-top:27px}.s29{min-width:728px;width:728px;height:40px}.s30{min-width:728px;width:728px;height:248px}.c4{padding-left:17px;padding-right:17px}.ps29{margin-left:199px;margin-top:-2px}.s31{min-width:544px;width:544px;min-height:234px}.s32{min-width:172px;width:172px;min-height:234px;height:234px}.i17{width:170px;height:232px}.ps30{margin-left:19px}.s33{min-width:353px;width:353px;min-height:178px}.s34{min-width:353px;width:353px;height:30px}.s35{min-width:353px;width:353px;height:30px}.ps32{margin-top:-1px}.ps33{margin-top:-1px}.s36{min-width:353px;width:353px;height:30px}.s37{min-width:748px;width:748px;min-height:975px}.s38{min-width:748px;width:748px;min-height:573px}.s39{min-width:748px;width:748px;min-height:573px}.s40{min-width:748px;width:748px;min-height:573px}.ps35{margin-top:-546px}.s41{min-width:728px;width:728px;height:40px}.ps36{margin-top:-506px}.s42{min-width:728px;width:728px;height:248px}.c6{padding-left:32px;padding-right:32px}.ps37{margin-left:193px;margin-top:-259px}.s43{min-width:545px;width:545px;min-height:234px}.s44{min-width:172px;width:172px;min-height:234px;height:234px}.i18{width:170px;height:232px}.ps38{margin-left:19px;margin-top:31px}.s45{min-width:354px;width:354px;min-height:150px}.s46{min-width:354px;width:354px;height:30px}.s47{min-width:354px;width:354px;height:30px}.s48{min-width:354px;width:354px;height:30px}.s49{min-width:354px;width:354px;height:30px}.s50{min-width:354px;width:354px;height:30px}.ps43{margin-left:191px;margin-top:-233px}.ps44{margin-left:0;margin-top:2px}.s51{min-width:748px;width:748px;min-height:400px}.ps45{margin-left:29px;margin-top:95px}.s52{min-width:302px;width:302px;min-height:32px;height:32px}.i20{min-width:247px;max-width:247px;min-height:32px;max-height:32px}.ps46{margin-left:-151px;margin-top:153px}.s53{min-width:396px;width:396px;min-height:52px;height:52px}.i21{min-width:318px;max-width:318px;min-height:52px;max-height:52px;top:0}.ps47{margin-left:364px;margin-top:142px}.s54{min-width:384px;width:384px;min-height:53px;height:53px}.i22{min-width:384px;max-width:384px;min-height:43px;max-height:43px;top:5px}.ps48{margin-top:-400px}.s55{min-width:748px;width:748px;min-height:63px;height:63px}.i23{left:62px;min-width:624px;max-width:624px;min-height:63px;max-height:63px}.ps49{margin-left:57px;margin-top:-124px}.s56{min-width:339px;width:339px;min-height:51px;height:51px}.i24{min-width:269px;max-width:269px;min-height:51px;max-height:51px}.ps50{margin-left:14px;margin-top:-299px}.s57{min-width:271px;width:271px;min-height:26px;height:26px}.i25{min-width:264px;max-width:264px;min-height:26px;max-height:26px;top:0}.ps51{margin-left:371px;margin-top:-165px}.s58{min-width:362px;width:362px;min-height:42px;height:42px}.i26{min-width:294px;max-width:294px;min-height:42px;max-height:42px;top:0}.ps52{margin-left:10px}.s59{min-width:748px;width:748px;min-height:971px}.ps53{margin-top:571px}.s60{min-width:748px;width:748px;min-height:400px}.ps54{margin-left:38px;margin-top:206px}.s61{min-width:446px;width:446px;min-height:54px;height:54px}.i27{min-width:446px;max-width:446px;min-height:54px;max-height:54px}.ps55{margin-left:162px;margin-top:-129px}.s62{min-width:300px;width:300px;min-height:47px;height:47px}.i28{min-width:300px;max-width:300px;min-height:45px;max-height:45px}.ps56{margin-left:46px;margin-top:-175px}.s63{min-width:238px;width:238px;min-height:58px;height:58px}.i29{min-width:238px;max-width:238px;min-height:56px;max-height:56px;top:1px}.ps57{margin-left:0;margin-top:-260px}.s64{min-width:748px;width:748px;min-height:56px;height:56px}.i30{min-width:748px;max-width:748px;min-height:41px;max-height:41px;top:8px}.ps58{margin-left:378px;margin-top:8px}.s65{min-width:240px;width:240px;min-height:61px;height:61px}.i31{min-width:233px;max-width:233px;min-height:61px;max-height:61px}.ps59{margin-left:194px;margin-top:14px}.s66{min-width:437px;width:437px;min-height:57px;height:57px}.i32{min-width:437px;max-width:437px;min-height:56px;max-height:56px;top:0}.ps60{margin-left:0;margin-top:-331px}.s67{min-width:299px;width:299px;min-height:45px;height:45px}.i33{min-width:299px;max-width:299px;min-height:39px;max-height:39px;top:3px}.ps61{margin-left:0;margin-top:-971px}.s68{min-width:748px;width:748px;min-height:573px}.s69{min-width:748px;width:748px;height:573px}.ps62{margin-top:27px}.s70{min-width:728px;width:728px;height:40px}.ps63{margin-left:10px}.s71{min-width:728px;width:728px;height:248px}.ps64{margin-left:193px}.s72{min-width:544px;width:544px;min-height:234px}.i34{width:170px;height:232px}.ps65{margin-left:18px}.s73{min-width:354px;width:354px;min-height:120px}.ps66{margin-left:1px}.s74{min-width:353px;width:353px;height:30px}.ps67{margin-left:1px}.s75{min-width:353px;width:353px;height:30px}.s76{min-width:748px;width:748px;min-height:546px}.s77{min-width:748px;width:748px;min-height:345px}.ps69{margin-left:10px;margin-top:26px}.s78{min-width:728px;width:728px;height:40px}.s79{min-width:728px;width:728px;height:279px}.ps71{margin-left:0;margin-top:1px}.s80{min-width:748px;width:748px;min-height:200px}.ps72{margin-left:227px;margin-top:97px}.s81{min-width:358px;width:358px;min-height:50px;height:50px}.i35{min-width:351px;max-width:351px;min-height:50px;max-height:50px;top:0}.ps73{margin-left:82px;margin-top:-81px}.s82{min-width:666px;width:666px;min-height:134px}.ps74{margin-top:82px}.s83{min-width:318px;width:318px;min-height:52px;height:52px}.i36{min-width:312px;max-width:312px;min-height:52px;max-height:52px}.ps75{margin-left:54px;margin-top:0}.s84{min-width:294px;width:294px;min-height:48px;height:48px}.i37{min-width:294px;max-width:294px;min-height:42px;max-height:42px;top:3px}.ps76{margin-left:0;margin-top:-200px}.s85{min-width:643px;width:643px;min-height:114px}.ps77{margin-top:59px}.s86{min-width:203px;width:203px;min-height:55px;height:55px}.i38{min-width:196px;max-width:196px;min-height:55px;max-height:55px}.ps78{margin-left:106px;margin-top:-114px}.s87{min-width:537px;width:537px;min-height:75px;height:75px}.i39{min-width:537px;max-width:537px;min-height:67px;max-height:67px;top:4px}.ps79{margin-left:10px}.s88{min-width:750px;width:750px;min-height:758px}.ps80{margin-top:358px}.s89{min-width:750px;width:750px;min-height:400px}.ps81{margin-left:156px}.s90{min-width:435px;width:435px;min-height:55px;height:55px}.i40{min-width:435px;max-width:435px;min-height:44px;max-height:44px;top:5px}.ps82{margin-top:10px}.s91{min-width:431px;width:431px;min-height:133px}.s92{min-width:374px;width:374px;min-height:42px;height:42px}.i41{min-width:373px;max-width:373px;min-height:42px;max-height:42px}.ps84{margin-left:101px;margin-top:35px}.s93{min-width:330px;width:330px}.i42{min-width:330px;max-width:330px;min-height:56px;max-height:56px;top:0}.ps85{margin-left:268px;margin-top:29px}.s94{min-width:417px;width:417px;min-height:48px;height:48px}.i43{min-width:417px;max-width:417px;min-height:48px;max-height:48px;top:0}.ps86{margin-left:27px;margin-top:-182px}.s95{min-width:723px;width:723px;min-height:229px}.ps87{margin-left:422px}.s96{min-width:301px;width:301px;min-height:61px;height:61px}.i44{min-width:301px;max-width:301px;min-height:58px;max-height:58px;top:1px}.ps88{margin-left:0;margin-top:121px}.s97{min-width:338px;width:338px;min-height:47px;height:47px}.i45{min-width:338px;max-width:338px;min-height:45px;max-height:45px;top:1px}.ps89{margin-left:356px;margin-top:17px}.s98{min-width:333px;width:333px;min-height:61px;height:61px}.i46{min-width:325px;max-width:325px;min-height:61px;max-height:61px;top:0}.ps90{margin-left:0;margin-top:-758px}.s99{min-width:748px;width:748px;min-height:358px}.ps91{margin-left:10px;margin-top:26px}.s100{min-width:728px;width:728px;height:40px}.f4{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps92{margin-left:10px}.s101{min-width:728px;width:728px;height:292px}.s102{min-width:748px;width:748px;min-height:314px}.ps94{margin-left:10px;margin-top:26px}.s103{min-width:728px;width:728px;height:40px}.s104{min-width:728px;width:728px;height:134px}.ps96{margin-left:22px}.p3{text-indent:-7px}.f5{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps97{margin-left:164px;margin-top:0}.s105{min-width:421px;width:421px;min-height:98px;height:98px}.i47{min-width:421px;max-width:421px;min-height:87px;max-height:87px;top:6px}.ps98{margin-left:10px;margin-top:17px}.s106{min-width:748px;width:748px;min-height:468px}.ps99{margin-top:26px}.s107{min-width:728px;width:728px;height:40px}.s108{min-width:728px;width:728px;height:114px}.ps101{margin-top:-1px}.s109{min-width:730px;width:730px;height:50px}.f6{font-size:12px;font-size:calc(12px * var(--f));padding-top:17px;padding-bottom:17px}.ps103{margin-left:8px;margin-top:31px}.s111{min-width:732px;width:732px;min-height:208px}.ps104{margin-top:20px}.s112{min-width:544px;width:544px;min-height:188px;height:188px}.i48{min-width:544px;max-width:544px;min-height:156px;max-height:156px;top:16px}.s113{min-width:188px;width:188px;min-height:188px}.lt1{height:188px}.ps106{margin-top:16px}.s114{min-width:748px;width:748px;min-height:435px}.ps107{margin-top:26px}.s115{min-width:728px;width:728px;height:40px}.ps108{margin-left:8px}.s116{min-width:732px;width:732px;min-height:369px}.s117{min-width:732px;width:732px;min-height:369px}.ps109{margin-left:2px}.s118{min-width:728px;width:728px;height:101px}.ps110{margin-left:207px;margin-top:-45px}.s119{min-width:322px;width:322px;min-height:246px}.lt2{height:246px}.ps111{margin-top:-32px}.s120{min-width:732px;width:732px;min-height:99px;height:99px}.i49{min-width:732px;max-width:732px;min-height:95px;max-height:95px;top:2px}.ps112{margin-top:15px}.s121{min-width:768px;min-height:380px}.ps114{margin-top:5px}.s122{min-width:768px;min-height:335px}.ps115{margin-top:-330px}.s123{width:768px;min-height:370px}.ps116{margin-left:10px}.s124{min-width:748px;width:748px;min-height:30px}.s125{min-width:236px;width:236px;height:30px}.f7{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.ps117{margin-left:20px}.s126{min-width:236px;width:236px;height:30px}.ps118{margin-left:20px}.s127{min-width:236px;width:236px;height:30px}.ps119{margin-left:10px}.s128{min-width:748px;width:748px;min-height:240px}.s129{min-width:236px;width:236px;min-height:240px}.s130{min-width:236px;width:236px;min-height:240px}.ps120{margin-top:-240px}.ph1{height:240px}.map1{width:236px;height:240px}.ps121{margin-left:20px}.s131{min-width:236px;width:236px;min-height:240px;height:240px}.i50{width:236px;height:240px}.ps122{margin-left:20px}.i51{width:236px;height:240px}.ps123{margin-left:10px}.s132{min-width:748px;width:748px;min-height:60px}.s133{min-width:236px;width:236px;height:60px}.f8{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.ps124{margin-left:20px}.s134{min-width:236px;width:236px;height:60px}.f9{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.ps125{margin-left:20px}.s135{min-width:236px;width:236px;height:60px}.ps126{margin-left:10px;margin-top:10px}.s136{min-width:748px;width:748px;min-height:30px}.s137{min-width:342px;width:342px;height:30px}.f10{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.s138{height:10px;transform:scale(1) translateY(1px)}.ps128{margin-left:93px}.s139{min-width:73px;width:73px;height:30px}.ps129{margin-left:92px}.s140{min-width:148px;width:148px;height:30px}.ps130{width:768px}.ps131{margin-left:260px;margin-top:144px}.s141{min-width:248px;width:248px;height:160px}.c13{background-image:url(../images/c/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c13{background-image:url(../images/1/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c14{height:160px}.c16{background-image:url(../images/o/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c16{background-image:url(../images/i/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.ps132{margin-left:150px;margin-top:35px}.s142{min-width:86px;width:86px;min-height:86px}.lt3{height:86px}.c17{background-image:url(../images/l/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c17{background-image:url(../images/n/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c18{background-image:url(../images/r/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c18{background-image:url(../images/2/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c19{background-image:url(../images/8/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c19{background-image:url(../images/n/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c20{background-image:url(../images/c/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c20{background-image:url(../images/q/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c21{background-image:url(../images/r/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c21{background-image:url(../images/1/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c22{background-image:url(../images/o/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-248.jpg)}.webp .c22{background-image:url(../images/r/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-248.webp)}.c23{background-image:url(../images/6/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c23{background-image:url(../images/q/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.ps133{margin-left:260px;margin-top:144px}.s143{min-width:248px;width:248px;height:160px}.c24{background-image:url(../images/8/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c24{background-image:url(../images/n/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.c25{background-image:url(../images/o/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c25{background-image:url(../images/b/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.c26{background-image:url(../images/t/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c26{background-image:url(../images/e/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.c27{background-image:url(../images/v/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c27{background-image:url(../images/d/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.c28{background-image:url(../images/4/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-248.jpg)}.webp .c28{background-image:url(../images/2/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-248.webp)}.c29{background-image:url(../images/a/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-248.jpg)}.webp .c29{background-image:url(../images/5/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-248.webp)}.ps134{margin-left:746px;margin-top:12px}.s144{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c31{height:20px}.ps135{margin-left:650px;margin-top:12px}.s145{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps136{margin-left:479px;margin-top:12px}.s146{min-width:20px;width:20px;height:20px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c32{height:20px}.ps137{margin-left:242px;margin-top:12px}.ps138{margin-left:40px;margin-top:12px}.s147{min-width:768px}.c34{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%)}.ps140{margin-top:46px}.s148{width:768px;min-height:546px}.ps141{margin-left:0}.s149{min-width:779px;width:779px;min-height:546px}.ps142{margin-top:0}.s150{min-width:246px;width:246px;min-height:367px}.s151{min-width:50px;width:50px;height:50px}.f11{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101;padding-top:14px;padding-bottom:14px}.ps144{margin-left:4px;margin-top:9px}.s152{min-width:242px;width:242px;height:30px}.f12{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f13{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.s153{height:13px;transform:scale(1) translateY(2px)}.ps145{margin-left:4px;margin-top:9px}.s154{min-width:242px;width:242px;height:33px}.f14{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232;text-indent:7px;padding-top:7px;padding-bottom:7px}.ps146{margin-left:4px;margin-top:6px}.ps147{margin-left:4px;margin-top:6px}.ps148{margin-left:4px;margin-top:7px}.ps149{margin-left:4px;margin-top:6px}.ps150{margin-left:4px;margin-top:7px}.ps151{margin-left:4px;margin-top:6px}.ps152{margin-left:34px;margin-top:506px}.s155{min-width:256px;width:256px;min-height:33px;height:33px}.i52{min-width:256px;max-width:256px;min-height:32px;max-height:32px}.ps153{margin-left:2px;margin-top:109px}.s156{min-width:241px;width:241px;min-height:437px}.ps154{margin-left:97px}.s157{min-width:144px;width:144px;min-height:29px;height:29px}.i53{left:4px;min-width:136px;max-width:136px;min-height:29px;max-height:29px;top:0}.ps155{margin-top:22px}.s158{min-width:221px;width:221px;min-height:386px;height:386px}.i54{left:1px;width:218px;height:386px}.ps157{margin-top:46px}.s160{width:768px;min-height:549px}.s161{min-width:768px;width:768px;min-height:549px}.ps158{margin-top:0}.s162{min-width:224px;width:224px;min-height:406px}.ps160{margin-left:4px;margin-top:9px}.s163{min-width:183px;width:183px;height:30px}.f15{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f16{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.s164{height:13px;transform:scale(1) translateY(2px)}.ps161{margin-left:4px;margin-top:9px}.s165{min-width:220px;width:220px;height:33px}.ps162{margin-left:4px;margin-top:6px}.ps163{margin-left:4px;margin-top:6px}.ps164{margin-left:4px;margin-top:7px}.ps165{margin-left:4px;margin-top:6px}.s166{min-width:220px;width:220px;height:33px}.ps166{margin-left:4px;margin-top:7px}.ps167{margin-left:4px;margin-top:6px}.ps168{margin-left:4px;margin-top:6px}.ps169{margin-left:105px;margin-top:510px}.s167{min-width:256px;width:256px;min-height:33px;height:33px}.i55{min-width:256px;max-width:256px;min-height:32px;max-height:32px}.ps170{margin-left:497px;margin-top:-485px}.s168{min-width:271px;width:271px;min-height:491px}.s169{min-width:271px;width:271px;min-height:491px}.s170{min-width:271px;width:271px;min-height:491px;height:491px}.i56{left:0;width:270px;height:491px}.ps172{margin-left:83px;margin-top:-436px}.s171{min-width:131px;width:131px;min-height:38px;height:38px}.i57{min-width:131px;max-width:131px;min-height:28px;max-height:28px;top:5px}.f3:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f3:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f3:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.f9:visited{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.f9:hover{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}.f9:active{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101}}@media (min-width:480px) and (max-width:767px){.ps1{margin-top:10px}.s1{min-width:460px;width:460px;min-height:699px}.s2{min-width:460px;width:460px;min-height:570px}.ps3{margin-top:16px}.s3{min-width:440px;width:440px;height:30px}.f1{font-size:15px;font-size:calc(15px * var(--f))}.s4{min-width:440px;width:440px}.f2{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.c3{padding-left:57px;padding-right:8px}.s5{min-width:441px;width:441px;min-height:197px}.s6{min-width:145px;width:145px;min-height:197px;height:197px}.i1{width:143px;height:195px}.ps6{margin-left:6px}.s7{min-width:290px;width:290px;min-height:120px}.s8{min-width:290px;width:290px;height:30px}.ps8{margin-top:30px}.s9{min-width:290px;width:290px;height:30px}.f3{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps9{margin-left:151px;margin-top:-136px}.s10{min-width:290px;width:290px;height:30px}.ps10{margin-left:0;margin-top:0}.s11{min-width:460px;width:460px;min-height:129px}.ps11{margin-left:207px;margin-top:65px}.s12{min-width:244px;width:244px;min-height:36px;height:36px}.i3{min-width:244px;max-width:244px;min-height:30px;max-height:30px;top:3px}.ps12{margin-left:291px;margin-top:0}.s13{min-width:121px;width:121px;min-height:25px;height:25px}.i4{min-width:121px;max-width:121px;min-height:21px;max-height:21px;top:2px}.ps13{margin-left:7px;margin-top:-90px}.s14{min-width:95px;width:95px;min-height:25px;height:25px}.i5{min-width:95px;max-width:95px;min-height:21px;max-height:21px;top:2px}.ps14{margin-left:-29px;margin-top:-27px}.s15{min-width:155px;width:155px;min-height:30px;height:30px}.i6{min-width:155px;max-width:155px;min-height:25px;max-height:25px;top:3px}.ps15{margin-top:-129px}.s16{min-width:460px;width:460px;min-height:48px;height:48px}.i7{left:0;min-width:460px;max-width:460px;min-height:37px;max-height:37px;top:5px}.ps16{margin-left:60px;margin-top:-68px}.s17{min-width:129px;width:129px;min-height:36px;height:36px}.i8{min-width:129px;max-width:129px;min-height:31px;max-height:31px;top:3px}.ps17{margin-left:77px;margin-top:-93px}.s18{min-width:127px;width:127px;min-height:33px;height:33px}.i9{min-width:127px;max-width:127px;min-height:28px;max-height:28px;top:3px}.ps18{margin-left:10px}.s19{min-width:461px;width:461px;min-height:648px}.ps19{margin-left:1px;margin-top:536px}.s20{min-width:460px;width:460px;min-height:112px}.ps20{margin-left:124px;margin-top:86px}.s21{min-width:102px;width:102px;min-height:26px;height:26px}.i10{min-width:102px;max-width:102px;min-height:25px;max-height:25px}.ps21{margin-top:26px}.s22{min-width:153px;width:153px;min-height:27px;height:27px}.i11{min-width:153px;max-width:153px;min-height:27px;max-height:27px}.ps22{margin-left:6px;margin-top:-78px}.s23{min-width:166px;width:166px;min-height:27px;height:27px}.i12{min-width:166px;max-width:166px;min-height:25px;max-height:25px;top:1px}.ps23{margin-left:159px;margin-top:-29px}.s24{min-width:117px;width:117px;min-height:23px;height:23px}.i13{min-width:117px;max-width:117px;min-height:23px;max-height:23px}.ps24{margin-top:-112px}.s25{min-width:460px;width:460px;min-height:26px;height:26px}.i14{min-width:460px;max-width:460px;min-height:23px;max-height:23px;top:2px}.ps25{margin-left:17px;margin-top:-51px}.s26{min-width:114px;width:114px;min-height:22px;height:22px}.i15{min-width:114px;max-width:114px;min-height:20px;max-height:20px;top:1px}.ps26{margin-left:69px;margin-top:-59px}.s27{min-width:164px;width:164px;min-height:29px;height:29px}.i16{min-width:164px;max-width:164px;min-height:27px;max-height:27px;top:1px}.ps27{margin-left:0;margin-top:-648px}.s28{min-width:460px;width:460px;min-height:536px}.ps28{margin-top:17px}.s29{min-width:440px;width:440px;height:30px}.s30{min-width:440px;width:440px;height:285px}.c4{padding-left:8px;padding-right:8px}.ps29{margin-top:-2px}.s31{min-width:441px;width:441px;min-height:197px}.s32{min-width:145px;width:145px;min-height:197px;height:197px}.i17{width:143px;height:195px}.ps30{margin-left:6px}.s33{min-width:290px;width:290px;min-height:180px}.s34{min-width:290px;width:290px;height:30px}.s35{min-width:290px;width:290px;height:30px}.s36{min-width:290px;width:290px;height:30px}.s37{min-width:460px;width:460px;min-height:665px}.s38{min-width:460px;width:460px;min-height:506px}.s39{min-width:460px;width:460px;min-height:506px}.s40{min-width:460px;width:460px;min-height:506px}.ps35{margin-top:-495px}.s41{min-width:440px;width:440px;height:30px}.ps36{margin-top:-465px}.s42{min-width:440px;width:440px;height:261px}.c6{padding-left:97px;padding-right:49px}.ps37{margin-top:-204px}.s43{min-width:441px;width:441px;min-height:197px}.s44{min-width:145px;width:145px;min-height:197px;height:197px}.i18{width:143px;height:195px}.ps38{margin-left:6px;margin-top:30px}.s45{min-width:290px;width:290px;min-height:150px}.s46{min-width:290px;width:290px;height:30px}.s47{min-width:290px;width:290px;height:30px}.s48{min-width:290px;width:290px;height:30px}.s49{min-width:290px;width:290px;height:30px}.s50{min-width:290px;width:290px;height:30px}.ps43{margin-left:151px;margin-top:-197px}.ps44{margin-left:0;margin-top:2px}.s51{min-width:458px;width:458px;min-height:157px}.ps45{margin-left:301px;margin-top:101px}.s52{min-width:157px;width:157px;min-height:21px;height:21px}.i20{min-width:157px;max-width:157px;min-height:20px;max-height:20px;top:1px}.ps46{margin-left:293px;margin-top:-89px}.s53{min-width:161px;width:161px;min-height:30px;height:30px}.i21{min-width:161px;max-width:161px;min-height:26px;max-height:26px;top:2px}.ps47{margin-left:131px;margin-top:6px}.s54{min-width:230px;width:230px;min-height:29px;height:29px}.i22{min-width:230px;max-width:230px;min-height:26px;max-height:26px;top:1px}.ps48{margin-top:-157px}.s55{min-width:453px;width:453px;min-height:39px;height:39px}.i23{left:33px;min-width:387px;max-width:387px;min-height:39px;max-height:39px}.ps49{margin-left:4px;margin-top:-124px}.s56{min-width:133px;width:133px;min-height:33px;height:33px}.i24{min-width:133px;max-width:133px;min-height:25px;max-height:25px;top:4px}.ps50{margin-left:-36px;margin-top:-98px}.s57{min-width:221px;width:221px;min-height:36px;height:36px}.i25{min-width:221px;max-width:221px;min-height:22px;max-height:22px;top:7px}.ps51{margin-left:14px;margin-top:-62px}.s58{min-width:199px;width:199px;min-height:33px;height:33px}.i26{min-width:199px;max-width:199px;min-height:28px;max-height:28px;top:3px}.ps52{margin-left:10px}.s59{min-width:461px;width:461px;min-height:583px}.ps53{margin-left:1px;margin-top:475px}.s60{min-width:460px;width:460px;min-height:108px}.ps54{margin-left:292px;margin-top:87px}.s61{min-width:164px;width:164px;min-height:21px;height:21px}.i27{min-width:164px;max-width:164px;min-height:20px;max-height:20px}.ps55{margin-left:26px;margin-top:-39px}.s62{min-width:185px;width:185px;min-height:29px;height:29px}.i28{min-width:185px;max-width:185px;min-height:28px;max-height:28px;top:0}.ps56{margin-left:49px;margin-top:-54px}.s63{min-width:107px;width:107px;min-height:27px;height:27px}.i29{min-width:107px;max-width:107px;min-height:25px;max-height:25px;top:1px}.ps57{margin-left:0;margin-top:-108px}.s64{min-width:460px;width:460px;min-height:26px;height:26px}.i30{min-width:460px;max-width:460px;min-height:26px;max-height:26px}.ps58{margin-left:369px;margin-top:-79px}.s65{min-width:79px;width:79px;min-height:25px;height:25px}.i31{min-width:79px;max-width:79px;min-height:21px;max-height:21px;top:2px}.ps59{margin-left:2px;margin-top:-79px}.s66{min-width:134px;width:134px;min-height:28px;height:28px}.i32{min-width:134px;max-width:134px;min-height:17px;max-height:17px;top:6px}.ps60{margin-left:22px;margin-top:-82px}.s67{min-width:161px;width:161px;min-height:28px;height:28px}.i33{min-width:161px;max-width:161px;min-height:21px;max-height:21px;top:4px}.ps61{margin-left:0;margin-top:-583px}.s68{min-width:460px;width:460px;min-height:472px}.s69{min-width:460px;width:460px;height:472px}.ps62{margin-top:13px}.s70{min-width:440px;width:440px;height:30px}.ps63{margin-left:10px}.s71{min-width:440px;width:440px;height:223px}.c7{padding-left:0;padding-right:0}.ps64{margin-left:10px}.s72{min-width:441px;width:441px;min-height:197px}.i34{width:143px;height:195px}.ps65{margin-left:6px}.s73{min-width:290px;width:290px;min-height:120px}.s74{min-width:290px;width:290px;height:30px}.s75{min-width:290px;width:290px;height:30px}.s76{min-width:460px;width:460px;min-height:474px}.s77{min-width:460px;width:460px;min-height:362px}.ps69{margin-left:10px;margin-top:6px}.s78{min-width:440px;width:440px;height:30px}.s79{min-width:440px;width:440px;height:304px}.ps71{margin-left:0;margin-top:4px}.s80{min-width:455px;width:455px;min-height:108px}.ps72{margin-left:269px;margin-top:5px}.s81{min-width:186px;width:186px;min-height:37px;height:37px}.i35{min-width:186px;max-width:186px;min-height:26px;max-height:26px;top:6px}.ps73{margin-left:125px;margin-top:0}.s82{min-width:320px;width:320px;min-height:66px}.ps74{margin-top:0}.s83{min-width:199px;width:199px;min-height:34px;height:34px}.i36{min-width:199px;max-width:199px;min-height:33px;max-height:33px;top:1px}.ps75{margin-left:154px;margin-top:0}.s84{min-width:166px;width:166px;min-height:32px;height:32px}.i37{min-width:166px;max-width:166px;min-height:24px;max-height:24px;top:4px}.ps76{margin-left:0;margin-top:-108px}.s85{min-width:246px;width:246px;min-height:92px}.ps77{margin-left:13px;margin-top:58px}.s86{min-width:95px;width:95px;min-height:34px;height:34px}.i38{min-width:95px;max-width:95px;min-height:27px;max-height:27px;top:3px}.ps78{margin-left:0;margin-top:-92px}.s87{min-width:246px;width:246px;min-height:30px;height:30px}.i39{min-width:240px;max-width:240px;min-height:30px;max-height:30px;top:0}.ps79{margin-left:10px}.s88{min-width:460px;width:460px;min-height:503px}.ps80{margin-left:1px;margin-top:356px}.s89{min-width:457px;width:457px;min-height:147px}.ps81{margin-left:65px}.s90{min-width:330px;width:330px;min-height:34px;height:34px}.i40{min-width:330px;max-width:330px;min-height:33px;max-height:33px}.ps82{margin-top:-2px}.s91{min-width:440px;width:440px;min-height:115px}.s92{min-width:193px;width:193px;min-height:23px;height:23px}.i41{min-width:193px;max-width:193px;min-height:22px;max-height:22px}.ps84{margin-left:75px;margin-top:82px}.s93{min-width:172px;width:172px;min-height:33px;height:33px}.i42{min-width:172px;max-width:172px;min-height:29px;max-height:29px;top:2px}.ps85{margin-left:6px;margin-top:-39px}.s94{min-width:236px;width:236px;min-height:32px;height:32px}.i43{min-width:236px;max-width:236px;min-height:27px;max-height:27px;top:3px}.ps86{margin-left:54px;margin-top:-85px}.s95{min-width:373px;width:373px;min-height:45px}.ps87{margin-top:9px}.s96{min-width:165px;width:165px;min-height:36px;height:36px}.i44{min-width:165px;max-width:165px;min-height:32px;max-height:32px;top:2px}.ps88{margin-left:31px;margin-top:0}.s97{min-width:177px;width:177px;min-height:27px;height:27px}.i45{min-width:177px;max-width:177px;min-height:24px;max-height:24px;top:1px}.ps89{margin-left:346px;margin-top:-115px}.s98{min-width:111px;width:111px;min-height:24px;height:24px}.i46{min-width:111px;max-width:111px;min-height:21px;max-height:21px}.ps90{margin-left:0;margin-top:-503px}.s99{min-width:460px;width:460px;min-height:352px}.ps91{margin-left:10px;margin-top:12px}.s100{min-width:440px;width:440px;height:30px}.f4{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps92{margin-left:10px}.s101{min-width:440px;width:440px;height:310px}.s102{min-width:460px;width:460px;min-height:276px}.ps94{margin-left:10px;margin-top:6px}.s103{min-width:440px;width:440px;height:30px}.s104{min-width:440px;width:440px;height:157px}.ps96{margin-left:14px}.p3{text-indent:-7px}.f5{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps97{margin-left:101px;margin-top:0}.s105{min-width:260px;width:260px;min-height:62px;height:62px}.i47{min-width:260px;max-width:260px;min-height:54px;max-height:54px;top:4px}.ps98{margin-left:10px;margin-top:20px}.s106{min-width:460px;width:460px;min-height:311px}.ps99{margin-top:11px}.s107{min-width:440px;width:440px;height:30px}.s108{min-width:440px;width:440px;height:112px}.ps101{margin-top:-1px}.s109{min-width:442px;width:442px;height:52px}.f6{font-size:12px;font-size:calc(12px * var(--f));padding-top:18px;padding-bottom:18px}.ps103{margin-left:62px;margin-top:11px}.s111{min-width:388px;width:388px;min-height:96px}.s112{min-width:257px;width:257px;min-height:84px;height:84px}.i48{min-width:257px;max-width:257px;min-height:74px;max-height:74px;top:5px}.ps105{margin-left:8px}.s113{min-width:123px;width:123px;min-height:96px}.lt1{height:96px}.ps106{margin-top:20px}.s114{min-width:460px;width:460px;min-height:294px}.ps107{margin-top:9px}.s115{min-width:440px;width:440px;height:30px}.s116{min-width:440px;width:440px;min-height:255px}.s117{min-width:440px;width:440px;min-height:255px}.s118{min-width:440px;width:440px;height:110px}.ps110{margin-left:154px;margin-top:-33px}.s119{min-width:133px;width:133px;min-height:133px}.lt2{height:133px}.ps111{margin-top:-17px}.s120{min-width:440px;width:440px;min-height:62px;height:62px}.i49{min-width:440px;max-width:440px;min-height:57px;max-height:57px;top:2px}.ps112{margin-top:21px}.s121{min-width:480px;min-height:351px}.s122{min-width:480px;min-height:247px}.ps115{margin-top:-238px}.s123{width:480px;min-height:325px}.ps116{margin-left:0}.s124{min-width:480px;width:480px;min-height:30px}.s125{min-width:160px;width:160px;height:30px}.f7{font-size:13px;font-size:calc(13px * var(--f));line-height:1.616}.ps117{margin-left:0}.s126{min-width:160px;width:160px;height:30px}.ps118{margin-left:1px}.s127{min-width:159px;width:159px;height:30px}.ps119{margin-left:10px}.s128{min-width:460px;width:460px;min-height:150px}.s129{min-width:140px;width:140px;min-height:150px}.s130{min-width:140px;width:140px;min-height:150px}.ps120{margin-top:-150px}.ph1{height:150px}.map1{width:140px;height:150px}.ps121{margin-left:20px}.s131{min-width:140px;width:140px;min-height:150px;height:150px}.i50{width:140px;height:150px}.ps122{margin-left:20px}.i51{width:140px;height:150px}.ps123{margin-left:0}.s132{min-width:480px;width:480px;min-height:58px}.s133{min-width:161px;width:161px;height:58px}.f8{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.ps124{margin-left:-1px}.s134{min-width:161px;width:161px;height:54px}.f9{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.ps125{margin-left:320px;margin-top:-58px}.s135{min-width:160px;width:160px;height:58px}.ps126{margin-left:10px;margin-top:12px}.s136{min-width:460px;width:460px;min-height:75px}.ps127{margin-top:50px}.s137{min-width:460px;width:460px;height:25px}.f10{font-size:8px;font-size:calc(8px * var(--f));line-height:1.126}.s138{height:8px;transform:scale(1) translateY(1px)}.ps128{margin-top:-75px}.s139{min-width:460px;width:460px;height:25px}.ps129{margin-top:-50px}.s140{min-width:460px;width:460px;height:25px}.ps130{width:480px}.ps131{margin-left:170px;margin-top:71px}.s141{min-width:140px;width:140px;height:90px}.c13{background-image:url(../images/q/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c13{background-image:url(../images/1/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c14{height:90px}.c16{background-image:url(../images/7/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c16{background-image:url(../images/g/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.ps132{margin-left:89px;margin-top:19px}.s142{min-width:43px;width:43px;min-height:43px}.lt3{height:43px}.c17{background-image:url(../images/q/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c17{background-image:url(../images/i/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c18{background-image:url(../images/u/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c18{background-image:url(../images/0/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c19{background-image:url(../images/e/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c19{background-image:url(../images/6/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c20{background-image:url(../images/d/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c20{background-image:url(../images/l/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c21{background-image:url(../images/d/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c21{background-image:url(../images/o/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c22{background-image:url(../images/r/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-140.jpg)}.webp .c22{background-image:url(../images/c/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-140.webp)}.c23{background-image:url(../images/9/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-140.jpg)}.webp .c23{background-image:url(../images/k/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-140.webp)}.ps133{margin-left:168px;margin-top:71px}.s143{min-width:142px;width:142px;height:90px}.c24{background-image:url(../images/e/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-142.jpg)}.webp .c24{background-image:url(../images/m/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-142.webp)}.c25{background-image:url(../images/m/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-140.jpg)}.webp .c25{background-image:url(../images/t/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-140.webp)}.c26{background-image:url(../images/c/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-140.jpg)}.webp .c26{background-image:url(../images/i/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-140.webp)}.c27{background-image:url(../images/0/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-140.jpg)}.webp .c27{background-image:url(../images/1/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-140.webp)}.c28{background-image:url(../images/2/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-140.jpg)}.webp .c28{background-image:url(../images/1/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-140.webp)}.c29{background-image:url(../images/o/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-140.jpg)}.webp .c29{background-image:url(../images/o/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-140.webp)}.v6{display:none}.ps134{margin-left:351px;margin-top:5px}.s144{min-width:18px;width:18px;height:5px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c31{height:5px}.ps135{margin-left:311px;margin-top:5px}.s145{min-width:5px;width:5px;height:5px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.v7{display:none}.ps136{margin-left:445px;margin-top:6px}.s146{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps137{margin-left:12px;margin-top:6px}.ps138{margin-left:158px;margin-top:5px}.s147{min-width:480px}.c34{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%)}.ps140{margin-top:46px}.s148{width:480px;min-height:209px}.ps141{margin-left:0}.s149{min-width:472px;width:472px;min-height:209px}.ps142{margin-top:0}.s150{min-width:221px;width:221px;min-height:209px}.ps143{margin-left:176px;margin-top:161px}.s151{min-width:45px;width:45px;height:45px}.f11{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251;padding-top:13px;padding-bottom:12px}.ps144{margin-top:-206px}.s152{min-width:160px;width:160px;height:13px}.f12{font-size:10px;font-size:calc(10px * var(--f));line-height:1.301}.f13{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.s153{height:10px;transform:scale(1) translateY(1px)}.ps145{margin-left:10px;margin-top:-183px}.s154{min-width:150px;width:150px;height:23px}.f14{font-size:10px;font-size:calc(10px * var(--f));line-height:1.301;text-indent:5px;padding-top:4px;padding-bottom:3px}.ps146{margin-left:10px;margin-top:-156px}.ps147{margin-left:10px;margin-top:-129px}.ps148{margin-left:10px;margin-top:-101px}.ps149{margin-left:10px;margin-top:-74px}.ps150{margin-left:10px;margin-top:-47px}.ps151{margin-left:10px;margin-top:-20px}.ps152{margin-left:3px;margin-top:186px}.s155{min-width:134px;width:134px;min-height:20px;height:20px}.i52{min-width:134px;max-width:134px;min-height:17px;max-height:17px;top:1px}.ps153{margin-left:311px;margin-top:-205px}.s156{min-width:161px;width:161px;min-height:202px}.ps154{margin-left:0;margin-top:22px}.s157{min-width:103px;width:103px;min-height:24px;height:24px}.i53{min-width:103px;max-width:103px;min-height:22px;max-height:22px}.ps155{margin-left:46px;margin-top:-46px}.s158{min-width:115px;width:115px;min-height:202px;height:202px}.i54{left:0;width:114px;height:202px}.ps157{margin-top:47px}.s160{width:480px;min-height:235px}.s161{min-width:459px;width:459px;min-height:235px}.ps158{margin-top:0}.s162{min-width:230px;width:230px;min-height:235px}.ps159{margin-left:185px;margin-top:187px}.ps160{margin-top:-232px}.s163{min-width:151px;width:151px;height:13px}.f15{font-size:10px;font-size:calc(10px * var(--f));line-height:1.301}.f16{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.s164{height:10px;transform:scale(1) translateY(1px)}.ps161{margin-left:10px;margin-top:-210px}.s165{min-width:140px;width:140px;height:23px}.ps162{margin-left:10px;margin-top:-183px}.ps163{margin-left:10px;margin-top:-156px}.ps164{margin-left:10px;margin-top:-129px}.ps165{margin-left:10px;margin-top:-101px}.s166{min-width:140px;width:140px;height:23px}.ps166{margin-left:10px;margin-top:-74px}.ps167{margin-left:10px;margin-top:-47px}.ps168{margin-left:10px;margin-top:-20px}.ps169{margin-left:10px;margin-top:212px}.s167{min-width:134px;width:134px;min-height:20px;height:20px}.i55{min-width:134px;max-width:134px;min-height:17px;max-height:17px;top:1px}.ps170{margin-left:317px;margin-top:-231px}.s168{min-width:142px;width:142px;min-height:228px}.s169{min-width:142px;width:142px;min-height:228px}.ps171{margin-left:14px}.s170{min-width:128px;width:128px;min-height:228px;height:228px}.i56{width:126px;height:228px}.ps172{margin-left:0;margin-top:-205px}.s171{min-width:117px;width:117px;min-height:22px;height:22px}.i57{left:7px;min-width:103px;max-width:103px;min-height:22px;max-height:22px;top:0;-ms-transform:rotate(311deg);-moz-transform:rotate(311deg);-webkit-transform:rotate(311deg);transform:rotate(311deg)}.f3:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f3:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f3:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.f9:visited{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.f9:hover{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.f9:active{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}}@media (max-width:479px){.ps1{margin-left:5px;margin-top:0}.s1{min-width:310px;width:310px;min-height:802px}.s2{min-width:310px;width:310px;min-height:610px}.ps3{margin-left:5px;margin-top:11px}.s3{min-width:300px;width:300px;height:30px}.f1{font-size:15px;font-size:calc(15px * var(--f))}.ps4{margin-left:5px}.s4{min-width:300px;width:300px;height:414px}.f2{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.c3{padding-left:60px;padding-right:60px}.ps5{margin-left:4px}.s5{min-width:301px;width:301px;min-height:156px}.s6{min-width:97px;width:97px;min-height:132px;height:132px}.i1{width:95px;height:130px}.ps6{margin-left:1px;margin-top:-76px}.s7{min-width:300px;width:300px;min-height:100px}.ps7{margin-left:100px}.s8{min-width:200px;width:200px;height:25px}.ps8{margin-top:25px}.s9{min-width:300px;width:300px;height:25px}.f3{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps9{margin-left:101px;margin-top:-50px}.s10{min-width:200px;width:200px;height:25px}.ps10{margin-left:4px;margin-top:9px}.s11{min-width:303px;width:303px;min-height:183px}.ps11{margin-left:16px;margin-top:74px}.s12{min-width:252px;width:252px;min-height:30px;height:30px}.i3{min-width:247px;max-width:247px;min-height:30px;max-height:30px}.ps12{margin-left:0;margin-top:20px}.s13{min-width:137px;width:137px;min-height:23px;height:23px}.i4{min-width:134px;max-width:134px;min-height:23px;max-height:23px}.ps13{margin-left:36px;margin-top:-68px}.s14{min-width:106px;width:106px;min-height:23px;height:23px}.i5{min-width:106px;max-width:106px;min-height:23px;max-height:23px;top:0}.ps14{margin-left:24px;margin-top:0}.s15{min-width:224px;width:224px;min-height:36px;height:36px}.i6{min-width:221px;max-width:221px;min-height:36px;max-height:36px;top:0}.ps15{margin-left:2px;margin-top:-183px}.s16{min-width:300px;width:300px;min-height:24px;height:24px}.i7{left:0;min-width:299px;max-width:299px;min-height:24px;max-height:24px}.ps16{margin-left:144px;margin-top:-74px}.s17{min-width:159px;width:159px;min-height:38px;height:38px}.i8{min-width:157px;max-width:157px;min-height:38px;max-height:38px}.ps17{margin-left:24px;margin-top:-152px}.s18{min-width:129px;width:129px;min-height:28px;height:28px}.i9{min-width:125px;max-width:125px;min-height:28px;max-height:28px;top:0}.ps18{margin-left:5px;margin-top:10px}.s19{min-width:310px;width:310px;min-height:794px}.ps19{margin-left:3px;margin-top:628px}.s20{min-width:303px;width:303px;min-height:166px}.ps20{margin-left:3px;margin-top:35px}.s21{min-width:119px;width:119px;min-height:28px;height:28px}.i10{min-width:115px;max-width:115px;min-height:28px;max-height:28px}.ps21{margin-left:15px;margin-top:58px}.s22{min-width:166px;width:166px;min-height:28px;height:28px}.i11{min-width:161px;max-width:161px;min-height:28px;max-height:28px}.ps22{margin-left:154px;margin-top:-62px}.s23{min-width:140px;width:140px;min-height:22px;height:22px}.i12{min-width:140px;max-width:140px;min-height:21px;max-height:21px;top:1px}.ps23{margin-left:15px;margin-top:-4px}.s24{min-width:138px;width:138px;min-height:26px;height:26px}.i13{min-width:133px;max-width:133px;min-height:26px;max-height:26px}.ps24{margin-top:-108px}.s25{min-width:303px;width:303px;min-height:16px;height:16px}.i14{min-width:303px;max-width:303px;min-height:15px;max-height:15px;top:1px}.ps25{margin-left:0;margin-top:26px}.s26{min-width:176px;width:176px;min-height:32px;height:32px}.i15{min-width:176px;max-width:176px;min-height:30px;max-height:30px;top:1px}.ps26{margin-left:143px;margin-top:-54px}.s27{min-width:157px;width:157px;min-height:26px;height:26px}.i16{min-width:157px;max-width:157px;min-height:26px;max-height:26px;top:0}.ps27{margin-left:0;margin-top:-794px}.s28{min-width:310px;width:310px;min-height:621px}.ps28{margin-left:5px;margin-top:11px}.s29{min-width:300px;width:300px;height:40px}.s30{min-width:300px;width:300px;height:357px}.c4{padding-left:7px;padding-right:7px}.ps29{margin-left:4px}.s31{min-width:301px;width:301px;min-height:206px}.s32{min-width:97px;width:97px;min-height:132px;height:132px}.i17{width:95px;height:130px}.ps30{margin-left:1px;margin-top:-131px}.s33{min-width:300px;width:300px;min-height:205px}.ps31{margin-left:100px}.s34{min-width:200px;width:200px;height:25px}.s35{min-width:200px;width:200px;height:50px}.ps32{margin-top:30px}.s36{min-width:216px;width:216px;height:25px}.ps34{margin-left:5px;margin-top:4px}.s37{min-width:310px;width:310px;min-height:822px}.s38{min-width:310px;width:310px;min-height:593px}.s39{min-width:310px;width:310px;min-height:593px}.s40{min-width:310px;width:310px;min-height:593px}.ps35{margin-left:5px;margin-top:-586px}.s41{min-width:300px;width:300px;height:40px}.ps36{margin-left:5px;margin-top:-546px}.s42{min-width:300px;width:300px;height:359px}.c6{padding-left:19px;padding-right:20px}.ps37{margin-left:4px;margin-top:-176px}.s43{min-width:303px;width:303px;min-height:159px}.s44{min-width:97px;width:97px;min-height:132px;height:132px}.i18{width:95px;height:130px}.ps38{margin-left:3px;margin-top:26px}.s45{min-width:203px;width:203px;min-height:133px}.ps39{margin-left:1px}.s46{min-width:200px;width:200px;height:25px}.ps40{margin-left:1px}.s47{min-width:200px;width:200px;height:33px}.ps41{margin-left:1px}.s48{min-width:200px;width:200px;height:25px}.s49{min-width:201px;width:201px;height:25px}.s50{min-width:203px;width:203px;height:25px}.ps43{margin-left:101px;margin-top:-158px}.ps44{margin-left:6px;margin-top:8px}.s51{min-width:297px;width:297px;min-height:221px}.ps45{margin-left:13px;margin-top:60px}.s52{min-width:189px;width:189px;min-height:24px;height:24px}.i20{min-width:185px;max-width:185px;min-height:24px;max-height:24px}.ps46{margin-left:78px;margin-top:5px}.s53{min-width:212px;width:212px;min-height:37px;height:37px}.i21{min-width:212px;max-width:212px;min-height:35px;max-height:35px}.ps47{margin-left:19px;margin-top:66px}.s54{min-width:271px;width:271px;min-height:29px;height:29px}.i22{min-width:260px;max-width:260px;min-height:29px;max-height:29px}.ps48{margin-top:-221px}.s55{min-width:297px;width:297px;min-height:30px;height:30px}.i23{min-width:297px;max-width:297px;min-height:30px;max-height:30px}.ps49{margin-left:110px;margin-top:-67px}.s56{min-width:160px;width:160px;min-height:32px;height:32px}.i24{min-width:160px;max-width:160px;min-height:30px;max-height:30px;top:1px}.ps50{margin-left:106px;margin-top:-191px}.s57{min-width:178px;width:178px;min-height:26px;height:26px}.i25{min-width:178px;max-width:178px;min-height:18px;max-height:18px}.ps51{margin-left:4px;margin-top:-95px}.s58{min-width:208px;width:208px;min-height:33px;height:33px}.i26{min-width:208px;max-width:208px;min-height:30px;max-height:30px}.ps52{margin-left:5px;margin-top:7px}.s59{min-width:310px;width:310px;min-height:703px}.ps53{margin-left:5px;margin-top:495px}.s60{min-width:300px;width:300px;min-height:208px}.ps54{margin-left:76px;margin-top:119px}.s61{min-width:220px;width:220px;min-height:27px;height:27px}.i27{min-width:220px;max-width:220px;min-height:27px;max-height:27px}.ps55{margin-left:94px;margin-top:-89px}.s62{min-width:196px;width:196px;min-height:31px;height:31px}.i28{min-width:196px;max-width:196px;min-height:29px;max-height:29px}.ps56{margin-left:7px;margin-top:-64px}.s63{min-width:154px;width:154px;min-height:37px;height:37px}.i29{min-width:154px;max-width:154px;min-height:36px;max-height:36px;top:1px}.ps57{margin-left:0;margin-top:-146px}.s64{min-width:300px;width:300px;min-height:18px;height:18px}.i30{min-width:300px;max-width:300px;min-height:17px;max-height:17px}.ps58{margin-left:129px;margin-top:19px}.s65{min-width:164px;width:164px;min-height:43px;height:43px}.i31{min-width:164px;max-width:164px;min-height:43px;max-height:43px}.ps59{margin-left:11px;margin-top:-63px}.s66{min-width:137px;width:137px;min-height:25px;height:25px}.i32{min-width:137px;max-width:137px;min-height:17px;max-height:17px;top:4px}.ps60{margin-left:0;margin-top:-190px}.s67{min-width:209px;width:209px;min-height:33px;height:33px}.i33{min-width:209px;max-width:209px;min-height:27px;max-height:27px;top:3px}.ps61{margin-left:0;margin-top:-703px}.s68{min-width:310px;width:310px;min-height:486px}.s69{min-width:310px;width:310px;height:486px}.ps62{margin-left:5px;margin-top:9px}.s70{min-width:300px;width:300px;height:48px}.ps63{margin-left:5px}.s71{min-width:300px;width:300px;height:293px}.ps64{margin-left:4px}.s72{min-width:301px;width:301px;min-height:132px}.i34{width:95px;height:130px}.ps65{margin-left:4px}.s73{min-width:200px;width:200px;min-height:127px}.s74{min-width:200px;width:200px;height:25px}.s75{min-width:200px;width:200px;height:52px}.ps68{margin-left:5px}.s76{min-width:310px;width:310px;min-height:601px}.s77{min-width:310px;width:310px}.ps69{margin-left:5px;margin-top:4px}.s78{min-width:300px;width:300px;height:30px}.ps70{margin-left:5px}.s79{min-width:300px;width:300px;height:405px}.ps71{margin-left:6px;margin-top:10px}.s80{min-width:300px;width:300px;min-height:149px}.ps72{margin-left:34px;margin-top:44px}.s81{min-width:259px;width:259px;min-height:37px;height:37px}.i35{min-width:259px;max-width:259px;min-height:37px;max-height:37px;top:0}.ps73{margin-left:5px;margin-top:0}.s82{min-width:237px;width:237px;min-height:68px}.ps74{margin-left:1px;margin-top:29px}.s83{min-width:236px;width:236px;min-height:39px;height:39px}.i36{min-width:234px;max-width:234px;min-height:39px;max-height:39px}.ps75{margin-left:0;margin-top:-68px}.s84{min-width:147px;width:147px;min-height:21px;height:21px}.i37{min-width:146px;max-width:146px;min-height:21px;max-height:21px;top:0}.ps76{margin-left:0;margin-top:-149px}.s85{min-width:300px;width:300px;min-height:110px}.ps77{margin-left:186px;margin-top:81px}.s86{min-width:106px;width:106px;min-height:29px;height:29px}.i38{min-width:103px;max-width:103px;min-height:29px;max-height:29px}.ps78{margin-left:0;margin-top:-110px}.s87{min-width:300px;width:300px;min-height:36px;height:36px}.i39{min-width:288px;max-width:288px;min-height:36px;max-height:36px;top:0}.ps79{margin-left:5px;margin-top:6px}.s88{min-width:310px;width:310px;min-height:584px}.ps80{margin-left:9px;margin-top:424px}.s89{min-width:301px;width:301px;min-height:160px}.ps81{margin-left:6px}.s90{min-width:277px;width:277px;min-height:28px;height:28px}.i40{min-width:277px;max-width:277px;min-height:28px;max-height:28px;top:0}.ps82{margin-left:2px;margin-top:36px}.s91{min-width:183px;width:183px;min-height:46px}.ps83{margin-left:27px}.s92{min-width:156px;width:156px;min-height:17px;height:17px}.i41{min-width:151px;max-width:151px;min-height:17px;max-height:17px}.ps84{margin-left:0;margin-top:8px}.s93{min-width:120px;width:120px;min-height:21px;height:21px}.i42{min-width:120px;max-width:120px;min-height:20px;max-height:20px}.ps85{margin-left:7px}.s94{min-width:276px;width:276px;min-height:35px;height:35px}.i43{min-width:276px;max-width:276px;min-height:32px;max-height:32px}.ps86{margin-left:130px;margin-top:-115px}.s95{min-width:171px;width:171px;min-height:71px}.ps87{margin-left:43px}.s96{min-width:125px;width:125px;min-height:27px;height:27px}.i44{min-width:125px;max-width:125px;min-height:24px;max-height:24px;top:2px}.ps88{margin-left:0;margin-top:20px}.s97{min-width:171px;width:171px;min-height:24px;height:24px}.i45{min-width:171px;max-width:171px;min-height:23px;max-height:23px}.ps89{margin-left:0;margin-top:-129px}.s98{min-width:151px;width:151px;min-height:27px;height:27px}.i46{min-width:144px;max-width:144px;min-height:27px;max-height:27px;top:0}.ps90{margin-left:0;margin-top:-584px}.s99{min-width:310px;width:310px;min-height:414px}.ps91{margin-top:8px}.s100{min-width:300px;width:300px;height:30px}.f4{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps92{margin-left:5px}.s101{min-width:300px;width:300px}.ps93{margin-left:5px}.s102{min-width:310px;width:310px;min-height:301px}.ps94{margin-left:5px;margin-top:4px}.s103{min-width:300px;width:300px;height:30px}.ps95{margin-left:5px}.s104{min-width:300px;width:300px;height:194px}.ps96{margin-left:9px}.p3{text-indent:-7px}.f5{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps97{margin-left:66px}.s105{min-width:175px;width:175px;min-height:41px;height:41px}.i47{min-width:175px;max-width:175px;min-height:36px;max-height:36px;top:3px}.ps98{margin-left:5px;margin-top:20px}.s106{min-width:310px;width:310px;min-height:343px}.ps99{margin-left:5px;margin-top:7px}.s107{min-width:300px;width:300px;height:48px}.ps100{margin-left:5px;margin-top:2px}.s108{min-width:300px;width:300px;height:126px}.ps101{margin-left:4px;margin-top:17px}.s109{min-width:302px;width:302px;height:42px}.f6{font-size:12px;font-size:calc(12px * var(--f));padding-top:13px;padding-bottom:13px}.ps103{margin-left:15px;margin-top:4px}.s111{min-width:284px;width:284px;min-height:97px}.ps104{margin-top:23px}.s112{min-width:203px;width:203px;min-height:55px;height:55px}.i48{min-width:192px;max-width:192px;min-height:55px;max-height:55px;top:0}.ps105{margin-left:187px;margin-top:-78px}.s113{min-width:97px;width:97px;min-height:97px}.lt1{height:97px}.ps106{margin-left:5px;margin-top:20px}.s114{min-width:310px;width:310px;min-height:314px}.ps107{margin-left:5px;margin-top:6px}.s115{min-width:300px;width:300px;height:30px}.ps108{margin-left:4px}.s116{min-width:301px;width:301px;min-height:274px}.s117{min-width:301px;width:301px;min-height:274px}.ps109{margin-left:1px}.s118{min-width:300px;width:300px;height:148px}.ps110{margin-left:86px;margin-top:-23px}.s119{min-width:134px;width:134px;min-height:134px}.lt2{height:134px}.ps111{margin-top:-26px}.s120{min-width:301px;width:301px;min-height:41px;height:41px}.i49{min-width:301px;max-width:301px;min-height:39px;max-height:39px;top:1px}.ps112{margin-top:14px}.s121{min-width:320px;min-height:1226px}.ps114{margin-top:8px}.s122{min-width:320px;min-height:1126px}.ps115{margin-top:-1125px}.s123{width:320px;min-height:1217px}.ps116{margin-left:5px}.s124{min-width:310px;width:310px;min-height:696px}.s125{min-width:310px;width:310px;height:25px}.f7{font-size:13px;font-size:calc(13px * var(--f));line-height:1.616}.ps117{margin-left:1px;margin-top:310px}.s126{min-width:309px;width:309px;height:25px}.ps118{margin-left:1px;margin-top:311px}.s127{min-width:309px;width:309px;height:25px}.ps119{margin-left:10px;margin-top:-671px}.s128{min-width:300px;width:300px;min-height:971px}.s129{min-width:300px;width:300px;min-height:300px}.s130{min-width:300px;width:300px;min-height:300px}.ps120{margin-top:-300px}.ph1{height:300px}.map1{width:300px;height:300px}.ps121{margin-left:0;margin-top:35px}.s131{min-width:300px;width:300px;min-height:300px;height:300px}.i50{width:300px;height:300px}.ps122{margin-left:0;margin-top:36px}.i51{width:300px;height:300px}.ps123{margin-left:5px;margin-top:5px}.s132{min-width:311px;width:311px;min-height:119px}.s133{min-width:310px;width:310px;height:56px}.f8{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.ps124{margin-left:1px}.s134{min-width:310px;width:310px;height:31px}.f9{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.ps125{margin-left:0;margin-top:1px}.s135{min-width:310px;width:310px;height:31px}.ps126{margin-left:5px;margin-top:18px}.s136{min-width:310px;width:310px;min-height:79px}.ps127{margin-top:53px}.s137{min-width:310px;width:310px;height:26px}.f10{font-size:8px;font-size:calc(8px * var(--f));line-height:1.126}.s138{height:8px;transform:scale(1) translateY(1px)}.ps128{margin-top:-53px}.s139{min-width:310px;width:310px;height:26px}.ps129{margin-top:-79px}.s140{min-width:310px;width:310px;height:26px}.ps130{width:320px}.ps131{margin-left:160px;margin-top:70px}.s141{min-width:155px;width:155px;height:100px}.c13{background-image:url(../images/9/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c13{background-image:url(../images/0/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c14{height:100px}.c16{background-image:url(../images/s/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c16{background-image:url(../images/7/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.ps132{margin-left:97px;margin-top:24px}.s142{min-width:50px;width:50px;min-height:50px}.lt3{height:50px}.c17{background-image:url(../images/1/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c17{background-image:url(../images/h/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c18{background-image:url(../images/i/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c18{background-image:url(../images/s/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c19{background-image:url(../images/a/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c19{background-image:url(../images/k/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c20{background-image:url(../images/o/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c20{background-image:url(../images/g/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c21{background-image:url(../images/c/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c21{background-image:url(../images/t/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c22{background-image:url(../images/3/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-155.jpg)}.webp .c22{background-image:url(../images/v/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-155.webp)}.c23{background-image:url(../images/l/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c23{background-image:url(../images/7/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.ps133{margin-left:160px;margin-top:70px}.s143{min-width:155px;width:155px;height:100px}.c24{background-image:url(../images/k/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c24{background-image:url(../images/k/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.c25{background-image:url(../images/q/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c25{background-image:url(../images/q/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.c26{background-image:url(../images/a/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c26{background-image:url(../images/3/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.c27{background-image:url(../images/0/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c27{background-image:url(../images/q/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.c28{background-image:url(../images/j/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-155.jpg)}.webp .c28{background-image:url(../images/b/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-155.webp)}.c29{background-image:url(../images/f/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-155.jpg)}.webp .c29{background-image:url(../images/5/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-155.webp)}.v6{display:none}.ps134{margin-left:234px;margin-top:3px}.s144{min-width:3px;width:3px;height:3px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.c31{height:3px}.ps135{margin-left:207px;margin-top:3px}.s145{min-width:3px;width:3px;height:3px;-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps136{margin-left:280px;margin-top:7px}.s146{-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ps137{margin-left:10px;margin-top:7px}.ps138{margin-left:105px;margin-top:3px}.s147{min-width:320px}.ps140{margin-top:50px}.s148{width:320px;min-height:430px}.ps141{margin-left:5px}.s149{min-width:319px;width:319px;min-height:430px}.ps142{margin-top:0}.s150{min-width:181px;width:181px;min-height:340px}.s151{min-width:50px;width:50px;height:50px}.f11{font-size:10px;font-size:calc(10px * var(--f));line-height:1.101;padding-top:14px;padding-bottom:14px}.ps144{margin-top:33px}.s152{min-width:155px;width:155px;height:30px}.f12{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f13{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.s153{height:12px;transform:scale(1) translateY(2px)}.ps145{margin-top:2px}.s154{min-width:181px;width:181px;height:33px}.f14{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251;text-indent:3px;padding-top:8px;padding-bottom:7px}.ps146{margin-top:-1px}.ps147{margin-top:-1px}.ps148{margin-top:-1px}.ps149{margin-top:-1px}.ps150{margin-top:-1px}.ps151{margin-top:-1px}.ps152{margin-left:20px;margin-top:60px}.s155{min-width:150px;width:150px;min-height:30px;height:30px}.i52{min-width:150px;max-width:150px;min-height:19px;max-height:19px;top:5px}.ps153{margin-left:8px;margin-top:-184px}.s156{min-width:141px;width:141px;min-height:274px}.ps154{margin-left:63px}.s157{min-width:78px;width:78px;min-height:23px;height:23px}.i53{min-width:78px;max-width:78px;min-height:17px;max-height:17px;top:3px}.ps155{margin-top:10px}.s158{min-width:137px;width:137px;min-height:241px;height:241px}.i54{left:0;width:136px;height:241px}.ps156{margin-left:168px;margin-top:-306px}.s159{min-width:150px;width:150px;min-height:306px}.ps157{margin-top:50px}.s160{width:320px;min-height:430px}.s161{min-width:315px;width:315px;min-height:430px}.ps158{margin-top:0}.s162{min-width:165px;width:165px;min-height:372px}.ps160{margin-top:33px}.s163{min-width:155px;width:155px;height:30px}.f15{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f16{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.s164{height:12px;transform:scale(1) translateY(2px)}.ps161{margin-top:2px}.s165{min-width:155px;width:155px;height:33px}.ps162{margin-top:-1px}.ps163{margin-top:-1px}.ps164{margin-top:-1px}.ps165{margin-top:-1px}.s166{min-width:165px;width:165px;height:33px}.ps166{margin-top:-1px}.ps167{margin-top:-1px}.ps168{margin-top:-1px}.ps169{margin-left:-105px;margin-top:400px}.s167{min-width:150px;width:150px;min-height:30px;height:30px}.i55{min-width:150px;max-width:150px;min-height:19px;max-height:19px;top:5px}.ps170{margin-left:160px;margin-top:-281px}.s168{min-width:155px;width:155px;min-height:281px}.s169{min-width:155px;width:155px;min-height:281px}.s170{min-width:155px;width:155px;min-height:281px;height:281px}.i56{left:0;width:155px;height:281px}.ps172{margin-left:48px;margin-top:-249px}.s171{min-width:76px;width:76px;min-height:22px;height:22px}.i57{min-width:76px;max-width:76px;min-height:16px;max-height:16px;top:3px;-ms-transform:rotate(318deg);-moz-transform:rotate(318deg);-webkit-transform:rotate(318deg);transform:rotate(318deg)}.f3:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f3:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f3:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.c8::before{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.00, rgb(3,59,10)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(3,59,10) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:before{opacity:1}.c8::after{background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(29,127,42)), color-stop(1, rgb(29,127,42)));background-image:-o-linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-webkit-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:-ms-linear-gradient(90deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-image:linear-gradient(0deg in oklch, rgb(29,127,42) 0%, rgb(29,127,42) 100%);background-clip:content-box;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;content:'';position:absolute;display:inline-block;width:100%;height:100%;opacity:0;margin-top:-1px;margin-left:-1px;top:0;left:0;z-index:-1;transition:opacity 0.2s linear}.c8:hover:after{opacity:0}.c8:active:before{opacity:1}.c8:active:after{opacity:1;transition:initial}.f9:visited{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.f9:hover{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}.f9:active{font-size:8px;font-size:calc(8px * var(--f));line-height:1.251}}@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1920px) and (min-resolution:144dpi){.c13{background-image:url(../images/1/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c13{background-image:url(../images/9/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c16{background-image:url(../images/7/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c16{background-image:url(../images/u/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c17{background-image:url(../images/h/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c17{background-image:url(../images/3/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c18{background-image:url(../images/t/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c18{background-image:url(../images/i/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c19{background-image:url(../images/0/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c19{background-image:url(../images/f/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c20{background-image:url(../images/g/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c20{background-image:url(../images/1/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c21{background-image:url(../images/7/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c21{background-image:url(../images/6/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c22{background-image:url(../images/k/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-960.jpg)}.webp .c22{background-image:url(../images/q/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-960.webp)}.c23{background-image:url(../images/o/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c23{background-image:url(../images/c/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c24{background-image:url(../images/8/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c24{background-image:url(../images/e/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c25{background-image:url(../images/3/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c25{background-image:url(../images/1/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c26{background-image:url(../images/d/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c26{background-image:url(../images/j/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c27{background-image:url(../images/e/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c27{background-image:url(../images/u/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c28{background-image:url(../images/b/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-960.jpg)}.webp .c28{background-image:url(../images/b/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-960.webp)}.c29{background-image:url(../images/o/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-960.jpg)}.webp .c29{background-image:url(../images/2/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-960.webp)}}@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:1920px) and (min-resolution:240dpi){.c13{background-image:url(../images/h/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c13{background-image:url(../images/u/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c16{background-image:url(../images/c/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c16{background-image:url(../images/c/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c17{background-image:url(../images/c/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c17{background-image:url(../images/6/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c18{background-image:url(../images/3/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c18{background-image:url(../images/0/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c19{background-image:url(../images/u/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c19{background-image:url(../images/t/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c20{background-image:url(../images/k/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c20{background-image:url(../images/o/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c21{background-image:url(../images/5/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c21{background-image:url(../images/5/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c22{background-image:url(../images/a/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-1440.jpg)}.webp .c22{background-image:url(../images/0/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-1440.webp)}.c23{background-image:url(../images/2/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c23{background-image:url(../images/u/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c24{background-image:url(../images/s/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c24{background-image:url(../images/d/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c25{background-image:url(../images/e/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c25{background-image:url(../images/a/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c26{background-image:url(../images/4/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c26{background-image:url(../images/1/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c27{background-image:url(../images/0/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c27{background-image:url(../images/4/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c28{background-image:url(../images/e/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-1440.jpg)}.webp .c28{background-image:url(../images/f/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-1440.webp)}.c29{background-image:url(../images/9/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-1440.jpg)}.webp .c29{background-image:url(../images/m/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-1440.webp)}}@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:144dpi){.c13{background-image:url(../images/q/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c13{background-image:url(../images/m/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c16{background-image:url(../images/p/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c16{background-image:url(../images/c/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c17{background-image:url(../images/7/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c17{background-image:url(../images/7/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c18{background-image:url(../images/2/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c18{background-image:url(../images/d/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c19{background-image:url(../images/8/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c19{background-image:url(../images/i/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c20{background-image:url(../images/t/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c20{background-image:url(../images/8/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c21{background-image:url(../images/t/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c21{background-image:url(../images/0/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c22{background-image:url(../images/i/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-776.jpg)}.webp .c22{background-image:url(../images/c/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-776.webp)}.c23{background-image:url(../images/h/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c23{background-image:url(../images/9/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c24{background-image:url(../images/g/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c24{background-image:url(../images/f/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c25{background-image:url(../images/i/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c25{background-image:url(../images/u/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c26{background-image:url(../images/4/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c26{background-image:url(../images/4/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c27{background-image:url(../images/0/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c27{background-image:url(../images/c/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c28{background-image:url(../images/0/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-776.jpg)}.webp .c28{background-image:url(../images/u/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-776.webp)}.c29{background-image:url(../images/8/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-776.jpg)}.webp .c29{background-image:url(../images/e/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-776.webp)}}@media (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:1200px) and (max-width:1919px) and (min-width:1200px) and (min-resolution:240dpi){.c13{background-image:url(../images/a/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c13{background-image:url(../images/k/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c16{background-image:url(../images/5/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c16{background-image:url(../images/i/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c17{background-image:url(../images/s/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c17{background-image:url(../images/t/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c18{background-image:url(../images/j/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c18{background-image:url(../images/6/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c19{background-image:url(../images/d/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c19{background-image:url(../images/8/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c20{background-image:url(../images/a/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c20{background-image:url(../images/r/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c21{background-image:url(../images/a/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c21{background-image:url(../images/i/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c22{background-image:url(../images/j/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-1164.jpg)}.webp .c22{background-image:url(../images/h/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-1164.webp)}.c23{background-image:url(../images/2/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c23{background-image:url(../images/b/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c24{background-image:url(../images/p/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c24{background-image:url(../images/t/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c25{background-image:url(../images/e/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c25{background-image:url(../images/m/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c26{background-image:url(../images/r/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c26{background-image:url(../images/3/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c27{background-image:url(../images/p/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c27{background-image:url(../images/l/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c28{background-image:url(../images/i/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-1164.jpg)}.webp .c28{background-image:url(../images/f/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-1164.webp)}.c29{background-image:url(../images/5/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-1164.jpg)}.webp .c29{background-image:url(../images/h/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-1164.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c13{background-image:url(../images/9/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c13{background-image:url(../images/4/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c16{background-image:url(../images/h/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c16{background-image:url(../images/7/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c17{background-image:url(../images/7/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c17{background-image:url(../images/q/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c18{background-image:url(../images/d/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c18{background-image:url(../images/l/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c19{background-image:url(../images/q/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c19{background-image:url(../images/f/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c20{background-image:url(../images/u/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c20{background-image:url(../images/t/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c21{background-image:url(../images/k/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c21{background-image:url(../images/t/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c22{background-image:url(../images/8/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-620.jpg)}.webp .c22{background-image:url(../images/c/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-620.webp)}.c23{background-image:url(../images/p/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c23{background-image:url(../images/p/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c24{background-image:url(../images/h/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c24{background-image:url(../images/a/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c25{background-image:url(../images/1/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c25{background-image:url(../images/o/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c26{background-image:url(../images/o/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c26{background-image:url(../images/d/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c27{background-image:url(../images/k/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c27{background-image:url(../images/0/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c28{background-image:url(../images/p/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-620.jpg)}.webp .c28{background-image:url(../images/k/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-620.webp)}.c29{background-image:url(../images/p/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-620.jpg)}.webp .c29{background-image:url(../images/n/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-620.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:240dpi){.c13{background-image:url(../images/d/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c13{background-image:url(../images/e/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c16{background-image:url(../images/m/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c16{background-image:url(../images/o/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c17{background-image:url(../images/g/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c17{background-image:url(../images/e/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c18{background-image:url(../images/5/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c18{background-image:url(../images/r/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c19{background-image:url(../images/a/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c19{background-image:url(../images/7/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c20{background-image:url(../images/0/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c20{background-image:url(../images/u/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c21{background-image:url(../images/j/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c21{background-image:url(../images/a/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c22{background-image:url(../images/l/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-930.jpg)}.webp .c22{background-image:url(../images/t/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-930.webp)}.c23{background-image:url(../images/h/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c23{background-image:url(../images/8/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c24{background-image:url(../images/8/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c24{background-image:url(../images/d/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c25{background-image:url(../images/h/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c25{background-image:url(../images/0/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c26{background-image:url(../images/8/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c26{background-image:url(../images/q/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c27{background-image:url(../images/2/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c27{background-image:url(../images/u/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c28{background-image:url(../images/8/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-930.jpg)}.webp .c28{background-image:url(../images/9/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-930.webp)}.c29{background-image:url(../images/b/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-930.jpg)}.webp .c29{background-image:url(../images/e/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-930.webp)}}@media (min-width:768px) and (max-width:959px) and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:768px) and (max-width:959px) and (min-width:768px) and (min-resolution:144dpi){.c13{background-image:url(../images/9/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c13{background-image:url(../images/s/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c16{background-image:url(../images/9/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c16{background-image:url(../images/7/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c17{background-image:url(../images/r/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c17{background-image:url(../images/4/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c18{background-image:url(../images/l/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c18{background-image:url(../images/j/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c19{background-image:url(../images/9/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c19{background-image:url(../images/h/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c20{background-image:url(../images/r/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c20{background-image:url(../images/3/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c21{background-image:url(../images/c/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c21{background-image:url(../images/1/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c22{background-image:url(../images/e/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-496.jpg)}.webp .c22{background-image:url(../images/v/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-496.webp)}.c23{background-image:url(../images/g/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c23{background-image:url(../images/l/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c24{background-image:url(../images/r/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c24{background-image:url(../images/b/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c25{background-image:url(../images/f/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c25{background-image:url(../images/u/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c26{background-image:url(../images/b/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c26{background-image:url(../images/4/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c27{background-image:url(../images/v/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c27{background-image:url(../images/r/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c28{background-image:url(../images/4/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-496.jpg)}.webp .c28{background-image:url(../images/a/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-496.webp)}.c29{background-image:url(../images/9/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-496.jpg)}.webp .c29{background-image:url(../images/l/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-496.webp)}}@media (min-width:768px) and (max-width:959px) and (min-width:768px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:768px) and (max-width:959px) and (min-width:768px) and (min-resolution:240dpi){.c13{background-image:url(../images/p/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c13{background-image:url(../images/1/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c16{background-image:url(../images/p/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c16{background-image:url(../images/i/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c17{background-image:url(../images/q/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c17{background-image:url(../images/6/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c18{background-image:url(../images/5/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c18{background-image:url(../images/r/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c19{background-image:url(../images/t/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c19{background-image:url(../images/i/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c20{background-image:url(../images/6/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c20{background-image:url(../images/3/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c21{background-image:url(../images/5/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c21{background-image:url(../images/c/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c22{background-image:url(../images/s/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-744.jpg)}.webp .c22{background-image:url(../images/k/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-744.webp)}.c23{background-image:url(../images/2/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c23{background-image:url(../images/q/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c24{background-image:url(../images/h/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c24{background-image:url(../images/g/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c25{background-image:url(../images/4/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c25{background-image:url(../images/6/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c26{background-image:url(../images/r/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c26{background-image:url(../images/i/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c27{background-image:url(../images/4/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c27{background-image:url(../images/c/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c28{background-image:url(../images/c/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-744.jpg)}.webp .c28{background-image:url(../images/9/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-744.webp)}.c29{background-image:url(../images/c/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-744.jpg)}.webp .c29{background-image:url(../images/b/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-744.webp)}}@media (min-width:480px) and (max-width:767px) and (min-width:480px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:480px) and (max-width:767px) and (min-width:480px) and (min-resolution:144dpi){.c13{background-image:url(../images/r/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c13{background-image:url(../images/n/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c16{background-image:url(../images/b/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c16{background-image:url(../images/e/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c17{background-image:url(../images/j/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c17{background-image:url(../images/8/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c18{background-image:url(../images/3/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c18{background-image:url(../images/k/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c19{background-image:url(../images/h/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c19{background-image:url(../images/o/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c20{background-image:url(../images/f/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c20{background-image:url(../images/k/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c21{background-image:url(../images/e/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c21{background-image:url(../images/k/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c22{background-image:url(../images/3/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-280.jpg)}.webp .c22{background-image:url(../images/k/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-280.webp)}.c23{background-image:url(../images/u/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-280.jpg)}.webp .c23{background-image:url(../images/8/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-280.webp)}.c24{background-image:url(../images/n/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-284.jpg)}.webp .c24{background-image:url(../images/u/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-284.webp)}.c25{background-image:url(../images/5/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-280.jpg)}.webp .c25{background-image:url(../images/f/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-280.webp)}.c26{background-image:url(../images/9/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-280.jpg)}.webp .c26{background-image:url(../images/q/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-280.webp)}.c27{background-image:url(../images/a/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-280.jpg)}.webp .c27{background-image:url(../images/d/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-280.webp)}.c28{background-image:url(../images/k/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-280.jpg)}.webp .c28{background-image:url(../images/7/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-280.webp)}.c29{background-image:url(../images/4/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-280.jpg)}.webp .c29{background-image:url(../images/l/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-280.webp)}}@media (min-width:480px) and (max-width:767px) and (min-width:480px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:480px) and (max-width:767px) and (min-width:480px) and (min-resolution:240dpi){.c13{background-image:url(../images/j/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c13{background-image:url(../images/i/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c16{background-image:url(../images/0/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c16{background-image:url(../images/6/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c17{background-image:url(../images/t/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c17{background-image:url(../images/k/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c18{background-image:url(../images/c/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c18{background-image:url(../images/u/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c19{background-image:url(../images/7/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c19{background-image:url(../images/c/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c20{background-image:url(../images/v/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c20{background-image:url(../images/c/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c21{background-image:url(../images/j/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c21{background-image:url(../images/b/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c22{background-image:url(../images/t/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-420.jpg)}.webp .c22{background-image:url(../images/o/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-420.webp)}.c23{background-image:url(../images/s/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-420.jpg)}.webp .c23{background-image:url(../images/h/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-420.webp)}.c24{background-image:url(../images/d/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-426.jpg)}.webp .c24{background-image:url(../images/c/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-426.webp)}.c25{background-image:url(../images/v/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-420.jpg)}.webp .c25{background-image:url(../images/7/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-420.webp)}.c26{background-image:url(../images/b/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-420.jpg)}.webp .c26{background-image:url(../images/s/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-420.webp)}.c27{background-image:url(../images/k/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-420.jpg)}.webp .c27{background-image:url(../images/t/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-420.webp)}.c28{background-image:url(../images/n/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-420.jpg)}.webp .c28{background-image:url(../images/7/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-420.webp)}.c29{background-image:url(../images/v/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-420.jpg)}.webp .c29{background-image:url(../images/g/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-420.webp)}}@media (max-width:479px) and (min-width:320px) and (-webkit-min-device-pixel-ratio:1.7), (max-width:479px) and (min-width:320px) and (min-resolution:144dpi){.c13{background-image:url(../images/5/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c13{background-image:url(../images/s/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c16{background-image:url(../images/o/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c16{background-image:url(../images/3/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c17{background-image:url(../images/r/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c17{background-image:url(../images/6/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c18{background-image:url(../images/m/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c18{background-image:url(../images/1/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c19{background-image:url(../images/u/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c19{background-image:url(../images/e/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c20{background-image:url(../images/g/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c20{background-image:url(../images/6/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c21{background-image:url(../images/a/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c21{background-image:url(../images/3/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c22{background-image:url(../images/9/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-310.jpg)}.webp .c22{background-image:url(../images/n/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-310.webp)}.c23{background-image:url(../images/f/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c23{background-image:url(../images/c/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c24{background-image:url(../images/s/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c24{background-image:url(../images/v/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c25{background-image:url(../images/2/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c25{background-image:url(../images/4/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c26{background-image:url(../images/p/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c26{background-image:url(../images/c/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c27{background-image:url(../images/j/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c27{background-image:url(../images/3/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c28{background-image:url(../images/2/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-310.jpg)}.webp .c28{background-image:url(../images/5/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-310.webp)}.c29{background-image:url(../images/j/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-310.jpg)}.webp .c29{background-image:url(../images/5/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-310.webp)}}@media (max-width:479px) and (min-width:320px) and (-webkit-min-device-pixel-ratio:2.7), (max-width:479px) and (min-width:320px) and (min-resolution:240dpi){.c13{background-image:url(../images/m/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c13{background-image:url(../images/r/pop-up-menue-bild16-unser-club-aktuelles-veranstaltungen-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c16{background-image:url(../images/q/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c16{background-image:url(../images/c/pop-up-menue-bild15-unser-club-sponsoren-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c17{background-image:url(../images/e/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c17{background-image:url(../images/o/pop-up-menue-bild14-unser-club-chronik-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c18{background-image:url(../images/2/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c18{background-image:url(../images/b/pop-up-menue-bild13-unser-club-clubhaus-vereinsleben-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c19{background-image:url(../images/o/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c19{background-image:url(../images/k/pop-up-menue-bild12-unser-club-kontakt-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c20{background-image:url(../images/b/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c20{background-image:url(../images/7/pop-up-menue-bild11-unser-club-anlagen-anfahrt-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c21{background-image:url(../images/u/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c21{background-image:url(../images/7/pop-up-menue-bild10-unser-club-mitgliedschaft-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c22{background-image:url(../images/e/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-465.jpg)}.webp .c22{background-image:url(../images/b/pop-up-menue-bild9-unser-club-vereinsfuehrung-team-tennis-club-gruen-weiss-geldern-1950-166608708-465.webp)}.c23{background-image:url(../images/g/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c23{background-image:url(../images/0/pop-up-menue-bild7-tennis-probetraining-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c24{background-image:url(../images/u/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c24{background-image:url(../images/1/pop-up-menue-bild6-tennis-trainer-team-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c25{background-image:url(../images/6/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c25{background-image:url(../images/m/pop-up-menue-bild5-tennis-jugend-teams-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c26{background-image:url(../images/1/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c26{background-image:url(../images/o/pop-up-menue-bild4-tennis-medenspiel-mannschaften-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c27{background-image:url(../images/7/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c27{background-image:url(../images/n/pop-up-menue-bild3-tennis-spielplan-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c28{background-image:url(../images/1/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-465.jpg)}.webp .c28{background-image:url(../images/0/pop-up-menue-bild2-tennis-stadtmeisterschaften2025-tennis-club-gruen-weiss-geldern-1950-63281194-465.webp)}.c29{background-image:url(../images/s/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-465.jpg)}.webp .c29{background-image:url(../images/d/pop-up-menue-bild1-tennis-platz-reservierungen-tennis-club-gruen-weiss-geldern-1950-232742631_xl-465.webp)}}