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 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 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 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 fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
.v1{display:none;pointer-events:none}.v2{display:none}.v3{display:none;pointer-events:auto}.v4{display:inline-block;pointer-events:auto;outline:0}.webp .fx1{}.slc1{margin-top:0}.v5{display:block}.ps2{position:relative;margin-top:0}.s2{width:100%;min-width:1920px;min-height:6444px;padding-bottom:0}.c3{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z2{z-index:109}.ps3{display:inline-block;width:0;height:0}.v6{display:inline-block;vertical-align:top;pointer-events:none}.s3{width:100%;min-width:1920px;min-height:6444px}.c4{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:110}.z3{z-index:110}.fx2{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/img_3594-320.jpg)}.webp .fx2{background-image:url(../images/p/img_3594-320-1.webp);background-attachment:fixed}.ps4{position:relative;margin-top:64px}.s4{width:1920px;margin-left:auto;margin-right:auto;min-height:6311px}.v7{display:inline-block;vertical-align:top}.ps5{position:relative;margin-left:0;margin-top:0}.s5{min-width:1920px;width:1920px;min-height:3974px}.z4{z-index:128}.c5{border:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.z5{z-index:129}.v8{display:inline-block;vertical-align:top;pointer-events:auto}.ps6{position:relative;margin-left:0;margin-top:34px}.s6{min-width:1920px;width:1920px;overflow:hidden;height:70px}.z6{z-index:183}.p2{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f2{font-family:"Exo 2 4";font-size:56px;font-size:calc(56px * var(--f));line-height:1.197;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps7{position:relative;margin-left:648px;margin-top:0}.s7{min-width:603px;width:603px;min-height:40px}.c7{border-top:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:1px dashed #808080;border-left:0 solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z7{z-index:182}.ps8{position:relative;margin-left:10px;margin-top:50px}.s8{min-width:1900px;width:1900px;min-height:433px}.z8{z-index:173}.s9{min-width:1900px;width:1900px;min-height:433px;line-height:0}.s10{min-width:1900px;width:1900px;min-height:421px}.c8{border:0;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#0064a0;box-shadow:0 2px 4px rgba(0,0,0,0.4)}.z9{z-index:174}.ps9{position:relative;margin-left:641px;margin-top:5px}.s11{min-width:1253px;width:1253px;overflow:hidden;height:61px}.z10{z-index:181}.p3{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f3{font-family:"Exo 2 4";font-size:27px;font-size:calc(27px * var(--f));line-height:1.853;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps10{position:relative;margin-left:641px;margin-top:0}.s12{min-width:1253px;width:1253px;overflow:hidden;height:61px}.z11{z-index:179}.p4{text-indent:0;padding-bottom:13px;padding-right:0;text-align:left}.f4{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:1.210;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps11{position:relative;margin-left:641px;margin-top:0}.s13{min-width:1253px;width:1253px;overflow:hidden;height:214px}.z12{z-index:178}.p5{text-indent:0;padding-bottom:16px;padding-right:0;text-align:justify}.f5{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f6{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps12{position:relative;margin-left:5px;margin-top:5px}.s14{min-width:616px;width:616px;min-height:70px}.s15{min-width:616px;width:616px;min-height:70px;line-height:0}.v9{display:none;pointer-events:auto;outline:0}.s16{min-width:616px;width:616px;height:70px;box-sizing:border-box}.c9{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out}.z13{z-index:176}.ps13{position:relative;margin-left:5px;margin-top:-416px}.s17{min-width:616px;width:616px;min-height:336px}.z14{z-index:180}.s18{display:block;height:336px;width:100%;overflow:hidden}.un15 .slider{height:336px}.un15 .slick-list{height:336px}.un15 .slick-prev,.un15 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un15 .slick-prev{left:-25px}
.un15 .slick-next{right:-25px}
.un15 .slider-for{margin-bottom:0px}
.un15 .slider-nav{margin-bottom:0px}
.un15 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un15 .slider-nav .slick-center picture{border-color:transparent}
.un15 .slick-dots{bottom:0px}
.un15 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un15 .slick-dots li button{height:20px;width:20px}
.un15 .slick-dots li button:before{width:20px;height:20px}
.un15 .slick-dots button{color:#666}
[dir="rtl"] .un15 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un15 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un15 .slick-prev,.un15 .slick-next{{{arrowcolordark}}}
    .un15 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un15 .slick-dots button{{{dotscolordark}}}
}
.ps14{position:relative;margin-left:-615px;margin-top:-91px}.s20{min-width:612px;width:612px;overflow:hidden;height:103px}.z15{z-index:177}.p6{text-indent:0;padding-bottom:6px;padding-right:0;text-align:center}.f7{font-family:Arial, Helvetica, sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:3.501;letter-spacing:normal;color:#0064a0;background-color:initial}.s21{display:inline-block;height:28px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(1) translateY(8px)}.f8{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:3.680;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps15{position:relative;margin-left:10px;margin-top:93px}.s22{min-width:1900px;width:1900px;min-height:421px}.z16{z-index:166}.s23{min-width:1900px;width:1900px;height:421px}.c10{border:0;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,0.2)}.z17{z-index:167}.ps16{position:relative;margin-left:5px;margin-top:5px}.s24{min-width:1890px;width:1890px;min-height:336px}.ps17{position:relative;margin-left:0;margin-top:0}.s25{min-width:616px;width:616px;min-height:336px}.z18{z-index:171}.s26{display:block;height:336px;width:100%;overflow:hidden}.un17 .slider{height:336px}.un17 .slick-list{height:336px}.un17 .slick-prev,.un17 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un17 .slick-prev{left:-25px}
.un17 .slick-next{right:-25px}
.un17 .slider-for{margin-bottom:0px}
.un17 .slider-nav{margin-bottom:0px}
.un17 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un17 .slider-nav .slick-center picture{border-color:transparent}
.un17 .slick-dots{bottom:0px}
.un17 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un17 .slick-dots li button{height:20px;width:20px}
.un17 .slick-dots li button:before{width:20px;height:20px}
.un17 .slick-dots button{color:#666}
[dir="rtl"] .un17 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un17 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un17 .slick-prev,.un17 .slick-next{{{arrowcolordark}}}
    .un17 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un17 .slick-dots button{{{dotscolordark}}}
}
.ps18{position:relative;margin-left:20px;margin-top:0}.s27{min-width:1254px;width:1254px;min-height:336px;line-height:0}.s28{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z19{z-index:172}.f9{font-family:"Exo 2 4";font-size:27px;font-size:calc(27px * var(--f));line-height:1.853;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps19{position:relative;margin-left:0;margin-top:0}.s29{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z20{z-index:170}.f10{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:1.210;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps20{position:relative;margin-left:0;margin-top:0}.s30{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z21{z-index:169}.p7{text-indent:0;padding-bottom:16px;padding-right:0;text-align:justify}.f11{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.v10{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps21{position:relative;margin-left:5px;margin-top:5px}.s31{min-width:616px;height:70px;box-sizing:border-box;width:616px;padding-right:0}.c11{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#0064a0;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out}.z22{z-index:168}.a2{display:inline-block;width:100%;z-index:1}.f12{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:2px;padding-bottom:2px}.ps22{position:relative;margin-left:10px;margin-top:93px}.z23{z-index:159}.z24{z-index:160}.ps23{position:relative;margin-left:4px;margin-top:5px}.s32{min-width:1891px;width:1891px;min-height:336px}.ps24{position:relative;margin-left:0;margin-top:0}.s33{min-width:617px;width:617px;min-height:336px}.z25{z-index:163}.un19 .slider{height:336px}.un19 .slick-list{height:336px}.un19 .slick-prev,.un19 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un19 .slick-prev{left:-25px}
.un19 .slick-next{right:-25px}
.un19 .slider-for{margin-bottom:0px}
.un19 .slider-nav{margin-bottom:0px}
.un19 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un19 .slider-nav .slick-center picture{border-color:transparent}
.un19 .slick-dots{bottom:0px}
.un19 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un19 .slick-dots li button{height:20px;width:20px}
.un19 .slick-dots li button:before{width:20px;height:20px}
.un19 .slick-dots button{color:#666}
[dir="rtl"] .un19 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un19 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un19 .slick-prev,.un19 .slick-next{{{arrowcolordark}}}
    .un19 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un19 .slick-dots button{{{dotscolordark}}}
}
.ps25{position:relative;margin-left:20px;margin-top:0}.s34{min-width:1254px;width:1254px;min-height:336px;line-height:0}.s35{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z26{z-index:165}.ps26{position:relative;margin-left:0;margin-top:0}.z27{z-index:164}.ps27{position:relative;margin-left:0;margin-top:0}.s36{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z28{z-index:162}.ps28{position:relative;margin-left:4px;margin-top:5px}.s37{min-width:617px;height:70px;box-sizing:border-box;width:617px;padding-right:0}.z29{z-index:161}.f13{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:19px;padding-bottom:18px}.ps29{position:relative;margin-left:10px;margin-top:93px}.s38{min-width:1900px;width:1900px;min-height:421px}.z30{z-index:152}.s39{min-width:1900px;width:1900px;height:421px}.z31{z-index:153}.ps30{position:relative;margin-left:5px;margin-top:5px}.s40{min-width:1890px;width:1890px;min-height:336px}.s41{min-width:616px;width:616px;min-height:336px}.z32{z-index:156}.un21 .slider{height:336px}.un21 .slick-list{height:336px}.un21 .slick-prev,.un21 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un21 .slick-prev{left:-25px}
.un21 .slick-next{right:-25px}
.un21 .slider-for{margin-bottom:0px}
.un21 .slider-nav{margin-bottom:0px}
.un21 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un21 .slider-nav .slick-center picture{border-color:transparent}
.un21 .slick-dots{bottom:0px}
.un21 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un21 .slick-dots li button{height:20px;width:20px}
.un21 .slick-dots li button:before{width:20px;height:20px}
.un21 .slick-dots button{color:#666}
[dir="rtl"] .un21 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un21 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un21 .slick-prev,.un21 .slick-next{{{arrowcolordark}}}
    .un21 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un21 .slick-dots button{{{dotscolordark}}}
}
.ps31{position:relative;margin-left:20px;margin-top:0}.s42{min-width:1254px;width:1254px;min-height:336px;line-height:0}.s43{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z33{z-index:158}.ps32{position:relative;margin-left:0;margin-top:0}.z34{z-index:157}.s44{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z35{z-index:155}.f14{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps33{position:relative;margin-left:5px;margin-top:5px}.s45{min-width:616px;height:70px;box-sizing:border-box;width:616px;padding-right:0}.z36{z-index:154}.ps34{position:relative;margin-left:10px;margin-top:93px}.z37{z-index:145}.z38{z-index:146}.s46{min-width:1890px;width:1890px;min-height:336px}.z39{z-index:149}.un23 .slider{height:336px}.un23 .slick-list{height:336px}.un23 .slick-prev,.un23 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un23 .slick-prev{left:-25px}
.un23 .slick-next{right:-25px}
.un23 .slider-for{margin-bottom:0px}
.un23 .slider-nav{margin-bottom:0px}
.un23 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un23 .slider-nav .slick-center picture{border-color:transparent}
.un23 .slick-dots{bottom:0px}
.un23 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un23 .slick-dots li button{height:20px;width:20px}
.un23 .slick-dots li button:before{width:20px;height:20px}
.un23 .slick-dots button{color:#666}
[dir="rtl"] .un23 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un23 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un23 .slick-prev,.un23 .slick-next{{{arrowcolordark}}}
    .un23 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un23 .slick-dots button{{{dotscolordark}}}
}
.s47{min-width:1254px;width:1254px;min-height:336px;line-height:0}.z40{z-index:151}.s48{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z41{z-index:150}.s49{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z42{z-index:148}.z43{z-index:147}.ps35{position:relative;margin-left:10px;margin-top:93px}.z44{z-index:138}.z45{z-index:139}.s50{min-width:1890px;width:1890px;min-height:336px}.z46{z-index:142}.un25 .slider{height:336px}.un25 .slick-list{height:336px}.un25 .slick-prev,.un25 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un25 .slick-prev{left:-25px}
.un25 .slick-next{right:-25px}
.un25 .slider-for{margin-bottom:0px}
.un25 .slider-nav{margin-bottom:0px}
.un25 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un25 .slider-nav .slick-center picture{border-color:transparent}
.un25 .slick-dots{bottom:0px}
.un25 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un25 .slick-dots li button{height:20px;width:20px}
.un25 .slick-dots li button:before{width:20px;height:20px}
.un25 .slick-dots button{color:#666}
[dir="rtl"] .un25 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un25 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un25 .slick-prev,.un25 .slick-next{{{arrowcolordark}}}
    .un25 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un25 .slick-dots button{{{dotscolordark}}}
}
.s51{min-width:1254px;width:1254px;min-height:336px;line-height:0}.z47{z-index:144}.f15{font-family:"Exo 2 4";font-size:27px;font-size:calc(27px * var(--f));line-height:1.853;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps36{position:relative;margin-left:0;margin-top:0}.s52{min-width:1254px;width:1254px;overflow:hidden;height:61px}.z48{z-index:143}.ps37{position:relative;margin-left:0;margin-top:0}.s53{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z49{z-index:141}.ps38{position:relative;margin-left:5px;margin-top:5px}.z50{z-index:140}.s54{min-width:1900px;width:1900px;min-height:421px}.z51{z-index:131}.s55{min-width:1900px;width:1900px;height:421px}.z52{z-index:132}.s56{min-width:1890px;width:1890px;min-height:336px}.s57{min-width:616px;width:616px;min-height:336px}.z53{z-index:135}.s58{display:block;height:336px;width:100%;overflow:hidden}.un27 .slider{height:336px}.un27 .slick-list{height:336px}.un27 .slick-prev,.un27 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#666}
.un27 .slick-prev{left:-25px}
.un27 .slick-next{right:-25px}
.un27 .slider-for{margin-bottom:0px}
.un27 .slider-nav{margin-bottom:0px}
.un27 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un27 .slider-nav .slick-center picture{border-color:transparent}
.un27 .slick-dots{bottom:0px}
.un27 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un27 .slick-dots li button{height:20px;width:20px}
.un27 .slick-dots li button:before{width:20px;height:20px}
.un27 .slick-dots button{color:#666}
[dir="rtl"] .un27 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un27 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un27 .slick-prev,.un27 .slick-next{{{arrowcolordark}}}
    .un27 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un27 .slick-dots button{{{dotscolordark}}}
}
.ps39{position:relative;margin-left:20px;margin-top:0}.s59{min-width:1254px;width:1254px;min-height:336px;line-height:0}.z54{z-index:137}.f16{font-family:"Exo 2 4";font-size:27px;font-size:calc(27px * var(--f));line-height:1.853;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.z55{z-index:136}.ps40{position:relative;margin-left:0;margin-top:0}.s60{min-width:1254px;width:1254px;overflow:hidden;height:214px}.z56{z-index:134}.ps41{position:relative;margin-left:5px;margin-top:5px}.s61{min-width:616px;height:70px;box-sizing:border-box;width:616px;padding-right:0}.z57{z-index:133}.ps42{position:relative;margin-left:10px;margin-top:100px}.s62{min-width:1900px;height:80px;box-sizing:border-box;width:1900px;padding-right:0}.c12{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#0064a0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out}.z58{z-index:130}.f17{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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}.ps43{position:relative;margin-left:0;margin-top:68px}.s63{min-width:1920px;width:1920px;min-height:1454px}.z59{z-index:121}.c13{border:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-image:-webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(59,149,203)), color-stop(1, rgb(0,100,160)));background-image:-o-linear-gradient(0deg, rgb(59,149,203) 0%, rgb(0,100,160) 100%);background-image:-webkit-linear-gradient(90deg, rgb(59,149,203) 0%, rgb(0,100,160) 100%);background-image:-ms-linear-gradient(90deg, rgb(59,149,203) 0%, rgb(0,100,160) 100%);background-image:linear-gradient(0deg, rgb(59,149,203) 0%, rgb(0,100,160) 100%);box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.z60{z-index:122}.ps44{position:relative;margin-left:0;margin-top:35px}.z61{z-index:127}.f18{font-family:"Exo 2 4";font-size:56px;font-size:calc(56px * var(--f));line-height:1.197;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps45{position:relative;margin-left:648px;margin-top:0}.s64{min-width:607px;width:607px;min-height:40px}.c14{border-top:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:1px dashed #fff;border-left:0 solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z62{z-index:126}.ps46{position:relative;margin-left:10px;margin-top:52px}.s65{min-width:1900px;width:1900px;min-height:406px;height:406px}.z63{z-index:124}.i2{position:absolute;left:0;width:1900px;top:0;height:406px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border:0}.ps47{position:relative;margin-left:10px;margin-top:26px}.s66{min-width:1900px;width:1900px;overflow:hidden;height:672px}.z64{z-index:125}.ps48{position:relative;margin-left:10px;margin-top:28px}.s67{min-width:1900px;height:80px;box-sizing:border-box;width:1900px;padding-right:0}.c15{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#3b95cb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out}.z65{z-index:123}.f19{font-family:"Exo 2 6";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:24px;padding-bottom:23px}.ps49{position:relative;margin-left:0;margin-top:87px}.s68{min-width:1920px;width:1920px;min-height:728px}.z66{z-index:111}.s69{min-width:1920px;width:1920px;height:728px}.z67{z-index:112}.ps50{position:relative;margin-left:0;margin-top:34px}.s70{min-width:1920px;width:1920px;overflow:hidden;height:70px}.z68{z-index:120}.f20{font-family:"Exo 2 4";font-size:56px;font-size:calc(56px * var(--f));line-height:1.197;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#3b95cb;background-color:initial;text-shadow:none}.ps51{position:relative;margin-left:648px;margin-top:0}.s71{min-width:604px;width:604px;min-height:40px}.z69{z-index:119}.ps52{position:relative;margin-left:0;margin-top:33px}.s72{min-width:1920px;width:1920px;overflow:hidden;height:61px}.z70{z-index:118}.p8{text-indent:0;padding-bottom:8px;padding-right:0;text-align:center}.f21{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:1.210;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#3b95cb;background-color:initial;text-shadow:none}.ps53{position:relative;margin-left:10px;margin-top:23px}.s73{min-width:1897px;width:1897px;min-height:290px}.ps54{position:relative;margin-left:0;margin-top:0}.s74{min-width:290px;width:290px;min-height:290px}.z71{z-index:114}.c16{border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:transparent;box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.z72{z-index:115}.ps55{position:relative;margin-left:26px;margin-top:28px}.s75{min-width:241px;width:241px;min-height:241px;height:241px}.z73{z-index:116}.i3{position:absolute;left:0;min-width:241px;max-width:241px;min-height:241px;max-height:241px;top:0}.ps56{position:relative;margin-left:20px;margin-top:0}.s76{min-width:1587px;width:1587px;overflow:hidden;height:290px}.z74{z-index:117}.p9{text-indent:0;padding-bottom:16px;padding-right:0;text-align:justify}.f22{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#666;background-color:initial;text-shadow:none}.ps57{position:relative;margin-left:10px;margin-top:50px}.s77{min-width:1900px;height:80px;box-sizing:border-box;width:1900px;padding-right:0}.z75{z-index:113}.ps58{position:relative;margin-left:0;margin-top:-130px}.s78{min-width:1920px;width:1920px;min-height:1px}.s79{width:100%;min-width:1920px;min-height:1134px;padding-bottom:0}.z76{z-index:97}.s80{width:100%;min-width:1920px;min-height:1134px}.c17{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:98}.z77{z-index:98}.fx3{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/0/img_3594-320.jpg)}.webp .fx3{background-image:url(../images/6/img_3594-320.webp);background-attachment:fixed}.ps59{position:relative;margin-top:50px}.s81{width:1920px;margin-left:auto;margin-right:auto;min-height:1034px}.s82{min-width:1920px;width:1920px;min-height:1034px}.z78{z-index:99}.s83{min-width:1920px;width:1920px;height:1034px}.z79{z-index:100}.ps60{position:relative;margin-left:0;margin-top:34px}.s84{min-width:1920px;width:1920px;overflow:hidden;height:70px}.z80{z-index:108}.ps61{position:relative;margin-left:340px;margin-top:0}.s85{min-width:1241px;width:1241px;min-height:40px}.z81{z-index:107}.ps62{position:relative;margin-left:0;margin-top:55px}.s86{min-width:1920px;width:1920px;overflow:hidden;height:56px}.z82{z-index:103}.ps63{position:relative;margin-left:21px;margin-top:74px}.s87{min-width:1878px;width:1878px;min-height:612px}.s88{min-width:1878px;width:1878px;min-height:612px;line-height:0}.ps64{position:relative;margin-left:1px;margin-top:0}.s89{min-width:1877px;width:1877px;overflow:hidden;height:533px}.c18{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:initial;background-color:initial}.z83{z-index:102}.shm1{display:block;float:left;clear:left;width:1877px;height:371px;shape-outside:polygon(0px 371px, 387px 371px, 387px 0px, 0px 0px);-webkit-shape-outside:polygon(0px 371px, 387px 371px, 387px 0px, 0px 0px)}.shm2{display:block;float:right;clear:right;height:371px;width:0;shape-outside:polygon(0px 0px, 0px 371px, 0px 371px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 371px, 0px 371px, 0px 0px)}.shm3{display:block;float:left;clear:left;width:0;height:162px;shape-outside:polygon(0px 0px, 0px 162px, 0px 162px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 162px, 0px 162px, 0px 0px)}.shm4{display:block;float:right;clear:right;height:162px;width:0;shape-outside:polygon(0px 0px, 0px 162px, 0px 162px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 162px, 0px 162px, 0px 0px)}.f23{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#3b95cb;background-color:initial;text-shadow:none}.ps65{position:relative;margin-left:19px;margin-top:-533px}.s90{min-width:358px;width:358px;min-height:360px}.z84{z-index:104}.c19{border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;box-shadow:1px 1px 4px rgba(0,0,0,0.5)}.z85{z-index:105}.ps66{position:relative;margin-left:21px;margin-top:20px}.s91{min-width:318px;width:318px;min-height:320px;height:320px}.z86{z-index:106}.i4{position:absolute;left:0;min-width:318px;max-width:318px;min-height:318px;max-height:318px;top:1px}.ps67{position:relative;margin-left:0;margin-top:-1px}.s92{min-width:1878px;height:80px;box-sizing:border-box;width:1878px;padding-right:0}.z87{z-index:101}.ps68{position:relative;margin-left:0;margin-top:-79px}.s93{width:100%;min-width:1920px;min-height:930px;padding-bottom:0}.z88{z-index:88}.s94{width:100%;min-width:1920px;min-height:930px}.c20{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:89}.z89{z-index:89}.fx4{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/img_3594-320.jpg)}.webp .fx4{background-image:url(../images/p/img_3594-320-1.webp);background-attachment:fixed}.ps69{position:relative;margin-top:49px}.s95{width:1920px;margin-left:auto;margin-right:auto;min-height:822px}.s96{min-width:1920px;width:1920px;min-height:822px}.z90{z-index:90}.s97{min-width:1920px;width:1920px;height:822px}.z91{z-index:91}.ps70{position:relative;margin-left:0;margin-top:47px}.z92{z-index:96}.ps71{position:relative;margin-left:21px;margin-top:42px}.s98{min-width:1881px;width:1881px;min-height:663px}.s99{min-width:909px;width:909px;overflow:hidden;height:663px}.z93{z-index:95}.ps72{position:relative;margin-left:61px;margin-top:0}.s100{min-width:911px;width:911px;height:663px}.z94{z-index:92}.wrapper1{font-size:15px;line-height:1.4;height:663px}.wrapper1 div, .wrapper1 p, .wrapper1 a{font-size:15px;line-height:1.4}.wrapper1 input{font-size:15px;line-height:1.4;margin:3px 2px 3px 2px}.ps73{position:relative;margin-left:0;margin-top:-154px}.c21{position:relative;pointer-events:none;min-width:1920px;width:100%;overflow:hidden;margin-top:0;z-index:42;min-height:3762px}.s101{width:100%;min-width:1920px;min-height:3762px;padding-bottom:0}.c22{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.s102{width:100%;min-width:1920px;min-height:3762px}.c23{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:43}.z95{z-index:43}.fx5{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/0/img_3594-320.jpg)}.webp .fx5{background-image:url(../images/6/img_3594-320.webp);background-attachment:fixed}.ps74{position:relative;margin-top:50px}.s103{width:1920px;margin-left:auto;margin-right:auto;min-height:3663px}.ps75{position:relative;margin-left:-2px;margin-top:0}.s104{min-width:1924px;width:1924px;min-height:3663px}.z96{z-index:44}.ps76{position:relative;margin-left:2px;margin-top:0}.s105{min-width:1920px;width:1920px;min-height:952px}.z97{z-index:45}.z98{z-index:83}.ps77{position:relative;margin-left:0;margin-top:40px}.s106{min-width:1920px;width:1920px;overflow:hidden;height:70px}.z99{z-index:87}.ps78{position:relative;margin-left:10px;margin-top:15px}.s107{min-width:1900px;width:1900px;overflow:hidden;height:122px}.z100{z-index:86}.ps79{position:relative;margin-left:10px;margin-top:31px}.s108{min-width:1900px;width:1900px;overflow:hidden;height:501px}.z101{z-index:85}.ps80{margin-left:48px}.p10{text-indent:-23px;padding-bottom:12px;padding-right:0;text-align:left}.f24{font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;font-size:28px;font-size:calc(28px * var(--f));line-height:1.715;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#666;background-color:initial;text-shadow:none}.f25{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#666;background-color:initial;text-shadow:none}.ps81{position:relative;margin-left:10px;margin-top:21px}.s109{min-width:1900px;height:80px;box-sizing:border-box;width:1900px;padding-right:0}.z102{z-index:84}.ps82{position:relative;margin-left:0;margin-top:99px}.s110{min-width:1924px;width:1924px;min-height:2612px}.z103{z-index:82}.s111{min-width:1924px;width:1924px;min-height:603px}.s112{min-width:604px;width:604px;min-height:603px}.z104{z-index:73}.s113{min-width:604px;width:604px;min-height:603px;line-height:0}.s114{min-width:604px;width:604px;height:603px;box-sizing:border-box}.c24{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/j/1-icon-diagnostik-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z105{z-index:80}.ps83{position:relative;margin-left:2px;margin-top:-55px}.s115{min-width:600px;width:600px;overflow:hidden;height:54px}.z106{z-index:81}.f26{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:0.954;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#c54b00;background-color:initial;text-shadow:none}.ps84{position:relative;margin-left:57px;margin-top:0}.s116{min-width:604px;width:604px;min-height:602px}.z107{z-index:64}.s117{min-width:604px;width:604px;min-height:602px;line-height:0}.s118{min-width:604px;width:604px;height:601px;box-sizing:border-box}.c25{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/a/2-icon-vorsorge-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z108{z-index:77}.ps85{position:relative;margin-left:2px;margin-top:-53px}.z109{z-index:78}.f27{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:0.954;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0064a0;background-color:initial;text-shadow:none}.ps86{position:relative;margin-left:55px;margin-top:0}.s119{min-width:604px;width:604px;min-height:603px}.z110{z-index:46}.s120{min-width:604px;width:604px;min-height:603px;line-height:0}.s121{min-width:604px;width:604px;height:603px;box-sizing:border-box}.c26{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/2/3-icon-herz-kreislauf-system-hausarztpraxis-dr-med-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z111{z-index:74}.ps87{position:relative;margin-left:2px;margin-top:-55px}.z112{z-index:75}.f28{font-family:"Exo 2 4";font-size:43px;font-size:calc(43px * var(--f));line-height:0.954;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#2b852b;background-color:initial;text-shadow:none}.ps88{position:relative;margin-left:0;margin-top:60px}.s122{min-width:1924px;width:1924px;min-height:602px}.z113{z-index:70}.s123{min-width:604px;width:604px;height:600px;box-sizing:border-box}.c27{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/8/4-icon-impfung-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.z114{z-index:71}.ps89{position:relative;margin-left:2px;margin-top:-59px}.s124{min-width:600px;width:600px;overflow:hidden;height:61px}.z115{z-index:72}.ps90{position:relative;margin-left:57px;margin-top:0}.z116{z-index:67}.s125{min-width:604px;width:604px;height:600px;box-sizing:border-box}.c28{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/0/5-icon-wundversorgung-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.z117{z-index:68}.ps91{position:relative;margin-left:2px;margin-top:-59px}.z118{z-index:69}.ps92{position:relative;margin-left:55px;margin-top:0}.z119{z-index:76}.c29{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/c/6-icon-reisemedizin-hausarztpraxis-dr-med-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z120{z-index:65}.z121{z-index:66}.ps93{position:relative;margin-left:0;margin-top:73px}.s126{min-width:1924px;width:1924px;min-height:602px}.s127{min-width:604px;width:604px;min-height:602px}.z122{z-index:58}.s128{min-width:604px;width:604px;min-height:602px;line-height:0}.s129{min-width:604px;width:604px;height:600px;box-sizing:border-box}.c30{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/r/7-icon-phlebologie-venenheilkunde-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z123{z-index:62}.ps94{position:relative;margin-left:2px;margin-top:-59px}.z124{z-index:63}.ps95{position:relative;margin-left:57px;margin-top:0}.z125{z-index:55}.c31{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/2/8-icon-akupunktur-hausarztpraxis-dr-med-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z126{z-index:59}.z127{z-index:60}.ps96{position:relative;margin-left:55px;margin-top:0}.z128{z-index:79}.c32{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/6/9-icon-sportmedizin-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z129{z-index:56}.z130{z-index:57}.ps97{position:relative;margin-left:0;margin-top:70px}.z131{z-index:52}.c33{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/4/10-icon-psychosomatik-hausarztpraxis-dr-med-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z132{z-index:53}.z133{z-index:54}.ps98{position:relative;margin-left:57px;margin-top:0}.z134{z-index:49}.c34{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/c/11-icon-patientenverfugung-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z135{z-index:50}.z136{z-index:51}.ps99{position:relative;margin-left:55px;margin-top:0}.z137{z-index:61}.c35{-webkit-user-select:none;-moz-user-select:none;user-select:none;border:2px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#fff;background-image:url(../images/l/12-icon-idividuelle-gesundheitsleistungen-hausarztpraxis-dr-med-schoppmann-geldern-1.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;box-shadow:1px 1px 4px rgba(0,0,0,0.4);transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.z138{z-index:47}.ps100{position:relative;margin-left:2px;margin-top:-59px}.s130{min-width:600px;width:600px;overflow:hidden;height:61px}.z139{z-index:48}.ps101{position:relative;margin-top:0}.s131{width:100%;min-width:1920px;min-height:943px;padding-bottom:0}.z140{z-index:28}.s132{width:100%;min-width:1920px;min-height:943px}.c36{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:29}.z141{z-index:29}.fx6{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/img_3594-320.jpg)}.webp .fx6{background-image:url(../images/p/img_3594-320-1.webp);background-attachment:fixed}.ps102{position:relative;margin-top:57px}.s133{width:1920px;margin-left:auto;margin-right:auto;min-height:829px}.s134{min-width:1920px;width:1920px;min-height:829px}.z142{z-index:30}.c37{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.z143{z-index:31}.c38{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.c39{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#fff}.s135{width:100%;height:100%}.ps103{position:relative;margin-left:0;margin-top:41px}.s136{min-width:1920px;width:1920px;overflow:hidden;height:70px}.z144{z-index:41}.ps104{position:relative;margin-left:710px;margin-top:14px}.s137{min-width:680px;width:680px;min-height:362px}.ps105{position:relative;margin-left:0;margin-top:88px}.s138{min-width:240px;width:240px;height:152px}.z145{z-index:33}.wrapper2{font-size:15px;line-height:1.4;height:152px}.wrapper2 div, .wrapper2 p, .wrapper2 a{font-size:15px;line-height:1.4}.wrapper2 input{font-size:15px;line-height:1.4;margin:3px 2px 3px 2px}.ps106{position:relative;margin-left:20px;margin-top:0}.s139{min-width:420px;width:420px;min-height:362px}.z146{z-index:36}.s140{min-width:420px;width:420px;min-height:362px;line-height:0}.s141{min-width:420px;width:420px;min-height:361px}.c40{border:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:#f4f4f4}.z147{z-index:37}.ps107{position:relative;margin-left:0;margin-top:-345px}.s142{min-width:420px;width:420px;height:346px}.z148{z-index:38}.wrapper3{font-size:15px;line-height:1.4;height:346px}.wrapper3 div, .wrapper3 p, .wrapper3 a{font-size:15px;line-height:1.4}.wrapper3 input{font-size:15px;line-height:1.4;margin:3px 2px 3px 2px}.ps108{position:relative;margin-left:0;margin-top:0}.s143{min-width:1920px;width:1920px;min-height:342px;height:342px}.z149{z-index:32}.i5{position:absolute;left:89px;width:1742px;top:0;height:342px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s144{width:100%;min-width:1920px;height:991px;padding-bottom:0}.z150{z-index:1}.s145{width:100%;min-width:1920px;min-height:991px}.z151{z-index:2}.s146{width:100%;min-width:1920px;height:991px}.c41{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#0064a0}.z152{z-index:3}.s147{width:1920px;margin-left:auto;margin-right:auto;min-height:859px}.s148{min-width:1920px;width:1920px;min-height:859px}.c42{-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px}.z153{z-index:12}.c43{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 1px 10px rgba(0,0,0,0.4)}.c44{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;background-color:rgba(0,0,0,0.4)}.ps109{position:relative;margin-top:-841px}.s149{width:1920px;margin-left:auto;margin-right:auto;min-height:973px}.ps110{position:relative;margin-left:0;margin-top:0}.s150{min-width:1920px;width:1920px;min-height:346px}.s151{min-width:1920px;width:1920px;min-height:346px;line-height:0}.z154{z-index:16}.s152{min-width:1920px;width:1920px;overflow:hidden;height:90px}.f29{font-family:"Exo 2 5";font-size:48px;font-size:calc(48px * var(--f));line-height:1.188;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps111{position:relative;margin-left:22px;margin-top:11px}.s153{min-width:1878px;width:1878px;overflow:hidden;height:245px}.v11{display:none;outline:0}.ps112{position:relative;margin-left:21px;margin-top:0}.s154{min-width:1880px;width:1880px;min-height:456px}.s155{min-width:600px;width:600px;min-height:456px}.z155{z-index:19}.s156{min-width:600px;width:600px;overflow:hidden;height:61px}.ps113{position:relative;margin-left:0;margin-top:14px}.s157{min-width:600px;width:600px;overflow:hidden;height:381px}.f30{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#fff;background-color:initial;text-shadow:none}.f31{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.20px;color:#fff;background-color:initial;text-shadow:none}.f32{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.50px;color:#fff;background-color:initial;text-shadow:none}.f33{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.30px;color:#fff;background-color:initial;text-shadow:none}.f34{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.40px;color:#fff;background-color:initial;text-shadow:none}.ps114{position:relative;margin-left:40px;margin-top:0}.s158{min-width:603px;width:603px;min-height:456px}.z156{z-index:22}.z157{z-index:23}.ps115{position:relative;margin-left:3px;margin-top:14px}.s159{min-width:600px;width:600px;overflow:hidden;height:381px}.z158{z-index:24}.f35{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps116{position:relative;margin-left:37px;margin-top:0}.s160{min-width:600px;width:600px;min-height:456px}.z159{z-index:25}.z160{z-index:26}.ps117{position:relative;margin-left:0;margin-top:14px}.s161{min-width:600px;width:600px;overflow:hidden;height:381px}.z161{z-index:27}.ps118{position:relative;margin-left:0;margin-top:86px}.s162{min-width:1894px;width:1894px;min-height:85px}.ps119{position:relative;margin-left:0;margin-top:0}.s163{min-width:642px;width:642px;overflow:hidden;height:85px}.z162{z-index:7}.f36{font-family:"Exo 2 4";font-size:25px;font-size:calc(25px * var(--f));line-height:1.201;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps120{position:relative;margin-left:114px;margin-top:0}.s164{min-width:330px;width:330px;overflow:hidden;height:85px}.z163{z-index:8}.f37{font-family:"Exo 2 4";font-size:25px;font-size:calc(25px * var(--f));line-height:1.201;font-weight:500;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps121{position:relative;margin-left:114px;margin-top:0}.s165{min-width:173px;width:173px;overflow:hidden;height:85px}.z164{z-index:6}.ps122{position:relative;margin-left:22px;margin-top:1px}.s166{min-width:273px;width:273px;overflow:hidden;height:84px}.z165{z-index:5}.f38{font-family:"Exo 2 4";font-size:26px;font-size:calc(26px * var(--f));line-height:1.193;font-weight:500;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps123{position:relative;margin-left:12px;margin-top:1px}.s167{min-width:214px;width:214px;overflow:hidden;height:84px}.z166{z-index:4}.ps124{position:relative;margin-top:-973px}.s168{width:100%;min-width:1920px;min-height:592px}.z167{z-index:9}.c45{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/n/website-symbol-dr-med-dietmar-schoppmann-1.svg);background-size:contain;background-position:0 50%;background-repeat:no-repeat}.z168{z-index:10}.ps125{position:relative;margin-top:-592px}.c46{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/n/website-symbol-dr-med-dietmar-schoppmann-1.svg);background-size:contain;background-position:100% 50%;background-repeat:no-repeat}.z169{z-index:11}.c47{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}.v12{display:block;vertical-align:top;pointer-events:auto}.ps126{position:relative;margin-top:0;margin-left:auto;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.s169{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))}.c48{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}.ps127{position:relative;margin-top:30px}.v13{display:block;pointer-events:none}.s170{width:1920px;margin-left:auto;margin-right:auto;min-height:671px}.ps128{position:relative;margin-left:577px;margin-top:0}.s171{min-width:1343px;width:1343px;min-height:120px}.s172{min-width:160px;width:160px;min-height:120px;height:120px}.z170{z-index:258}.i6{position:absolute;left:0;width:160px;top:0;height:120px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps129{position:relative;margin-left:1033px;margin-top:0}.s173{min-width:150px;width:150px;height:120px}.z171{z-index:257}.v14{display:inline-block;outline:0}.ps130{position:relative}.s174{box-sizing:border-box;width:100%;height:100%;padding-right:0}.c49{-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/a/close-open-menue-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.5s, border-color 0.5s, background-color 0.5s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.a3{transform:translateZ(1px);display:inline-block;width:100%;z-index:1}.f39{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:27px;padding-bottom:27px}.ps131{position:relative;margin-left:576px;margin-top:-1px}.s175{min-width:768px;width:768px;min-height:52px}.z172{z-index:254}.s176{min-width:644px;width:644px;height:52px}.z173{z-index:259}.input1{border:1px solid #cddee8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;width:644px;height:52px;font-family:"Exo 2 4";font-size:40px;line-height:1.201;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#666;text-shadow:none;text-indent:10px;padding-bottom:0;text-align:left;padding:2px}.input1::placeholder{color:rgb(59,149,203);opacity:1}.ps132{position:relative;margin-left:642px;margin-top:-52px}.s177{min-width:126px;width:126px;height:52px}.z174{z-index:260}.c50{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;border:1px solid #cddee8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#cddee8;background-image:url(../images/j/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.f40{font-family:"Exo 2 4";font-size:24px;font-size:calc(24px * var(--f));line-height:1.209;font-weight:500;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:11px;padding-bottom:10px}.ps133{position:relative;margin-left:0;margin-top:-1px}.s178{min-width:1920px;width:1920px;height:50px}.z175{z-index:248}.c51{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#3b95cb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:transparent;transition:color 0.5s, border-color 0.5s, background-color 0.5s;transition-timing-function:ease-in-out}.f41{font-family:"Exo 2 4";font-size:40px;font-size:calc(40px * var(--f));line-height:1.201;font-weight:500;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:1px;padding-bottom:1px}.z176{z-index:261}.z177{z-index:255}.z178{z-index:256}.z179{z-index:262}.z180{z-index:251}.ps134{position:relative;margin-left:0;margin-top:1px}.z181{z-index:252}.z182{z-index:253}.z183{z-index:249}.z184{z-index:250}.c52{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:263;pointer-events:none;opacity:0;transition:opacity 2s}.ps135{position:relative;margin-left:auto;margin-top:calc(100vh - 280px);margin-top:calc(var(--vh, 1vh) * 100 - 280px);margin-right:40px;-webkit-transform:translate3d(0,0,0)}.s179{min-width:160px;width:160px;height:160px}.c53{border:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:transparent;box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.c54{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:160px;width:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.v15{display:inline-block;vertical-align:top;outline:0}.s180{min-width:160px;height:160px;box-sizing:border-box;width:160px;padding-right:0}.c55{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#0064a0;background-image:url(../images/n/scroll-up-icon-weiss-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.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}.z185{z-index:264}.f42{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:64px;padding-bottom:63px}.c56{display:inline-block;position:relative;margin-left:0;margin-top:0}.c9:hover{background-color:#ffdd51;background-clip:padding-box;color:#0064a0}.c9:active{transition:initial}.c11:hover{background-color:#ffdd51;background-clip:padding-box}.c11:active{transition:initial}.c12:hover{background-color:#ffdd51;background-clip:padding-box}.c12:active{transition:initial}.c15:hover{background-color:#ffdd51;background-clip:padding-box;color:#0064a0}.c15:active{transition:initial}.c24:hover{color:transparent;background-clip:padding-box;border:2px solid #c54b00}.c24:active{transition:initial}.c25:hover{color:transparent;background-clip:padding-box;border:2px solid #0064a0}.c25:active{transition:initial}.c26:hover{color:transparent;background-clip:padding-box;border:2px solid #2b852b}.c26:active{transition:initial}.c27:hover{color:transparent;background-clip:padding-box;border:2px solid #c54b00}.c27:active{transition:initial}.c28:hover{color:transparent;background-clip:padding-box;border:2px solid #0064a0}.c28:active{transition:initial}.c29:hover{color:transparent;background-clip:padding-box;border:2px solid #2b852b}.c29:active{transition:initial}.c30:hover{color:transparent;background-clip:padding-box;border:2px solid #c54b00}.c30:active{transition:initial}.c31:hover{color:transparent;background-clip:padding-box;border:2px solid #0064a0}.c31:active{transition:initial}.c32:hover{color:transparent;background-clip:padding-box;border:2px solid #2b852b}.c32:active{transition:initial}.c33:hover{color:transparent;background-clip:padding-box;border:2px solid #c54b00}.c33:active{transition:initial}.c34:hover{color:transparent;background-clip:padding-box;border:2px solid #0064a0}.c34:active{transition:initial}.c35:hover{color:transparent;background-clip:padding-box;border:2px solid #2b852b}.c35:active{transition:initial}.c49:hover{background-color:#3b95cb;color:#fff;background-clip:padding-box;border:0}.c49:active{transition:initial}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:hover{background-color:transparent;border-color:transparent}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}.c50:active{transition:initial}.c51:hover{background-clip:padding-box;color:#0064a0}.c51:active{transition:initial}.c55:hover{background-color:#fff;color:#666;background-clip:padding-box;border:0}.c55:active{transition:initial}@media (min-width:1200px) and (max-width:1919px){.s2{min-width:1200px;min-height:4150px}.s3{min-width:1200px;min-height:4150px}.ps4{margin-top:40px}.s4{width:1200px;min-height:4060px}.s5{min-width:1200px;width:1200px;min-height:2473px}.ps6{margin-top:21px}.s6{min-width:1200px;width:1200px;height:44px}.f2{font-size:35px;font-size:calc(35px * var(--f));line-height:1.201}.ps7{margin-left:226px}.s7{min-width:751px;width:751px;min-height:25px}.ps8{margin-top:33px}.s8{min-width:1180px;width:1180px;min-height:278px}.s9{min-width:1180px;width:1180px;min-height:278px}.s10{min-width:1180px;width:1180px;min-height:275px}.ps9{margin-left:401px}.s11{min-width:774px;width:774px;height:38px}.f3{font-size:17px;font-size:calc(17px * var(--f));line-height:1.825}.ps10{margin-left:401px;margin-top:1px}.s12{min-width:772px;width:772px;height:38px}.p4{padding-bottom:8px}.f4{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.ps11{margin-left:401px;margin-top:-1px}.s13{min-width:774px;width:774px;height:134px}.p5{padding-bottom:10px}.f5{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f6{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723;text-decoration:underline}.s14{min-width:376px;width:376px;min-height:50px}.s15{min-width:376px;width:376px;min-height:50px}.s16{min-width:376px;width:376px;height:50px}.ps13{margin-top:-270px}.s17{min-width:376px;width:376px;min-height:210px}.s18{height:210px}.un15 .slider{height:210px}.un15 .slick-list{height:210px}.ps14{margin-left:-376px;margin-top:-63px}.s20{min-width:378px;width:378px;height:66px}.p6{padding-bottom:4px}.f7{font-size:18px;font-size:calc(18px * var(--f));line-height:3.557}.s21{height:18px;transform:scale(1) translateY(6px)}.f8{font-size:18px;font-size:calc(18px * var(--f));line-height:3.668}.ps15{margin-left:5px;margin-top:40px}.s22{min-width:1185px;width:1185px;min-height:275px}.s23{min-width:1185px;width:1185px;height:275px}.s24{min-width:1175px;width:1175px;min-height:209px}.s25{min-width:378px;width:378px;min-height:209px}.s26{height:209px}.un17 .slider{height:209px}.un17 .slick-list{height:209px}.s27{min-width:777px;width:777px;min-height:207px}.s28{min-width:776px;width:776px;height:38px}.f9{font-size:17px;font-size:calc(17px * var(--f));line-height:1.825}.ps19{margin-top:-1px}.s29{min-width:777px;width:777px;height:38px}.f10{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.s30{min-width:777px;width:777px;height:132px}.p7{padding-bottom:10px}.f11{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.s31{min-width:378px;height:50px;width:378px}.f12{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:3px;padding-bottom:3px}.ps22{margin-top:39px}.ps23{margin-left:5px}.s32{min-width:1170px;width:1170px;min-height:210px}.s33{min-width:376px;width:376px;min-height:210px}.un19 .slider{height:210px}.un19 .slick-list{height:210px}.s34{min-width:774px;width:774px;min-height:208px}.s35{min-width:774px;width:774px;height:38px}.ps27{margin-top:-1px}.s36{min-width:774px;width:774px;height:133px}.ps28{margin-left:5px}.s37{min-width:376px;height:50px;width:376px}.f13{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:14px;padding-bottom:14px}.ps29{margin-top:40px}.s38{min-width:1179px;width:1179px;min-height:275px}.s39{min-width:1179px;width:1179px;height:275px}.s40{min-width:1169px;width:1169px;min-height:210px}.s41{min-width:377px;width:377px;min-height:210px}.un21 .slider{height:210px}.un21 .slick-list{height:210px}.ps31{margin-left:19px}.s42{min-width:773px;width:773px;min-height:209px}.s43{min-width:773px;width:773px;height:38px}.ps32{margin-top:1px}.s44{min-width:773px;width:773px;height:133px}.f14{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.s45{min-width:377px;height:50px;width:377px}.ps34{margin-top:39px}.s46{min-width:1170px;width:1170px;min-height:210px}.un23 .slider{height:210px}.un23 .slick-list{height:210px}.s47{min-width:774px;width:774px;min-height:209px}.s48{min-width:774px;width:774px;height:38px}.s49{min-width:774px;width:774px;height:133px}.ps35{margin-top:40px}.s50{min-width:1170px;width:1170px;min-height:210px}.un25 .slider{height:210px}.un25 .slick-list{height:210px}.s51{min-width:774px;width:774px;min-height:209px}.f15{font-size:17px;font-size:calc(17px * var(--f));line-height:1.825}.s52{min-width:772px;width:772px;height:38px}.s53{min-width:773px;width:773px;height:133px}.s54{min-width:1180px;width:1180px;min-height:275px}.s55{min-width:1180px;width:1180px;height:275px}.s56{min-width:1170px;width:1170px;min-height:210px}.s57{min-width:376px;width:376px;min-height:210px}.s58{height:210px}.un27 .slider{height:210px}.un27 .slick-list{height:210px}.s59{min-width:774px;width:774px;min-height:210px}.f16{font-size:17px;font-size:calc(17px * var(--f));line-height:1.825}.ps40{margin-left:1px;margin-top:-1px}.s60{min-width:773px;width:773px;height:134px}.s61{min-width:376px;height:50px;width:376px}.ps42{margin-top:62px}.s62{min-width:1180px;height:50px;width:1180px}.f17{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:14px;padding-bottom:14px}.ps43{margin-top:36px}.s63{min-width:1200px;width:1200px;min-height:928px}.ps44{margin-top:21px}.f18{font-size:35px;font-size:calc(35px * var(--f));line-height:1.201}.ps45{margin-left:223px}.s64{min-width:756px;width:756px;min-height:25px}.ps46{margin-top:34px}.s65{min-width:580px;width:580px;min-height:580px;height:580px}.i2{width:580px;height:580px}.ps47{margin-left:20px;margin-top:34px}.s66{min-width:580px;width:580px;height:741px}.ps48{margin-top:-50px}.s67{min-width:580px;height:50px;width:580px}.f19{font-size:18px;font-size:calc(18px * var(--f));line-height:1.168;padding-top:15px;padding-bottom:14px}.ps49{margin-top:49px}.s68{min-width:1200px;width:1200px;min-height:574px}.s69{min-width:1200px;width:1200px;height:574px}.ps50{margin-top:21px}.s70{min-width:1200px;width:1200px;height:44px}.f20{font-size:35px;font-size:calc(35px * var(--f));line-height:1.201}.ps51{margin-left:226px}.s71{min-width:751px;width:751px;min-height:25px}.ps52{margin-left:10px;margin-top:20px}.s72{min-width:1180px;width:1180px;height:38px}.p8{padding-bottom:5px}.f21{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.ps53{margin-top:14px}.s73{min-width:1180px;width:1180px;min-height:325px}.s74{min-width:580px;width:580px;min-height:325px}.ps55{margin-left:52px;margin-top:30px}.s75{min-width:479px;width:479px;min-height:271px;height:271px}.i3{left:104px;min-width:271px;max-width:271px;min-height:271px;max-height:271px}.s76{min-width:580px;width:580px;height:325px}.p9{padding-bottom:10px}.f22{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps57{margin-top:11px}.s77{min-width:1180px;height:50px;width:1180px}.ps58{margin-top:-61px}.s78{min-width:1200px;width:1200px}.s79{min-width:1200px;min-height:709px}.s80{min-width:1200px;min-height:709px}.ps59{margin-top:31px}.s81{width:1200px;min-height:646px}.s82{min-width:1200px;width:1200px;min-height:646px}.s83{min-width:1200px;width:1200px;height:646px}.ps60{margin-top:21px}.s84{min-width:1200px;width:1200px;height:44px}.ps61{margin-left:224px}.s85{min-width:753px;width:753px;min-height:25px}.ps62{margin-top:34px}.s86{min-width:1200px;width:1200px;height:35px}.ps63{margin-left:10px;margin-top:46px}.s87{min-width:1180px;width:1180px;min-height:383px}.s88{min-width:1180px;width:1180px;min-height:383px}.ps64{margin-left:0}.s89{min-width:1180px;width:1180px;height:333px}.c18{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.shm1{width:1180px;height:240px;shape-outside:polygon(0px 240px, 1px 240px, 1px 234px, 259px 234px, 259px 0px, 0px 0px);-webkit-shape-outside:polygon(0px 240px, 1px 240px, 1px 234px, 259px 234px, 259px 0px, 0px 0px)}.shm2{height:240px;shape-outside:polygon(0px 0px, 0px 240px, 0px 240px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 240px, 0px 240px, 0px 0px)}.shm3{height:93px;shape-outside:polygon(0px 0px, 0px 93px, 0px 93px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 93px, 0px 93px, 0px 0px)}.shm4{height:93px;shape-outside:polygon(0px 0px, 0px 93px, 0px 93px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 93px, 0px 93px, 0px 0px)}.f23{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps65{margin-left:0;margin-top:-333px}.s90{min-width:250px;width:250px;min-height:225px}.ps66{margin-left:14px;margin-top:13px}.s91{min-width:222px;width:222px;min-height:200px;height:200px}.i4{left:11px;min-width:200px;max-width:200px;min-height:200px;max-height:200px;top:0}.ps67{margin-top:0}.s92{min-width:1180px;height:50px;width:1180px}.ps68{margin-top:0}.s93{min-width:1200px;min-height:1076px}.s94{min-width:1200px;min-height:1076px}.ps69{margin-top:31px}.s95{width:1200px;min-height:1014px}.s96{min-width:1200px;width:1200px;min-height:1014px}.s97{min-width:1200px;width:1200px;height:1014px}.ps70{margin-top:29px}.ps71{margin-left:10px;margin-top:26px}.s98{min-width:1180px;width:1180px;min-height:880px}.s99{min-width:1180px;width:1180px;height:290px}.ps72{margin-left:0}.s100{min-width:1180px;width:1180px;height:590px}.wrapper1{height:590px}.ps73{margin-top:-85px}.c21{min-width:1200px;min-height:2351px}.s101{min-width:1200px;min-height:2351px}.s102{min-width:1200px;min-height:2351px}.ps74{margin-top:31px}.s103{width:1200px;min-height:2289px}.s104{min-width:1204px;width:1204px;min-height:2289px}.s105{min-width:1200px;width:1200px;min-height:595px}.ps77{margin-top:25px}.s106{min-width:1200px;width:1200px;height:44px}.ps78{margin-top:9px}.s107{min-width:1180px;width:1180px;height:76px}.ps79{margin-top:20px}.s108{min-width:1180px;width:1180px;height:313px}.ps80{margin-left:30px}.p10{text-indent:-15px}.f24{font-size:18px;font-size:calc(18px * var(--f));line-height:1.668}.f25{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps81{margin-top:13px}.s109{min-width:1180px;height:50px;width:1180px}.ps82{margin-top:61px}.s110{min-width:1204px;width:1204px;min-height:1633px}.s111{min-width:1204px;width:1204px;min-height:377px}.s112{min-width:379px;width:379px;min-height:377px}.s113{min-width:379px;width:379px;min-height:377px}.s114{min-width:379px;width:379px;height:374px}.ps83{margin-top:-35px}.s115{min-width:375px;width:375px;height:38px}.f26{font-size:27px;font-size:calc(27px * var(--f));line-height:0.964}.ps84{margin-left:34px}.s116{min-width:379px;width:379px;min-height:377px}.s117{min-width:379px;width:379px;min-height:377px}.s118{min-width:379px;width:379px;height:373px}.ps85{margin-top:-34px}.f27{font-size:27px;font-size:calc(27px * var(--f));line-height:0.964}.ps86{margin-left:33px}.s119{min-width:379px;width:379px;min-height:377px}.s120{min-width:379px;width:379px;min-height:377px}.s121{min-width:379px;width:379px;height:374px}.ps87{margin-top:-35px}.f28{font-size:27px;font-size:calc(27px * var(--f));line-height:0.964}.ps88{margin-top:38px}.s122{min-width:1204px;width:1204px;min-height:377px}.s123{min-width:379px;width:379px;height:374px}.ps89{margin-top:-35px}.s124{min-width:375px;width:375px;height:38px}.ps90{margin-left:34px}.s125{min-width:379px;width:379px;height:377px}.ps91{margin-top:-38px}.ps92{margin-left:33px}.ps93{margin-top:44px}.s126{min-width:1204px;width:1204px;min-height:377px}.s127{min-width:379px;width:379px;min-height:377px}.s128{min-width:379px;width:379px;min-height:377px}.s129{min-width:379px;width:379px;height:377px}.ps94{margin-top:-38px}.ps95{margin-left:34px}.ps96{margin-left:33px}.ps97{margin-top:43px}.ps98{margin-left:34px}.ps99{margin-left:33px}.ps100{margin-top:-38px}.s130{min-width:375px;width:375px;height:38px}.s131{min-width:1200px;min-height:743px}.s132{min-width:1200px;min-height:743px}.ps102{margin-top:51px}.s133{width:1200px;min-height:641px}.s134{min-width:1200px;width:1200px;min-height:641px}.ps103{margin-top:21px}.s136{min-width:1200px;width:1200px;height:44px}.ps104{margin-left:332px;margin-top:23px}.s137{min-width:678px;width:678px;min-height:345px}.ps105{margin-top:0}.s138{min-width:258px;width:258px;height:266px}.wrapper2{height:266px}.s139{min-width:400px;width:400px;min-height:345px}.s140{min-width:400px;width:400px;min-height:345px}.s141{min-width:400px;width:400px;min-height:345px}.ps107{margin-top:-337px}.s142{min-width:400px;width:400px;height:337px}.wrapper3{height:337px}.ps108{margin-top:-11px}.s143{min-width:1200px;width:1200px;min-height:219px;height:219px}.i5{left:42px;width:1115px;height:219px}.s144{min-width:1200px;height:627px}.s145{min-width:1200px;min-height:627px}.s146{min-width:1200px;height:627px}.s147{width:1200px;min-height:545px}.s148{min-width:1200px;width:1200px;min-height:545px}.ps109{margin-top:-526px}.s149{width:1200px;min-height:608px}.s150{min-width:1200px;width:1200px;min-height:216px}.s151{min-width:1200px;width:1200px;min-height:216px}.s152{min-width:1200px;width:1200px;height:56px}.f29{font-size:30px;font-size:calc(30px * var(--f));line-height:1.201}.ps111{margin-left:14px;margin-top:7px}.s153{min-width:1174px;width:1174px;height:153px}.ps112{margin-left:13px}.s154{min-width:1175px;width:1175px;min-height:285px}.s155{min-width:375px;width:375px;min-height:285px}.s156{min-width:375px;width:375px;height:38px}.ps113{margin-top:9px}.s157{min-width:375px;width:375px;height:238px}.f30{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f31{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f32{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f33{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f34{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps114{margin-left:25px}.s158{min-width:377px;width:377px;min-height:285px}.ps115{margin-left:2px;margin-top:9px}.s159{min-width:375px;width:375px;height:238px}.f35{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps116{margin-left:23px}.s160{min-width:375px;width:375px;min-height:285px}.ps117{margin-top:9px}.s161{min-width:375px;width:375px;height:238px}.ps118{margin-top:54px}.s162{min-width:1167px;width:1167px;min-height:53px}.s163{min-width:421px;width:421px;height:53px}.f36{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps120{margin-left:19px}.s164{min-width:218px;width:218px;height:53px}.f37{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps121{margin-left:19px}.s165{min-width:125px;width:125px;height:53px}.ps122{margin-left:11px;margin-top:0}.s166{min-width:196px;width:196px;height:53px}.f38{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps123{margin-left:0;margin-top:0}.s167{min-width:158px;width:158px;height:53px}.ps124{margin-top:-608px}.s168{min-width:1200px;min-height:370px}.ps125{margin-top:-370px}.s169{min-width:1200px}.ps127{margin-top:15px}.s170{width:1200px;min-height:650px}.ps128{margin-left:190px}.s171{min-width:1010px;width:1010px;min-height:100px}.s172{min-width:143px;width:143px;min-height:100px;height:100px}.i6{width:143px;height:100px}.ps129{margin-left:742px}.s173{min-width:125px;width:125px;height:100px}.f39{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:28px;padding-bottom:28px}.ps131{margin-left:189px}.s175{min-width:824px;width:824px}.s176{min-width:691px;width:691px}.input1{width:691px;text-indent:6px}.ps132{margin-left:689px}.s177{min-width:135px;width:135px}.f40{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:16px;padding-bottom:16px}.s178{min-width:1200px;width:1200px}.ps134{margin-top:0}.ps135{margin-top:calc(100vh - 175px);margin-top:calc(var(--vh, 1vh) * 100 - 175px);margin-right:25px}.s179{min-width:100px;width:100px;height:100px}.c54{height:100px}.s180{min-width:100px;height:100px;width:100px}.f42{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:39px;padding-bottom:39px}.f6:visited{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723;text-decoration:underline}.f6:hover{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723;text-decoration:underline}.f6:active{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723;text-decoration:underline}.f23:visited{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f23:hover{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f23:active{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f35:visited{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f35:hover{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f35:active{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f37:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f37:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f37:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:960px) and (max-width:1199px){.s2{min-width:960px;min-height:3363px}.s3{min-width:960px;min-height:3363px}.ps4{margin-top:32px}.s4{width:960px;min-height:3302px}.s5{min-width:960px;width:960px;min-height:2046px}.ps6{margin-top:17px}.s6{min-width:960px;width:960px;height:35px}.f2{font-size:28px;font-size:calc(28px * var(--f));line-height:1.215}.ps7{margin-left:176px}.s7{min-width:610px;width:610px;min-height:20px}.ps8{margin-left:5px;margin-top:21px}.s8{min-width:950px;width:950px;min-height:230px}.s9{min-width:950px;width:950px;min-height:230px}.s10{min-width:950px;width:950px;min-height:228px}.ps9{margin-left:320px}.s11{min-width:625px;width:625px;height:30px}.f3{font-size:13px;font-size:calc(13px * var(--f));line-height:1.693}.ps10{margin-left:320px;margin-top:1px}.s12{min-width:625px;width:625px;height:30px}.p4{padding-bottom:0}.f4{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps11{margin-left:323px}.s13{min-width:625px;width:625px;height:112px}.p5{padding-bottom:8px}.f5{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f6{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.s14{min-width:305px;width:305px;min-height:40px}.s15{min-width:305px;width:305px;min-height:40px}.s16{min-width:305px;width:305px;height:40px}.ps13{margin-top:-223px}.s17{min-width:305px;width:305px;min-height:173px}.s18{height:173px}.un15 .slider{height:173px}.un15 .slick-list{height:173px}.ps14{margin-left:-305px;margin-top:-53px}.s20{min-width:305px;width:305px;height:55px}.p6{padding-bottom:3px}.f7{font-size:15px;font-size:calc(15px * var(--f));line-height:3.468}.s21{height:15px;transform:scale(1) translateY(4px)}.f8{font-size:15px;font-size:calc(15px * var(--f));line-height:3.668}.ps15{margin-left:5px;margin-top:41px}.s22{min-width:950px;width:950px;min-height:228px}.s23{min-width:950px;width:950px;height:228px}.s24{min-width:940px;width:940px;min-height:173px}.s25{min-width:305px;width:305px;min-height:173px}.s26{height:173px}.un17 .slider{height:173px}.un17 .slick-list{height:173px}.ps18{margin-left:10px}.s27{min-width:625px;width:625px;min-height:173px}.s28{min-width:625px;width:625px;height:30px}.f9{font-size:13px;font-size:calc(13px * var(--f));line-height:1.693}.ps19{margin-top:1px}.s29{min-width:625px;width:625px;height:30px}.f10{font-size:21px;font-size:calc(21px * var(--f));line-height:1.191}.s30{min-width:625px;width:625px;height:112px}.p7{padding-bottom:0}.f11{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.s31{min-width:305px;height:40px;width:305px}.f12{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.ps22{margin-left:5px;margin-top:40px}.ps23{margin-left:5px}.s32{min-width:940px;width:940px;min-height:173px}.s33{min-width:305px;width:305px;min-height:173px}.un19 .slider{height:173px}.un19 .slick-list{height:173px}.ps25{margin-left:10px}.s34{min-width:625px;width:625px;min-height:173px}.s35{min-width:625px;width:625px;height:30px}.ps26{margin-top:1px}.s36{min-width:625px;width:625px;height:112px}.ps28{margin-left:5px}.s37{min-width:305px;height:40px;width:305px}.f13{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:11px;padding-bottom:11px}.ps29{margin-left:5px;margin-top:41px}.s38{min-width:950px;width:950px;min-height:228px}.s39{min-width:950px;width:950px;height:228px}.ps30{margin-top:6px}.s40{min-width:940px;width:940px;min-height:173px}.s41{min-width:305px;width:305px;min-height:173px}.un21 .slider{height:173px}.un21 .slick-list{height:173px}.ps31{margin-left:10px}.s42{min-width:625px;width:625px;min-height:173px}.s43{min-width:625px;width:625px;height:30px}.ps32{margin-top:1px}.s44{min-width:625px;width:625px;height:112px}.f14{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.s45{min-width:305px;height:40px;width:305px}.ps34{margin-left:5px;margin-top:40px}.s46{min-width:940px;width:940px;min-height:173px}.un23 .slider{height:173px}.un23 .slick-list{height:173px}.s47{min-width:625px;width:625px;min-height:173px}.s48{min-width:625px;width:625px;height:30px}.s49{min-width:625px;width:625px;height:112px}.ps35{margin-left:5px;margin-top:41px}.s50{min-width:942px;width:942px;min-height:173px}.un25 .slider{height:173px}.un25 .slick-list{height:173px}.s51{min-width:627px;width:627px;min-height:173px}.f15{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps36{margin-top:1px}.s52{min-width:625px;width:625px;height:30px}.ps37{margin-left:3px}.s53{min-width:624px;width:624px;height:112px}.s54{min-width:950px;width:950px;min-height:228px}.s55{min-width:950px;width:950px;height:228px}.s56{min-width:940px;width:940px;min-height:173px}.s57{min-width:305px;width:305px;min-height:173px}.s58{height:173px}.un27 .slider{height:173px}.un27 .slick-list{height:173px}.ps39{margin-left:10px}.s59{min-width:625px;width:625px;min-height:173px}.f16{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.s60{min-width:625px;width:625px;height:112px}.s61{min-width:305px;height:40px;width:305px}.ps42{margin-left:5px;margin-top:41px}.s62{min-width:950px;height:40px;width:950px}.f17{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:11px;padding-bottom:11px}.ps43{margin-top:40px}.s63{min-width:960px;width:960px;min-height:770px}.ps44{margin-top:17px}.f18{font-size:28px;font-size:calc(28px * var(--f));line-height:1.215}.ps45{margin-left:176px}.s64{min-width:612px;width:612px;min-height:20px}.ps46{margin-left:20px;margin-top:27px}.s65{min-width:918px;width:918px;min-height:203px;height:203px}.i2{width:918px;height:203px}.ps47{margin-left:20px;margin-top:5px}.s66{min-width:919px;width:919px;height:388px}.ps48{margin-left:20px;margin-top:8px}.s67{min-width:919px;height:40px;width:919px}.f19{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:11px;padding-bottom:11px}.ps49{margin-top:38px}.s68{min-width:960px;width:960px;min-height:408px}.s69{min-width:960px;width:960px;height:408px}.ps50{margin-top:17px}.s70{min-width:960px;width:960px;height:35px}.f20{font-size:28px;font-size:calc(28px * var(--f));line-height:1.215}.ps51{margin-left:176px}.s71{min-width:610px;width:610px;min-height:20px}.ps52{margin-top:16px}.s72{min-width:960px;width:960px;height:30px}.p8{padding-bottom:4px}.f21{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps53{margin-left:20px;margin-top:19px}.s73{min-width:920px;width:920px;min-height:178px}.s74{min-width:182px;width:182px;min-height:178px}.ps55{margin-left:16px;margin-top:16px}.s75{min-width:152px;width:152px;min-height:150px;height:150px}.i3{left:1px;min-width:150px;max-width:150px;min-height:150px;max-height:150px}.ps56{margin-left:16px}.s76{min-width:722px;width:722px;height:178px}.p9{padding-bottom:8px}.f22{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps57{margin-left:19px;margin-top:22px}.s77{min-width:919px;height:40px;width:919px}.ps58{margin-top:-40px}.s78{min-width:960px;width:960px}.s79{min-width:960px;min-height:567px}.s80{min-width:960px;min-height:567px}.ps59{margin-top:25px}.s81{width:960px;min-height:517px}.s82{min-width:960px;width:960px;min-height:517px}.s83{min-width:960px;width:960px;height:517px}.ps60{margin-top:17px}.s84{min-width:960px;width:960px;height:35px}.ps61{margin-left:175px}.s85{min-width:611px;width:611px;min-height:20px}.ps62{margin-top:27px}.s86{min-width:960px;width:960px;height:28px}.ps63{margin-left:10px;margin-top:37px}.s87{min-width:939px;width:939px;min-height:306px}.s88{min-width:939px;width:939px;min-height:306px}.s89{min-width:938px;width:938px;height:266px}.c18{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.shm1{width:938px;height:196px;shape-outside:polygon(0px 196px, 1px 196px, 1px 188px, 201px 188px, 201px 0px, 0px 0px);-webkit-shape-outside:polygon(0px 196px, 1px 196px, 1px 188px, 201px 188px, 201px 0px, 0px 0px)}.shm2{height:196px;shape-outside:polygon(0px 0px, 0px 196px, 0px 196px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 196px, 0px 196px, 0px 0px)}.shm3{height:70px;shape-outside:polygon(0px 0px, 0px 70px, 0px 70px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 70px, 0px 70px, 0px 0px)}.shm4{height:70px;shape-outside:polygon(0px 0px, 0px 70px, 0px 70px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 70px, 0px 70px, 0px 0px)}.f23{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps65{margin-left:10px;margin-top:-266px}.s90{min-width:184px;width:184px;min-height:180px}.ps66{margin-left:10px;margin-top:10px}.s91{min-width:163px;width:163px;min-height:160px;height:160px}.i4{left:2px;min-width:160px;max-width:160px;min-height:160px;max-height:160px;top:0}.ps67{margin-top:0}.s92{min-width:939px;height:40px;width:939px}.ps68{margin-top:-40px}.s93{min-width:960px;min-height:861px}.s94{min-width:960px;min-height:861px}.ps69{margin-top:25px}.s95{width:960px;min-height:811px}.s96{min-width:960px;width:960px;min-height:811px}.s97{min-width:960px;width:960px;height:811px}.ps70{margin-top:23px}.ps71{margin-left:10px;margin-top:21px}.s98{min-width:940px;width:940px;min-height:704px}.s99{min-width:924px;width:924px;height:232px}.ps72{margin-left:0}.s100{min-width:940px;width:940px;height:472px}.wrapper1{height:472px}.ps73{margin-top:-16px}.c21{min-width:960px;min-height:1886px}.s101{min-width:960px;min-height:1881px}.s102{min-width:960px;min-height:1881px}.ps74{margin-top:25px}.s103{width:960px;min-height:1831px}.s104{min-width:964px;width:964px;min-height:1831px}.s105{min-width:960px;width:960px;min-height:476px}.ps77{margin-top:20px}.s106{min-width:960px;width:960px;height:35px}.ps78{margin-top:7px}.s107{min-width:940px;width:940px;height:61px}.ps79{margin-top:0}.s108{min-width:940px;width:940px;height:277px}.ps80{margin-left:24px}.p10{text-indent:-12px;padding-bottom:8px}.f24{font-family:"Exo 2 5";font-size:15px;font-size:calc(15px * var(--f));line-height:1.734;font-weight:600}.f25{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps81{margin-left:11px;margin-top:0}.s109{min-width:940px;height:40px;width:940px}.ps82{margin-top:48px}.s110{min-width:964px;width:964px;min-height:1307px}.s111{min-width:964px;width:964px;min-height:302px}.s112{min-width:304px;width:304px;min-height:302px}.s113{min-width:304px;width:304px;min-height:302px}.s114{min-width:304px;width:304px;height:300px}.ps83{margin-top:-28px}.s115{min-width:300px;width:300px;height:30px}.f26{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps84{margin-left:26px}.s116{min-width:304px;width:304px;min-height:302px}.s117{min-width:304px;width:304px;min-height:302px}.s118{min-width:304px;width:304px;height:299px}.ps85{margin-top:-27px}.f27{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps86{margin-left:26px}.s119{min-width:304px;width:304px;min-height:302px}.s120{min-width:304px;width:304px;min-height:302px}.s121{min-width:304px;width:304px;height:300px}.ps87{margin-top:-28px}.f28{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps88{margin-top:30px}.s122{min-width:964px;width:964px;min-height:302px}.s123{min-width:304px;width:304px;height:300px}.ps89{margin-top:-28px}.s124{min-width:300px;width:300px;height:30px}.ps90{margin-left:26px}.s125{min-width:304px;width:304px;height:302px}.ps91{margin-top:-30px}.ps92{margin-left:26px}.ps93{margin-top:35px}.s126{min-width:964px;width:964px;min-height:302px}.s127{min-width:304px;width:304px;min-height:302px}.s128{min-width:304px;width:304px;min-height:302px}.s129{min-width:304px;width:304px;height:302px}.ps94{margin-top:-30px}.ps95{margin-left:26px}.ps96{margin-left:26px}.ps97{margin-top:34px}.ps98{margin-left:25px}.ps99{margin-left:27px}.ps100{margin-top:-30px}.s130{min-width:300px;width:300px;height:30px}.ps101{margin-top:-5px}.s131{min-width:960px;min-height:528px}.s132{min-width:960px;min-height:528px}.ps102{margin-top:40px}.s133{width:960px;min-height:448px}.s134{min-width:960px;width:960px;min-height:448px}.ps103{margin-top:21px}.s136{min-width:960px;width:960px;height:40px}.ps104{margin-left:198px;margin-top:12px}.s137{min-width:687px;width:687px;min-height:348px}.ps105{margin-top:0}.s138{min-width:264px;width:264px;height:263px}.wrapper2{height:263px}.ps106{margin-left:23px}.s139{min-width:400px;width:400px;min-height:348px}.s140{min-width:400px;width:400px;min-height:348px}.s141{min-width:400px;width:400px;min-height:348px}.ps107{margin-top:-336px}.s142{min-width:400px;width:400px;height:336px}.wrapper3{height:336px}.ps108{margin-top:-85px}.s143{min-width:485px;width:485px;min-height:112px;height:112px}.i5{left:0;width:485px;height:95px}.s144{min-width:960px;height:513px}.s145{min-width:960px;min-height:513px}.s146{min-width:960px;height:513px}.s147{width:960px;min-height:448px}.s148{min-width:960px;width:960px;min-height:448px}.ps109{margin-top:-433px}.s149{width:960px;min-height:498px}.s150{min-width:960px;width:960px;min-height:172px}.s151{min-width:960px;width:960px;min-height:172px}.s152{min-width:960px;width:960px;height:45px}.f29{font-size:24px;font-size:calc(24px * var(--f));line-height:1.209}.ps111{margin-left:10px;margin-top:5px}.s153{min-width:940px;width:940px;height:122px}.ps112{margin-left:10px;margin-top:13px}.s154{min-width:940px;width:940px;min-height:228px}.s155{min-width:300px;width:300px;min-height:228px}.s156{min-width:300px;width:300px;height:30px}.ps113{margin-top:8px}.s157{min-width:300px;width:300px;height:190px}.f30{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f31{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f32{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f33{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f34{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps114{margin-left:20px}.s158{min-width:300px;width:300px;min-height:228px}.ps115{margin-left:0;margin-top:8px}.s159{min-width:300px;width:300px;height:190px}.f35{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps116{margin-left:20px}.s160{min-width:300px;width:300px;min-height:228px}.ps117{margin-top:8px}.s161{min-width:300px;width:300px;height:190px}.ps118{margin-top:43px}.s162{min-width:950px;width:950px;min-height:42px}.s163{min-width:358px;width:358px;height:42px}.f36{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps120{margin-left:20px}.s164{min-width:174px;width:174px;height:42px}.f37{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps121{margin-left:20px}.s165{min-width:77px;width:77px;height:42px}.ps122{margin-left:18px;margin-top:0}.s166{min-width:157px;width:157px;height:42px}.f38{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps123{margin-left:0;margin-top:0}.s167{min-width:126px;width:126px;height:42px}.ps124{margin-top:-498px}.s168{min-width:960px;min-height:296px}.ps125{margin-top:-296px}.s169{min-width:960px}.ps127{margin-top:10px}.s170{width:960px;min-height:630px}.ps128{margin-left:152px}.s171{min-width:808px;width:808px;min-height:80px}.s172{min-width:106px;width:106px;min-height:80px;height:80px}.i6{width:106px;height:80px}.ps129{margin-left:602px}.s173{min-width:100px;width:100px;height:80px}.f39{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:22px;padding-bottom:22px}.ps131{margin-left:151px}.s175{min-width:659px;width:659px}.s176{min-width:553px;width:553px}.input1{width:553px;text-indent:5px}.ps132{margin-left:551px}.s177{min-width:108px;width:108px}.f40{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:18px;padding-bottom:18px}.s178{min-width:960px;width:960px}.ps134{margin-top:0}.ps135{margin-top:calc(100vh - 140px);margin-top:calc(var(--vh, 1vh) * 100 - 140px);margin-right:20px}.s179{min-width:80px;width:80px;height:80px}.c54{height:80px}.s180{min-width:80px;height:80px;width:80px}.f42{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:31px;padding-bottom:31px}.f6:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f6:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f6:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f23:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f23:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f23:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f35:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f35:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f35:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f37:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f37:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f37:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:768px) and (max-width:959px){.s2{min-width:768px;min-height:3037px}.s3{min-width:768px;min-height:3037px}.ps4{margin-top:39px}.s4{width:768px;min-height:2954px}.s5{min-width:768px;width:768px;min-height:1900px}.ps6{margin-left:5px;margin-top:13px}.s6{min-width:758px;width:758px;height:28px}.f2{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps7{margin-left:145px}.s7{min-width:478px;width:478px;min-height:16px}.ps8{margin-left:5px;margin-top:41px}.s8{min-width:758px;width:758px;min-height:195px}.s9{min-width:758px;width:758px;min-height:195px}.s10{min-width:758px;width:758px;min-height:195px}.ps9{margin-left:256px}.s11{min-width:501px;width:501px;height:24px}.f3{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps10{margin-left:255px}.s12{min-width:501px;width:501px;height:24px}.p4{padding-bottom:0}.f4{font-size:17px;font-size:calc(17px * var(--f));line-height:1.177}.ps11{margin-left:255px}.s13{min-width:501px;width:501px;height:92px}.p5{padding-bottom:6px}.f5{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f6{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.s14{min-width:241px;width:241px;min-height:40px}.s15{min-width:241px;width:241px;min-height:40px}.s16{min-width:241px;width:241px;height:40px}.ps13{margin-top:-190px}.s17{min-width:241px;width:241px;min-height:140px}.s18{height:140px}.un15 .slider{height:140px}.un15 .slick-list{height:140px}.ps14{margin-left:-242px;margin-top:-48px}.s20{min-width:243px;width:243px;height:45px}.p6{padding-bottom:2px}.f7{font-size:12px;font-size:calc(12px * var(--f))}.s21{height:12px;transform:scale(1) translateY(3px)}.f8{font-size:12px;font-size:calc(12px * var(--f));line-height:3.668}.ps15{margin-left:5px;margin-top:60px}.s22{min-width:758px;width:758px;min-height:195px}.s23{min-width:758px;width:758px;height:195px}.s24{min-width:751px;width:751px;min-height:140px}.s25{min-width:240px;width:240px;min-height:140px}.s26{height:140px}.un17 .slider{height:140px}.un17 .slick-list{height:140px}.ps18{margin-left:10px}.s27{min-width:501px;width:501px;min-height:140px}.s28{min-width:501px;width:501px;height:24px}.f9{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.s29{min-width:501px;width:501px;height:27px}.f10{font-size:17px;font-size:calc(17px * var(--f));line-height:1.177}.s30{min-width:501px;width:501px;height:89px}.p7{padding-bottom:0}.f11{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.s31{min-width:240px;height:40px;width:240px}.f12{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:6px;padding-bottom:6px}.ps22{margin-left:5px;margin-top:59px}.ps23{margin-left:5px}.s32{min-width:751px;width:751px;min-height:141px}.s33{min-width:240px;width:240px;min-height:140px}.un19 .slider{height:140px}.un19 .slick-list{height:140px}.ps25{margin-left:10px}.s34{min-width:501px;width:501px;min-height:141px}.s35{min-width:501px;width:501px;height:24px}.ps26{margin-top:1px}.s36{min-width:501px;width:501px;height:92px}.ps28{margin-left:5px;margin-top:4px}.s37{min-width:240px;height:40px;width:240px}.f13{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:13px;padding-bottom:13px}.ps29{margin-left:5px;margin-top:60px}.s38{min-width:758px;width:758px;min-height:195px}.s39{min-width:758px;width:758px;height:195px}.s40{min-width:751px;width:751px;min-height:140px}.s41{min-width:240px;width:240px;min-height:140px}.un21 .slider{height:140px}.un21 .slick-list{height:140px}.ps31{margin-left:10px}.s42{min-width:501px;width:501px;min-height:140px}.s43{min-width:501px;width:501px;height:24px}.s44{min-width:501px;width:501px;height:92px}.f14{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.s45{min-width:240px;height:40px;width:240px}.ps34{margin-left:5px;margin-top:60px}.s46{min-width:751px;width:751px;min-height:140px}.un23 .slider{height:140px}.un23 .slick-list{height:140px}.s47{min-width:501px;width:501px;min-height:140px}.s48{min-width:501px;width:501px;height:21px}.s49{min-width:501px;width:501px;height:95px}.ps35{margin-left:5px;margin-top:59px}.s50{min-width:751px;width:751px;min-height:140px}.un25 .slider{height:140px}.un25 .slick-list{height:140px}.s51{min-width:501px;width:501px;min-height:113px}.f15{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.s52{min-width:501px;width:501px;height:24px}.s53{min-width:501px;width:501px;height:65px}.ps38{margin-top:4px}.s54{min-width:758px;width:758px;min-height:194px}.s55{min-width:758px;width:758px;height:194px}.s56{min-width:751px;width:751px;min-height:140px}.s57{min-width:240px;width:240px;min-height:140px}.s58{height:140px}.un27 .slider{height:140px}.un27 .slick-list{height:140px}.ps39{margin-left:10px}.s59{min-width:501px;width:501px;min-height:140px}.f16{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.s60{min-width:501px;width:501px;height:92px}.ps41{margin-left:6px}.s61{min-width:240px;height:40px;width:240px}.ps42{margin-left:5px;margin-top:25px}.s62{min-width:758px;height:40px;width:758px}.f17{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:13px;padding-bottom:13px}.ps43{margin-top:53px}.s63{min-width:768px;width:768px;min-height:581px}.ps44{margin-left:5px;margin-top:13px}.f18{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps45{margin-left:142px}.s64{min-width:483px;width:483px;min-height:16px}.ps46{margin-top:22px}.s65{min-width:369px;width:369px;min-height:362px;height:362px}.i2{width:369px;height:362px}.ps47{margin-top:22px}.s66{min-width:369px;width:369px;height:466px}.ps48{margin-top:-45px}.s67{min-width:369px;height:45px;width:369px}.f19{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:16px;padding-bottom:15px}.ps49{margin-top:53px}.s68{min-width:768px;width:768px;min-height:367px}.s69{min-width:768px;width:768px;height:367px}.ps50{margin-left:10px;margin-top:14px}.s70{min-width:754px;width:754px;height:28px}.f20{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps51{margin-left:146px}.s71{min-width:482px;width:482px;min-height:16px}.ps52{margin-left:10px;margin-top:13px}.s72{min-width:754px;width:754px;height:24px}.p8{padding-bottom:3px}.f21{font-size:17px;font-size:calc(17px * var(--f));line-height:1.177}.ps53{margin-left:15px;margin-top:8px}.s73{min-width:741px;width:741px;min-height:181px}.ps54{margin-top:7px}.s74{min-width:284px;width:284px;min-height:174px}.ps55{margin-left:29px;margin-top:15px}.s75{min-width:236px;width:236px;min-height:144px;height:144px}.i3{left:46px;min-width:144px;max-width:144px;min-height:144px;max-height:144px}.ps56{margin-left:7px}.s76{min-width:450px;width:450px;height:181px}.p9{padding-bottom:6px}.f22{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps57{margin-top:27px}.s77{min-width:748px;height:45px;width:748px}.ps58{margin-top:0}.s78{min-width:768px;width:768px}.s79{min-width:768px;min-height:454px}.s80{min-width:768px;min-height:454px}.ps59{margin-top:20px}.s81{width:768px;min-height:414px}.s82{min-width:768px;width:768px;min-height:414px}.s83{min-width:768px;width:768px;height:414px}.ps60{margin-left:5px;margin-top:14px}.s84{min-width:758px;width:758px;height:28px}.ps61{margin-left:140px}.s85{min-width:488px;width:488px;min-height:16px}.ps62{margin-left:5px;margin-top:21px}.s86{min-width:758px;width:758px;height:22px}.ps63{margin-left:14px;margin-top:30px}.s87{min-width:740px;width:740px;min-height:258px}.s88{min-width:740px;width:740px;min-height:258px}.ps64{margin-left:0}.s89{min-width:740px;width:740px;height:213px}.c18{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.shm1{width:740px;height:161px;shape-outside:polygon(0px 161px, 1px 161px, 1px 151px, 150px 151px, 150px 0px, 0px 0px);-webkit-shape-outside:polygon(0px 161px, 1px 161px, 1px 151px, 150px 151px, 150px 0px, 0px 0px)}.shm2{height:161px;shape-outside:polygon(0px 0px, 0px 161px, 0px 161px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 161px, 0px 161px, 0px 0px)}.shm3{height:52px;shape-outside:polygon(0px 0px, 0px 52px, 0px 52px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 52px, 0px 52px, 0px 0px)}.shm4{height:52px;shape-outside:polygon(0px 0px, 0px 52px, 0px 52px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 52px, 0px 52px, 0px 0px)}.f23{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps65{margin-left:1px;margin-top:-213px}.s90{min-width:142px;width:142px;min-height:144px}.ps66{margin-left:8px;margin-top:8px}.s91{min-width:126px;width:126px;min-height:128px;height:128px}.i4{min-width:126px;max-width:126px;min-height:126px;max-height:126px}.ps67{margin-left:1px;margin-top:0}.s92{min-width:738px;height:45px;width:738px}.ps68{margin-top:0}.s93{min-width:768px;min-height:801px}.s94{min-width:768px;min-height:801px}.ps69{margin-top:20px}.s95{width:768px;min-height:753px}.s96{min-width:768px;width:768px;min-height:753px}.s97{min-width:768px;width:768px;height:753px}.ps70{margin-left:5px;margin-top:18px}.ps71{margin-left:13px;margin-top:17px}.s98{min-width:743px;width:743px;min-height:681px}.s99{min-width:743px;width:743px;height:186px}.ps72{margin-left:0}.s100{min-width:743px;width:743px;height:495px}.wrapper1{height:495px}.ps73{margin-top:0}.c21{min-width:768px;min-height:1508px}.s101{min-width:768px;min-height:1505px}.s102{min-width:768px;min-height:1505px}.ps74{margin-top:20px}.s103{width:768px;min-height:1458px}.ps75{margin-left:0}.s104{min-width:768px;width:768px;min-height:1458px}.ps76{margin-left:0}.s105{min-width:768px;width:768px;min-height:381px}.ps77{margin-left:5px;margin-top:16px}.s106{min-width:758px;width:758px;height:28px}.ps78{margin-left:15px;margin-top:5px}.s107{min-width:738px;width:738px;height:49px}.ps79{margin-left:15px;margin-top:0}.s108{min-width:738px;width:738px;height:222px}.ps80{margin-left:8px}.p10{text-indent:-8px}.f24{font-size:12px;font-size:calc(12px * var(--f));line-height:1.751}.f25{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps81{margin-left:15px;margin-top:0}.s109{min-width:738px;height:45px;width:738px}.ps82{margin-left:3px;margin-top:37px}.s110{min-width:762px;width:762px;min-height:1040px}.s111{min-width:762px;width:762px;min-height:236px}.s112{min-width:238px;width:238px;min-height:236px}.s113{min-width:238px;width:238px;min-height:236px}.s114{min-width:238px;width:238px;height:235px}.ps83{margin-top:-22px}.s115{min-width:234px;width:234px;height:23px}.f26{font-size:17px;font-size:calc(17px * var(--f));line-height:1.001}.ps84{margin-left:24px}.s116{min-width:238px;width:238px;min-height:236px}.s117{min-width:238px;width:238px;min-height:236px}.s118{min-width:238px;width:238px;height:234px}.ps85{margin-top:-21px}.f27{font-size:17px;font-size:calc(17px * var(--f));line-height:1.001}.ps86{margin-left:24px}.s119{min-width:238px;width:238px;min-height:236px}.s120{min-width:238px;width:238px;min-height:236px}.s121{min-width:238px;width:238px;height:235px}.ps87{margin-top:-22px}.f28{font-size:17px;font-size:calc(17px * var(--f));line-height:1.001}.ps88{margin-top:30px}.s122{min-width:762px;width:762px;min-height:237px}.s123{min-width:238px;width:238px;height:235px}.ps89{margin-top:-22px}.s124{min-width:234px;width:234px;height:23px}.ps90{margin-left:26px}.s125{min-width:238px;width:238px;height:236px}.ps91{margin-top:-23px}.ps92{margin-left:22px;margin-top:1px}.ps93{margin-top:33px}.s126{min-width:762px;width:762px;min-height:236px}.s127{min-width:238px;width:238px;min-height:236px}.s128{min-width:238px;width:238px;min-height:236px}.s129{min-width:238px;width:238px;height:236px}.ps94{margin-top:-23px}.ps95{margin-left:24px}.ps96{margin-left:24px}.ps97{margin-top:32px}.ps98{margin-left:24px}.ps99{margin-left:24px}.ps100{margin-top:-23px}.s130{min-width:234px;width:234px;height:23px}.ps101{margin-top:-3px}.s131{min-width:768px;min-height:676px}.s132{min-width:768px;min-height:676px}.ps102{margin-top:56px}.s133{width:768px;min-height:565px}.s134{min-width:768px;width:768px;min-height:565px}.ps103{margin-left:5px;margin-top:22px}.s136{min-width:758px;width:758px;height:28px}.ps104{margin-left:67px;margin-top:13px}.s137{min-width:648px;width:648px;min-height:355px}.ps105{margin-top:0}.s138{min-width:265px;width:265px;height:255px}.wrapper2{height:255px}.ps106{margin-left:11px}.s139{min-width:372px;width:372px;min-height:355px}.s140{min-width:372px;width:372px;min-height:355px}.s141{min-width:372px;width:372px;min-height:355px}.ps107{margin-left:7px;margin-top:-347px}.s142{min-width:359px;width:359px;height:347px}.wrapper3{height:347px}.s143{min-width:768px;width:768px;min-height:147px;height:147px}.i5{left:10px;width:749px;height:147px}.s144{min-width:768px;height:401px}.s145{min-width:768px;min-height:401px}.s146{min-width:768px;height:401px}.s147{width:768px;min-height:349px}.s148{min-width:768px;width:768px;min-height:349px}.ps109{margin-top:-336px}.s149{width:768px;min-height:388px}.s150{min-width:768px;width:768px;min-height:138px}.s151{min-width:768px;width:768px;min-height:138px}.s152{min-width:768px;width:768px;height:36px}.f29{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212}.ps111{margin-left:9px;margin-top:4px}.s153{min-width:751px;width:751px;height:98px}.ps112{margin-left:8px}.s154{min-width:752px;width:752px;min-height:182px}.s155{min-width:240px;width:240px;min-height:182px}.s156{min-width:240px;width:240px;height:24px}.ps113{margin-top:6px}.s157{min-width:240px;width:240px;height:152px}.f30{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f31{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f32{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f33{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f34{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps114{margin-left:16px}.s158{min-width:242px;width:242px;min-height:182px}.ps115{margin-left:2px;margin-top:6px}.s159{min-width:240px;width:240px;height:152px}.f35{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps116{margin-left:14px}.s160{min-width:240px;width:240px;min-height:182px}.ps117{margin-top:6px}.s161{min-width:240px;width:240px;height:152px}.ps118{margin-top:34px}.s162{min-width:768px;width:768px;min-height:34px}.s163{min-width:252px;width:252px;height:34px}.f36{font-size:10px;font-size:calc(10px * var(--f))}.ps120{margin-left:4px}.s164{min-width:123px;width:123px;height:34px}.f37{font-size:10px;font-size:calc(10px * var(--f))}.ps121{margin-left:18px}.s165{min-width:61px;width:61px;height:34px}.ps122{margin-top:0}.s166{min-width:155px;width:155px;height:34px}.f38{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.ps123{margin-left:3px;margin-top:0}.s167{min-width:130px;width:130px;height:34px}.ps124{margin-top:-388px}.s168{min-width:768px;min-height:237px}.ps125{margin-top:-237px}.s169{min-width:768px}.ps127{margin-top:9px}.s170{width:768px;min-height:614px}.ps128{margin-left:123px}.s171{min-width:645px;width:645px;min-height:64px}.s172{min-width:90px;width:90px;min-height:64px;height:64px}.i6{width:90px;height:64px}.ps129{margin-left:475px}.s173{min-width:80px;width:80px;height:64px}.f39{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:18px;padding-bottom:18px}.ps131{margin-left:120px}.s175{min-width:528px;width:528px}.s176{min-width:443px;width:443px}.input1{width:443px;text-indent:4px}.ps132{margin-left:441px}.s177{min-width:87px;width:87px}.f40{font-size:9px;font-size:calc(9px * var(--f));line-height:1.223;padding-top:20px;padding-bottom:19px}.s178{min-width:768px;width:768px}.ps134{margin-top:0}.ps135{margin-top:calc(100vh - 112px);margin-top:calc(var(--vh, 1vh) * 100 - 112px);margin-right:16px}.s179{min-width:64px;width:64px;height:64px}.c54{height:64px}.s180{min-width:64px;height:64px;width:64px}.f42{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:25px;padding-bottom:25px}.f6:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f6:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f6:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f23:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f23:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f23:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f35:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f35:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f35:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f37:visited{font-size:10px;font-size:calc(10px * var(--f))}.f37:hover{font-size:10px;font-size:calc(10px * var(--f))}.f37:active{font-size:10px;font-size:calc(10px * var(--f))}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:480px) and (max-width:767px){.s2{min-width:480px;min-height:8167px}.s3{min-width:480px;min-height:8167px}.ps4{margin-top:68px}.s4{width:480px;min-height:8049px}.s5{min-width:480px;width:480px;min-height:5397px}.ps6{margin-top:12px}.s6{min-width:480px;width:480px;height:60px}.f2{font-size:30px;font-size:calc(30px * var(--f));line-height:1.201}.ps7{margin-left:86px;margin-top:-60px}.s7{min-width:309px;width:309px;min-height:60px}.ps8{margin-left:5px;margin-top:20px}.s8{min-width:470px;width:470px;min-height:740px}.s9{min-width:470px;width:470px;min-height:740px}.s10{min-width:470px;width:470px;min-height:740px}.ps9{margin-left:5px;margin-top:0}.s11{min-width:460px;width:460px;height:45px}.f3{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps10{margin-left:5px}.s12{min-width:460px;width:460px;height:80px}.p4{padding-bottom:0}.f4{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.ps11{margin-left:5px;margin-top:275px}.s13{min-width:460px;width:460px;height:247px}.p5{padding-bottom:5px}.f5{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f6{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps12{margin-left:7px;margin-top:1px}.s14{min-width:460px;width:460px;min-height:75px}.s15{min-width:460px;width:460px;min-height:75px}.s16{min-width:460px;width:460px;height:75px}.ps13{margin-top:-615px}.s17{min-width:460px;width:460px;min-height:275px}.s18{height:275px}.un15 .slider{height:275px}.un15 .slick-list{height:275px}.ps14{margin-left:7px;margin-top:-92px}.s20{min-width:459px;width:459px;height:75px}.p6{padding-bottom:1px}.f7{font-size:19px;font-size:calc(19px * var(--f));line-height:3.475}.s21{height:19px;transform:scale(1) translateY(5px)}.f8{font-size:19px;font-size:calc(19px * var(--f));line-height:3.633}.ps15{margin-left:5px;margin-top:10px}.s22{min-width:470px;width:470px;min-height:740px}.s23{min-width:470px;width:470px;height:740px}.ps16{margin-left:6px;margin-top:12px}.s24{min-width:460px;width:460px;min-height:630px}.ps17{margin-top:125px}.s25{min-width:460px;width:460px;min-height:275px}.s26{height:275px}.un17 .slider{height:275px}.un17 .slick-list{height:275px}.ps18{margin-left:0;margin-top:-400px}.s27{min-width:460px;width:460px;min-height:630px}.s28{min-width:460px;width:460px;height:45px}.f9{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.s29{min-width:460px;width:460px;height:80px}.f10{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.ps20{margin-top:275px}.s30{min-width:460px;width:460px;height:230px}.p7{padding-bottom:5px}.f11{font-size:19px;font-size:calc(19px * var(--f));line-height:1.685}.ps21{margin-left:6px;margin-top:0}.s31{min-width:460px;height:75px;width:460px}.f12{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212;padding-top:26px;padding-bottom:26px}.ps22{margin-left:5px;margin-top:10px}.ps23{margin-left:5px;margin-top:40px}.s32{min-width:460px;width:460px;min-height:595px}.ps24{margin-top:90px}.s33{min-width:460px;width:460px;min-height:275px}.un19 .slider{height:275px}.un19 .slick-list{height:275px}.ps25{margin-left:0;margin-top:-365px}.s34{min-width:460px;width:460px;min-height:595px}.s35{min-width:460px;width:460px;height:45px}.ps27{margin-top:275px}.s36{min-width:460px;width:460px;height:230px}.ps28{margin-left:5px;margin-top:0}.s37{min-width:460px;height:75px;width:460px}.f13{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212;padding-top:26px;padding-bottom:26px}.ps29{margin-left:5px;margin-top:11px}.s38{min-width:470px;width:470px;min-height:740px}.s39{min-width:470px;width:470px;height:740px}.ps30{margin-top:0}.s40{min-width:460px;width:460px;min-height:595px}.s41{min-width:460px;width:460px;min-height:275px}.un21 .slider{height:275px}.un21 .slick-list{height:275px}.ps31{margin-left:0;margin-top:-365px}.s42{min-width:460px;width:460px;min-height:595px}.s43{min-width:460px;width:460px;height:45px}.s44{min-width:460px;width:460px;height:230px}.f14{font-size:19px;font-size:calc(19px * var(--f));line-height:1.685}.ps33{margin-top:0}.s45{min-width:460px;height:75px;width:460px}.ps34{margin-left:5px;margin-top:10px}.s46{min-width:460px;width:460px;min-height:595px}.un23 .slider{height:275px}.un23 .slick-list{height:275px}.s47{min-width:460px;width:460px;min-height:595px}.s48{min-width:460px;width:460px;height:45px}.s49{min-width:460px;width:460px;height:230px}.ps35{margin-left:5px;margin-top:10px}.s50{min-width:460px;width:460px;min-height:595px}.un25 .slider{height:275px}.un25 .slick-list{height:275px}.s51{min-width:460px;width:460px;min-height:595px}.f15{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.s52{min-width:460px;width:460px;height:45px}.ps37{margin-top:275px}.s53{min-width:460px;width:460px;height:230px}.ps38{margin-top:0}.s54{min-width:470px;width:470px;min-height:740px}.s55{min-width:470px;width:470px;height:740px}.s56{min-width:460px;width:460px;min-height:595px}.s57{min-width:460px;width:460px;min-height:275px}.s58{height:275px}.un27 .slider{height:275px}.un27 .slick-list{height:275px}.ps39{margin-left:0;margin-top:-365px}.s59{min-width:460px;width:460px;min-height:595px}.f16{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps40{margin-top:275px}.s60{min-width:460px;width:460px;height:230px}.ps41{margin-top:0}.s61{min-width:460px;height:75px;width:460px}.ps42{margin-left:5px;margin-top:-347px}.s62{min-width:470px;height:75px;width:470px}.f17{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212;padding-top:26px;padding-bottom:26px}.ps43{margin-top:50px}.s63{min-width:480px;width:480px;min-height:1602px}.ps44{margin-top:27px}.f18{font-size:30px;font-size:calc(30px * var(--f));line-height:1.201}.ps45{margin-left:87px;margin-top:-30px}.s64{min-width:309px;width:309px;min-height:30px}.ps46{margin-top:27px}.s65{min-width:460px;width:460px;min-height:400px;height:400px}.i2{width:460px;height:400px}.ps47{margin-top:22px}.s66{min-width:460px;width:460px;height:944px}.ps48{margin-top:0}.s67{min-width:460px;height:75px;width:460px}.f19{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212;padding-top:26px;padding-bottom:26px}.ps49{margin-top:50px}.s68{min-width:480px;width:480px;min-height:950px}.s69{min-width:480px;width:480px;height:950px}.ps50{margin-top:36px}.s70{min-width:480px;width:480px;height:60px}.f20{font-size:30px;font-size:calc(30px * var(--f));line-height:1.201}.ps51{margin-left:87px;margin-top:-36px}.s71{min-width:309px;width:309px;min-height:36px}.ps52{margin-top:29px}.s72{min-width:480px;width:480px;height:60px}.p8{padding-bottom:2px}.f21{font-size:27px;font-size:calc(27px * var(--f));line-height:1.186}.ps53{margin-top:0}.s73{min-width:460px;width:460px;min-height:632px}.s74{min-width:460px;width:460px;min-height:210px}.ps55{margin-left:30px;margin-top:21px}.s75{min-width:381px;width:381px;min-height:174px;height:174px}.i3{left:104px;min-width:174px;max-width:174px;min-height:174px;max-height:174px}.ps56{margin-left:0;margin-top:15px}.s76{min-width:460px;width:460px;height:407px}.p9{padding-bottom:12px}.f22{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps57{margin-top:10px}.s77{min-width:460px;height:75px;width:460px}.ps58{margin-top:47px}.s78{min-width:480px;width:480px}.s79{min-width:480px;min-height:1299px}.s80{min-width:480px;min-height:1299px}.ps59{margin-top:62px}.s81{width:480px;min-height:1167px}.s82{min-width:480px;width:480px;min-height:1167px}.s83{min-width:480px;width:480px;height:1167px}.ps60{margin-top:19px}.s84{min-width:480px;width:480px;height:90px}.ps61{margin-left:86px;margin-top:-46px}.s85{min-width:309px;width:309px;min-height:45px}.ps62{margin-top:21px}.s86{min-width:480px;width:480px;height:114px}.ps63{margin-left:5px;margin-top:9px}.s87{min-width:470px;width:470px;min-height:842px}.s88{min-width:470px;width:470px;min-height:842px}.ps64{margin-left:0;margin-top:167px}.s89{min-width:470px;width:470px;height:578px}.c18{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.shm1{display:none;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm2{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm3{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm4{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.f23{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps65{margin-left:0;margin-top:-745px}.s90{min-width:470px;width:470px;min-height:150px}.ps66{margin-left:24px;margin-top:8px}.s91{min-width:415px;width:415px;min-height:132px;height:132px}.i4{left:142px;min-width:132px;max-width:132px;min-height:132px;max-height:132px;top:0}.ps67{margin-top:22px}.s92{min-width:470px;height:75px;width:470px}.ps68{margin-top:72px}.s93{min-width:480px;min-height:1464px}.s94{min-width:480px;min-height:1464px}.ps69{margin-top:75px}.s95{width:480px;min-height:1316px}.s96{min-width:480px;width:480px;min-height:1316px}.s97{min-width:480px;width:480px;height:1316px}.ps70{margin-top:51px}.ps71{margin-left:5px;margin-top:2px}.s98{min-width:470px;width:470px;min-height:1203px}.s99{min-width:470px;width:470px;height:629px}.ps72{margin-left:0}.s100{min-width:470px;width:470px;height:574px}.wrapper1{height:574px}.ps73{margin-top:0}.c21{min-width:480px;min-height:7085px}.s101{min-width:480px;min-height:7085px}.s102{min-width:480px;min-height:7085px}.ps74{margin-top:75px}.s103{width:480px;min-height:6925px}.ps75{margin-left:0}.s104{min-width:480px;width:480px;min-height:6925px}.ps76{margin-left:0}.s105{min-width:480px;width:480px;min-height:936px}.ps77{margin-left:5px;margin-top:39px}.s106{min-width:470px;width:470px;height:60px}.ps78{margin-left:5px;margin-top:0}.s107{min-width:470px;width:470px;height:188px}.ps79{margin-left:5px;margin-top:0}.s108{min-width:470px;width:470px;height:531px}.ps80{margin-left:12px}.p10{text-indent:-12px}.f24{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f25{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps81{margin-left:5px;margin-top:0}.s109{min-width:470px;height:75px;width:470px}.ps82{margin-left:3px;margin-top:73px}.s110{min-width:474px;width:474px;min-height:5916px}.s111{min-width:474px;width:474px;min-height:1462px}.s112{min-width:474px;width:474px;min-height:474px}.s113{min-width:474px;width:474px;min-height:474px}.s114{min-width:474px;width:474px;height:474px}.ps83{margin-top:-49px}.s115{min-width:470px;width:470px;height:47px}.f26{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps84{margin-left:0;margin-top:21px}.s116{min-width:474px;width:474px;min-height:474px}.s117{min-width:474px;width:474px;min-height:474px}.s118{min-width:474px;width:474px;height:474px}.ps85{margin-top:-49px}.f27{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps86{margin-left:0;margin-top:21px}.s119{min-width:474px;width:474px;min-height:472px}.s120{min-width:474px;width:474px;min-height:472px}.s121{min-width:474px;width:474px;height:470px}.ps87{margin-top:-45px}.f28{font-size:22px;font-size:calc(22px * var(--f));line-height:1.001}.ps88{margin-top:22px}.s122{min-width:474px;width:474px;min-height:1464px}.s123{min-width:474px;width:474px;height:474px}.ps89{margin-top:-49px}.s124{min-width:470px;width:470px;height:47px}.ps90{margin-left:0;margin-top:21px}.s125{min-width:474px;width:474px;height:474px}.ps91{margin-top:-49px}.ps92{margin-left:0;margin-top:21px}.ps93{margin-top:21px}.s126{min-width:474px;width:474px;min-height:1462px}.s127{min-width:474px;width:474px;min-height:472px}.s128{min-width:474px;width:474px;min-height:472px}.s129{min-width:474px;width:474px;height:470px}.ps94{margin-top:-45px}.ps95{margin-left:0;margin-top:23px}.ps96{margin-left:0;margin-top:23px}.ps97{margin-top:23px}.ps98{margin-left:0;margin-top:23px}.ps99{margin-left:0;margin-top:23px}.ps100{margin-top:-42px}.s130{min-width:470px;width:470px;height:44px}.s131{min-width:480px;min-height:1027px}.s132{min-width:480px;min-height:1027px}.ps102{margin-top:67px}.s133{width:480px;min-height:894px}.s134{min-width:480px;width:480px;min-height:894px}.ps103{margin-top:14px}.s136{min-width:480px;width:480px;height:75px}.ps104{margin-left:5px;margin-top:33px}.s137{min-width:475px;width:475px;min-height:676px}.ps105{margin-left:108px;margin-top:0}.s138{min-width:255px;width:255px;height:255px}.wrapper2{height:255px}.ps106{margin-left:0;margin-top:25px}.s139{min-width:475px;width:475px;min-height:396px}.s140{min-width:475px;width:475px;min-height:396px}.s141{min-width:470px;width:470px;min-height:396px}.ps107{margin-top:-364px}.s142{min-width:475px;width:475px;height:364px}.wrapper3{height:364px}.s143{min-width:480px;width:480px;min-height:96px;height:96px}.i5{left:0;width:480px;height:94px}.s144{min-width:480px;height:1420px}.s145{min-width:480px;min-height:1420px}.s146{min-width:480px;height:1420px}.s147{width:480px;min-height:1280px}.s148{min-width:480px;width:480px;min-height:1280px}.ps109{margin-top:-1267px}.s149{width:480px;min-height:1407px}.ps110{margin-left:5px;margin-top:54px}.s150{min-width:470px;width:470px;min-height:404px}.s151{min-width:470px;width:470px;min-height:404px}.s152{min-width:470px;width:470px;height:45px}.f29{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps111{margin-left:5px;margin-top:0}.s153{min-width:460px;width:460px;height:359px}.ps112{margin-left:5px}.s154{min-width:470px;width:470px;min-height:809px}.s155{min-width:470px;width:470px;min-height:308px}.s156{min-width:470px;width:470px;height:45px}.ps113{margin-left:75px;margin-top:0}.s157{min-width:320px;width:320px;height:263px}.f30{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f31{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f32{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f33{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f34{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.ps114{margin-left:0;margin-top:-1px}.s158{min-width:470px;width:470px;min-height:231px}.ps115{margin-left:5px;margin-top:0}.s159{min-width:460px;width:460px;height:186px}.f35{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps116{margin-left:0;margin-top:8px}.s160{min-width:470px;width:470px;min-height:263px}.ps117{margin-left:5px;margin-top:0}.s161{min-width:460px;width:460px;height:218px}.ps118{margin-top:-1267px}.s162{min-width:480px;width:480px;min-height:1407px}.ps119{margin-top:1362px}.s163{min-width:480px;width:480px;height:45px}.f36{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps120{margin-left:41px;margin-top:-90px}.s164{min-width:191px;width:191px;height:45px}.f37{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps121{margin-left:14px;margin-top:-90px}.s165{min-width:140px;width:140px;height:45px}.ps122{margin-left:12px;margin-top:-1407px}.s166{min-width:206px;width:206px;height:45px}.f38{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps123{margin-left:36px;margin-top:-1407px}.s167{min-width:201px;width:201px;height:45px}.ps124{margin-top:-1407px}.s168{min-width:480px;min-height:173px}.ps125{margin-top:-173px}.s169{min-width:480px}.ps127{margin-top:10px}.s170{width:480px;min-height:454px}.ps128{margin-left:0}.s171{min-width:480px;width:480px;min-height:64px}.s172{min-width:80px;width:80px;min-height:64px;height:64px}.i6{width:80px;height:64px}.ps129{margin-left:320px}.s173{min-width:80px;width:80px;height:64px}.f39{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:26px;padding-bottom:26px}.ps131{margin-left:-1px}.s175{min-width:482px;width:482px;min-height:42px}.s176{min-width:407px;width:407px;height:42px}.input1{width:407px;height:42px;font-size:20px;color:#3b95cb;text-indent:3px}.ps132{margin-left:400px;margin-top:-42px}.s177{min-width:82px;width:82px;height:42px}.f40{font-size:6px;font-size:calc(6px * var(--f));line-height:1.168;padding-top:17px;padding-bottom:16px}.s178{min-width:480px;width:480px;height:35px}.f41{font-size:20px;font-size:calc(20px * var(--f));padding-top:6px;padding-bottom:5px}.ps134{margin-top:0}.ps135{margin-top:calc(100vh - 120px);margin-top:calc(var(--vh, 1vh) * 100 - 120px);margin-right:15px}.s179{min-width:75px;width:75px;height:75px}.c54{height:75px}.s180{min-width:75px;height:75px;width:75px}.f42{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:32px;padding-bottom:31px}.f6:visited{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f6:hover{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f6:active{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f23:visited{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f23:hover{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f23:active{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f35:visited{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f35:hover{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f35:active{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f37:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f37:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f37:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (max-width:479px){.s2{min-width:320px;min-height:5816px}.s3{min-width:320px;min-height:5816px}.ps4{margin-top:50px}.s4{width:320px;min-height:5716px}.s5{min-width:320px;width:320px;min-height:3862px}.ps6{margin-top:32px}.s6{min-width:320px;width:320px;height:40px}.f2{font-size:20px;font-size:calc(20px * var(--f));line-height:1.201}.ps7{margin-left:56px;margin-top:-20px}.s7{min-width:206px;width:206px;min-height:20px}.ps8{margin-left:5px;margin-top:35px}.s8{min-width:310px;width:310px;min-height:500px}.s9{min-width:310px;width:310px;min-height:500px}.s10{min-width:310px;width:310px;min-height:500px}.ps9{margin-left:5px;margin-top:0}.s11{min-width:300px;width:300px;height:40px}.f3{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps10{margin-left:5px;margin-top:-5px}.s12{min-width:300px;width:300px;height:50px}.p4{padding-bottom:0}.f4{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223}.ps11{margin-left:5px;margin-top:180px}.s13{min-width:300px;width:300px;height:170px}.p5{padding-bottom:3px}.f5{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f6{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps12{margin-top:0}.s14{min-width:300px;width:300px;min-height:50px}.s15{min-width:300px;width:300px;min-height:50px}.s16{min-width:300px;width:300px;height:50px}.ps13{margin-top:-415px}.s17{min-width:300px;width:300px;min-height:180px}.s18{height:180px}.un15 .slider{height:180px}.un15 .slick-list{height:180px}.ps14{margin-left:5px;margin-top:-65px}.s20{min-width:300px;width:300px;height:50px}.p6{padding-bottom:1px}.f7{font-size:13px;font-size:calc(13px * var(--f));line-height:3.463}.s21{height:13px;transform:scale(1) translateY(3px)}.f8{font-size:13px;font-size:calc(13px * var(--f));line-height:3.693}.ps15{margin-left:5px;margin-top:21px}.s22{min-width:310px;width:310px;min-height:500px}.s23{min-width:310px;width:310px;height:500px}.ps16{margin-top:0}.s24{min-width:300px;width:300px;min-height:448px}.ps17{margin-top:85px}.s25{min-width:300px;width:300px;min-height:180px}.s26{height:180px}.un17 .slider{height:180px}.un17 .slick-list{height:180px}.ps18{margin-left:0;margin-top:-265px}.s27{min-width:300px;width:300px;min-height:448px}.s28{min-width:300px;width:300px;height:40px}.f9{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps19{margin-top:-5px}.s29{min-width:300px;width:300px;height:50px}.f10{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223}.ps20{margin-top:180px}.s30{min-width:300px;width:300px;height:183px}.p7{padding-bottom:0}.f11{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps21{margin-top:0}.s31{min-width:300px;height:50px;width:300px}.f12{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232;padding-top:9px;padding-bottom:9px}.ps22{margin-left:5px;margin-top:20px}.ps23{margin-left:5px;margin-top:0}.s32{min-width:300px;width:300px;min-height:443px}.ps24{margin-top:80px}.s33{min-width:300px;width:300px;min-height:180px}.un19 .slider{height:180px}.un19 .slick-list{height:180px}.ps25{margin-left:0;margin-top:-260px}.s34{min-width:300px;width:300px;min-height:443px}.s35{min-width:300px;width:300px;height:40px}.ps27{margin-top:180px}.s36{min-width:300px;width:300px;height:183px}.ps28{margin-left:5px;margin-top:0}.s37{min-width:300px;height:50px;width:300px}.f13{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232;padding-top:17px;padding-bottom:17px}.ps29{margin-left:5px;margin-top:21px}.s38{min-width:310px;width:310px;min-height:500px}.s39{min-width:310px;width:310px;height:500px}.ps30{margin-top:0}.s40{min-width:300px;width:300px;min-height:443px}.s41{min-width:300px;width:300px;min-height:180px}.un21 .slider{height:180px}.un21 .slick-list{height:180px}.ps31{margin-left:0;margin-top:-260px}.s42{min-width:300px;width:300px;min-height:443px}.s43{min-width:300px;width:300px;height:40px}.s44{min-width:300px;width:300px;height:183px}.f14{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps33{margin-top:0}.s45{min-width:300px;height:50px;width:300px}.ps34{margin-left:5px;margin-top:21px}.s46{min-width:300px;width:300px;min-height:400px}.un23 .slider{height:180px}.un23 .slick-list{height:180px}.s47{min-width:300px;width:300px;min-height:400px}.s48{min-width:300px;width:300px;height:40px}.s49{min-width:300px;width:300px;height:140px}.ps35{margin-left:5px;margin-top:20px}.s50{min-width:300px;width:300px;min-height:400px}.un25 .slider{height:180px}.un25 .slick-list{height:180px}.s51{min-width:300px;width:300px;min-height:400px}.f15{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.s52{min-width:300px;width:300px;height:40px}.ps37{margin-top:180px}.s53{min-width:300px;width:300px;height:140px}.ps38{margin-top:0}.s54{min-width:310px;width:310px;min-height:500px}.s55{min-width:310px;width:310px;height:500px}.s56{min-width:300px;width:300px;min-height:420px}.s57{min-width:300px;width:300px;min-height:200px}.s58{height:200px}.un27 .slider{height:200px}.un27 .slick-list{height:200px}.ps39{margin-left:0;margin-top:-280px}.s59{min-width:300px;width:300px;min-height:420px}.f16{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps40{margin-top:200px}.s60{min-width:300px;width:300px;height:140px}.ps41{margin-top:0}.s61{min-width:300px;height:50px;width:300px}.ps42{margin-left:5px;margin-top:34px}.s62{min-width:310px;height:50px;width:310px}.f17{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232;padding-top:17px;padding-bottom:17px}.ps43{margin-top:50px}.s63{min-width:320px;width:320px;min-height:1121px}.ps44{margin-top:18px}.f18{font-size:20px;font-size:calc(20px * var(--f));line-height:1.201}.ps45{margin-left:58px;margin-top:-20px}.s64{min-width:206px;width:206px;min-height:20px}.ps46{margin-left:5px;margin-top:18px}.s65{min-width:310px;width:310px;min-height:265px;height:265px}.i2{width:310px;height:265px}.ps47{margin-left:5px;margin-top:16px}.s66{min-width:310px;width:310px;height:669px}.ps48{margin-left:5px;margin-top:22px}.s67{min-width:310px;height:50px;width:310px}.f19{font-size:13px;font-size:calc(13px * var(--f));line-height:1.155;padding-top:18px;padding-bottom:17px}.ps49{margin-top:50px}.s68{min-width:320px;width:320px;min-height:633px}.s69{min-width:320px;width:320px;height:633px}.ps50{margin-top:24px}.s70{min-width:320px;width:320px;height:40px}.f20{font-size:20px;font-size:calc(20px * var(--f));line-height:1.201}.ps51{margin-left:58px;margin-top:-24px}.s71{min-width:206px;width:206px;min-height:24px}.ps52{margin-top:19px}.s72{min-width:320px;width:320px;height:40px}.p8{padding-bottom:1px}.f21{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223}.ps53{margin-left:5px;margin-top:0}.s73{min-width:310px;width:310px;min-height:421px}.s74{min-width:310px;width:310px;min-height:140px}.ps55{margin-left:20px;margin-top:14px}.s75{min-width:257px;width:257px;min-height:116px;height:116px}.i3{left:71px;min-width:116px;max-width:116px;min-height:116px;max-height:116px}.ps56{margin-left:1px;margin-top:10px}.s76{min-width:306px;width:306px;height:271px}.p9{padding-bottom:6px}.f22{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps57{margin-left:5px;margin-top:7px}.s77{min-width:310px;height:50px;width:310px}.ps58{margin-top:31px}.s78{min-width:320px;width:320px}.s79{min-width:320px;min-height:866px}.s80{min-width:320px;min-height:866px}.ps59{margin-top:41px}.s81{width:320px;min-height:778px}.s82{min-width:320px;width:320px;min-height:778px}.s83{min-width:320px;width:320px;height:778px}.ps60{margin-top:13px}.s84{min-width:320px;width:320px;height:60px}.ps61{margin-left:57px;margin-top:-31px}.s85{min-width:206px;width:206px;min-height:30px}.ps62{margin-top:14px}.s86{min-width:320px;width:320px;height:76px}.ps63{margin-left:4px;margin-top:6px}.s87{min-width:313px;width:313px;min-height:561px}.s88{min-width:313px;width:313px;min-height:561px}.ps64{margin-left:0;margin-top:111px}.s89{min-width:313px;width:313px;height:385px}.c18{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.shm1{display:none;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm2{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm3{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm4{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.f23{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps65{margin-left:0;margin-top:-496px}.s90{min-width:310px;width:310px;min-height:100px}.ps66{margin-left:16px;margin-top:5px}.s91{min-width:273px;width:273px;min-height:88px;height:88px}.i4{left:93px;min-width:88px;max-width:88px;min-height:88px;max-height:88px;top:0}.ps67{margin-left:1px;margin-top:15px}.s92{min-width:310px;height:50px;width:310px}.ps68{margin-top:48px}.s93{min-width:320px;min-height:1122px}.s94{min-width:320px;min-height:1122px}.ps69{margin-top:50px}.s95{width:320px;min-height:1020px}.s96{min-width:320px;width:320px;min-height:1020px}.s97{min-width:320px;width:320px;height:1020px}.ps70{margin-top:34px}.ps71{margin-left:5px;margin-top:1px}.s98{min-width:310px;width:310px;min-height:945px}.s99{min-width:310px;width:310px;height:426px}.ps72{margin-left:0;margin-top:10px}.s100{min-width:310px;width:310px;height:509px}.wrapper1{height:509px}.ps73{margin-top:0}.c21{min-width:320px;min-height:4833px}.s101{min-width:320px;min-height:4833px}.s102{min-width:320px;min-height:4833px}.s103{width:320px;min-height:4725px}.s104{min-width:324px;width:324px;min-height:4725px}.s105{min-width:320px;width:320px;min-height:744px}.ps77{margin-top:26px}.s106{min-width:320px;width:320px;height:40px}.ps78{margin-top:0}.s107{min-width:300px;width:300px;height:125px}.ps79{margin-top:0}.s108{min-width:300px;width:300px;height:469px}.ps80{margin-left:8px}.p10{text-indent:-8px}.f24{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f25{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps81{margin-left:5px;margin-top:14px}.s109{min-width:310px;height:50px;width:310px}.ps82{margin-top:40px}.s110{min-width:324px;width:324px;min-height:3941px}.s111{min-width:324px;width:324px;min-height:972px}.s112{min-width:324px;width:324px;min-height:314px}.s113{min-width:324px;width:324px;min-height:314px}.s114{min-width:324px;width:324px;height:314px}.ps83{margin-top:-33px}.s115{min-width:320px;width:320px;height:31px}.f26{font-size:15px;font-size:calc(15px * var(--f));line-height:0.934}.ps84{margin-left:0;margin-top:16px}.s116{min-width:324px;width:324px;min-height:314px}.s117{min-width:324px;width:324px;min-height:314px}.s118{min-width:324px;width:324px;height:314px}.ps85{margin-top:-33px}.f27{font-size:15px;font-size:calc(15px * var(--f));line-height:0.934}.ps86{margin-left:0;margin-top:16px}.s119{min-width:324px;width:324px;min-height:312px}.s120{min-width:324px;width:324px;min-height:312px}.s121{min-width:324px;width:324px;height:311px}.ps87{margin-top:-30px}.f28{font-size:15px;font-size:calc(15px * var(--f));line-height:0.934}.ps88{margin-top:17px}.s122{min-width:324px;width:324px;min-height:974px}.s123{min-width:324px;width:324px;height:314px}.ps89{margin-top:-33px}.s124{min-width:320px;width:320px;height:31px}.ps90{margin-left:0;margin-top:16px}.s125{min-width:324px;width:324px;height:314px}.ps91{margin-top:-33px}.ps92{margin-left:0;margin-top:16px}.ps93{margin-top:16px}.s126{min-width:324px;width:324px;min-height:972px}.s127{min-width:324px;width:324px;min-height:312px}.s128{min-width:324px;width:324px;min-height:312px}.s129{min-width:324px;width:324px;height:311px}.ps94{margin-top:-30px}.ps95{margin-left:0;margin-top:18px}.ps96{margin-left:0;margin-top:18px}.ps97{margin-top:18px}.ps98{margin-left:0;margin-top:18px}.ps99{margin-left:0;margin-top:18px}.ps100{margin-top:-28px}.s130{min-width:320px;width:320px;height:29px}.s131{min-width:320px;min-height:867px}.s132{min-width:320px;min-height:867px}.ps102{margin-top:40px}.s133{width:320px;min-height:787px}.s134{min-width:320px;width:320px;min-height:787px}.ps103{margin-top:9px}.s136{min-width:320px;width:320px;height:50px}.ps104{margin-left:0}.s137{min-width:320px;width:320px;min-height:652px}.ps105{margin-left:33px;margin-top:0}.s138{min-width:254px;width:254px;height:253px}.wrapper2{height:253px}.ps106{margin-left:0;margin-top:30px}.s139{min-width:320px;width:320px;min-height:369px}.s140{min-width:320px;width:320px;min-height:369px}.s141{min-width:320px;width:320px;min-height:369px}.ps107{margin-left:5px;margin-top:-363px}.s142{min-width:310px;width:310px;height:363px}.wrapper3{height:363px}.ps108{margin-top:-2px}.s143{min-width:320px;width:320px;min-height:64px;height:64px}.i5{left:0;width:320px;height:63px}.s144{min-width:320px;height:1005px}.s145{min-width:320px;min-height:1005px}.s146{min-width:320px;height:1005px}.s147{width:320px;min-height:899px}.s148{min-width:320px;width:320px;min-height:899px}.ps109{margin-top:-889px}.s149{width:320px;min-height:995px}.ps110{margin-top:43px}.s150{min-width:320px;width:320px;min-height:269px}.s151{min-width:320px;width:320px;min-height:269px}.s152{min-width:320px;width:320px;height:30px}.f29{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.ps111{margin-left:5px;margin-top:0}.s153{min-width:310px;width:310px;height:239px}.ps112{margin-left:0;margin-top:7px}.s154{min-width:320px;width:320px;min-height:570px}.s155{min-width:320px;width:320px;min-height:205px}.s156{min-width:320px;width:320px;height:30px}.ps113{margin-left:50px;margin-top:0}.s157{min-width:220px;width:220px;height:175px}.f30{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f31{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f32{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f33{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f34{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.ps114{margin-left:0}.s158{min-width:320px;width:320px;min-height:190px}.ps115{margin-left:5px;margin-top:0}.s159{min-width:310px;width:310px;height:160px}.f35{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps116{margin-left:0}.s160{min-width:320px;width:320px;min-height:175px}.ps117{margin-left:5px;margin-top:0}.s161{min-width:310px;width:310px;height:145px}.ps118{margin-top:-889px}.s162{min-width:320px;width:320px;min-height:995px}.ps119{margin-top:955px}.s163{min-width:320px;width:320px;height:40px}.f36{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps120{margin-left:0;margin-top:-80px}.s164{min-width:173px;width:173px;height:40px}.f37{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps121{margin-left:8px;margin-top:-80px}.s165{min-width:103px;width:103px;height:40px}.ps122{margin-left:0;margin-top:-995px}.s166{min-width:163px;width:163px;height:30px}.f38{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.ps123{margin-left:7px;margin-top:-995px}.s167{min-width:134px;width:134px;height:30px}.ps124{margin-top:-989px}.s168{min-width:320px;min-height:115px}.ps125{margin-top:-115px}.s169{min-width:320px}.ps127{margin-top:10px}.s170{width:320px;min-height:504px}.ps128{margin-left:0}.s171{min-width:320px;width:320px;min-height:64px}.s172{min-width:80px;width:80px;min-height:64px;height:64px}.i6{width:80px;height:64px}.ps129{margin-left:160px}.s173{min-width:80px;width:80px;height:64px}.f39{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:26px;padding-bottom:26px}.ps131{margin-left:-1px}.s175{min-width:322px;width:322px;min-height:42px}.s176{min-width:242px;width:242px;height:42px}.input1{width:242px;height:42px;font-size:20px;color:#3b95cb;text-indent:2px}.ps132{margin-left:240px;margin-top:-42px}.s177{min-width:82px;width:82px;height:42px}.f40{font-size:4px;font-size:calc(4px * var(--f));line-height:1.251;padding-top:18px;padding-bottom:17px}.s178{min-width:320px;width:320px;height:40px}.f41{font-size:20px;font-size:calc(20px * var(--f));padding-top:8px;padding-bottom:8px}.ps134{margin-top:0}.ps135{margin-top:calc(100vh - 80px);margin-top:calc(var(--vh, 1vh) * 100 - 80px);margin-right:10px}.s179{min-width:50px;width:50px;height:50px}.c54{height:50px}.s180{min-width:50px;height:50px;width:50px}.f42{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:19px;padding-bottom:19px}.f6:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f6:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f6:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f23:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f23:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f23:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f35:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f35:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f35:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f37:visited{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.f37:hover{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.f37:active{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.c50::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c50:hover:before{opacity:1}.c50:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1920px) and (min-resolution:144dpi){.fx1{background-image:url(../images/c/img_3594-640.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/n/img_3594-640-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/0/img_3594-640.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/j/img_3594-640-1.webp);background-attachment:fixed}.fx3{background-image:url(../images/c/img_3594-640.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/n/img_3594-640-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/0/img_3594-640.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/j/img_3594-640-1.webp);background-attachment:fixed}.fx5{background-image:url(../images/c/img_3594-640.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/n/img_3594-640-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/0/img_3594-640.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/j/img_3594-640-1.webp);background-attachment:fixed}}@media (min-width:1920px) and (-webkit-min-device-pixel-ratio:2.7), (min-width:1920px) and (min-resolution:240dpi){.fx1{background-image:url(../images/v/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/j/img_3594-960-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/4/img_3594-960-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/l/img_3594-960-2.webp);background-attachment:fixed}.fx3{background-image:url(../images/v/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/j/img_3594-960-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/4/img_3594-960-1.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/l/img_3594-960-2.webp);background-attachment:fixed}.fx5{background-image:url(../images/v/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/j/img_3594-960-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/4/img_3594-960-1.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/l/img_3594-960-2.webp);background-attachment:fixed}}@media (min-width:320px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/6/img_3594-480.jpg)}.webp .fx1{background-image:url(../images/n/img_3594-480-2.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/0/img_3594-480-1.jpg)}.webp .fx2{background-image:url(../images/0/img_3594-480.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/6/img_3594-480.jpg)}.webp .fx3{background-image:url(../images/n/img_3594-480-2.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/0/img_3594-480-1.jpg)}.webp .fx4{background-image:url(../images/0/img_3594-480.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/6/img_3594-480.jpg)}.webp .fx5{background-image:url(../images/n/img_3594-480-2.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/0/img_3594-480-1.jpg)}.webp .fx6{background-image:url(../images/0/img_3594-480.webp);background-attachment:fixed}}@media (min-width:320px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:320px) and (min-resolution:144dpi){.fx1{background-image:url(../images/8/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/j/img_3594-960-2.webp);background-attachment:fixed}.fx2{background-image:url(../images/j/img_3594-960.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/p/img_3594-960.webp);background-attachment:fixed}.fx3{background-image:url(../images/8/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/j/img_3594-960-2.webp);background-attachment:fixed}.fx4{background-image:url(../images/j/img_3594-960.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/p/img_3594-960.webp);background-attachment:fixed}.fx5{background-image:url(../images/8/img_3594-960-2.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/j/img_3594-960-2.webp);background-attachment:fixed}.fx6{background-image:url(../images/j/img_3594-960.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/p/img_3594-960.webp);background-attachment:fixed}}@media (min-width:320px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:320px) and (min-resolution:240dpi){.fx1{background-image:url(../images/4/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/v/img_3594-1440.webp);background-attachment:fixed}.fx2{background-image:url(../images/v/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/a/img_3594-1440.webp);background-attachment:fixed}.fx3{background-image:url(../images/4/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/v/img_3594-1440.webp);background-attachment:fixed}.fx4{background-image:url(../images/v/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/a/img_3594-1440.webp);background-attachment:fixed}.fx5{background-image:url(../images/4/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/v/img_3594-1440.webp);background-attachment:fixed}.fx6{background-image:url(../images/v/img_3594-1440-1.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/a/img_3594-1440.webp);background-attachment:fixed}}@media (min-width:480px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/2/img_3594-768.jpg)}.webp .fx1{background-image:url(../images/c/img_3594-768.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/h/img_3594-768.jpg)}.webp .fx2{background-image:url(../images/h/img_3594-768.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/2/img_3594-768.jpg)}.webp .fx3{background-image:url(../images/c/img_3594-768.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/h/img_3594-768.jpg)}.webp .fx4{background-image:url(../images/h/img_3594-768.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/2/img_3594-768.jpg)}.webp .fx5{background-image:url(../images/c/img_3594-768.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/h/img_3594-768.jpg)}.webp .fx6{background-image:url(../images/h/img_3594-768.webp);background-attachment:fixed}}@media (min-width:480px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:480px) and (min-resolution:144dpi){.fx1{background-image:url(../images/t/img_3594-1536.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/l/img_3594-1536.webp);background-attachment:fixed}.fx2{background-image:url(../images/j/img_3594-1536.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/l/img_3594-1536-1.webp);background-attachment:fixed}.fx3{background-image:url(../images/t/img_3594-1536.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/l/img_3594-1536.webp);background-attachment:fixed}.fx4{background-image:url(../images/j/img_3594-1536.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/l/img_3594-1536-1.webp);background-attachment:fixed}.fx5{background-image:url(../images/t/img_3594-1536.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/l/img_3594-1536.webp);background-attachment:fixed}.fx6{background-image:url(../images/j/img_3594-1536.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/l/img_3594-1536-1.webp);background-attachment:fixed}}@media (min-width:480px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:480px) and (min-resolution:240dpi){.fx1{background-image:url(../images/0/img_3594-2304.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/8/img_3594-2304.webp);background-attachment:fixed}.fx2{background-image:url(../images/r/img_3594-2304.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/4/img_3594-2304-1.webp);background-attachment:fixed}.fx3{background-image:url(../images/0/img_3594-2304.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/8/img_3594-2304.webp);background-attachment:fixed}.fx4{background-image:url(../images/r/img_3594-2304.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/4/img_3594-2304-1.webp);background-attachment:fixed}.fx5{background-image:url(../images/0/img_3594-2304.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/8/img_3594-2304.webp);background-attachment:fixed}.fx6{background-image:url(../images/r/img_3594-2304.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/4/img_3594-2304-1.webp);background-attachment:fixed}}@media (min-width:768px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/n/img_3594-960.jpg)}.webp .fx1{background-image:url(../images/h/img_3594-960-2.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/2/img_3594-960-1.jpg)}.webp .fx2{background-image:url(../images/l/img_3594-960-3.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/n/img_3594-960.jpg)}.webp .fx3{background-image:url(../images/h/img_3594-960-2.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/2/img_3594-960-1.jpg)}.webp .fx4{background-image:url(../images/l/img_3594-960-3.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/n/img_3594-960.jpg)}.webp .fx5{background-image:url(../images/h/img_3594-960-2.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/2/img_3594-960-1.jpg)}.webp .fx6{background-image:url(../images/l/img_3594-960-3.webp);background-attachment:fixed}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:768px) and (min-resolution:144dpi){.fx1{background-image:url(../images/l/img_3594-1920-1.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/c/img_3594-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/8/img_3594-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/a/img_3594-1920.webp);background-attachment:fixed}.fx3{background-image:url(../images/l/img_3594-1920-1.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/c/img_3594-1920.webp);background-attachment:fixed}.fx4{background-image:url(../images/8/img_3594-1920.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/a/img_3594-1920.webp);background-attachment:fixed}.fx5{background-image:url(../images/l/img_3594-1920-1.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/c/img_3594-1920.webp);background-attachment:fixed}.fx6{background-image:url(../images/8/img_3594-1920.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/a/img_3594-1920.webp);background-attachment:fixed}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:768px) and (min-resolution:240dpi){.fx1{background-image:url(../images/e/img_3594-2880-1.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/4/img_3594-2880-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/6/img_3594-2880.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/p/img_3594-2880-2.webp);background-attachment:fixed}.fx3{background-image:url(../images/e/img_3594-2880-1.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/4/img_3594-2880-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/6/img_3594-2880.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/p/img_3594-2880-2.webp);background-attachment:fixed}.fx5{background-image:url(../images/e/img_3594-2880-1.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/4/img_3594-2880-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/6/img_3594-2880.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/p/img_3594-2880-2.webp);background-attachment:fixed}}@media (min-width:960px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/t/img_3594-1200.jpg)}.webp .fx1{background-image:url(../images/e/img_3594-1200.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/p/img_3594-1200.jpg)}.webp .fx2{background-image:url(../images/6/img_3594-1200.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/t/img_3594-1200.jpg)}.webp .fx3{background-image:url(../images/e/img_3594-1200.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/p/img_3594-1200.jpg)}.webp .fx4{background-image:url(../images/6/img_3594-1200.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/t/img_3594-1200.jpg)}.webp .fx5{background-image:url(../images/e/img_3594-1200.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/p/img_3594-1200.jpg)}.webp .fx6{background-image:url(../images/6/img_3594-1200.webp);background-attachment:fixed}}@media (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:960px) and (min-resolution:144dpi){.fx1{background-image:url(../images/n/img_3594-2400-1.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/a/img_3594-2400-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/n/img_3594-2400.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/8/img_3594-2400.webp);background-attachment:fixed}.fx3{background-image:url(../images/n/img_3594-2400-1.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/a/img_3594-2400-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/n/img_3594-2400.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/8/img_3594-2400.webp);background-attachment:fixed}.fx5{background-image:url(../images/n/img_3594-2400-1.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/a/img_3594-2400-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/n/img_3594-2400.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/8/img_3594-2400.webp);background-attachment:fixed}}@media (min-width:960px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:960px) and (min-resolution:240dpi){.fx1{background-image:url(../images/6/img_3594-3600.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/n/img_3594-3600-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/t/img_3594-3600.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/v/img_3594-3600.webp);background-attachment:fixed}.fx3{background-image:url(../images/6/img_3594-3600.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/n/img_3594-3600-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/t/img_3594-3600.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/v/img_3594-3600.webp);background-attachment:fixed}.fx5{background-image:url(../images/6/img_3594-3600.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/n/img_3594-3600-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/t/img_3594-3600.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/v/img_3594-3600.webp);background-attachment:fixed}}@media (min-width:1200px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/e/img_3594-1600.jpg)}.webp .fx1{background-image:url(../images/t/img_3594-1600.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/a/img_3594-1600.jpg)}.webp .fx2{background-image:url(../images/r/img_3594-1600-1.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/e/img_3594-1600.jpg)}.webp .fx3{background-image:url(../images/t/img_3594-1600.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/a/img_3594-1600.jpg)}.webp .fx4{background-image:url(../images/r/img_3594-1600-1.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/e/img_3594-1600.jpg)}.webp .fx5{background-image:url(../images/t/img_3594-1600.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/a/img_3594-1600.jpg)}.webp .fx6{background-image:url(../images/r/img_3594-1600-1.webp);background-attachment:fixed}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:1200px) and (min-resolution:144dpi){.fx1{background-image:url(../images/j/img_3594-3200.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/2/img_3594-3200.webp);background-attachment:fixed}.fx2{background-image:url(../images/4/img_3594-3200.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/e/img_3594-3200.webp);background-attachment:fixed}.fx3{background-image:url(../images/j/img_3594-3200.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/2/img_3594-3200.webp);background-attachment:fixed}.fx4{background-image:url(../images/4/img_3594-3200.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/e/img_3594-3200.webp);background-attachment:fixed}.fx5{background-image:url(../images/j/img_3594-3200.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/2/img_3594-3200.webp);background-attachment:fixed}.fx6{background-image:url(../images/4/img_3594-3200.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/e/img_3594-3200.webp);background-attachment:fixed}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:1200px) and (min-resolution:240dpi){.fx1{background-image:url(../images/l/img_3594-4800.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/t/img_3594-4800.webp);background-attachment:fixed}.fx2{background-image:url(../images/h/img_3594-4800.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/6/img_3594-4800.webp);background-attachment:fixed}.fx3{background-image:url(../images/l/img_3594-4800.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/t/img_3594-4800.webp);background-attachment:fixed}.fx4{background-image:url(../images/h/img_3594-4800.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/6/img_3594-4800.webp);background-attachment:fixed}.fx5{background-image:url(../images/l/img_3594-4800.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/t/img_3594-4800.webp);background-attachment:fixed}.fx6{background-image:url(../images/h/img_3594-4800.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/6/img_3594-4800.webp);background-attachment:fixed}}@media (min-width:1600px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/e/img_3594-2000-1.jpg)}.webp .fx1{background-image:url(../images/t/img_3594-2000.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/e/img_3594-2000.jpg)}.webp .fx2{background-image:url(../images/l/img_3594-2000-1.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/e/img_3594-2000-1.jpg)}.webp .fx3{background-image:url(../images/t/img_3594-2000.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/e/img_3594-2000.jpg)}.webp .fx4{background-image:url(../images/l/img_3594-2000-1.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/e/img_3594-2000-1.jpg)}.webp .fx5{background-image:url(../images/t/img_3594-2000.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/e/img_3594-2000.jpg)}.webp .fx6{background-image:url(../images/l/img_3594-2000-1.webp);background-attachment:fixed}}@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:1600px) and (min-resolution:144dpi){.fx1{background-image:url(../images/p/img_3594-4000.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/v/img_3594-4000-1.webp);background-attachment:fixed}.fx2{background-image:url(../images/t/img_3594-4000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/h/img_3594-4000.webp);background-attachment:fixed}.fx3{background-image:url(../images/p/img_3594-4000.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/v/img_3594-4000-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/t/img_3594-4000.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/h/img_3594-4000.webp);background-attachment:fixed}.fx5{background-image:url(../images/p/img_3594-4000.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/v/img_3594-4000-1.webp);background-attachment:fixed}.fx6{background-image:url(../images/t/img_3594-4000.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/h/img_3594-4000.webp);background-attachment:fixed}}@media (min-width:1600px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:1600px) and (min-resolution:240dpi){.fx1{background-image:url(../images/l/img_3594-6000.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/r/img_3594-6000.webp);background-attachment:fixed}.fx2{background-image:url(../images/j/img_3594-6000.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/4/img_3594-6000.webp);background-attachment:fixed}.fx3{background-image:url(../images/l/img_3594-6000.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/r/img_3594-6000.webp);background-attachment:fixed}.fx4{background-image:url(../images/j/img_3594-6000.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/4/img_3594-6000.webp);background-attachment:fixed}.fx5{background-image:url(../images/l/img_3594-6000.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/r/img_3594-6000.webp);background-attachment:fixed}.fx6{background-image:url(../images/j/img_3594-6000.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/4/img_3594-6000.webp);background-attachment:fixed}}@media (min-width:2000px){.fx1{background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-attachment:fixed;background-image:url(../images/v/img_3594-2560.jpg)}.webp .fx1{background-image:url(../images/p/img_3594-2560-1.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/j/img_3594-2560.jpg)}.webp .fx2{background-image:url(../images/a/img_3594-2560.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/v/img_3594-2560.jpg)}.webp .fx3{background-image:url(../images/p/img_3594-2560-1.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/j/img_3594-2560.jpg)}.webp .fx4{background-image:url(../images/a/img_3594-2560.webp);background-attachment:fixed}.fx5{background-attachment:fixed;background-image:url(../images/v/img_3594-2560.jpg)}.webp .fx5{background-image:url(../images/p/img_3594-2560-1.webp);background-attachment:fixed}.fx6{background-attachment:fixed;background-image:url(../images/j/img_3594-2560.jpg)}.webp .fx6{background-image:url(../images/a/img_3594-2560.webp);background-attachment:fixed}}@media (min-width:2000px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:2000px) and (min-resolution:144dpi){.fx1{background-image:url(../images/j/img_3594-5120.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/v/img_3594-5120.webp);background-attachment:fixed}.fx2{background-image:url(../images/4/img_3594-5120.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/4/img_3594-5120.webp);background-attachment:fixed}.fx3{background-image:url(../images/j/img_3594-5120.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/v/img_3594-5120.webp);background-attachment:fixed}.fx4{background-image:url(../images/4/img_3594-5120.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/4/img_3594-5120.webp);background-attachment:fixed}.fx5{background-image:url(../images/j/img_3594-5120.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/v/img_3594-5120.webp);background-attachment:fixed}.fx6{background-image:url(../images/4/img_3594-5120.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/4/img_3594-5120.webp);background-attachment:fixed}}@media (min-width:2000px) and (-webkit-min-device-pixel-ratio:2.7),(min-width:2000px) and (min-resolution:240dpi){.fx1{background-image:url(../images/e/img_3594-7680.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/j/img_3594-7680.webp);background-attachment:fixed}.fx2{background-image:url(../images/r/img_3594-7680.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/2/img_3594-7680.webp);background-attachment:fixed}.fx3{background-image:url(../images/e/img_3594-7680.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/j/img_3594-7680.webp);background-attachment:fixed}.fx4{background-image:url(../images/r/img_3594-7680.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/2/img_3594-7680.webp);background-attachment:fixed}.fx5{background-image:url(../images/e/img_3594-7680.jpg);background-attachment:fixed}.webp .fx5{background-image:url(../images/j/img_3594-7680.webp);background-attachment:fixed}.fx6{background-image:url(../images/r/img_3594-7680.jpg);background-attachment:fixed}.webp .fx6{background-image:url(../images/2/img_3594-7680.webp);background-attachment:fixed}}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}}.v23{display:block}.ps161{position:relative;margin-top:104px}.s220{width:100%;min-width:1920px;height:991px;padding-bottom:0}.c77{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z220{z-index:28}.ps162{display:inline-block;width:0;height:0}.v24{display:inline-block;vertical-align:top;pointer-events:none}.ps163{position:relative;margin-top:0}.s221{width:100%;min-width:1920px;min-height:991px}.z221{z-index:2}.v25{display:inline-block;vertical-align:top}.s222{width:100%;min-width:1920px;height:991px}.c78{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#0064a0}.z222{z-index:3}.s223{width:1920px;margin-left:auto;margin-right:auto;min-height:859px}.ps164{position:relative;margin-left:0;margin-top:0}.c79{-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px}.z223{z-index:10}.c80{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 1px 10px rgba(0,0,0,0.4)}.c81{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 7px 7px;-moz-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px;background-color:rgba(0,0,0,0.4)}.s224{width:100%;height:100%}.ps165{position:relative;margin-top:-841px}.s225{width:1920px;margin-left:auto;margin-right:auto;min-height:973px}.ps166{position:relative;margin-left:0;margin-top:0}.s226{min-width:1920px;width:1920px;min-height:346px;line-height:0}.z224{z-index:14}.v26{display:inline-block;vertical-align:top;pointer-events:auto}.s227{min-width:1920px;width:1920px;overflow:hidden;height:90px}.p14{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f54{font-family:"Exo 2 5";font-size:48px;font-size:calc(48px * var(--f));line-height:1.188;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps167{position:relative;margin-left:22px;margin-top:11px}.s228{min-width:1878px;width:1878px;overflow:hidden;height:245px}.p15{text-indent:0;padding-bottom:16px;padding-right:0;text-align:justify}.f55{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.v27{display:none;pointer-events:auto}.v28{display:none;outline:0}.ps168{position:relative;margin-left:21px;margin-top:0}.z225{z-index:17}.s229{min-width:600px;width:600px;overflow:hidden;height:61px}.ps169{position:relative;margin-left:0;margin-top:14px}.s230{min-width:600px;width:600px;overflow:hidden;height:381px}.p16{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f56{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#fff;background-color:initial;text-shadow:none}.f57{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.20px;color:#fff;background-color:initial;text-shadow:none}.f58{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.50px;color:#fff;background-color:initial;text-shadow:none}.f59{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.30px;color:#fff;background-color:initial;text-shadow:none}.f60{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.40px;color:#fff;background-color:initial;text-shadow:none}.ps170{position:relative;margin-left:40px;margin-top:0}.z226{z-index:20}.z227{z-index:21}.ps171{position:relative;margin-left:3px;margin-top:14px}.s231{min-width:600px;width:600px;overflow:hidden;height:381px}.z228{z-index:22}.f61{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.751;font-weight:600;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps172{position:relative;margin-left:37px;margin-top:0}.z229{z-index:23}.z230{z-index:24}.ps173{position:relative;margin-left:0;margin-top:14px}.s232{min-width:600px;width:600px;overflow:hidden;height:381px}.z231{z-index:25}.ps174{position:relative;margin-left:0;margin-top:86px}.ps175{position:relative;margin-left:0;margin-top:0}.s233{min-width:642px;width:642px;overflow:hidden;height:85px}.z232{z-index:5}.f62{font-family:"Exo 2 4";font-size:25px;font-size:calc(25px * var(--f));line-height:1.201;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps176{position:relative;margin-left:114px;margin-top:0}.s234{min-width:330px;width:330px;overflow:hidden;height:85px}.z233{z-index:6}.f63{font-family:"Exo 2 4";font-size:25px;font-size:calc(25px * var(--f));line-height:1.201;font-weight:500;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps177{position:relative;margin-left:114px;margin-top:0}.s235{min-width:173px;width:173px;overflow:hidden;height:85px}.z234{z-index:4}.ps178{position:relative;margin-left:22px;margin-top:1px}.s236{min-width:273px;width:273px;overflow:hidden;height:84px}.z235{z-index:26}.f64{font-family:"Exo 2 4";font-size:26px;font-size:calc(26px * var(--f));line-height:1.193;font-weight:500;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps179{position:relative;margin-left:12px;margin-top:1px}.s237{min-width:214px;width:214px;overflow:hidden;height:84px}.z236{z-index:27}.ps180{position:relative;margin-top:-973px}.s238{width:100%;min-width:1920px;min-height:592px}.z237{z-index:7}.c82{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/n/website-symbol-dr-med-dietmar-schoppmann-1.svg);background-size:contain;background-position:0 50%;background-repeat:no-repeat}.z238{z-index:8}.ps181{position:relative;margin-top:-592px}.c83{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/n/website-symbol-dr-med-dietmar-schoppmann-1.svg);background-size:contain;background-position:100% 50%;background-repeat:no-repeat}.z239{z-index:9}.c84{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}.v29{display:block;vertical-align:top;pointer-events:auto}.ps182{position:relative;margin-top:0;margin-left:auto;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.s239{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))}.c85{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}.ps183{position:relative;margin-top:30px}.v30{display:block;pointer-events:none}.s240{width:1920px;margin-left:auto;margin-right:auto;min-height:671px}.ps184{position:relative;margin-left:577px;margin-top:0}.z240{z-index:66}.i8{position:absolute;left:0;width:160px;top:0;height:120px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps185{position:relative;margin-left:1033px;margin-top:0}.z241{z-index:65}.v31{display:inline-block;outline:0}.ps186{position:relative}.s241{box-sizing:border-box;width:100%;height:100%;padding-right:0}.c86{-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/a/close-open-menue-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.5s, border-color 0.5s, background-color 0.5s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.a7{transform:translateZ(1px);display:inline-block;width:100%;z-index:1}.f65{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:27px;padding-bottom:27px}.ps187{position:relative;margin-left:576px;margin-top:-1px}.s242{min-width:768px;width:768px;min-height:52px}.z242{z-index:62}.s243{min-width:644px;width:644px;height:52px}.z243{z-index:67}.input2{border:1px solid #cddee8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;width:644px;height:52px;font-family:"Exo 2 4";font-size:40px;line-height:1.201;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#666;text-shadow:none;text-indent:10px;padding-bottom:0;text-align:left;padding:2px}.input2::placeholder{color:rgb(59,149,203);opacity:1}.ps188{position:relative;margin-left:642px;margin-top:-52px}.s244{min-width:126px;width:126px;height:52px}.z244{z-index:68}.c87{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;border:1px solid #cddee8;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#cddee8;background-image:url(../images/j/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.4s, border-color 0.4s, background-color 0.4s;transition-timing-function:ease-in-out;transform-style:preserve-3d}.f66{font-family:"Exo 2 4";font-size:24px;font-size:calc(24px * var(--f));line-height:1.209;font-weight:500;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:11px;padding-bottom:10px}.ps189{position:relative;margin-left:0;margin-top:-1px}.s245{min-width:1920px;width:1920px;height:50px}.z245{z-index:56}.c88{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#3b95cb;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-color:transparent;transition:color 0.5s, border-color 0.5s, background-color 0.5s;transition-timing-function:ease-in-out}.a8{display:inline-block;width:100%;z-index:1}.f67{font-family:"Exo 2 4";font-size:40px;font-size:calc(40px * var(--f));line-height:1.201;font-weight:500;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:1px;padding-bottom:1px}.z246{z-index:69}.z247{z-index:63}.z248{z-index:64}.z249{z-index:70}.z250{z-index:59}.ps190{position:relative;margin-left:0;margin-top:1px}.z251{z-index:60}.z252{z-index:61}.z253{z-index:57}.z254{z-index:58}.c89{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:71;pointer-events:none;opacity:0;transition:opacity 2s}.ps191{position:relative;margin-left:auto;margin-top:calc(100vh - 280px);margin-top:calc(var(--vh, 1vh) * 100 - 280px);margin-right:40px;-webkit-transform:translate3d(0,0,0)}.c90{border:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:transparent;box-shadow:1px 1px 4px rgba(0,0,0,0.4)}.c91{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:160px;width:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.v32{display:inline-block;vertical-align:top;outline:0}.s246{min-width:160px;height:160px;box-sizing:border-box;width:160px;padding-right:0}.c92{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:transparent;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#0064a0;background-image:url(../images/n/scroll-up-icon-weiss-hausarztpraxis-dr-med-dietmar-schoppmann-geldern-1.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}.z255{z-index:72}.f68{font-family:"Exo 2 5";font-size:28px;font-size:calc(28px * var(--f));line-height:1.180;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:64px;padding-bottom:63px}.c93{display:inline-block;position:relative;margin-left:0;margin-top:0}.c86:hover{background-color:#3b95cb;color:#fff;background-clip:padding-box;border:0}.c86:active{transition:initial}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:hover{background-color:transparent;border-color:transparent}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}.c87:active{transition:initial}.c88:hover{background-clip:padding-box;color:#0064a0}.c88:active{transition:initial}.c92:hover{background-color:#fff;color:#666;background-clip:padding-box;border:0}.c92:active{transition:initial}@media (min-width:1200px) and (max-width:1919px){.ps161{margin-top:42px}.s220{min-width:1200px;height:627px}.s221{min-width:1200px;min-height:627px}.s222{min-width:1200px;height:627px}.s223{width:1200px;min-height:545px}.ps165{margin-top:-526px}.s225{width:1200px;min-height:608px}.s226{min-width:1200px;width:1200px;min-height:216px}.s227{min-width:1200px;width:1200px;height:56px}.f54{font-size:30px;font-size:calc(30px * var(--f));line-height:1.201}.ps167{margin-left:14px;margin-top:7px}.s228{min-width:1174px;width:1174px;height:153px}.p15{padding-bottom:10px}.f55{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps168{margin-left:13px}.s229{min-width:375px;width:375px;height:38px}.ps169{margin-top:9px}.s230{min-width:375px;width:375px;height:238px}.f56{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f57{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f58{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f59{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f60{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps170{margin-left:25px}.ps171{margin-left:2px;margin-top:9px}.s231{min-width:375px;width:375px;height:238px}.f61{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.ps172{margin-left:23px}.ps173{margin-top:9px}.s232{min-width:375px;width:375px;height:238px}.ps174{margin-top:54px}.s233{min-width:421px;width:421px;height:53px}.f62{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps176{margin-left:19px}.s234{min-width:218px;width:218px;height:53px}.f63{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps177{margin-left:19px}.s235{min-width:125px;width:125px;height:53px}.ps178{margin-left:11px;margin-top:0}.s236{min-width:196px;width:196px;height:53px}.f64{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps179{margin-left:0;margin-top:0}.s237{min-width:158px;width:158px;height:53px}.ps180{margin-top:-608px}.s238{min-width:1200px;min-height:370px}.ps181{margin-top:-370px}.s239{min-width:1200px}.ps183{margin-top:15px}.s240{width:1200px;min-height:650px}.ps184{margin-left:190px}.i8{width:143px;height:100px}.ps185{margin-left:742px}.f65{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:28px;padding-bottom:28px}.ps187{margin-left:189px}.s242{min-width:824px;width:824px}.s243{min-width:691px;width:691px}.input2{width:691px;text-indent:6px}.ps188{margin-left:689px}.s244{min-width:135px;width:135px}.f66{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:16px;padding-bottom:16px}.s245{min-width:1200px;width:1200px}.ps190{margin-top:0}.ps191{margin-top:calc(100vh - 175px);margin-top:calc(var(--vh, 1vh) * 100 - 175px);margin-right:25px}.c91{height:100px}.s246{min-width:100px;height:100px;width:100px}.f68{font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;padding-top:39px;padding-bottom:39px}.f61:visited{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f61:hover{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f61:active{font-size:18px;font-size:calc(18px * var(--f));line-height:1.723}.f63:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f63:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f63:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:960px) and (max-width:1199px){.ps161{margin-top:55px}.s220{min-width:960px;height:513px}.s221{min-width:960px;min-height:513px}.s222{min-width:960px;height:513px}.s223{width:960px;min-height:448px}.ps165{margin-top:-433px}.s225{width:960px;min-height:498px}.s226{min-width:960px;width:960px;min-height:172px}.s227{min-width:960px;width:960px;height:45px}.f54{font-size:24px;font-size:calc(24px * var(--f));line-height:1.209}.ps167{margin-left:10px;margin-top:5px}.s228{min-width:940px;width:940px;height:122px}.p15{padding-bottom:8px}.f55{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps168{margin-left:10px;margin-top:13px}.s229{min-width:300px;width:300px;height:30px}.ps169{margin-top:8px}.s230{min-width:300px;width:300px;height:190px}.f56{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f57{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f58{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f59{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f60{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps170{margin-left:20px}.ps171{margin-left:0;margin-top:8px}.s231{min-width:300px;width:300px;height:190px}.f61{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.ps172{margin-left:20px}.ps173{margin-top:8px}.s232{min-width:300px;width:300px;height:190px}.ps174{margin-top:43px}.s233{min-width:358px;width:358px;height:42px}.f62{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps176{margin-left:20px}.s234{min-width:174px;width:174px;height:42px}.f63{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps177{margin-left:20px}.s235{min-width:77px;width:77px;height:42px}.ps178{margin-left:18px;margin-top:0}.s236{min-width:157px;width:157px;height:42px}.f64{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.ps179{margin-left:0;margin-top:0}.s237{min-width:126px;width:126px;height:42px}.ps180{margin-top:-498px}.s238{min-width:960px;min-height:296px}.ps181{margin-top:-296px}.s239{min-width:960px}.ps183{margin-top:10px}.s240{width:960px;min-height:630px}.ps184{margin-left:152px}.i8{width:106px;height:80px}.ps185{margin-left:602px}.f65{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:22px;padding-bottom:22px}.ps187{margin-left:151px}.s242{min-width:659px;width:659px}.s243{min-width:553px;width:553px}.input2{width:553px;text-indent:5px}.ps188{margin-left:551px}.s244{min-width:108px;width:108px}.f66{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:18px;padding-bottom:18px}.s245{min-width:960px;width:960px}.ps190{margin-top:0}.ps191{margin-top:calc(100vh - 140px);margin-top:calc(var(--vh, 1vh) * 100 - 140px);margin-right:20px}.c91{height:80px}.s246{min-width:80px;height:80px;width:80px}.f68{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:31px;padding-bottom:31px}.f61:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f61:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f61:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.734}.f63:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f63:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.f63:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.232}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:768px) and (max-width:959px){.ps161{margin-top:42px}.s220{min-width:768px;height:401px}.s221{min-width:768px;min-height:401px}.s222{min-width:768px;height:401px}.s223{width:768px;min-height:349px}.ps165{margin-top:-336px}.s225{width:768px;min-height:388px}.s226{min-width:768px;width:768px;min-height:138px}.s227{min-width:768px;width:768px;height:36px}.f54{font-size:19px;font-size:calc(19px * var(--f));line-height:1.212}.ps167{margin-left:9px;margin-top:4px}.s228{min-width:751px;width:751px;height:98px}.p15{padding-bottom:6px}.f55{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps168{margin-left:8px}.s229{min-width:240px;width:240px;height:24px}.ps169{margin-top:6px}.s230{min-width:240px;width:240px;height:152px}.f56{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f57{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f58{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f59{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f60{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps170{margin-left:16px}.ps171{margin-left:2px;margin-top:6px}.s231{min-width:240px;width:240px;height:152px}.f61{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.ps172{margin-left:14px}.ps173{margin-top:6px}.s232{min-width:240px;width:240px;height:152px}.ps174{margin-top:34px}.s233{min-width:252px;width:252px;height:34px}.f62{font-size:10px;font-size:calc(10px * var(--f))}.ps176{margin-left:4px}.s234{min-width:123px;width:123px;height:34px}.f63{font-size:10px;font-size:calc(10px * var(--f))}.ps177{margin-left:18px}.s235{min-width:61px;width:61px;height:34px}.ps178{margin-top:0}.s236{min-width:155px;width:155px;height:34px}.f64{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.ps179{margin-left:3px;margin-top:0}.s237{min-width:130px;width:130px;height:34px}.ps180{margin-top:-388px}.s238{min-width:768px;min-height:237px}.ps181{margin-top:-237px}.s239{min-width:768px}.ps183{margin-top:9px}.s240{width:768px;min-height:614px}.ps184{margin-left:123px}.i8{width:90px;height:64px}.ps185{margin-left:475px}.f65{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:18px;padding-bottom:18px}.ps187{margin-left:120px}.s242{min-width:528px;width:528px}.s243{min-width:443px;width:443px}.input2{width:443px;text-indent:4px}.ps188{margin-left:441px}.s244{min-width:87px;width:87px}.f66{font-size:9px;font-size:calc(9px * var(--f));line-height:1.223;padding-top:20px;padding-bottom:19px}.s245{min-width:768px;width:768px}.ps190{margin-top:0}.ps191{margin-top:calc(100vh - 112px);margin-top:calc(var(--vh, 1vh) * 100 - 112px);margin-right:16px}.c91{height:64px}.s246{min-width:64px;height:64px;width:64px}.f68{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;padding-top:25px;padding-bottom:25px}.f61:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f61:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f61:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.668}.f63:visited{font-size:10px;font-size:calc(10px * var(--f))}.f63:hover{font-size:10px;font-size:calc(10px * var(--f))}.f63:active{font-size:10px;font-size:calc(10px * var(--f))}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (min-width:480px) and (max-width:767px){.ps161{margin-top:65px}.s220{min-width:480px;height:1420px}.s221{min-width:480px;min-height:1420px}.s222{min-width:480px;height:1420px}.s223{width:480px;min-height:1280px}.ps165{margin-top:-1267px}.s225{width:480px;min-height:1407px}.ps166{margin-left:5px;margin-top:54px}.s226{min-width:470px;width:470px;min-height:404px}.s227{min-width:470px;width:470px;height:45px}.f54{font-size:22px;font-size:calc(22px * var(--f));line-height:1.183}.ps167{margin-left:5px;margin-top:0}.s228{min-width:460px;width:460px;height:359px}.p15{padding-bottom:5px}.f55{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps168{margin-left:5px}.s229{min-width:470px;width:470px;height:45px}.ps169{margin-left:75px;margin-top:0}.s230{min-width:320px;width:320px;height:263px}.f56{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f57{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f58{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f59{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.f60{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738;letter-spacing:normal}.ps170{margin-left:0;margin-top:-1px}.ps171{margin-left:5px;margin-top:0}.s231{min-width:460px;width:460px;height:186px}.f61{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.ps172{margin-left:0;margin-top:8px}.ps173{margin-left:5px;margin-top:0}.s232{min-width:460px;width:460px;height:218px}.ps174{margin-top:-1267px}.ps175{margin-top:1362px}.s233{min-width:480px;width:480px;height:45px}.f62{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps176{margin-left:41px;margin-top:-90px}.s234{min-width:191px;width:191px;height:45px}.f63{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps177{margin-left:14px;margin-top:-90px}.s235{min-width:140px;width:140px;height:45px}.ps178{margin-left:12px;margin-top:-1407px}.s236{min-width:206px;width:206px;height:45px}.f64{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps179{margin-left:36px;margin-top:-1407px}.s237{min-width:201px;width:201px;height:45px}.ps180{margin-top:-1407px}.s238{min-width:480px;min-height:173px}.ps181{margin-top:-173px}.s239{min-width:480px}.ps183{margin-top:10px}.s240{width:480px;min-height:454px}.ps184{margin-left:0}.i8{width:80px;height:64px}.ps185{margin-left:320px}.f65{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:26px;padding-bottom:26px}.ps187{margin-left:-1px}.s242{min-width:482px;width:482px;min-height:42px}.s243{min-width:407px;width:407px;height:42px}.input2{width:407px;height:42px;font-size:20px;color:#3b95cb;text-indent:3px}.ps188{margin-left:400px;margin-top:-42px}.s244{min-width:82px;width:82px;height:42px}.f66{font-size:6px;font-size:calc(6px * var(--f));line-height:1.168;padding-top:17px;padding-bottom:16px}.s245{min-width:480px;width:480px;height:35px}.f67{font-size:20px;font-size:calc(20px * var(--f));padding-top:6px;padding-bottom:5px}.ps190{margin-top:0}.ps191{margin-top:calc(100vh - 120px);margin-top:calc(var(--vh, 1vh) * 100 - 120px);margin-right:15px}.c91{height:75px}.s246{min-width:75px;height:75px;width:75px}.f68{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201;padding-top:29px;padding-bottom:28px}.f61:visited{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f61:hover{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f61:active{font-size:19px;font-size:calc(19px * var(--f));line-height:1.738}.f63:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f63:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f63:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}@media (max-width:479px){.ps161{margin-top:51px}.s220{min-width:320px;height:1005px}.s221{min-width:320px;min-height:1005px}.s222{min-width:320px;height:1005px}.s223{width:320px;min-height:899px}.ps165{margin-top:-889px}.s225{width:320px;min-height:995px}.ps166{margin-top:43px}.s226{min-width:320px;width:320px;min-height:269px}.s227{min-width:320px;width:320px;height:30px}.f54{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.ps167{margin-left:5px;margin-top:0}.s228{min-width:310px;width:310px;height:239px}.p15{padding-bottom:3px}.f55{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps168{margin-left:0;margin-top:7px}.s229{min-width:320px;width:320px;height:30px}.ps169{margin-left:50px;margin-top:0}.s230{min-width:220px;width:220px;height:175px}.f56{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f57{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f58{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f59{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.f60{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770;letter-spacing:normal}.ps170{margin-left:0}.ps171{margin-left:5px;margin-top:0}.s231{min-width:310px;width:310px;height:160px}.f61{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.ps172{margin-left:0}.ps173{margin-left:5px;margin-top:0}.s232{min-width:310px;width:310px;height:145px}.ps174{margin-top:-889px}.ps175{margin-top:955px}.s233{min-width:320px;width:320px;height:40px}.f62{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps176{margin-left:0;margin-top:-80px}.s234{min-width:173px;width:173px;height:40px}.f63{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.ps177{margin-left:8px;margin-top:-80px}.s235{min-width:103px;width:103px;height:40px}.ps178{margin-left:0;margin-top:-995px}.s236{min-width:163px;width:163px;height:30px}.f64{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201}.ps179{margin-left:7px;margin-top:-995px}.s237{min-width:134px;width:134px;height:30px}.ps180{margin-top:-989px}.s238{min-width:320px;min-height:115px}.ps181{margin-top:-115px}.s239{min-width:320px}.ps183{margin-top:10px}.s240{width:320px;min-height:504px}.ps184{margin-left:0}.i8{width:80px;height:64px}.ps185{margin-left:160px}.f65{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:26px;padding-bottom:26px}.ps187{margin-left:-1px}.s242{min-width:322px;width:322px;min-height:42px}.s243{min-width:242px;width:242px;height:42px}.input2{width:242px;height:42px;font-size:20px;color:#3b95cb;text-indent:2px}.ps188{margin-left:240px;margin-top:-42px}.s244{min-width:82px;width:82px;height:42px}.f66{font-size:4px;font-size:calc(4px * var(--f));line-height:1.251;padding-top:18px;padding-bottom:17px}.s245{min-width:320px;width:320px;height:40px}.f67{font-size:20px;font-size:calc(20px * var(--f));padding-top:8px;padding-bottom:8px}.ps190{margin-top:0}.ps191{margin-top:calc(100vh - 80px);margin-top:calc(var(--vh, 1vh) * 100 - 80px);margin-right:10px}.c91{height:50px}.s246{min-width:50px;height:50px;width:50px}.f68{font-size:10px;font-size:calc(10px * var(--f));line-height:1.201;padding-top:19px;padding-bottom:19px}.f61:visited{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f61:hover{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f61:active{font-size:13px;font-size:calc(13px * var(--f));line-height:1.770}.f63:visited{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.f63:hover{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.f63:active{font-size:11px;font-size:calc(11px * var(--f));line-height:1.183}.c87::before{background-color:#58c958;background-image:url(../images/h/website-suche-lupen-icon-hausarztpraxis-dr-med-schoppmann-geldern-neu-mouse-over-1.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:1px solid #58c958;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;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.4s, color 0.4s, border-color 0.4s, background-color 0.4s}.c87:hover:before{opacity:1}.c87:active:before{background-color:#58c958;background-clip:padding-box;border:1px solid #58c958;transition:initial}}