body{--f:1;min-width:1200px}@media (min-width:960px) and (max-width:1199px){body{min-width:960px}}@media (max-width:959px){body{min-width:320px}}.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}
.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}@-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}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-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 slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes bounceIn{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1)}}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.menu-content{cursor:pointer;position:relative}li{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.ps1{position:relative;margin-top:41px}.v1{display:block;pointer-events:none}.s1{width:1200px;margin-left:auto;margin-right:auto;min-height:98px}.v2{display:inline-block;vertical-align:top;pointer-events:auto}.ps2{position:relative;margin-left:103px;margin-top:0}.s2{min-width:984px;width:984px;overflow:hidden;height:98px}.p1{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f1{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.v3{display:block}.c2{position:relative;pointer-events:none;min-width:1200px;width:100%;overflow:hidden;margin-top:0;z-index:35;min-height:567px}.ps3{position:relative;margin-top:0}.s3{width:100%;min-width:1200px;min-height:535px;padding-bottom:32px}.c3{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#8b8378}.ps4{display:inline-block;width:0;height:0}.slc1{margin-top:32px}.v4{display:inline-block;vertical-align:top;pointer-events:none}.ps5{position:relative;margin-left:0;margin-top:0}.s4{min-width:480px;width:480px;min-height:503px}.c4{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#edefeb;overflow:hidden}.z1{z-index:134}.z2{z-index:135}.v5{display:inline-block;vertical-align:top}.s5{min-width:480px;width:480px;min-height:503px;line-height:0}.s6{min-width:480px;width:480px;min-height:503px;height:503px}.z3{z-index:136}.i1{position:absolute;left:0;width:480px;top:0;height:503px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i2{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps6{position:relative;margin-left:0;margin-top:-139px}.s7{min-width:480px;width:480px;min-height:96px}.c5{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(0,0,0,0.5);opacity:0.8}.z4{z-index:137}.ps7{position:relative;margin-left:72px;margin-top:-127px}.s8{min-width:124px;width:124px;overflow:hidden;height:45px}.z5{z-index:138}.p2{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f2{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.641;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps8{position:relative;margin-left:-123px;margin-top:-88px}.s9{min-width:227px;width:227px;overflow:hidden;height:38px}.z6{z-index:139}.f3{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.351;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps9{position:relative;margin-left:31px;margin-top:0}.z7{z-index:140}.z8{z-index:141}.z9{z-index:142}.z10{z-index:143}.ps10{position:relative;margin-left:113px;margin-top:-132px}.s10{min-width:103px;width:103px;overflow:hidden;height:47px}.z11{z-index:144}.ps11{position:relative;margin-left:113px;margin-top:-89px}.s11{min-width:283px;width:283px;overflow:hidden;height:36px}.z12{z-index:145}.f4{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.z13{z-index:146}.z14{z-index:147}.z15{z-index:148}.z16{z-index:149}.ps12{position:relative;margin-left:80px;margin-top:-131px}.s12{min-width:159px;width:159px;overflow:hidden;height:46px}.z17{z-index:150}.ps13{position:relative;margin-left:80px;margin-top:-89px}.s13{min-width:348px;width:348px;overflow:hidden;height:33px}.z18{z-index:151}.z19{z-index:152}.z20{z-index:153}.z21{z-index:154}.z22{z-index:155}.ps14{position:relative;margin-left:76px;margin-top:-128px}.s14{min-width:176px;width:176px;overflow:hidden;height:46px}.z23{z-index:156}.ps15{position:relative;margin-left:75px;margin-top:-90px}.s15{min-width:349px;width:349px;overflow:hidden;height:33px}.z24{z-index:157}.z25{z-index:158}.z26{z-index:159}.z27{z-index:160}.z28{z-index:161}.ps16{position:relative;margin-left:73px;margin-top:-130px}.s16{min-width:113px;width:113px;overflow:hidden;height:56px}.z29{z-index:162}.ps17{position:relative;margin-left:74px;margin-top:-90px}.s17{min-width:357px;width:357px;overflow:hidden;height:39px}.z30{z-index:163}.z31{z-index:164}.z32{z-index:165}.z33{z-index:166}.z34{z-index:167}.c6{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(0,0,0,0.5)}.z35{z-index:168}.ps18{position:relative;margin-left:52px;margin-top:-81px}.s18{min-width:158px;width:158px;overflow:hidden;height:38px}.z36{z-index:169}.f5{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps19{position:relative;margin-left:-154px;margin-top:-45px}.s19{min-width:260px;width:260px;overflow:hidden;height:36px}.z37{z-index:170}.z38{z-index:171}.z39{z-index:172}.z40{z-index:173}.z41{z-index:174}.z42{z-index:175}.ps20{position:relative;margin-left:58px;margin-top:-81px}.s20{min-width:158px;width:158px;overflow:hidden;height:38px}.z43{z-index:176}.ps21{position:relative;margin-left:-160px;margin-top:-45px}.z44{z-index:177}.ps22{position:relative;margin-top:-1px}.s21{width:100%;min-width:1200px;min-height:611px;padding-bottom:0}.c7{border-top:1px solid #838b83;border-bottom:1px solid #838b83;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb;box-shadow:1px 2px 4px rgba(0,0,0,0.4)}.z45{z-index:11}.ps23{position:relative;margin-top:41px}.s22{width:1200px;margin-left:auto;margin-right:auto;min-height:541px}.ps24{position:relative;margin-left:-2px;margin-top:0}.s23{min-width:1202px;width:1202px;min-height:446px}.s24{min-width:1202px;width:1202px;min-height:446px;line-height:0}.ps25{position:relative;margin-left:2px;margin-top:0}.s25{min-width:1200px;width:1200px;overflow:hidden;height:63px}.z46{z-index:2}.f6{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps26{position:relative;margin-left:0;margin-top:-44px}.s26{min-width:1173px;width:1173px;min-height:427px}.z47{z-index:3}.s27{min-width:742px;width:742px;min-height:427px}.c8{border-top:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:0 solid rgba(0,0,0,0);border-left:2px solid #82939e;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/b/farbige-hand-742.png)}.z48{z-index:5}.webp .c8{background-image:url(../images/d/farbige-hand-742.webp)}.v6{display:inline-block;vertical-align:top;pointer-events:none}.ps27{position:relative;margin-left:22px;margin-top:56px}.s28{min-width:407px;width:407px;min-height:333px}.c9{border:0;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/7/trendfarben-im-loft-gruen-407.jpg)}.z49{z-index:6}.webp .c9{background-image:url(../images/5/trendfarben-im-loft-gruen-407.webp)}.ps28{position:relative;margin-left:247px;margin-top:23px}.s29{min-width:750px;width:750px;overflow:hidden;height:72px}.z50{z-index:4}.f7{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f8{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s30{width:100%;min-width:1200px;min-height:368px;padding-bottom:0}.c10{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z51{z-index:178}.ps29{position:relative;margin-top:38px}.s31{width:1200px;margin-left:auto;margin-right:auto;min-height:313px}.ps30{position:relative;margin-left:0;margin-top:0}.s32{min-width:1200px;width:1200px;overflow:hidden;height:63px}.z52{z-index:12}.ps31{position:relative;margin-left:28px;margin-top:14px}.s33{min-width:1143px;width:1143px;min-height:236px}.z53{z-index:13}.s34{min-width:166px;width:166px;min-height:210px}.z54{z-index:15}.ps32{position:relative;margin-left:0;margin-top:0}.s35{min-width:166px;width:166px;min-height:166px;height:166px}.z55{z-index:18}.i3{position:absolute;left:0;width:166px;top:0;height:166px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps33{position:relative;margin-left:14px;margin-top:14px}.s36{min-width:138px;width:138px;overflow:hidden;height:30px}.z56{z-index:19}.f9{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps34{position:relative;margin-left:-154px;margin-top:10px}.s37{min-width:166px;width:166px;min-height:226px}.c11{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent}.z57{z-index:14}.ps35{position:relative;margin-left:23px;margin-top:0}.s38{min-width:166px;width:166px;min-height:210px}.z58{z-index:17}.ps36{position:relative;margin-left:0;margin-top:0}.z59{z-index:21}.ps37{position:relative;margin-left:26px;margin-top:14px}.s39{min-width:115px;width:115px;overflow:hidden;height:30px}.z60{z-index:22}.ps38{position:relative;margin-left:33px;margin-top:0}.s40{min-width:166px;width:166px;min-height:236px;line-height:0}.ps39{position:relative;margin-left:0;margin-top:0}.s41{min-width:166px;width:166px;min-height:210px}.z61{z-index:23}.z62{z-index:24}.i4{position:absolute;left:0;width:166px;top:0;height:166px;-webkit-filter: brightness(170%);-moz-filter: brightness(170%);filter: brightness(170%);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps40{position:relative;margin-left:4px;margin-top:14px}.s42{min-width:159px;width:159px;overflow:hidden;height:30px}.z63{z-index:25}.ps41{position:relative;margin-left:0;margin-top:-200px}.z64{z-index:16}.ps42{position:relative;margin-left:17px;margin-top:0}.s43{min-width:166px;width:166px;min-height:210px}.z65{z-index:26}.z66{z-index:27}.i5{position:absolute;left:0;width:166px;top:0;height:166px;-webkit-filter: brightness(129%);-moz-filter: brightness(129%);filter: brightness(129%);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps43{position:relative;margin-left:36px;margin-top:14px}.s44{min-width:95px;width:95px;overflow:hidden;height:30px}.z67{z-index:28}.ps44{position:relative;margin-left:40px;margin-top:0}.s45{min-width:166px;width:166px;min-height:210px}.z68{z-index:32}.z69{z-index:33}.ps45{position:relative;margin-left:6px;margin-top:14px}.s46{min-width:154px;width:154px;overflow:hidden;height:30px}.z70{z-index:34}.ps46{position:relative;margin-left:-165px;margin-top:10px}.z71{z-index:20}.ps47{position:relative;margin-left:21px;margin-top:0}.s47{min-width:166px;width:166px;min-height:210px}.z72{z-index:29}.z73{z-index:30}.i6{position:absolute;left:0;width:166px;top:0;height:166px;-webkit-filter: brightness(105%);-moz-filter: brightness(105%);filter: brightness(105%);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:0}.ps48{position:relative;margin-left:4px;margin-top:14px}.s48{min-width:159px;width:159px;overflow:hidden;height:30px}.z74{z-index:31}.ps49{position:relative;margin-top:0}.s49{width:100%;min-width:1200px;min-height:1308px;padding-bottom:0}.c12{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z75{z-index:37}.ps50{position:relative;margin-top:40px}.s50{width:1200px;margin-left:auto;margin-right:auto;min-height:1208px}.ps51{position:relative;margin-left:402px;margin-top:0}.s51{min-width:402px;width:402px;overflow:hidden;height:62px}.z76{z-index:38}.f10{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps52{position:relative;margin-left:30px;margin-top:9px}.s52{min-width:1137px;width:1137px;overflow:hidden;height:40px}.z77{z-index:39}.f11{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:300;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps53{position:relative;margin-left:30px;margin-top:49px}.s53{min-width:1135px;width:1135px;min-height:443px}.z78{z-index:40}.s54{min-width:584px;width:584px;min-height:443px;height:443px}.z79{z-index:46}.i7{position:absolute;left:0;width:584px;top:0;height:443px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps54{position:relative;margin-left:36px;margin-top:0}.s55{min-width:515px;width:515px;min-height:443px}.z80{z-index:41}.s56{min-width:515px;width:515px;min-height:443px;line-height:0}.c13{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z81{z-index:42}.ps55{position:relative;margin-left:43px;margin-top:-408px}.s57{min-width:415px;width:415px;overflow:hidden;height:76px}.z82{z-index:43}.f12{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps56{position:relative;margin-left:43px;margin-top:-305px}.s58{min-width:414px;width:414px;overflow:hidden;height:165px}.z83{z-index:44}.v7{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps57{position:relative;margin-left:164px;margin-top:-102px}.s59{min-width:190px;height:67px;box-sizing:border-box;width:188px;padding-right:0}.c14{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000;border:1px solid #fff;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:#dad9c3;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z84{z-index:45}.a1{display:inline-block;width:100%;z-index:1}.f13{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps58{position:relative;margin-left:33px;margin-top:54px}.s60{min-width:1129px;width:1129px;min-height:551px}.s61{min-width:359px;width:359px;min-height:551px}.z85{z-index:47}.s62{min-width:359px;width:359px;min-height:551px;line-height:0}.s63{min-width:359px;width:359px;min-height:551px}.z86{z-index:48}.ps59{position:relative;margin-left:0;margin-top:-551px}.s64{min-width:359px;width:359px;min-height:241px;height:241px}.z87{z-index:49}.i8{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps60{position:relative;margin-left:32px;margin-top:-279px}.s65{min-width:172px;width:172px;overflow:hidden;height:38px}.z88{z-index:50}.f14{font-family:"Helvetica Neue", sans-serif;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:#000;background-color:initial;text-shadow:none}.ps61{position:relative;margin-left:32px;margin-top:-236px}.s66{min-width:296px;width:296px;overflow:hidden;height:117px}.z89{z-index:51}.ps62{position:relative;margin-left:33px;margin-top:-109px}.s67{min-width:190px;height:67px;box-sizing:border-box;width:188px;padding-right:0}.z90{z-index:52}.f15{width:100%;max-height:100%;overflow:hidden;z-index:1;font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps63{position:relative;margin-left:29px;margin-top:0}.s68{min-width:359px;width:359px;min-height:551px}.z91{z-index:53}.s69{min-width:359px;width:359px;min-height:551px;line-height:0}.s70{min-width:359px;width:359px;min-height:551px}.z92{z-index:54}.s71{min-width:359px;width:359px;min-height:241px;height:241px}.z93{z-index:55}.i9{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps64{position:relative;margin-left:32px;margin-top:-279px}.s72{min-width:162px;width:162px;overflow:hidden;height:38px}.z94{z-index:56}.ps65{position:relative;margin-left:32px;margin-top:-236px}.s73{min-width:296px;width:296px;overflow:hidden;height:117px}.z95{z-index:57}.ps66{position:relative;margin-left:33px;margin-top:-109px}.z96{z-index:58}.ps67{position:relative;margin-left:29px;margin-top:0}.s74{min-width:353px;width:353px;min-height:551px}.z97{z-index:59}.s75{min-width:353px;width:353px;min-height:551px;line-height:0}.s76{min-width:353px;width:353px;min-height:241px;height:241px}.z98{z-index:61}.i10{position:absolute;left:0;width:353px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps68{position:relative;margin-left:1px;margin-top:-241px}.s77{min-width:352px;width:352px;min-height:551px}.c15{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z99{z-index:60}.ps69{position:relative;margin-left:32px;margin-top:-279px}.s78{min-width:161px;width:161px;overflow:hidden;height:39px}.z100{z-index:62}.ps70{position:relative;margin-left:32px;margin-top:-236px}.s79{min-width:296px;width:296px;overflow:hidden;height:117px}.z101{z-index:63}.ps71{position:relative;margin-left:33px;margin-top:-109px}.z102{z-index:64}.c16{position:relative;pointer-events:none;min-width:1200px;width:100%;overflow:hidden;margin-top:0;z-index:65;min-height:538px}.s80{width:100%;min-width:1200px;min-height:538px;padding-bottom:0}.ps72{position:relative;margin-top:11px}.s81{width:1200px;margin-left:auto;margin-right:auto;min-height:505px}.ps73{position:relative;margin-left:95px;margin-top:0}.s82{min-width:1064px;width:1064px;min-height:505px}.ps74{position:relative;margin-left:0;margin-top:84px}.s83{min-width:265px;width:265px;min-height:330px;line-height:0}.ps75{position:relative;margin-left:1px;margin-top:0}.s84{min-width:264px;width:264px;overflow:hidden;height:59px}.z103{z-index:75}.p3{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f16{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps76{position:relative;margin-left:0;margin-top:204px}.s85{min-width:187px;height:67px;box-sizing:border-box;width:185px;padding-right:0}.z104{z-index:77}.f17{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps77{position:relative;margin-left:-263px;margin-top:164px}.s86{min-width:302px;width:302px;overflow:hidden;height:142px}.z105{z-index:76}.f18{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps78{position:relative;margin-left:94px;margin-top:0}.s87{min-width:666px;width:666px;min-height:505px;height:505px}.z106{z-index:74}.i11{position:absolute;left:0;width:666px;top:0;height:505px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s88{width:100%;min-width:1200px;min-height:604px;padding-bottom:0}.c17{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z107{z-index:73}.s89{width:100%;min-width:1200px;min-height:604px}.z108{z-index:66}.ps79{position:relative;margin-top:-573px}.s90{width:1200px;margin-left:auto;margin-right:auto;min-height:505px}.ps80{position:relative;margin-left:32px;margin-top:0}.s91{min-width:1102px;width:1102px;min-height:505px}.s92{min-width:652px;width:652px;min-height:505px;height:505px}.z109{z-index:67}.i12{position:absolute;left:0;width:652px;top:0;height:505px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps81{position:relative;margin-left:39px;margin-top:62px}.s93{min-width:375px;width:375px;min-height:348px;line-height:0}.s94{min-width:375px;width:375px;overflow:hidden;height:73px}.z110{z-index:68}.ps82{position:relative;margin-left:2px;margin-top:65px}.s95{min-width:167px;width:167px;overflow:hidden;height:103px}.z111{z-index:69}.ps83{position:relative;margin-left:-168px;margin-top:208px}.s96{min-width:187px;height:67px;box-sizing:border-box;width:185px;padding-right:0}.c18{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000;border:1px solid #fff;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:#dad9c3;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z112{z-index:71}.ps84{position:relative;margin-left:915px;margin-top:-274px}.s97{min-width:187px;width:187px;min-height:239px;line-height:0}.ps85{position:relative;margin-left:9px;margin-top:0}.s98{min-width:168px;width:168px;overflow:hidden;height:119px}.z113{z-index:70}.ps86{position:relative;margin-left:0;margin-top:53px}.s99{min-width:187px;height:67px;box-sizing:border-box;width:185px;padding-right:0}.z114{z-index:72}.s100{width:100%;min-width:1200px;min-height:387px;padding-bottom:0}.z115{z-index:78}.ps87{position:relative;margin-top:51px}.s101{width:1200px;margin-left:auto;margin-right:auto;height:336px}.ps88{position:relative;margin-left:379px;margin-top:0}.s102{min-width:443px;width:443px;overflow:hidden;height:65px}.f19{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v8{display:inline-block}.ga1{position:relative;vertical-align:top;margin-top:39px;width:1200px;margin-left:0;height:232px;overflow:hidden}.ps89{position:relative;margin-left:0;margin-top:0}.s103{min-width:1200px;width:1200px;min-height:57px}.s104{display:block;height:57px;width:100%;overflow:hidden}.s105{width:auto;height:100%;padding:0px 571px 0px 571px;background-color:transparent}.ps90{position:relative;margin-left:0;margin-top:22px}.s106{min-width:1200px;width:1200px;overflow:hidden;height:153px}.f20{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps91{position:relative;margin-left:0;margin-top:10px}.s107{min-width:1200px;width:1200px;overflow:hidden;height:153px}.f21{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps92{position:relative;margin-left:0;margin-top:10px}.s108{min-width:1200px;width:1200px;overflow:hidden;height:153px}.s109{min-width:1200px;width:1200px;overflow:hidden;height:153px}.ps93{position:relative;margin-left:0;margin-top:9px}.s110{min-width:1200px;width:1200px;overflow:hidden;height:153px}.un12 .slider{height:57px}.un12 .slick-prev,.un12 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un12 .slick-prev{left:-25px}
.un12 .slick-next{right:-25px}
.un12 .slider-for{margin-bottom:0px}
.un12 .slider-nav{margin-bottom:0px}
.un12 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un12 .slider-nav .slick-center picture{border-color:transparent}
.un12 .slick-dots{bottom:0px}
.un12 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un12 .slick-dots li button{height:20px;width:20px}
.un12 .slick-dots li button:before{width:20px;height:20px}
.un12 .slick-dots button{color:#404040}
[dir="rtl"] .un12 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un12 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un12 .slick-prev,.un12 .slick-next{{{arrowcolordark}}}
    .un12 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un12 .slick-dots button{{{dotscolordark}}}
}
.s111{width:100%;min-width:1200px;min-height:609px;padding-bottom:0}.z116{z-index:181}.s112{width:100%;min-width:1200px;min-height:609px}.z117{z-index:83}.ps94{position:relative;margin-top:-563px}.s113{width:1200px;margin-left:auto;margin-right:auto;min-height:514px}.ps95{position:relative;margin-left:86px;margin-top:0}.s114{min-width:1029px;width:1029px;min-height:431px}.ps96{position:relative;margin-left:0;margin-top:103px}.s115{min-width:480px;width:480px;min-height:328px}.z118{z-index:90}.s116{min-width:480px;width:480px;min-height:328px;line-height:0}.s117{min-width:395px;width:395px;min-height:296px;height:296px}.z119{z-index:96}.i13{position:absolute;left:0;width:395px;top:17px;height:261px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps97{position:relative;margin-left:0;margin-top:-138px}.s118{min-width:480px;width:480px;min-height:170px}.c19{border:0;-webkit-border-radius:39px;-moz-border-radius:39px;border-radius:39px;background-color:#fff}.z120{z-index:95}.ps98{position:relative;margin-left:174px;margin-top:-95px}.s119{min-width:236px;width:236px;overflow:hidden;height:75px}.z121{z-index:97}.f22{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps99{position:relative;margin-left:-478px;margin-top:0}.s120{min-width:479px;width:479px;overflow:hidden;height:105px}.z122{z-index:85}.ps100{position:relative;margin-left:154px;margin-top:76px}.s121{min-width:240px;width:240px;min-height:40px}.z123{z-index:88}.s122{min-width:240px;width:240px;min-height:40px;line-height:0}.ps101{position:relative;margin-left:3px;margin-top:0}.s123{min-width:40px;width:40px;min-height:25px}.z124{z-index:91}.input1{width:14px;height:14px;margin-top:7px;vertical-align:top}.f23{margin-left:3px;max-width:23px;font-family:"Lato 2";font-size:20px;line-height:normal;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:transparent;background-color:initial;text-shadow:none;text-indent:0;padding-bottom:0;padding-right:0;text-align:left;display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ps102{position:relative;margin-left:0;margin-top:-22px}.s124{min-width:240px;width:240px;overflow:hidden;height:37px}.z125{z-index:92}.f24{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps103{position:relative;margin-left:636px;margin-top:-431px}.s125{min-width:249px;width:249px;overflow:hidden;height:54px}.z126{z-index:84}.ps104{position:relative;margin-left:637px;margin-top:-304px}.s126{min-width:392px;width:392px;min-height:285px;line-height:0}.s127{min-width:392px;width:392px;height:42px}.z127{z-index:93}.input2{border:1px solid #7d856a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;width:392px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#7d856a;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input2::placeholder{color:rgb(128,128,128);opacity:1}.ps105{position:relative;margin-left:0;margin-top:14px}.z128{z-index:86}.input3{border:1px solid #7d856a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;width:392px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input3::placeholder{color:rgb(128,128,128);opacity:1}.ps106{position:relative;margin-left:0;margin-top:13px}.z129{z-index:87}.input3::placeholder{color:rgb(128,128,128);opacity:1}.s128{min-width:392px;width:392px;height:118px}.z130{z-index:89}.input4{border:1px solid #7d856a;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff;width:392px;height:118px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:1px;padding-bottom:0;text-align:left;padding:4px}.input4::placeholder{color:rgb(128,128,128);opacity:1}.ps107{position:relative;margin-left:831px;margin-top:13px}.s129{min-width:181px;width:181px;height:65px}.z131{z-index:94}.submit1{font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;text-align:center;border:0;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#fff;box-shadow:2px 2px 3px #000;padding-top:18px;padding-bottom:18px;padding-left:0;padding-right:0;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.s130{width:181px}.s131{width:100%;min-width:1200px;min-height:421px;padding-bottom:0}.z132{z-index:98}.ps108{position:relative;margin-top:44px}.s132{width:1200px;margin-left:auto;margin-right:auto;min-height:338px}.ps109{position:relative;margin-left:304px;margin-top:0}.s133{min-width:593px;width:593px;overflow:hidden;height:65px}.f25{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps110{position:relative;margin-left:0;margin-top:10px}.s134{min-width:1200px;width:1200px;overflow:hidden;height:72px}.f26{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.20px;color:#000;background-color:initial;text-shadow:none}.ps111{position:relative;margin-left:54px;margin-top:26px}.s135{min-width:1095px;width:1095px;min-height:165px}.ps112{position:relative;margin-left:81px;margin-top:0}.s136{min-width:927px;width:927px;min-height:71px}.s137{min-width:65px;width:65px;min-height:65px}.c20{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/l/icon-projekt-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps113{position:relative;margin-left:222px;margin-top:6px}.c21{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/q/icon-lieferung-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps114{position:relative;margin-left:223px;margin-top:6px}.c22{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/f/icon-verarbeiter-suche-schwatz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps115{position:relative;margin-left:222px;margin-top:6px}.c23{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/b/icon-support-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps116{position:relative;margin-left:0;margin-top:31px}.s138{min-width:1095px;width:1095px;min-height:63px}.s139{min-width:237px;width:237px;overflow:hidden;height:63px}.ps117{position:relative;margin-left:50px;margin-top:0}.s140{min-width:236px;width:236px;overflow:hidden;height:62px}.ps118{position:relative;margin-left:72px;margin-top:0}.s141{min-width:197px;width:197px;overflow:hidden;height:62px}.ps119{position:relative;margin-left:67px;margin-top:0}.s142{min-width:236px;width:236px;overflow:hidden;height:60px}.s143{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z133{z-index:132}.s144{width:100%;min-width:1200px;min-height:633px}.z134{z-index:111}.ps120{position:relative;margin-top:-604px}.s145{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps121{position:relative;margin-left:32px;margin-top:0}.s146{min-width:1137px;width:1137px;min-height:584px}.z135{z-index:112}.ps122{position:relative;margin-left:0;margin-top:0}.s147{min-width:176px;width:176px;min-height:50px}.c24{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z136{z-index:113}.ps123{position:relative;margin-left:0;margin-top:22px}.s148{min-width:1137px;width:1137px;min-height:512px}.z137{z-index:130}.s149{min-width:1137px;width:1137px;min-height:472px}.s150{min-width:1137px;width:1137px;min-height:472px;line-height:0}.z138{z-index:114}.ps124{position:relative;margin-left:55px;margin-top:-430px}.s151{min-width:1028px;width:1028px;min-height:219px}.z139{z-index:115}.s152{min-width:123px;width:123px;overflow:hidden;height:39px}.z140{z-index:120}.f27{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps125{position:relative;margin-left:106px;margin-top:0}.s153{min-width:111px;width:111px;overflow:hidden;height:39px}.z141{z-index:121}.ps126{position:relative;margin-left:199px;margin-top:0}.s154{min-width:104px;width:104px;overflow:hidden;height:39px}.z142{z-index:122}.ps127{position:relative;margin-left:154px;margin-top:0}.s155{min-width:231px;width:231px;overflow:hidden;height:39px}.z143{z-index:123}.ps128{position:relative;margin-left:0;margin-top:4px}.s156{min-width:207px;width:207px;overflow:hidden;height:176px}.z144{z-index:124}.f28{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps129{position:relative;margin-left:22px;margin-top:4px}.s157{min-width:273px;width:273px;overflow:hidden;height:176px}.z145{z-index:125}.f29{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps130{position:relative;margin-left:37px;margin-top:4px}.s158{min-width:231px;width:231px;overflow:hidden;height:176px}.z146{z-index:126}.ps131{position:relative;margin-left:27px;margin-top:4px}.s159{min-width:231px;width:231px;overflow:hidden;height:176px}.z147{z-index:127}.ps132{position:relative;margin-left:55px;margin-top:-181px}.s160{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c25{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z148{z-index:118}.f30{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps133{position:relative;margin-left:19px;margin-top:-182px}.s161{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c26{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z149{z-index:116}.ps134{position:relative;margin-left:588px;margin-top:-153px}.s162{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c27{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z150{z-index:117}.a2{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps135{position:relative;margin-left:25px;margin-top:-149px}.s163{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c28{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z151{z-index:119}.ps136{position:relative;margin-left:64px;margin-top:-66px}.s164{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z152{z-index:128}.f31{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps137{position:relative;margin-left:354px;margin-top:19px}.s165{min-width:426px;width:426px;overflow:hidden;height:21px}.z153{z-index:129}.f32{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f33{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c29{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:2146435283;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps138{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps139{position:relative;margin-left:836px;margin-top:70px}.s166{min-width:364px;width:364px;height:100vh;height:calc(100vh - 70px);height:calc(100vh - 70px + env(safe-area-inset-bottom));height:calc(var(--vh, 1vh) * 100 - 70px)}.c30{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c31{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c32{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s167{width:100%;height:100%}.c33{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v9{display:inline-block;vertical-align:top;overflow:visible}.ps140{position:relative;margin-left:47px;margin-top:18px}.s168{min-width:272px;width:272px;height:216px}.s169{min-width:272px;width:272px;min-height:216px;height:216px}.m1{padding:0px 0px 0px 0px}.s170{min-width:272px;width:272px;height:36px}.mcv1{display:inline-block}.s171{min-width:272px;width:272px;min-height:36px}.ps141{position:relative;margin-left:0;margin-top:1px}.s172{min-width:272px;width:272px;overflow:hidden;height:34px}.f34{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v10{display:none}.s173{min-width:267px;width:267px;min-height:301px;height:301px}.z154{z-index:9999}.s174{min-width:188px;width:188px;height:43px}.s175{min-width:188px;width:188px;min-height:43px}.ps142{position:relative;margin-left:0;margin-top:4px}.s176{min-width:188px;width:188px;overflow:hidden;height:34px}.p4{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f35{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps143{position:relative;margin-left:0;margin-top:0}.s177{min-width:170px;width:170px;height:43px}.s178{min-width:170px;width:170px;min-height:43px}.s179{min-width:170px;width:170px;overflow:hidden;height:34px}.s180{min-width:186px;width:186px;height:43px}.s181{min-width:186px;width:186px;min-height:43px}.s182{min-width:186px;width:186px;overflow:hidden;height:34px}.s183{min-width:267px;width:267px;height:43px}.s184{min-width:267px;width:267px;min-height:43px}.s185{min-width:267px;width:267px;overflow:hidden;height:34px}.s186{min-width:208px;width:208px;height:43px}.s187{min-width:208px;width:208px;min-height:43px}.s188{min-width:208px;width:208px;overflow:hidden;height:34px}.s189{min-width:177px;width:177px;height:43px}.s190{min-width:177px;width:177px;min-height:43px}.s191{min-width:177px;width:177px;overflow:hidden;height:34px}.s192{min-width:159px;width:159px;height:43px}.s193{min-width:159px;width:159px;min-height:43px}.s194{min-width:159px;width:159px;overflow:hidden;height:34px}.ps144{position:relative;margin-left:0;margin-top:9px}.ps145{position:relative;margin-left:0;margin-top:0}.s195{min-width:242px;width:242px;min-height:215px;height:215px}.s196{min-width:242px;width:242px;height:43px}.s197{min-width:242px;width:242px;min-height:43px}.ps146{position:relative;margin-left:0;margin-top:4px}.s198{min-width:242px;width:242px;overflow:hidden;height:34px}.f36{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s199{min-width:203px;width:203px;height:43px}.s200{min-width:203px;width:203px;min-height:43px}.s201{min-width:203px;width:203px;overflow:hidden;height:34px}.s202{min-width:200px;width:200px;height:43px}.s203{min-width:200px;width:200px;min-height:43px}.s204{min-width:200px;width:200px;overflow:hidden;height:34px}.s205{min-width:239px;width:239px;height:43px}.s206{min-width:239px;width:239px;min-height:43px}.s207{min-width:239px;width:239px;overflow:hidden;height:34px}.s208{min-width:167px;width:167px;height:43px}.s209{min-width:167px;width:167px;min-height:43px}.s210{min-width:167px;width:167px;overflow:hidden;height:34px}.s211{min-width:170px;width:170px;min-height:215px;height:215px}.s212{min-width:150px;width:150px;height:43px}.s213{min-width:150px;width:150px;min-height:43px}.s214{min-width:150px;width:150px;overflow:hidden;height:34px}.f37{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s215{min-width:163px;width:163px;height:43px}.s216{min-width:163px;width:163px;min-height:43px}.s217{min-width:163px;width:163px;overflow:hidden;height:34px}.s218{min-width:135px;width:135px;height:43px}.s219{min-width:135px;width:135px;min-height:43px}.s220{min-width:135px;width:135px;overflow:hidden;height:34px}.s221{min-width:158px;width:158px;height:43px}.s222{min-width:158px;width:158px;min-height:43px}.s223{min-width:158px;width:158px;overflow:hidden;height:34px}.s224{min-width:170px;width:170px;height:43px}.s225{min-width:170px;width:170px;min-height:43px}.s226{min-width:170px;width:170px;overflow:hidden;height:34px}.s227{min-width:108px;width:108px;min-height:73px;height:73px}.s228{min-width:108px;width:108px;height:36px}.s229{min-width:108px;width:108px;min-height:36px}.ps147{position:relative;margin-left:0;margin-top:1px}.s230{min-width:108px;width:108px;overflow:hidden;height:34px}.ps148{position:relative;margin-left:0;margin-top:1px}.s231{min-width:96px;width:96px;height:36px}.s232{min-width:96px;width:96px;min-height:36px}.s233{min-width:96px;width:96px;overflow:hidden;height:34px}.s234{min-width:189px;width:189px;min-height:86px;height:86px}.s235{min-width:189px;width:189px;height:43px}.s236{min-width:189px;width:189px;min-height:43px}.s237{min-width:189px;width:189px;overflow:hidden;height:34px}.s238{min-width:138px;width:138px;height:43px}.s239{min-width:138px;width:138px;min-height:43px}.s240{min-width:138px;width:138px;overflow:hidden;height:34px}.c34{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:2146435284;pointer-events:none;opacity:0}.v11{display:block;vertical-align:top;pointer-events:auto}.ps149{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.s241{min-width:595px;width:595px;height:65px}.c35{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c36{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c37{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c38{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps150{position:relative;margin-left:12px;margin-top:7px}.s242{min-width:570px;width:570px;min-height:46px}.s243{min-width:482px;width:482px;height:46px}.input5{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input5::placeholder{color:rgb(169,169,169);opacity:1}.ps151{position:relative;margin-left:3px;margin-top:0}.s244{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c39{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f38{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s245{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c40{display:inline-block;position:relative;margin-left:0;margin-top:0}.c14:hover{background-clip:padding-box;border-color:#000}.c14:active{transition:initial;background-color:#edefeb}.c18:hover{background-clip:padding-box;border-color:transparent}.c18:active{transition:initial;background-color:#edefeb;border-color:#000;color:#404040}.submit1:hover{background-color:#dad9c3;background-clip:padding-box}.submit1:active{color:#404040;background-color:#edefeb;transition:initial}.c25:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c25:active{transition:initial;background-color:#edefeb;color:#404040}.c26:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c26:active{transition:initial;background-color:#edefeb}.c27::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c27:hover:before{opacity:1}.c27:hover{border-color:transparent;color:transparent}.c27:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c27:active{transition:initial}.c28::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c28:hover:before{opacity:1}.c28:hover{border-color:transparent;color:transparent}.c28:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c28:active{transition:initial}.c39:hover{background-clip:padding-box;border-color:#000}.c39:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps1{margin-top:33px}.s1{width:960px;min-height:78px}.ps2{margin-left:82px}.s2{min-width:787px;width:787px;height:78px}.f1{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.c2{min-width:960px;min-height:448px}.s3{min-width:960px;min-height:417px;padding-bottom:31px}.slc1{margin-top:20px}.s4{min-width:384px;width:384px;min-height:397px}.s5{min-width:384px;width:384px;min-height:397px}.s6{min-width:384px;width:384px;min-height:397px;height:397px}.i1{width:384px;height:397px}.ps6{margin-top:-110px}.s7{min-width:384px;width:384px;min-height:76px}.ps7{margin-left:57px;margin-top:-100px}.s8{min-width:99px;width:99px;height:35px}.f2{font-size:20px;font-size:calc(20px * var(--f));line-height:1.701}.ps8{margin-left:-98px;margin-top:-70px}.s9{min-width:182px;width:182px;height:29px}.f3{font-size:16px;font-size:calc(16px * var(--f));line-height:1.376}.ps9{margin-left:20px}.ps10{margin-left:91px;margin-top:-104px}.s10{min-width:82px;width:82px;height:37px}.ps11{margin-left:91px;margin-top:-71px}.s11{min-width:226px;width:226px;height:28px}.f4{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps12{margin-left:64px;margin-top:-103px}.s12{min-width:127px;width:127px;height:36px}.ps13{margin-left:64px;margin-top:-71px}.s13{min-width:278px;width:278px;height:25px}.ps14{margin-left:61px;margin-top:-101px}.s14{min-width:141px;width:141px;height:36px}.ps15{margin-left:60px;margin-top:-72px}.s15{min-width:279px;width:279px;height:25px}.ps16{margin-left:58px;margin-top:-103px}.s16{min-width:90px;width:90px;height:44px}.ps17{margin-left:59px;margin-top:-72px}.s17{min-width:286px;width:286px;height:30px}.ps18{margin-left:41px;margin-top:-65px}.s18{min-width:126px;width:126px;height:29px}.f5{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps19{margin-left:-123px;margin-top:-36px}.s19{min-width:208px;width:208px;height:28px}.ps20{margin-left:47px;margin-top:-65px}.s20{min-width:126px;width:126px;height:29px}.ps21{margin-left:-128px;margin-top:-36px}.s21{min-width:960px;min-height:489px}.ps23{margin-top:33px}.s22{width:960px;min-height:433px}.s23{min-width:962px;width:962px;min-height:357px}.s24{min-width:962px;width:962px;min-height:357px}.s25{min-width:960px;width:960px;height:50px}.f6{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps26{margin-top:-35px}.s26{min-width:939px;width:939px;min-height:342px}.s27{min-width:594px;width:594px;min-height:342px}.c8{background-image:url(../images/2/farbige-hand-594.png)}.webp .c8{background-image:url(../images/4/farbige-hand-594.webp)}.ps27{margin-left:17px;margin-top:45px}.s28{min-width:326px;width:326px;min-height:266px}.c9{background-image:url(../images/s/trendfarben-im-loft-gruen-326.jpg)}.webp .c9{background-image:url(../images/d/trendfarben-im-loft-gruen-326.webp)}.ps28{margin-left:198px;margin-top:18px}.s29{min-width:600px;width:600px;height:58px}.f7{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f8{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s30{min-width:960px;min-height:294px}.ps29{margin-top:30px}.s31{width:960px;min-height:251px}.s32{min-width:960px;width:960px;height:50px}.ps31{margin-left:22px;margin-top:12px}.s33{min-width:915px;width:915px;min-height:189px}.s34{min-width:133px;width:133px;min-height:168px}.s35{min-width:133px;width:133px;min-height:133px;height:133px}.i3{width:133px;height:133px}.ps33{margin-left:12px;margin-top:11px}.s36{min-width:110px;width:110px;height:24px}.f9{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps34{margin-left:-123px;margin-top:8px}.s37{min-width:133px;width:133px;min-height:181px}.ps35{margin-left:18px}.s38{min-width:133px;width:133px;min-height:168px}.ps37{margin-left:21px;margin-top:11px}.s39{min-width:92px;width:92px;height:24px}.ps38{margin-left:26px}.s40{min-width:133px;width:133px;min-height:189px}.s41{min-width:133px;width:133px;min-height:168px}.i4{width:133px;height:133px}.ps40{margin-top:11px}.s42{min-width:127px;width:127px;height:24px}.ps41{margin-top:-160px}.ps42{margin-left:14px}.s43{min-width:133px;width:133px;min-height:168px}.i5{width:133px;height:133px}.ps43{margin-left:29px;margin-top:11px}.s44{min-width:76px;width:76px;height:24px}.ps44{margin-left:32px}.s45{min-width:133px;width:133px;min-height:168px}.ps45{margin-left:4px;margin-top:11px}.s46{min-width:123px;width:123px;height:24px}.ps46{margin-left:-133px;margin-top:8px}.ps47{margin-left:17px}.s47{min-width:133px;width:133px;min-height:168px}.i6{width:133px;height:133px}.ps48{margin-left:3px;margin-top:11px}.s48{min-width:127px;width:127px;height:24px}.s49{min-width:960px;min-height:1046px}.ps50{margin-top:32px}.s50{width:960px;min-height:967px}.ps51{margin-left:322px}.s51{min-width:322px;width:322px;height:50px}.f10{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps52{margin-left:24px;margin-top:7px}.s52{min-width:910px;width:910px;height:32px}.f11{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps53{margin-left:24px;margin-top:39px}.s53{min-width:908px;width:908px;min-height:354px}.s54{min-width:467px;width:467px;min-height:354px;height:354px}.i7{width:467px;height:354px}.ps54{margin-left:29px}.s55{min-width:412px;width:412px;min-height:354px}.s56{min-width:412px;width:412px;min-height:354px}.ps55{margin-left:34px;margin-top:-326px}.s57{min-width:332px;width:332px;height:61px}.f12{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps56{margin-left:34px;margin-top:-243px}.s58{min-width:331px;width:331px;height:132px}.ps57{margin-left:131px;margin-top:-81px}.s59{min-width:152px;height:54px;width:150px}.c14{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f13{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps58{margin-left:26px;margin-top:44px}.s60{min-width:904px;width:904px;min-height:441px}.s61{min-width:287px;width:287px;min-height:441px}.s62{min-width:287px;width:287px;min-height:441px}.s63{min-width:287px;width:287px;min-height:441px}.ps59{margin-top:-441px}.s64{min-width:287px;width:287px;min-height:193px;height:193px}.i8{width:287px;height:193px}.ps60{margin-left:26px;margin-top:-224px}.s65{min-width:138px;width:138px;height:30px}.f14{font-size:20px;font-size:calc(20px * var(--f));line-height:1.251}.ps61{margin-left:26px;margin-top:-189px}.s66{min-width:237px;width:237px;height:94px}.ps62{margin-left:27px;margin-top:-88px}.s67{min-width:152px;height:54px;width:150px}.f15{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps63{margin-left:24px}.s68{min-width:287px;width:287px;min-height:441px}.s69{min-width:287px;width:287px;min-height:441px}.s70{min-width:287px;width:287px;min-height:441px}.s71{min-width:287px;width:287px;min-height:193px;height:193px}.i9{width:287px;height:193px}.ps64{margin-left:25px;margin-top:-224px}.s72{min-width:130px;width:130px;height:30px}.ps65{margin-left:25px;margin-top:-189px}.s73{min-width:237px;width:237px;height:94px}.ps66{margin-left:26px;margin-top:-88px}.ps67{margin-left:23px}.s74{min-width:283px;width:283px;min-height:441px}.s75{min-width:283px;width:283px;min-height:441px}.s76{min-width:282px;width:282px;min-height:193px;height:193px}.i10{width:282px;height:193px}.ps68{margin-top:-193px}.s77{min-width:282px;width:282px;min-height:441px}.ps69{margin-left:26px;margin-top:-224px}.s78{min-width:129px;width:129px;height:31px}.ps70{margin-left:26px;margin-top:-189px}.s79{min-width:237px;width:237px;height:94px}.ps71{margin-left:26px;margin-top:-88px}.c16{min-width:960px;min-height:430px}.s80{min-width:960px;min-height:430px}.ps72{margin-top:8px}.s81{width:960px;min-height:404px}.ps73{margin-left:76px}.s82{min-width:851px;width:851px;min-height:404px}.ps74{margin-top:68px}.s83{min-width:212px;width:212px;min-height:264px}.s84{min-width:211px;width:211px;height:47px}.f16{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps76{margin-top:163px}.s85{min-width:150px;height:54px;width:148px}.f17{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps77{margin-left:-210px;margin-top:132px}.s86{min-width:242px;width:242px;height:114px}.f18{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps78{margin-left:74px}.s87{min-width:533px;width:533px;min-height:404px;height:404px}.i11{width:533px;height:404px}.s88{min-width:960px;min-height:483px}.s89{min-width:960px;min-height:483px}.ps79{margin-top:-458px}.s90{width:960px;min-height:404px}.ps80{margin-left:26px}.s91{min-width:881px;width:881px;min-height:404px}.s92{min-width:522px;width:522px;min-height:404px;height:404px}.i12{width:522px;height:404px}.ps81{margin-left:30px;margin-top:49px}.s93{min-width:300px;width:300px;min-height:279px}.s94{min-width:300px;width:300px;height:58px}.ps82{margin-top:53px}.s95{min-width:134px;width:134px;height:82px}.ps83{margin-left:-135px;margin-top:167px}.s96{min-width:150px;height:54px;width:148px}.c18{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.ps84{margin-left:731px;margin-top:-219px}.s97{min-width:150px;width:150px;min-height:191px}.ps85{margin-left:8px}.s98{min-width:134px;width:134px;height:95px}.ps86{margin-top:42px}.s99{min-width:150px;height:54px;width:148px}.s100{min-width:960px;min-height:310px}.ps87{margin-top:111px}.s101{width:960px;min-height:199px}.ps88{margin-left:303px}.s102{min-width:354px;width:354px;height:52px}.f19{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ga1{margin-top:25px;width:960px;height:122px}.ps89{margin-top:6px}.s103{min-width:960px;width:960px;min-height:46px}.s104{height:46px}.s105{padding:0px 457px 0px 457px}.ps90{margin-top:-52px}.s106{min-width:960px;width:960px;height:122px}.f20{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps91{margin-top:-52px}.s107{min-width:960px;width:960px;height:122px}.f21{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps92{margin-top:-52px}.s108{min-width:960px;width:960px;height:122px}.s109{min-width:960px;width:960px;height:122px}.ps93{margin-top:-52px}.s110{min-width:960px;width:960px;height:122px}.un12 .slider{height:46px}.s111{min-width:960px;min-height:487px}.s112{min-width:960px;min-height:487px}.ps94{margin-top:-451px}.s113{width:960px;min-height:412px}.ps95{margin-left:69px}.s114{min-width:823px;width:823px;min-height:344px}.ps96{margin-top:82px}.s115{min-width:384px;width:384px;min-height:262px}.s116{min-width:384px;width:384px;min-height:262px}.s117{min-width:316px;width:316px;min-height:237px;height:237px}.i13{width:316px;top:14px;height:209px}.ps97{margin-top:-111px}.s118{min-width:384px;width:384px;min-height:136px}.ps98{margin-left:139px;margin-top:-76px}.s119{min-width:189px;width:189px;height:60px}.f22{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps99{margin-left:-383px}.s120{min-width:383px;width:383px;height:84px}.ps100{margin-left:124px;margin-top:60px}.s121{min-width:192px;width:192px;min-height:33px}.s122{min-width:192px;width:192px;min-height:33px}.ps101{margin-left:2px}.s123{min-width:32px;width:32px;min-height:20px}.input1{margin-top:4px}.f23{max-width:15px;font-size:16px}.ps102{margin-top:-17px}.s124{min-width:192px;width:192px;height:30px}.f24{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps103{margin-left:509px;margin-top:-344px}.s125{min-width:199px;width:199px;height:43px}.ps104{margin-left:509px;margin-top:-243px}.s126{min-width:314px;width:314px;min-height:229px}.s127{min-width:314px;width:314px;height:34px}.input2{width:314px;height:34px;font-size:16px;line-height:1.126}.ps105{margin-top:11px}.input3{width:314px;height:34px;font-size:16px;line-height:1.126}.ps106{margin-top:10px}.s128{min-width:314px;width:314px;height:95px}.input4{width:314px;height:95px;font-size:16px;line-height:1.126}.ps107{margin-left:665px;margin-top:11px}.s129{min-width:145px;width:145px;height:52px}.submit1{font-size:16px;line-height:1.438;-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px;padding-top:15px;padding-bottom:14px}.s130{width:145px}.s131{min-width:960px;min-height:337px}.ps108{margin-top:36px}.s132{width:960px;min-height:270px}.ps109{margin-left:243px}.s133{min-width:474px;width:474px;height:52px}.f25{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps110{margin-top:8px}.s134{min-width:960px;width:960px;height:58px}.f26{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps111{margin-left:43px;margin-top:21px}.s135{min-width:876px;width:876px;min-height:131px}.ps112{margin-left:65px}.s136{min-width:742px;width:742px;min-height:56px}.s137{min-width:52px;width:52px;min-height:52px}.ps113{margin-left:178px;margin-top:4px}.ps114{margin-left:178px;margin-top:4px}.ps115{margin-left:178px;margin-top:4px}.ps116{margin-top:25px}.s138{min-width:876px;width:876px;min-height:50px}.s139{min-width:190px;width:190px;height:50px}.ps117{margin-left:40px}.s140{min-width:189px;width:189px;height:50px}.ps118{margin-left:57px}.s141{min-width:158px;width:158px;height:50px}.ps119{margin-left:53px}.s142{min-width:189px;width:189px;height:48px}.s143{min-width:960px;min-height:506px}.s144{min-width:960px;min-height:506px}.ps120{margin-top:-483px}.s145{width:960px;min-height:467px}.ps121{margin-left:26px}.s146{min-width:910px;width:910px;min-height:467px}.s147{min-width:141px;width:141px;min-height:40px}.ps123{margin-top:18px}.s148{min-width:910px;width:910px;min-height:409px}.s149{min-width:910px;width:910px;min-height:378px}.s150{min-width:910px;width:910px;min-height:378px}.ps124{margin-left:44px;margin-top:-345px}.s151{min-width:822px;width:822px;min-height:176px}.s152{min-width:98px;width:98px;height:31px}.f27{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps125{margin-left:85px}.s153{min-width:89px;width:89px;height:31px}.ps126{margin-left:159px}.s154{min-width:83px;width:83px;height:31px}.ps127{margin-left:123px}.s155{min-width:185px;width:185px;height:31px}.s156{min-width:166px;width:166px;height:141px}.f28{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps129{margin-left:17px}.s157{min-width:218px;width:218px;height:141px}.f29{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps130{margin-left:30px}.s158{min-width:185px;width:185px;height:141px}.ps131{margin-left:21px}.s159{min-width:185px;width:185px;height:141px}.ps132{margin-left:44px;margin-top:-146px}.s160{min-width:110px;height:42px;width:110px}.c25{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f30{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps133{margin-left:15px;margin-top:-147px}.s161{min-width:108px;height:44px;width:106px}.c26{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps134{margin-left:470px;margin-top:-123px}.s162{min-width:48px;width:48px;height:48px}.ps135{margin-left:20px;margin-top:-120px}.s163{min-width:43px;width:43px;height:43px}.ps136{margin-left:51px;margin-top:-54px}.s164{min-width:807px;width:807px;height:25px}.f31{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps137{margin-left:283px;margin-top:14px}.s165{min-width:341px;width:341px;height:17px}.f32{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f33{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps138{width:960px}.ps139{margin-left:669px;margin-top:56px}.s166{min-width:291px;width:291px;height:100vh;height:calc(100vh - 56px);height:calc(100vh - 56px + env(safe-area-inset-bottom));height:calc(var(--vh, 1vh) * 100 - 56px)}.ps140{margin-left:37px;margin-top:14px}.s168{min-width:218px;width:218px;height:174px}.s169{min-width:218px;width:218px;min-height:173px;height:174px}.s170{min-width:218px;width:218px;height:29px}.s171{min-width:218px;width:218px;min-height:29px}.s172{min-width:218px;width:218px;height:26px}.f34{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s173{min-width:209px;width:209px;min-height:238px;height:238px}.s174{min-width:148px;width:148px;height:34px}.s175{min-width:148px;width:148px;min-height:34px}.s176{min-width:148px;width:148px;height:26px}.p4{text-indent:5px}.f35{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s177{min-width:133px;width:133px;height:34px}.s178{min-width:133px;width:133px;min-height:34px}.s179{min-width:133px;width:133px;height:26px}.s180{min-width:146px;width:146px;height:34px}.s181{min-width:146px;width:146px;min-height:34px}.s182{min-width:146px;width:146px;height:26px}.s183{min-width:209px;width:209px;height:34px}.s184{min-width:209px;width:209px;min-height:34px}.s185{min-width:209px;width:209px;height:26px}.s186{min-width:163px;width:163px;height:34px}.s187{min-width:163px;width:163px;min-height:34px}.s188{min-width:163px;width:163px;height:26px}.s189{min-width:139px;width:139px;height:34px}.s190{min-width:139px;width:139px;min-height:34px}.s191{min-width:139px;width:139px;height:26px}.s192{min-width:125px;width:125px;height:34px}.s193{min-width:125px;width:125px;min-height:34px}.s194{min-width:125px;width:125px;height:26px}.ps144{margin-top:7px}.ps145{margin-top:-1px}.s195{min-width:189px;width:189px;min-height:170px;height:170px}.s196{min-width:189px;width:189px;height:34px}.s197{min-width:189px;width:189px;min-height:34px}.s198{min-width:189px;width:189px;height:26px}.f36{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s199{min-width:159px;width:159px;height:34px}.s200{min-width:159px;width:159px;min-height:34px}.s201{min-width:159px;width:159px;height:26px}.s202{min-width:157px;width:157px;height:34px}.s203{min-width:157px;width:157px;min-height:34px}.s204{min-width:157px;width:157px;height:26px}.s205{min-width:187px;width:187px;height:34px}.s206{min-width:187px;width:187px;min-height:34px}.s207{min-width:187px;width:187px;height:26px}.s208{min-width:131px;width:131px;height:34px}.s209{min-width:131px;width:131px;min-height:34px}.s210{min-width:131px;width:131px;height:26px}.s211{min-width:133px;width:133px;min-height:169px;height:170px}.s212{min-width:118px;width:118px;height:34px}.s213{min-width:118px;width:118px;min-height:34px}.s214{min-width:118px;width:118px;height:26px}.f37{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s215{min-width:128px;width:128px;height:34px}.s216{min-width:128px;width:128px;min-height:34px}.s217{min-width:128px;width:128px;height:26px}.s218{min-width:106px;width:106px;height:34px}.s219{min-width:106px;width:106px;min-height:34px}.s220{min-width:106px;width:106px;height:26px}.s221{min-width:124px;width:124px;height:34px}.s222{min-width:124px;width:124px;min-height:34px}.s223{min-width:124px;width:124px;height:26px}.s224{min-width:133px;width:133px;height:34px}.s225{min-width:133px;width:133px;min-height:34px}.s226{min-width:133px;width:133px;height:26px}.s227{min-width:84px;width:84px;min-height:58px;height:59px}.s228{min-width:84px;width:84px;height:29px}.s229{min-width:84px;width:84px;min-height:29px}.s230{min-width:84px;width:84px;height:26px}.ps148{margin-top:0}.s231{min-width:76px;width:76px;height:29px}.s232{min-width:76px;width:76px;min-height:29px}.s233{min-width:76px;width:76px;height:26px}.s234{min-width:147px;width:147px;min-height:68px;height:68px}.s235{min-width:147px;width:147px;height:34px}.s236{min-width:147px;width:147px;min-height:34px}.s237{min-width:147px;width:147px;height:26px}.s238{min-width:108px;width:108px;height:34px}.s239{min-width:108px;width:108px;min-height:34px}.s240{min-width:108px;width:108px;height:26px}.ps149{margin-top:56px}.s241{min-width:476px;width:476px;height:52px}.c35{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c36{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c37{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c38{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps150{margin-left:10px;margin-top:5px}.s242{min-width:456px;width:456px;min-height:37px}.s243{min-width:386px;width:386px;height:37px}.input5{width:386px;height:37px;font-size:16px;line-height:1.126}.ps151{margin-left:2px}.s244{min-width:68px;height:37px;width:66px}.f38{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s245{height:8px}.f24:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f24:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f24:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f29:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f29:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f29:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c27::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c27:hover:before{opacity:1}.c27:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c28::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c28:hover:before{opacity:1}.c28:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f32:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f32:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f32:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.ps1{margin-top:22px}.s1{width:320px;min-height:110px}.ps2{margin-left:25px}.s2{min-width:269px;width:269px;height:110px}.f1{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.c2{min-width:320px;margin-top:-641px;min-height:968px}.ps3{margin-top:641px}.s3{min-width:320px;min-height:318px;padding-bottom:9px}.slc1{margin-top:9px}.s4{min-width:300px;width:300px;min-height:309px}.s5{min-width:300px;width:300px;min-height:309px}.s6{min-width:300px;width:300px;min-height:309px;height:309px}.i1{width:300px;height:309px}.ps6{margin-top:-98px}.s7{min-width:300px;width:300px;min-height:73px}.ps7{margin-left:38px;margin-top:-91px}.s8{min-width:98px;width:98px;height:33px}.f2{font-size:18px;font-size:calc(18px * var(--f));line-height:1.668}.ps8{margin-left:40px;margin-top:-61px}.s9{min-width:170px;width:170px;height:32px}.f3{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.ps9{margin-left:5px}.ps10{margin-left:29px;margin-top:-93px}.s10{min-width:74px;width:74px;height:32px}.ps11{margin-left:30px;margin-top:-62px}.s11{min-width:248px;width:248px;height:27px}.f4{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.ps12{margin-left:30px;margin-top:-91px}.s12{min-width:119px;width:119px;height:34px}.ps13{margin-left:31px;margin-top:-61px}.s13{min-width:210px;width:210px;height:29px}.ps14{margin-left:18px;margin-top:-93px}.s14{min-width:128px;width:128px;height:32px}.ps15{margin-left:18px;margin-top:-60px}.s15{min-width:267px;width:267px;height:27px}.ps16{margin-left:19px;margin-top:-93px}.s16{min-width:88px;width:88px;height:31px}.ps17{margin-left:19px;margin-top:-65px}.s17{min-width:272px;width:272px;height:27px}.ps18{margin-left:32px;margin-top:-66px}.s18{min-width:98px;width:98px;height:28px}.f5{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.ps19{margin-left:34px;margin-top:-40px}.s19{min-width:191px;width:191px;height:24px}.ps20{margin-left:39px;margin-top:-65px}.s20{min-width:74px;width:74px;height:29px}.ps21{margin-left:39px;margin-top:-37px}.s21{min-width:320px;min-height:497px}.ps23{margin-top:28px}.s22{width:320px;min-height:452px}.ps24{margin-left:12px}.s23{min-width:296px;width:296px;min-height:196px}.s24{min-width:296px;width:296px;min-height:196px}.ps25{margin-left:1px}.s25{min-width:293px;width:293px;height:36px}.f6{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps26{margin-top:8px}.s26{min-width:296px;width:296px;min-height:152px}.s27{min-width:294px;width:294px;min-height:152px}.c8{background-image:url(../images/2/farbige-hand-588.png)}.webp .c8{background-image:url(../images/a/farbige-hand-588.webp)}.v6{display:none}.ps27{margin-left:1px;margin-top:0}.s28{min-width:294px;width:294px;min-height:274px}.c9{background-image:none}.ps28{margin-left:20px;margin-top:133px}.s29{min-width:278px;width:278px;height:123px}.f7{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f8{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s30{min-width:320px;min-height:395px}.ps29{margin-top:33px}.s31{width:320px;min-height:328px}.ps30{margin-left:13px}.s32{min-width:293px;width:293px;height:74px}.ps31{margin-left:9px;margin-top:21px}.s33{min-width:299px;width:299px;min-height:233px}.s34{min-width:81px;width:81px;min-height:106px}.ps32{margin-left:1px}.s35{min-width:80px;width:80px;min-height:80px;height:80px}.i3{width:80px;height:80px}.ps33{margin-left:0;margin-top:3px}.s36{min-width:79px;width:79px;height:23px}.f9{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps34{margin-left:-68px;margin-top:85px}.s37{min-width:44px;width:44px;min-height:60px}.c11{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps35{margin-left:47px}.s38{min-width:91px;width:91px;min-height:107px}.ps36{margin-left:6px}.ps37{margin-left:0;margin-top:3px}.s39{min-width:91px;width:91px;height:24px}.ps38{margin-left:116px;margin-top:-145px}.s40{min-width:182px;width:182px;min-height:145px}.ps39{margin-left:102px}.s41{min-width:80px;width:80px;min-height:107px}.i4{width:80px;height:80px}.ps40{margin-left:0;margin-top:3px}.s42{min-width:80px;width:80px;height:24px}.ps41{margin-top:-22px}.ps42{margin-left:2px;margin-top:-18px}.s43{min-width:82px;width:82px;min-height:106px}.i5{width:80px;height:80px}.ps43{margin-left:0;margin-top:2px}.s44{min-width:82px;width:82px;height:24px}.ps44{margin-left:134px;margin-top:-20px}.s45{min-width:81px;width:81px;min-height:108px}.ps45{margin-left:2px;margin-top:4px}.s46{min-width:79px;width:79px;height:24px}.ps46{margin-left:220px;margin-top:-148px}.ps47{margin-left:109px;margin-top:-105px}.s47{min-width:83px;width:83px;min-height:105px}.i6{width:80px;height:80px}.ps48{margin-left:0;margin-top:1px}.s48{min-width:83px;width:83px;height:24px}.s49{min-width:320px;min-height:1954px}.ps50{margin-top:23px}.s50{width:320px;min-height:1909px}.ps51{margin-left:18px}.s51{min-width:283px;width:283px;height:38px}.f10{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps52{margin-left:29px;margin-top:15px}.s52{min-width:261px;width:261px;height:58px}.f11{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps53{margin-left:9px;margin-top:22px}.s53{min-width:300px;width:300px;min-height:480px}.s54{min-width:299px;width:299px;min-height:193px;height:193px}.i7{width:299px;height:193px}.ps54{margin-left:0;margin-top:-193px}.s55{min-width:300px;width:300px;min-height:480px}.s56{min-width:300px;width:300px;min-height:480px}.ps55{margin-left:27px;margin-top:-275px}.s57{min-width:242px;width:242px;height:71px}.f12{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps56{margin-left:27px;margin-top:-195px}.s58{min-width:248px;width:248px;height:110px}.ps57{margin-left:26px;margin-top:-68px}.s59{min-width:112px;height:46px;width:110px}.c14{-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f13{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:11px;padding-bottom:10px}.ps58{margin-left:8px;margin-top:24px}.s60{min-width:302px;width:302px;min-height:1272px}.s61{min-width:300px;width:300px;min-height:410px}.s62{min-width:300px;width:300px;min-height:410px}.s63{min-width:299px;width:299px;min-height:410px}.ps59{margin-top:-410px}.s64{min-width:300px;width:300px;min-height:193px;height:193px}.i8{width:300px;height:193px}.ps60{margin-left:29px;margin-top:-204px}.s65{min-width:232px;width:232px;height:36px}.f14{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps61{margin-left:29px;margin-top:-163px}.s66{min-width:231px;width:231px;height:78px}.ps62{margin-left:28px;margin-top:-72px}.s67{min-width:112px;height:45px;width:110px}.f15{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps63{margin-left:1px;margin-top:21px}.s68{min-width:301px;width:301px;min-height:410px}.s69{min-width:301px;width:301px;min-height:410px}.s70{min-width:297px;width:297px;min-height:410px}.s71{min-width:301px;width:301px;min-height:193px;height:193px}.i9{width:301px;height:193px}.ps64{margin-left:27px;margin-top:-204px}.s72{min-width:233px;width:233px;height:34px}.ps65{margin-left:27px;margin-top:-164px}.s73{min-width:235px;width:235px;height:83px}.ps66{margin-left:26px;margin-top:-72px}.ps67{margin-left:0;margin-top:21px}.s74{min-width:301px;width:301px;min-height:410px}.s75{min-width:301px;width:301px;min-height:410px}.s76{min-width:301px;width:301px;min-height:193px;height:193px}.i10{width:301px;height:193px}.ps68{margin-top:-193px}.s77{min-width:300px;width:300px;min-height:410px}.ps69{margin-left:28px;margin-top:-205px}.s78{min-width:234px;width:234px;height:32px}.ps70{margin-left:28px;margin-top:-165px}.s79{min-width:240px;width:240px;height:82px}.ps71{margin-left:27px;margin-top:-72px}.c16{min-width:320px;min-height:503px}.s80{min-width:320px;min-height:503px}.ps72{margin-top:0}.s81{width:320px;min-height:470px}.ps73{margin-left:0}.s82{min-width:320px;width:320px;min-height:470px}.ps74{margin-left:35px;margin-top:245px}.s83{min-width:206px;width:206px;min-height:225px}.ps75{margin-left:3px}.s84{min-width:203px;width:203px;height:34px}.p3{text-align:left}.f16{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps76{margin-top:146px}.s85{min-width:138px;height:45px;width:136px}.f17{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps77{margin-left:38px;margin-top:-171px}.s86{min-width:240px;width:240px;height:114px}.f18{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps78{margin-left:0;margin-top:-470px}.s87{min-width:320px;width:320px;min-height:223px;height:223px}.i11{width:320px;height:223px}.s88{min-width:320px;min-height:595px}.s89{min-width:320px;min-height:595px}.ps79{margin-top:-595px}.s90{width:320px;min-height:552px}.ps80{margin-left:0}.s91{min-width:320px;width:320px;min-height:552px}.s92{min-width:320px;width:320px;min-height:218px;height:218px}.i12{width:320px;height:218px}.ps81{margin-left:38px;margin-top:15px}.s93{min-width:241px;width:241px;min-height:319px}.s94{min-width:240px;width:240px;height:61px}.ps82{margin-left:80px;margin-top:148px}.s95{min-width:161px;width:161px;height:56px}.ps83{margin-left:79px;margin-top:9px}.s96{min-width:129px;height:45px;width:127px}.c18{-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.ps84{margin-left:37px;margin-top:-252px}.s97{min-width:236px;width:236px;min-height:114px}.ps85{margin-left:1px}.s98{min-width:235px;width:235px;height:59px}.ps86{margin-top:10px}.s99{min-width:141px;height:45px;width:139px}.s100{min-width:320px;min-height:371px}.ps87{margin-top:23px}.s101{width:320px;min-height:337px}.ps88{margin-left:31px}.s102{min-width:257px;width:257px;height:48px}.f19{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ga1{margin-top:17px;width:320px;height:272px}.s103{min-width:320px;width:320px;min-height:49px}.s104{height:49px}.s105{padding:0px 135px 0px 135px}.ps90{margin-left:9px}.s106{min-width:300px;width:300px;height:201px}.f20{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps91{margin-left:11px}.s107{min-width:300px;width:300px;height:139px}.f21{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps92{margin-left:9px}.s108{min-width:300px;width:300px;height:160px}.s109{min-width:300px;width:300px;height:138px}.ps93{margin-left:9px;margin-top:10px}.s110{min-width:300px;width:300px;height:145px}.un12 .slider{height:49px}.s111{min-width:320px;min-height:855px}.s112{min-width:320px;min-height:855px}.ps94{margin-top:-827px}.s113{width:320px;min-height:797px}.ps95{margin-left:34px}.s114{min-width:265px;width:265px;min-height:797px}.ps96{margin-top:585px}.s115{min-width:265px;width:265px;min-height:212px}.s116{min-width:265px;width:265px;min-height:212px}.s117{min-width:265px;width:265px;min-height:160px;height:160px}.i13{left:11px;width:242px;top:0;height:160px}.ps97{margin-left:6px;margin-top:-73px}.s118{min-width:258px;width:258px;min-height:125px}.ps98{margin-left:44px;margin-top:-58px}.s119{min-width:201px;width:201px;height:58px}.f22{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps99{margin-left:0;margin-top:-740px}.s120{min-width:238px;width:238px;height:128px}.ps100{margin-left:3px;margin-top:-590px}.s121{min-width:204px;width:204px;min-height:33px}.s122{min-width:204px;width:204px;min-height:33px}.ps101{margin-left:0;margin-top:4px}.s123{min-width:51px;width:51px;min-height:29px}.input1{margin-top:4px}.f23{max-width:34px;font-size:16px}.ps102{margin-left:25px;margin-top:-33px}.s124{min-width:179px;width:179px;height:29px}.f24{line-height:1.751}.ps103{margin-left:2px;margin-top:-797px}.s125{min-width:217px;width:217px;height:41px}.ps104{margin-left:0;margin-top:-550px}.s126{min-width:252px;width:252px;min-height:247px}.s127{min-width:252px;width:252px;height:35px}.input2{width:252px;height:35px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps105{margin-top:16px}.input3{width:252px;height:35px;font-size:16px;line-height:1.126;font-weight:400}.ps106{margin-top:15px}.s128{min-width:252px;width:252px;height:95px}.input4{width:252px;height:95px;font-size:16px;line-height:1.126;font-weight:400;text-indent:0}.ps107{margin-left:35px;margin-top:-275px}.s129{min-width:110px;width:110px;height:43px}.submit1{font-size:16px;line-height:1.438;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;padding-top:10px;padding-bottom:10px}.s130{width:110px}.s131{min-width:320px;min-height:517px}.ps108{margin-top:29px}.s132{width:320px;min-height:469px}.ps109{margin-left:40px}.s133{min-width:242px;width:242px;height:41px}.f25{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps110{margin-left:11px;margin-top:20px}.s134{min-width:297px;width:297px;height:111px}.f26{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;letter-spacing:normal}.ps111{margin-left:32px;margin-top:20px}.s135{min-width:253px;width:253px;min-height:277px}.ps112{margin-left:37px}.s136{min-width:172px;width:172px;min-height:198px}.s137{min-width:40px;width:40px;min-height:40px}.ps113{margin-left:92px;margin-top:0}.ps114{margin-left:1px;margin-top:118px}.ps115{margin-left:91px;margin-top:118px}.ps116{margin-top:-138px}.s138{min-width:253px;width:253px;min-height:217px}.s139{min-width:115px;width:115px;height:74px}.ps117{margin-left:22px}.s140{min-width:115px;width:115px;height:73px}.ps118{margin-left:0;margin-top:86px}.s141{min-width:115px;width:115px;height:57px}.ps119{margin-left:23px;margin-top:86px}.s142{min-width:115px;width:115px;height:56px}.s143{min-width:320px;min-height:1000px}.s144{min-width:320px;min-height:1000px}.ps120{margin-top:-993px}.s145{width:320px;min-height:993px}.ps121{margin-left:9px}.s146{min-width:303px;width:303px;min-height:993px}.ps122{margin-left:11px}.s147{min-width:140px;width:140px;min-height:40px}.ps123{margin-top:5px}.s148{min-width:303px;width:303px;min-height:948px}.s149{min-width:303px;width:303px;min-height:912px}.s150{min-width:303px;width:303px;min-height:912px}.ps124{margin-left:35px;margin-top:-891px}.s151{min-width:234px;width:234px;min-height:704px}.s152{min-width:234px;width:234px;height:29px}.f27{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps125{margin-left:0;margin-top:148px}.s153{min-width:234px;width:234px;height:33px}.ps126{margin-left:0;margin-top:130px}.s154{min-width:234px;width:234px;height:34px}.ps127{margin-left:0;margin-top:178px}.s155{min-width:234px;width:234px;height:24px}.ps128{margin-top:-539px}.s156{min-width:234px;width:234px;height:118px}.f28{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps129{margin-left:0;margin-top:-356px}.s157{min-width:234px;width:234px;height:89px}.f29{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps130{margin-left:0;margin-top:-192px}.s158{min-width:182px;width:182px;height:140px}.ps131{margin-left:0;margin-top:8px}.s159{min-width:158px;width:158px;height:120px}.ps132{margin-left:32px;margin-top:-158px}.s160{min-width:100px;height:41px;width:100px}.c25{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f30{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps133{margin-left:37px;margin-top:-159px}.s161{min-width:102px;height:43px;width:100px}.c26{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps134{margin-left:232px;margin-top:-451px}.s162{min-width:40px;width:40px;height:40px}.ps135{margin-left:235px;margin-top:-402px}.s163{min-width:35px;width:35px;height:35px}.ps136{margin-left:36px;margin-top:-71px}.s164{min-width:233px;width:233px;height:38px}.f31{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps137{margin-left:10px;margin-top:11px}.s165{min-width:282px;width:282px;height:25px}.f32{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f33{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps138{width:320px}.ps139{margin-left:80px;margin-top:55px}.s166{min-width:240px;width:240px;height:100vh;height:calc(100vh - 55px);height:calc(100vh - 55px + env(safe-area-inset-bottom));height:calc(var(--vh, 1vh) * 100 - 55px)}.ps140{margin-left:16px}.s168{min-width:208px;width:208px;height:189px}.s169{min-width:208px;width:208px;min-height:189px;height:189px}.s170{min-width:208px;width:208px;height:29px}.s171{min-width:208px;width:208px;min-height:29px}.ps141{margin-top:0}.s172{min-width:208px;width:208px;height:29px}.f34{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s173{min-width:195px;width:195px;min-height:251px;height:251px}.s174{min-width:195px;width:195px;height:35px}.s175{min-width:195px;width:195px;min-height:35px}.s176{min-width:195px;width:195px;height:26px}.p4{text-indent:0}.f35{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps143{margin-top:1px}.s177{min-width:195px;width:195px;height:35px}.s178{min-width:195px;width:195px;min-height:35px}.s179{min-width:195px;width:195px;height:26px}.s180{min-width:195px;width:195px;height:35px}.s181{min-width:195px;width:195px;min-height:35px}.s182{min-width:195px;width:195px;height:26px}.s183{min-width:195px;width:195px;height:35px}.s184{min-width:195px;width:195px;min-height:35px}.s185{min-width:195px;width:195px;height:26px}.s186{min-width:195px;width:195px;height:35px}.s187{min-width:195px;width:195px;min-height:35px}.s188{min-width:195px;width:195px;height:26px}.s189{min-width:195px;width:195px;height:35px}.s190{min-width:195px;width:195px;min-height:35px}.s191{min-width:195px;width:195px;height:26px}.s192{min-width:195px;width:195px;height:35px}.s193{min-width:195px;width:195px;min-height:35px}.s194{min-width:195px;width:195px;height:26px}.ps144{margin-top:11px}.s195{min-width:198px;width:198px;min-height:184px;height:184px}.s196{min-width:198px;width:198px;height:36px}.s197{min-width:198px;width:198px;min-height:36px}.ps146{margin-top:5px}.s198{min-width:198px;width:198px;height:26px}.f36{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s199{min-width:198px;width:198px;height:36px}.s200{min-width:198px;width:198px;min-height:36px}.s201{min-width:198px;width:198px;height:26px}.s202{min-width:198px;width:198px;height:36px}.s203{min-width:198px;width:198px;min-height:36px}.s204{min-width:198px;width:198px;height:26px}.s205{min-width:198px;width:198px;height:36px}.s206{min-width:198px;width:198px;min-height:36px}.s207{min-width:198px;width:198px;height:26px}.s208{min-width:198px;width:198px;height:36px}.s209{min-width:198px;width:198px;min-height:36px}.s210{min-width:198px;width:198px;height:26px}.s211{min-width:187px;width:187px;min-height:184px;height:184px}.s212{min-width:187px;width:187px;height:36px}.s213{min-width:187px;width:187px;min-height:36px}.s214{min-width:187px;width:187px;height:26px}.f37{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s215{min-width:187px;width:187px;height:36px}.s216{min-width:187px;width:187px;min-height:36px}.s217{min-width:187px;width:187px;height:26px}.s218{min-width:187px;width:187px;height:36px}.s219{min-width:187px;width:187px;min-height:36px}.s220{min-width:187px;width:187px;height:26px}.s221{min-width:187px;width:187px;height:36px}.s222{min-width:187px;width:187px;min-height:36px}.s223{min-width:187px;width:187px;height:26px}.s224{min-width:187px;width:187px;height:36px}.s225{min-width:187px;width:187px;min-height:36px}.s226{min-width:187px;width:187px;height:26px}.s227{min-width:187px;width:187px}.s228{min-width:187px;width:187px}.s229{min-width:187px;width:187px}.ps147{margin-top:5px}.s230{min-width:187px;width:187px;height:26px}.s231{min-width:187px;width:187px}.s232{min-width:187px;width:187px}.s233{min-width:187px;width:187px;height:26px}.s234{min-width:187px;width:187px;min-height:73px;height:73px}.s235{min-width:187px;width:187px;height:36px}.s236{min-width:187px;width:187px;min-height:36px}.s237{min-width:187px;width:187px;height:26px}.s238{min-width:187px;width:187px;height:36px}.s239{min-width:187px;width:187px;min-height:36px}.s240{min-width:187px;width:187px;height:26px}.ps149{margin-top:53px}.s241{min-width:298px;width:298px;height:50px}.c38{height:50px}.ps150{margin-left:8px;margin-top:6px}.s242{min-width:282px;width:282px;min-height:36px}.s243{min-width:220px;width:220px;height:36px}.input5{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps151{margin-left:2px}.s244{min-width:60px;height:36px;width:58px}.c39{color:#838b83}.f38{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s245{height:8px}.f24:visited{line-height:1.751}.f24:hover{line-height:1.751}.f24:active{line-height:1.751}.f29:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f29:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f29:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c27::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c27:hover:before{opacity:1}.c27:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c28::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c28:hover:before{opacity:1}.c28:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f32:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f32:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f32:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c8{background-image:url(../images/9/farbige-hand-1484.png)}.webp .c8{background-image:url(../images/6/farbige-hand-1484.webp)}.c9{background-image:url(../images/v/trendfarben-im-loft-gruen-814.jpg)}.webp .c9{background-image:url(../images/4/trendfarben-im-loft-gruen-814.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c8{background-image:url(../images/b/farbige-hand-1188.png)}.webp .c8{background-image:url(../images/2/farbige-hand-1188.webp)}.c9{background-image:url(../images/r/trendfarben-im-loft-gruen-652.jpg)}.webp .c9{background-image:url(../images/k/trendfarben-im-loft-gruen-652.webp)}}.v23{display:block}.ps191{position:relative;margin-top:0}.s300{width:100%;min-width:1200px;min-height:865px;padding-bottom:0}.c60{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;box-shadow:0 -1px 4px #000}.z188{z-index:3}.ps192{display:inline-block;width:0;height:0}.v24{display:inline-block;vertical-align:top;pointer-events:none}.s301{width:100%;min-width:1200px;min-height:865px}.c61{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:0}.fx1{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/glamur-daumenhoch-640-1.jpg)}.webp .fx1{background-attachment:fixed;background-image:url(../images/t/glamur-daumenhoch-640.webp)}.ps193{position:relative;margin-top:995px}.s302{width:100%;min-width:1200px;min-height:364px;--lbas:64;--lbab:0;padding-bottom:29px}.c62{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.slc2{margin-top:29px}.ps194{position:relative;margin-left:0;margin-top:0}.s303{min-width:358px;width:358px;min-height:335px}.c63{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.z189{z-index:332}.c64{position:absolute;box-sizing:border-box;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.s304{width:100%;height:100%}.v25{display:inline-block;vertical-align:top;pointer-events:auto}.s305{min-width:358px;width:358px;min-height:335px;height:335px}.i14{position:absolute;left:0;width:358px;top:0;height:335px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i15{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps195{position:relative;margin-left:18px;margin-top:0}.z190{z-index:334}.z191{z-index:336}.s306{min-width:354px;width:354px;min-height:335px;height:335px}.i16{position:absolute;left:0;width:354px;top:0;height:335px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.z192{z-index:338}.i17{position:absolute;left:0;width:358px;top:38px;height:259px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps196{position:relative;margin-top:-1053px}.s307{width:100%;min-width:1200px;min-height:267px}.z193{z-index:59}.c65{position:absolute;pointer-events:none;width:100%;height:100%;height:calc(100% - 0px);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;padding-bottom:0;box-shadow:0 2px 4px rgba(0,0,0,0.4)}.c66{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb;opacity:0.68}.ps197{position:relative;margin-top:50px}.v26{display:block;pointer-events:none}.s308{width:1200px;margin-left:auto;margin-right:auto;min-height:174px}.v27{display:inline-block;vertical-align:top}.ps198{position:relative;margin-left:64px;margin-top:0}.s309{min-width:1075px;width:1075px;min-height:174px}.s310{min-width:1027px;width:1027px;overflow:hidden;height:61px}.p9{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f56{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps199{position:relative;margin-left:0;margin-top:13px}.s311{min-width:1075px;width:1075px;overflow:hidden;height:100px}.p10{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f57{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps200{position:relative;margin-top:393px}.s312{width:100%;min-width:1200px;min-height:228px;padding-bottom:0}.z194{z-index:61}.s313{width:100%;min-width:1200px;min-height:228px}.z195{z-index:198}.c67{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:199}.z196{z-index:199}.fx2{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/j/w821-640.jpg)}.webp .fx2{background-attachment:fixed;background-image:url(../images/l/w821-640.webp)}.ps201{position:relative;margin-top:-197px}.s314{width:1200px;margin-left:auto;margin-right:auto;min-height:183px}.ps202{position:relative;margin-left:39px;margin-top:0}.s315{min-width:1134px;width:1134px;min-height:183px}.z197{z-index:200}.ps203{position:relative;margin-left:44px;margin-top:0}.s316{min-width:1056px;width:1056px;min-height:82px}.s317{min-width:83px;width:83px;min-height:82px;height:82px}.z198{z-index:207}.i18{position:absolute;left:1px;min-width:82px;max-width:82px;min-height:82px;max-height:82px;top:0}.ps204{position:relative;margin-left:118px;margin-top:0}.z199{z-index:205}.ps205{position:relative;margin-left:106px;margin-top:0}.z200{z-index:204}.ps206{position:relative;margin-left:113px;margin-top:0}.z201{z-index:203}.ps207{position:relative;margin-left:116px;margin-top:0}.z202{z-index:202}.ps208{position:relative;margin-left:105px;margin-top:0}.z203{z-index:201}.ps209{position:relative;margin-left:0;margin-top:40px}.s318{min-width:1134px;width:1134px;min-height:61px}.s319{min-width:171px;width:171px;overflow:hidden;height:61px}.z204{z-index:212}.p11{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f58{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps210{position:relative;margin-left:14px;margin-top:0}.s320{min-width:199px;width:199px;overflow:hidden;height:61px}.z205{z-index:211}.ps211{position:relative;margin-left:3px;margin-top:0}.s321{min-width:178px;width:178px;overflow:hidden;height:61px}.z206{z-index:206}.f59{font-family:"Helvetica Neue", sans-serif;font-size:17px;font-size:calc(17px * var(--f));line-height:1.413;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps212{position:relative;margin-left:11px;margin-top:0}.s322{min-width:199px;width:199px;overflow:hidden;height:61px}.z207{z-index:210}.ps213{position:relative;margin-left:0;margin-top:0}.s323{min-width:199px;width:199px;overflow:hidden;height:61px}.z208{z-index:209}.ps214{position:relative;margin-left:6px;margin-top:0}.s324{min-width:154px;width:154px;overflow:hidden;height:61px}.z209{z-index:208}.s325{width:100%;min-width:1200px;min-height:241px;padding-bottom:0}.z210{z-index:194}.ps215{position:relative;margin-top:51px}.s326{width:1200px;margin-left:auto;margin-right:auto;min-height:190px}.ps216{position:relative;margin-left:64px;margin-top:0}.s327{min-width:962px;width:962px;overflow:hidden;height:66px}.ps217{position:relative;margin-left:64px;margin-top:17px}.s328{min-width:1075px;width:1075px;overflow:hidden;height:107px}.p12{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.s329{width:100%;min-width:1200px;min-height:897px;--lbas:64;--lbab:1;padding-bottom:40px}.z211{z-index:9}.ps218{position:relative;margin-top:37px}.s330{width:1200px;margin-left:auto;margin-right:auto;min-height:860px}.ps219{position:relative;margin-left:66px;margin-top:0}.s331{min-width:417px;width:417px;min-height:200px}.c68{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.s332{min-width:417px;width:417px;min-height:200px;line-height:0}.s333{min-width:417px;width:417px;min-height:200px;height:200px}.z212{z-index:11}.i19{position:absolute;left:0;width:417px;top:0;height:200px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps220{position:relative;margin-left:0;margin-top:-168px}.s334{min-width:206px;width:206px;overflow:hidden;height:42px}.z213{z-index:12}.f60{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.601;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:#fff;text-shadow:none}.ps221{position:relative;margin-left:77px;margin-top:-80px}.s335{min-width:134px;width:134px;overflow:hidden;height:37px}.z214{z-index:13}.p13{text-indent:0;padding-bottom:0;padding-right:0;text-align:right}.ps222{position:relative;margin-left:17px;margin-top:0}.s336{min-width:200px;width:200px;min-height:200px}.s337{min-width:200px;width:200px;min-height:200px;line-height:0}.s338{min-width:200px;width:200px;min-height:200px;height:200px}.z215{z-index:15}.i20{position:absolute;left:0;width:200px;top:0;height:200px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps223{position:relative;margin-left:114px;margin-top:-37px}.s339{min-width:86px;width:86px;overflow:hidden;height:37px}.z216{z-index:16}.ps224{position:relative;margin-left:17px;margin-top:0}.z217{z-index:18}.ps225{position:relative;margin-left:128px;margin-top:-37px}.s340{min-width:71px;width:71px;overflow:hidden;height:37px}.z218{z-index:19}.ps226{position:relative;margin-left:17px;margin-top:0}.z219{z-index:21}.ps227{position:relative;margin-left:65px;margin-top:-37px}.s341{min-width:135px;width:135px;overflow:hidden;height:37px}.z220{z-index:22}.ps228{position:relative;margin-left:66px;margin-top:20px}.z221{z-index:24}.ps229{position:relative;margin-left:132px;margin-top:-37px}.s342{min-width:68px;width:68px;overflow:hidden;height:37px}.z222{z-index:25}.ps230{position:relative;margin-left:17px;margin-top:20px}.z223{z-index:27}.z224{z-index:28}.ps231{position:relative;margin-left:17px;margin-top:20px}.z225{z-index:30}.ps232{position:relative;margin-left:64px;margin-top:-37px}.s343{min-width:135px;width:135px;overflow:hidden;height:37px}.z226{z-index:31}.ps233{position:relative;margin-left:17px;margin-top:20px}.z227{z-index:33}.z228{z-index:34}.ps234{position:relative;margin-left:17px;margin-top:20px}.z229{z-index:36}.z230{z-index:37}.ps235{position:relative;margin-left:66px;margin-top:20px}.z231{z-index:39}.z232{z-index:40}.ps236{position:relative;margin-left:17px;margin-top:20px}.z233{z-index:42}.z234{z-index:43}.ps237{position:relative;margin-left:17px;margin-top:20px}.z235{z-index:45}.ps238{position:relative;margin-left:64px;margin-top:-37px}.s344{min-width:135px;width:135px;overflow:hidden;height:37px}.z236{z-index:46}.ps239{position:relative;margin-left:17px;margin-top:20px}.z237{z-index:48}.ps240{position:relative;margin-left:62px;margin-top:-37px}.z238{z-index:49}.ps241{position:relative;margin-left:17px;margin-top:20px}.z239{z-index:51}.z240{z-index:52}.ps242{position:relative;margin-left:66px;margin-top:20px}.z241{z-index:54}.z242{z-index:55}.z243{z-index:57}.ps243{position:relative;margin-left:65px;margin-top:-37px}.s345{min-width:135px;width:135px;overflow:hidden;height:37px}.z244{z-index:58}.ps244{position:relative;margin-left:0;margin-top:-241px}.s346{min-width:1200px;width:1200px;min-height:1px}.ps245{position:relative;margin-top:240px}.s347{width:100%;min-width:1200px;height:133px;padding-bottom:0}.c69{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;opacity:1}.z245{z-index:304}.ps246{position:relative;margin-top:19px}.s348{width:1200px;margin-left:auto;margin-right:auto;min-height:67px}.ps247{position:relative;margin-left:202px;margin-top:0}.s349{min-width:796px;width:796px;min-height:67px}.v28{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps248{position:relative;margin-left:0;margin-top:0}.s350{min-width:183px;height:67px;box-sizing:border-box;width:181px;padding-right:0}.c70{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000;border:1px solid #232323;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:#fff;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z246{z-index:305}.a5{display:inline-block;width:100%;z-index:1}.f61{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps249{position:relative;margin-left:430px;margin-top:0}.s351{min-width:183px;height:67px;box-sizing:border-box;width:181px;padding-right:0}.z247{z-index:306}.s352{width:100%;min-width:1200px;min-height:338px;padding-bottom:0}.z248{z-index:197}.c71{position:absolute;box-sizing:border-box;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:197}.fx3{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/g/impraegsw-640.jpg);opacity:0.5}.webp .fx3{background-attachment:fixed;background-image:url(../images/n/impraegsw-640-1.webp)}.ps250{position:relative;margin-top:202px}.s353{width:1200px;margin-left:auto;margin-right:auto;min-height:122px}.ps251{position:relative;margin-left:285px;margin-top:0}.s354{min-width:642px;width:642px;min-height:122px}.f62{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s355{width:100%;min-width:1200px;min-height:152px;padding-bottom:0}.c72{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z249{z-index:213}.ps252{position:relative;margin-top:18px}.s356{width:1200px;margin-left:auto;margin-right:auto;min-height:118px}.ps253{position:relative;margin-left:60px;margin-top:0}.s357{min-width:618px;width:618px;min-height:118px}.ps254{position:relative;margin-left:0;margin-top:33px}.s358{min-width:359px;width:359px;min-height:45px}.z250{z-index:190}.s359{min-width:340px;width:340px;min-height:45px;line-height:0}.ps255{position:relative;margin-left:0;margin-top:0}.s360{min-width:314px;width:314px;min-height:45px}.c73{border-top:0 solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:0 solid rgba(0,0,0,0);border-left:0 solid rgba(0,0,0,0);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z251{z-index:191}.ps256{position:relative;margin-left:0;margin-top:-44px}.s361{min-width:340px;width:340px;overflow:hidden;height:44px}.z252{z-index:192}.ps257{position:relative;margin-left:331px;margin-top:-34px}.s362{min-width:28px;width:28px;min-height:28px;height:28px}.z253{z-index:193}.i21{position:absolute;left:0;min-width:28px;max-width:28px;min-height:28px;max-height:28px;top:0}.v29{display:inline-block;vertical-align:top}.ps258{position:relative;margin-left:110px;margin-top:0}.s363{min-width:149px;width:149px;min-height:118px}.c74{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/w-classic-koffer.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z254{z-index:189}.s364{width:100%;min-width:1200px;height:638px;--lbas:64;--lbab:0;padding-bottom:50px}.z255{z-index:188}.ps259{position:relative;margin-top:23px}.s365{width:1200px;margin-left:auto;margin-right:auto;height:615px}.ps260{position:relative;margin-left:45px;margin-top:0}.s366{min-width:111px;width:111px;min-height:77px}.s367{min-width:111px;width:111px;min-height:77px;height:77px}.i22{position:absolute;left:0;width:111px;top:0;height:77px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps261{position:relative;margin-left:14px;margin-top:0}.ps262{position:relative;margin-left:14px;margin-top:0}.ps263{position:relative;margin-left:14px;margin-top:0}.ps264{position:relative;margin-left:14px;margin-top:0}.ps265{position:relative;margin-left:45px;margin-top:12px}.ps266{position:relative;margin-left:14px;margin-top:12px}.ps267{position:relative;margin-left:14px;margin-top:12px}.ps268{position:relative;margin-left:14px;margin-top:12px}.ps269{position:relative;margin-left:14px;margin-top:12px}.ps270{position:relative;margin-left:45px;margin-top:13px}.ps271{position:relative;margin-left:14px;margin-top:13px}.ps272{position:relative;margin-left:14px;margin-top:13px}.ps273{position:relative;margin-left:14px;margin-top:13px}.ps274{position:relative;margin-left:14px;margin-top:13px}.s368{width:100%;min-width:1200px;min-height:386px;padding-bottom:30px}.z256{z-index:310}.c75{position:absolute;box-sizing:border-box;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:310}.fx4{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/2/goldgl-muster-640.jpg);opacity:0.38}.webp .fx4{background-attachment:fixed;background-image:url(../images/8/goldgl-muster-640.webp)}.ps275{position:relative;margin-top:24px}.s369{width:1200px;margin-left:auto;margin-right:auto;min-height:356px}.ps276{position:relative;margin-left:64px;margin-top:0}.s370{min-width:1066px;width:1066px;overflow:hidden;height:64px}.z257{z-index:264}.f63{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps277{position:relative;margin-left:64px;margin-top:0}.s371{min-width:1066px;width:1066px;overflow:hidden;height:66px}.z258{z-index:277}.ps278{position:relative;margin-left:64px;margin-top:21px}.s372{min-width:1066px;width:1066px;min-height:205px}.z259{z-index:278}.s373{min-width:1066px;width:1066px;min-height:69px}.ps279{position:relative;margin-left:0;margin-top:0}.s374{min-width:143px;width:143px;overflow:hidden;height:37px}.z260{z-index:265}.f64{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.ps280{position:relative;margin-left:39px;margin-top:0}.s375{min-width:145px;width:145px;overflow:hidden;height:67px}.z261{z-index:266}.ps281{position:relative;margin-left:43px;margin-top:0}.s376{min-width:144px;width:144px;overflow:hidden;height:69px}.z262{z-index:267}.ps282{position:relative;margin-left:39px;margin-top:0}.s377{min-width:145px;width:145px;overflow:hidden;height:68px}.z263{z-index:268}.ps283{position:relative;margin-left:42px;margin-top:0}.s378{min-width:145px;width:145px;overflow:hidden;height:68px}.z264{z-index:269}.ps284{position:relative;margin-left:38px;margin-top:0}.s379{min-width:143px;width:143px;overflow:hidden;height:69px}.z265{z-index:270}.ps285{position:relative;margin-left:10px;margin-top:12px}.s380{min-width:1049px;width:1049px;min-height:124px}.ps286{position:relative;margin-left:0;margin-top:0}.s381{min-width:124px;width:124px;min-height:124px;height:124px}.z266{z-index:271}.a6{display:block;height:100%}.i23{position:absolute;left:0;width:120px;top:0;height:120px;-webkit-border-radius:62px;-moz-border-radius:62px;border-radius:62px;border:2px solid #fff}.ps287{position:relative;margin-left:61px;margin-top:0}.z267{z-index:272}.ps288{position:relative;margin-left:61px;margin-top:0}.z268{z-index:273}.ps289{position:relative;margin-left:61px;margin-top:0}.z269{z-index:274}.ps290{position:relative;margin-left:61px;margin-top:0}.z270{z-index:275}.ps291{position:relative;margin-left:61px;margin-top:0}.s382{min-width:124px;width:124px;min-height:124px;height:124px}.z271{z-index:276}.i24{position:absolute;left:0;width:120px;top:0;height:120px;-webkit-border-radius:62px;-moz-border-radius:62px;border-radius:62px;border:2px solid #fff}.s383{width:100%;min-width:1200px;height:284px;padding-bottom:55px}.z272{z-index:256}.ps292{position:relative;margin-top:54px}.s384{width:1200px;margin-left:auto;margin-right:auto;height:230px}.ps293{position:relative;margin-left:116px;margin-top:0}.s385{min-width:230px;width:230px;min-height:230px}.c76{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent;overflow:hidden}.z273{z-index:280}.s386{min-width:226px;width:226px;min-height:230px}.s387{min-width:226px;width:226px;min-height:230px;line-height:0}.c77{border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/r/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-226.jpg)}.z274{z-index:281}.webp .c77{background-image:url(../images/7/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-226.webp)}.ps294{position:relative;margin-left:0;margin-top:-165px}.s388{min-width:226px;width:226px;min-height:111px}.z275{z-index:282}.c78{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(66,66,66,0.35)}.z276{z-index:283}.ps295{position:relative;margin-left:5px;margin-top:-104px}.s389{min-width:216px;width:216px;overflow:hidden;height:65px}.z277{z-index:284}.f65{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.701;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps296{position:relative;margin-left:5px;margin-top:-49px}.s390{min-width:216px;width:216px;overflow:hidden;height:48px}.z278{z-index:285}.f66{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps297{position:relative;margin-left:16px;margin-top:0}.z279{z-index:286}.s391{min-width:230px;width:230px;min-height:230px;line-height:0}.c79{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/t/paterra-bad-farbe-lila-230.jpg)}.z280{z-index:287}.webp .c79{background-image:url(../images/f/paterra-bad-farbe-lila-230.webp)}.ps298{position:relative;margin-left:0;margin-top:-163px}.s392{min-width:228px;width:228px;min-height:125px}.z281{z-index:288}.z282{z-index:289}.ps299{position:relative;margin-left:2px;margin-top:-104px}.s393{min-width:226px;width:226px;overflow:hidden;height:65px}.z283{z-index:290}.f67{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.568;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps300{position:relative;margin-left:2px;margin-top:-49px}.s394{min-width:221px;width:221px;overflow:hidden;height:63px}.z284{z-index:291}.ps301{position:relative;margin-left:16px;margin-top:0}.z285{z-index:292}.c80{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/v/paterra-kueche-mindgruen-230.jpg)}.z286{z-index:293}.webp .c80{background-image:url(../images/r/paterra-kueche-mindgruen-230.webp)}.ps302{position:relative;margin-left:0;margin-top:-163px}.s395{min-width:230px;width:230px;min-height:111px}.z287{z-index:294}.z288{z-index:295}.ps303{position:relative;margin-left:10px;margin-top:-104px}.s396{min-width:213px;width:213px;overflow:hidden;height:64px}.z289{z-index:296}.ps304{position:relative;margin-left:2px;margin-top:-49px}.s397{min-width:227px;width:227px;overflow:hidden;height:48px}.z290{z-index:297}.z291{z-index:298}.s398{min-width:228px;width:228px;min-height:230px}.s399{min-width:228px;width:228px;min-height:230px;line-height:0}.s400{min-width:227px;width:227px;min-height:230px}.c81{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/7/betonstyle-mit-applikationen-bs928-hotelbar-227.jpg)}.z292{z-index:299}.webp .c81{background-image:url(../images/1/betonstyle-mit-applikationen-bs928-hotelbar-227.webp)}.ps305{position:relative;margin-left:0;margin-top:-163px}.s401{min-width:228px;width:228px;min-height:111px}.z293{z-index:300}.s402{min-width:228px;width:228px;min-height:111px;line-height:0}.s403{min-width:226px;width:226px;min-height:111px}.z294{z-index:301}.ps306{position:relative;margin-left:0;margin-top:-105px}.s404{min-width:226px;width:226px;overflow:hidden;height:65px}.z295{z-index:302}.ps307{position:relative;margin-left:0;margin-top:-49px}.s405{min-width:228px;width:228px;overflow:hidden;height:48px}.z296{z-index:303}.s406{width:100%;min-width:1200px;min-height:534px;padding-bottom:0}.z297{z-index:263}.ps308{position:relative;margin-top:30px}.s407{width:1200px;margin-left:auto;margin-right:auto;min-height:455px}.ps309{position:relative;margin-left:25px;margin-top:0}.s408{min-width:1121px;width:1121px;min-height:455px}.z298{z-index:257}.s409{min-width:469px;width:469px;min-height:455px;line-height:0}.s410{min-width:469px;width:469px;min-height:445px}.c82{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z299{z-index:258}.ps310{position:relative;margin-left:25px;margin-top:-435px}.s411{min-width:379px;width:379px;overflow:hidden;height:144px}.z300{z-index:259}.f68{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps311{position:relative;margin-left:25px;margin-top:-281px}.s412{min-width:444px;width:444px;overflow:hidden;height:210px}.z301{z-index:261}.ps312{position:relative;margin-left:157px;margin-top:-55px}.s413{min-width:166px;height:65px;box-sizing:border-box;width:166px;padding-right:0}.c83{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z302{z-index:262}.f69{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps313{position:relative;margin-left:39px;margin-top:10px}.s414{min-width:613px;width:613px;min-height:445px;height:445px}.z303{z-index:260}.i25{position:absolute;left:0;width:613px;top:0;height:445px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.s415{width:100%;min-width:1200px;min-height:648px;padding-bottom:0}.z304{z-index:279}.ps314{position:relative;margin-top:44px}.s416{width:1200px;margin-left:auto;margin-right:auto;min-height:546px}.ps315{position:relative;margin-left:144px;margin-top:0}.s417{min-width:907px;width:907px;overflow:hidden;height:62px}.z305{z-index:243}.ps316{position:relative;margin-left:32px;margin-top:20px}.s418{min-width:1137px;width:1137px;min-height:464px}.s419{min-width:359px;width:359px;min-height:464px}.z306{z-index:237}.s420{min-width:359px;width:359px;min-height:464px;line-height:0}.s421{min-width:359px;width:359px;min-height:464px}.c84{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z307{z-index:238}.ps317{position:relative;margin-left:0;margin-top:-464px}.z308{z-index:239}.i26{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps318{position:relative;margin-left:32px;margin-top:-202px}.s422{min-width:296px;width:296px;overflow:hidden;height:37px}.z309{z-index:240}.f70{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps319{position:relative;margin-left:32px;margin-top:-169px}.s423{min-width:296px;width:296px;overflow:hidden;height:74px}.z310{z-index:241}.p14{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f71{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps320{position:relative;margin-left:33px;margin-top:-92px}.s424{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c85{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z311{z-index:242}.f72{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps321{position:relative;margin-left:29px;margin-top:0}.s425{min-width:359px;width:359px;min-height:464px}.z312{z-index:249}.s426{min-width:359px;width:359px;min-height:464px;line-height:0}.s427{min-width:359px;width:359px;min-height:464px}.z313{z-index:244}.ps322{position:relative;margin-left:0;margin-top:-464px}.z314{z-index:245}.i27{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps323{position:relative;margin-left:32px;margin-top:-202px}.s428{min-width:296px;width:296px;overflow:hidden;height:36px}.z315{z-index:246}.ps324{position:relative;margin-left:32px;margin-top:-169px}.s429{min-width:296px;width:296px;overflow:hidden;height:76px}.z316{z-index:247}.f73{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps325{position:relative;margin-left:33px;margin-top:-92px}.s430{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c86{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z317{z-index:248}.ps326{position:relative;margin-left:31px;margin-top:0}.s431{min-width:359px;width:359px;min-height:464px}.z318{z-index:255}.s432{min-width:359px;width:359px;min-height:464px;line-height:0}.s433{min-width:359px;width:359px;min-height:464px}.z319{z-index:250}.ps327{position:relative;margin-left:0;margin-top:-464px}.z320{z-index:251}.i28{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps328{position:relative;margin-left:32px;margin-top:-202px}.s434{min-width:296px;width:296px;overflow:hidden;height:37px}.z321{z-index:252}.ps329{position:relative;margin-left:32px;margin-top:-169px}.s435{min-width:296px;width:296px;overflow:hidden;height:75px}.z322{z-index:253}.ps330{position:relative;margin-left:33px;margin-top:-92px}.s436{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z323{z-index:254}.s437{width:100%;min-width:1200px;min-height:296px;padding-bottom:0}.z324{z-index:217}.ps331{position:relative;margin-top:34px}.s438{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps332{position:relative;margin-left:57px;margin-top:0}.s439{min-width:1087px;width:1087px;min-height:226px}.s440{min-width:1087px;width:1087px;overflow:hidden;height:51px}.ps333{position:relative;margin-left:28px;margin-top:31px}.s441{min-width:1021px;width:1021px;min-height:144px}.s442{min-width:118px;width:118px;min-height:142px}.ps334{position:relative;margin-left:29px;margin-top:0}.s443{min-width:60px;width:60px;min-height:60px;height:60px}.i29{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps335{position:relative;margin-left:0;margin-top:20px}.s444{min-width:118px;width:118px;overflow:hidden;height:62px}.f74{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps336{position:relative;margin-left:103px;margin-top:0}.s445{min-width:127px;width:127px;min-height:140px}.ps337{position:relative;margin-left:33px;margin-top:0}.s446{min-width:127px;width:127px;overflow:hidden;height:60px}.ps338{position:relative;margin-left:97px;margin-top:0}.s447{min-width:134px;width:134px;min-height:141px}.ps339{position:relative;margin-left:37px;margin-top:0}.s448{min-width:134px;width:134px;overflow:hidden;height:61px}.ps340{position:relative;margin-left:70px;margin-top:0}.s449{min-width:172px;width:172px;min-height:144px}.ps341{position:relative;margin-left:56px;margin-top:0}.ps342{position:relative;margin-left:0;margin-top:20px}.s450{min-width:172px;width:172px;overflow:hidden;height:64px}.ps343{position:relative;margin-left:82px;margin-top:0}.s451{min-width:118px;width:118px;min-height:141px}.ps344{position:relative;margin-left:29px;margin-top:0}.i30{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s452{min-width:118px;width:118px;overflow:hidden;height:61px}.s453{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z325{z-index:331}.s454{width:100%;min-width:1200px;min-height:633px}.c87{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z326{z-index:311}.ps345{position:relative;margin-top:-604px}.s455{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps346{position:relative;margin-left:32px;margin-top:0}.s456{min-width:1137px;width:1137px;min-height:584px}.z327{z-index:312}.ps347{position:relative;margin-left:0;margin-top:0}.c88{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z328{z-index:313}.ps348{position:relative;margin-left:0;margin-top:22px}.s457{min-width:1137px;width:1137px;min-height:512px}.z329{z-index:330}.s458{min-width:1137px;width:1137px;min-height:472px;line-height:0}.z330{z-index:314}.ps349{position:relative;margin-left:55px;margin-top:-430px}.s459{min-width:1028px;width:1028px;min-height:219px}.z331{z-index:315}.s460{min-width:123px;width:123px;overflow:hidden;height:39px}.z332{z-index:320}.f75{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps350{position:relative;margin-left:106px;margin-top:0}.s461{min-width:111px;width:111px;overflow:hidden;height:39px}.z333{z-index:321}.ps351{position:relative;margin-left:199px;margin-top:0}.s462{min-width:104px;width:104px;overflow:hidden;height:39px}.z334{z-index:322}.ps352{position:relative;margin-left:154px;margin-top:0}.s463{min-width:231px;width:231px;overflow:hidden;height:39px}.z335{z-index:323}.ps353{position:relative;margin-left:0;margin-top:4px}.s464{min-width:207px;width:207px;overflow:hidden;height:176px}.z336{z-index:324}.f76{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps354{position:relative;margin-left:22px;margin-top:4px}.s465{min-width:273px;width:273px;overflow:hidden;height:176px}.z337{z-index:325}.f77{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.f78{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps355{position:relative;margin-left:37px;margin-top:4px}.s466{min-width:231px;width:231px;overflow:hidden;height:176px}.z338{z-index:326}.ps356{position:relative;margin-left:27px;margin-top:4px}.s467{min-width:231px;width:231px;overflow:hidden;height:176px}.z339{z-index:327}.ps357{position:relative;margin-left:55px;margin-top:-181px}.s468{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c89{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z340{z-index:318}.f79{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps358{position:relative;margin-left:19px;margin-top:-182px}.s469{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c90{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z341{z-index:316}.ps359{position:relative;margin-left:588px;margin-top:-153px}.s470{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c91{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z342{z-index:317}.a7{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps360{position:relative;margin-left:25px;margin-top:-149px}.s471{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c92{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z343{z-index:319}.ps361{position:relative;margin-left:64px;margin-top:-66px}.s472{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z344{z-index:328}.f80{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps362{position:relative;margin-left:354px;margin-top:19px}.s473{min-width:426px;width:426px;overflow:hidden;height:21px}.z345{z-index:329}.f81{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f82{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c93{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:2146435456;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps363{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps364{position:relative;margin-left:836px;margin-top:70px}.c94{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c95{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c96{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.c97{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v30{display:inline-block;vertical-align:top;overflow:visible}.ps365{position:relative;margin-left:47px;margin-top:18px}.m2{padding:0px 0px 0px 0px}.mcv2{display:inline-block}.ps366{position:relative;margin-left:0;margin-top:1px}.s474{min-width:272px;width:272px;overflow:hidden;height:34px}.f83{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v31{display:none}.z346{z-index:9999}.ps367{position:relative;margin-left:0;margin-top:4px}.s475{min-width:188px;width:188px;overflow:hidden;height:34px}.p15{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f84{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps368{position:relative;margin-left:0;margin-top:0}.s476{min-width:170px;width:170px;overflow:hidden;height:34px}.s477{min-width:186px;width:186px;overflow:hidden;height:34px}.s478{min-width:267px;width:267px;overflow:hidden;height:34px}.s479{min-width:208px;width:208px;overflow:hidden;height:34px}.s480{min-width:177px;width:177px;overflow:hidden;height:34px}.s481{min-width:159px;width:159px;overflow:hidden;height:34px}.ps369{position:relative;margin-left:0;margin-top:9px}.ps370{position:relative;margin-left:0;margin-top:0}.ps371{position:relative;margin-left:0;margin-top:4px}.s482{min-width:242px;width:242px;overflow:hidden;height:34px}.f85{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s483{min-width:203px;width:203px;overflow:hidden;height:34px}.s484{min-width:200px;width:200px;overflow:hidden;height:34px}.s485{min-width:239px;width:239px;overflow:hidden;height:34px}.s486{min-width:167px;width:167px;overflow:hidden;height:34px}.s487{min-width:150px;width:150px;overflow:hidden;height:34px}.f86{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s488{min-width:163px;width:163px;overflow:hidden;height:34px}.s489{min-width:135px;width:135px;overflow:hidden;height:34px}.s490{min-width:158px;width:158px;overflow:hidden;height:34px}.s491{min-width:170px;width:170px;overflow:hidden;height:34px}.s492{min-width:108px;width:108px;min-height:73px;height:73px}.s493{min-width:108px;width:108px;height:36px}.s494{min-width:108px;width:108px;min-height:36px}.ps372{position:relative;margin-left:0;margin-top:1px}.s495{min-width:108px;width:108px;overflow:hidden;height:34px}.ps373{position:relative;margin-left:0;margin-top:1px}.s496{min-width:96px;width:96px;height:36px}.s497{min-width:96px;width:96px;min-height:36px}.s498{min-width:96px;width:96px;overflow:hidden;height:34px}.s499{min-width:189px;width:189px;overflow:hidden;height:34px}.s500{min-width:138px;width:138px;overflow:hidden;height:34px}.c98{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}.ps374{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.s501{min-width:47px;width:47px;height:125px}.c99{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 25px 25px 0;-moz-border-radius:0 25px 25px 0;border-radius:0 25px 25px 0;background-color:#fff}.c100{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 25px 25px 0;-moz-border-radius:0 25px 25px 0;border-radius:0 25px 25px 0}.ps375{position:relative;margin-left:-27px;margin-top:46px}.s502{min-width:113px;width:113px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z347{z-index:307}.p16{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f87{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c101{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;transition:opacity 1s}.ps376{position:relative;margin-top:247px;margin-bottom:247px;margin-left:0;-webkit-transform:translate3d(0,0,0)}.s503{min-width:290px;width:290px;height:calc(100vh - 494px);height:calc(var(--vh, 1vh) * 100 - 494px);}.c102{border:0;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0;background-color:#dad9c3}.c103{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0}.c104{margin-top:max(calc(50vh - 519px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 519px), 0px);height:545px}.ps377{position:relative;margin-left:225px;margin-top:17px}.s504{min-width:40px;width:40px;height:40px;box-sizing:border-box}.c105{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#838b83;background-image:url(../images/j/close.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}.z348{z-index:308}.ps378{position:relative;margin-left:17px;margin-top:18px}.s505{min-width:257px;width:257px;overflow:hidden;height:446px}.z349{z-index:309}.f88{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f89{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f90{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f91{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c106{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:2146435457;pointer-events:none;opacity:0}.v32{display:block;vertical-align:top;pointer-events:auto}.ps379{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c107{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c108{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c109{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c110{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps380{position:relative;margin-left:12px;margin-top:7px}.input8{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input8::placeholder{color:rgb(169,169,169);opacity:1}.ps381{position:relative;margin-left:3px;margin-top:0}.s506{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c111{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f92{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s507{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c112{display:inline-block;position:relative;margin-left:0;margin-top:0}.c70:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000}.c70:active{transition:initial;background-color:#edefeb}.c83:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c83:active{transition:initial;background-color:#edefeb;color:#404040}.c85:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c85:active{transition:initial;background-color:#edefeb}.c86:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c86:active{transition:initial;background-color:#edefeb}.c89:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c89:active{transition:initial;background-color:#edefeb;color:#404040}.c90:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c90:active{transition:initial;background-color:#edefeb}.c91::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c91:hover:before{opacity:1}.c91:hover{border-color:transparent;color:transparent}.c91:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c91:active{transition:initial}.c92::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c92:hover:before{opacity:1}.c92:hover{border-color:transparent;color:transparent}.c92:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c92:active{transition:initial}.c105:hover{background-color:#edefeb;color:#000;background-clip:padding-box;border:0}.c105:active{transition:initial;color:#fff;background-color:#dad9c3}.c111:hover{background-clip:padding-box;border-color:#000}.c111:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s300{min-width:960px;min-height:692px}.s301{min-width:960px;min-height:692px}.ps193{margin-top:1004px}.s302{min-width:960px;min-height:285px;--lbas:51;padding-bottom:26px}.slc2{margin-top:20px}.s303{min-width:300px;width:300px;min-height:265px}.s305{min-width:300px;width:300px;min-height:265px;height:265px}.i14{width:300px;height:265px}.ps195{margin-left:14px}.s306{min-width:300px;width:300px;min-height:265px;height:265px}.i16{width:300px;height:265px}.i17{width:300px;top:24px;height:217px}.ps196{margin-top:-836px}.s307{min-width:960px;min-height:214px}.ps197{margin-top:40px}.s308{width:960px;min-height:139px}.ps198{margin-left:51px}.s309{min-width:860px;width:860px;min-height:139px}.s310{min-width:822px;width:822px;height:49px}.f56{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps199{margin-top:10px}.s311{min-width:860px;width:860px;height:80px}.f57{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps200{margin-top:311px}.s312{min-width:960px;min-height:182px}.s313{min-width:960px;min-height:182px}.ps201{margin-top:-157px}.s314{width:960px;min-height:147px}.ps202{margin-left:31px}.s315{min-width:907px;width:907px;min-height:147px}.ps203{margin-left:35px}.s316{min-width:845px;width:845px;min-height:66px}.s317{min-width:66px;width:66px;min-height:66px;height:66px}.i18{left:0;min-width:66px;max-width:66px;min-height:66px;max-height:66px}.ps204{margin-left:95px}.ps205{margin-left:85px}.ps206{margin-left:91px}.ps207{margin-left:93px}.ps208{margin-left:85px}.ps209{margin-top:32px}.s318{min-width:907px;width:907px;min-height:49px}.s319{min-width:137px;width:137px;height:49px}.f58{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.ps210{margin-left:11px}.s320{min-width:159px;width:159px;height:49px}.s321{min-width:142px;width:142px;height:49px}.f59{font-size:13px;font-size:calc(13px * var(--f));line-height:1.386}.ps212{margin-left:9px}.s322{min-width:159px;width:159px;height:49px}.s323{min-width:159px;width:159px;height:49px}.ps214{margin-left:5px}.s324{min-width:123px;width:123px;height:49px}.s325{min-width:960px;min-height:193px}.ps215{margin-top:40px}.s326{width:960px;min-height:153px}.ps216{margin-left:51px}.s327{min-width:770px;width:770px;height:53px}.ps217{margin-left:51px;margin-top:14px}.s328{min-width:860px;width:860px;height:86px}.s329{min-width:960px;min-height:717px;--lbas:51;padding-bottom:33px}.ps218{margin-top:29px}.s330{width:960px;min-height:688px}.ps219{margin-left:53px}.s331{min-width:333px;width:333px;min-height:160px}.s332{min-width:333px;width:333px;min-height:160px}.s333{min-width:333px;width:333px;min-height:160px;height:160px}.i19{width:333px;height:160px}.ps220{margin-top:-134px}.s334{min-width:164px;width:164px;height:34px}.f60{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.ps221{margin-left:60px;margin-top:-64px}.s335{min-width:106px;width:106px;height:30px}.ps222{margin-left:14px}.s336{min-width:160px;width:160px;min-height:160px}.s337{min-width:160px;width:160px;min-height:160px}.s338{min-width:160px;width:160px;min-height:160px;height:160px}.i20{width:160px;height:160px}.ps223{margin-left:91px;margin-top:-30px}.s339{min-width:69px;width:69px;height:30px}.ps224{margin-left:13px}.ps225{margin-left:102px;margin-top:-30px}.s340{min-width:57px;width:57px;height:30px}.ps226{margin-left:14px}.ps227{margin-left:52px;margin-top:-30px}.s341{min-width:108px;width:108px;height:30px}.ps228{margin-left:53px;margin-top:16px}.ps229{margin-left:105px;margin-top:-30px}.s342{min-width:54px;width:54px;height:30px}.ps230{margin-left:13px;margin-top:16px}.ps231{margin-left:14px;margin-top:16px}.ps232{margin-left:51px;margin-top:-30px}.s343{min-width:108px;width:108px;height:30px}.ps233{margin-left:13px;margin-top:16px}.ps234{margin-left:14px;margin-top:16px}.ps235{margin-left:53px;margin-top:16px}.ps236{margin-left:13px;margin-top:16px}.ps237{margin-left:14px;margin-top:16px}.ps238{margin-left:51px;margin-top:-30px}.s344{min-width:108px;width:108px;height:30px}.ps239{margin-left:13px;margin-top:16px}.ps240{margin-left:49px;margin-top:-30px}.ps241{margin-left:14px;margin-top:16px}.ps242{margin-left:53px;margin-top:16px}.ps243{margin-left:52px;margin-top:-30px}.s345{min-width:108px;width:108px;height:30px}.ps244{margin-top:-190px}.s346{min-width:960px;width:960px}.ps245{margin-top:189px}.s347{min-width:960px;height:106px}.ps246{margin-top:15px}.s348{width:960px;min-height:54px}.ps247{margin-left:161px}.s349{min-width:638px;width:638px;min-height:54px}.s350{min-width:147px;height:54px;width:145px}.c70{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f61{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps249{margin-left:344px}.s351{min-width:147px;height:54px;width:145px}.s352{min-width:960px;min-height:270px}.ps250{margin-top:161px}.s353{width:960px;min-height:98px}.ps251{margin-left:228px}.s354{min-width:514px;width:514px;min-height:98px}.f62{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.s355{min-width:960px;min-height:122px}.ps252{margin-top:15px}.s356{width:960px;min-height:94px}.ps253{margin-left:48px}.s357{min-width:494px;width:494px;min-height:94px}.ps254{margin-top:27px}.s358{min-width:287px;width:287px;min-height:36px}.s359{min-width:272px;width:272px;min-height:36px}.s360{min-width:251px;width:251px;min-height:36px}.ps256{margin-top:-36px}.s361{min-width:272px;width:272px;height:35px}.ps257{margin-left:265px;margin-top:-28px}.s362{min-width:22px;width:22px;min-height:22px;height:22px}.i21{min-width:22px;max-width:22px;min-height:22px;max-height:22px}.ps258{margin-left:88px}.s363{min-width:119px;width:119px;min-height:94px}.s364{min-width:960px;height:561px;--lbas:51;padding-bottom:-11px}.ps259{margin-top:18px}.s365{width:960px;min-height:543px}.ps260{margin-left:17px}.s366{min-width:93px;width:93px;min-height:69px}.s367{min-width:93px;width:93px;min-height:69px;height:69px}.i22{width:93px;height:69px}.ps261{margin-left:11px}.ps262{margin-left:11px}.ps263{margin-left:11px}.ps264{margin-left:12px}.ps265{margin-left:17px;margin-top:10px}.ps266{margin-left:11px;margin-top:10px}.ps267{margin-left:11px;margin-top:10px}.ps268{margin-left:11px;margin-top:10px}.ps269{margin-left:12px;margin-top:10px}.ps270{margin-left:17px;margin-top:10px}.ps271{margin-left:11px;margin-top:10px}.ps272{margin-left:11px;margin-top:10px}.ps273{margin-left:11px;margin-top:10px}.ps274{margin-left:12px;margin-top:10px}.s368{min-width:960px;min-height:309px;padding-bottom:24px}.ps275{margin-top:18px}.s369{width:960px;min-height:285px}.ps276{margin-left:51px}.s370{min-width:853px;width:853px;height:51px}.f63{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps277{margin-left:51px}.s371{min-width:853px;width:853px;height:53px}.ps278{margin-left:51px;margin-top:17px}.s372{min-width:853px;width:853px;min-height:164px}.s373{min-width:853px;width:853px;min-height:55px}.s374{min-width:114px;width:114px;height:30px}.f64{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps280{margin-left:32px}.s375{min-width:116px;width:116px;height:54px}.ps281{margin-left:34px}.s376{min-width:115px;width:115px;height:55px}.ps282{margin-left:32px}.s377{min-width:116px;width:116px;height:54px}.ps283{margin-left:33px}.s378{min-width:116px;width:116px;height:54px}.ps284{margin-left:31px}.s379{min-width:114px;width:114px;height:55px}.ps285{margin-left:8px;margin-top:9px}.s380{min-width:840px;width:840px;min-height:100px}.s381{min-width:100px;width:100px;min-height:100px;height:100px}.i23{width:96px;height:96px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.ps287{margin-left:48px}.ps288{margin-left:48px}.ps289{margin-left:48px}.ps290{margin-left:48px}.ps291{margin-left:48px}.s382{min-width:100px;width:100px;min-height:100px;height:100px}.i24{width:96px;height:96px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.s383{min-width:960px;height:273px;padding-bottom:-2px}.ps292{margin-top:43px}.s384{width:960px;min-height:230px}.ps293{margin-left:1px}.ps295{margin-top:-105px}.f65{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.ps296{margin-top:-50px}.s390{height:47px}.f66{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps297{margin-left:12px}.ps298{margin-top:-164px}.s392{min-width:227px;width:227px}.ps299{margin-left:1px}.f67{font-size:24px;font-size:calc(24px * var(--f));line-height:1.584}.ps300{margin-left:1px}.s394{height:62px}.ps301{margin-left:13px}.ps302{margin-top:-164px}.s396{min-width:212px;width:212px;height:63px}.s397{height:47px}.ps305{margin-top:-164px}.s402{min-width:227px;width:227px}.s405{min-width:227px;width:227px;height:47px}.s406{min-width:960px;min-height:427px}.ps308{margin-top:24px}.s407{width:960px;min-height:364px}.ps309{margin-left:20px}.s408{min-width:896px;width:896px;min-height:364px}.s409{min-width:375px;width:375px;min-height:364px}.s410{min-width:375px;width:375px;min-height:356px}.ps310{margin-left:20px;margin-top:-348px}.s411{min-width:303px;width:303px;height:115px}.f68{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps311{margin-left:20px;margin-top:-225px}.s412{min-width:355px;width:355px;height:168px}.ps312{margin-left:126px;margin-top:-44px}.s413{min-width:133px;height:52px;width:133px}.c83{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px}.f69{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps313{margin-left:31px;margin-top:8px}.s414{min-width:490px;width:490px;min-height:356px;height:356px}.i25{width:490px;height:356px}.s415{min-width:960px;min-height:518px}.ps314{margin-top:35px}.s416{width:960px;min-height:437px}.ps315{margin-left:115px}.s417{min-width:726px;width:726px;height:50px}.ps316{margin-left:26px;margin-top:16px}.s418{min-width:909px;width:909px;min-height:371px}.s419{min-width:287px;width:287px;min-height:371px}.s420{min-width:287px;width:287px;min-height:371px}.s421{min-width:287px;width:287px;min-height:371px}.ps317{margin-top:-371px}.i26{width:287px;height:193px}.ps318{margin-left:25px;margin-top:-162px}.s422{min-width:237px;width:237px;height:30px}.f70{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps319{margin-left:25px;margin-top:-135px}.s423{min-width:237px;width:237px;height:59px}.f71{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps320{margin-left:26px;margin-top:-74px}.s424{min-width:135px;height:54px;width:133px}.c85{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f72{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps321{margin-left:23px}.s425{min-width:287px;width:287px;min-height:371px}.s426{min-width:287px;width:287px;min-height:371px}.s427{min-width:287px;width:287px;min-height:371px}.ps322{margin-top:-371px}.i27{width:287px;height:193px}.ps323{margin-left:26px;margin-top:-162px}.s428{min-width:237px;width:237px;height:29px}.ps324{margin-left:26px;margin-top:-135px}.s429{min-width:237px;width:237px;height:61px}.f73{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps325{margin-left:26px;margin-top:-74px}.s430{min-width:135px;height:54px;width:133px}.c86{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.ps326{margin-left:25px}.s431{min-width:287px;width:287px;min-height:371px}.s432{min-width:287px;width:287px;min-height:371px}.s433{min-width:287px;width:287px;min-height:371px}.ps327{margin-top:-371px}.i28{width:287px;height:193px}.ps328{margin-left:26px;margin-top:-162px}.s434{min-width:237px;width:237px;height:30px}.ps329{margin-left:26px;margin-top:-135px}.s435{min-width:237px;width:237px;height:60px}.ps330{margin-left:26px;margin-top:-74px}.s436{min-width:135px;height:54px;width:133px}.s437{min-width:960px;min-height:237px}.ps331{margin-top:28px}.s438{width:960px;min-height:180px}.ps332{margin-left:46px}.s439{min-width:870px;width:870px;min-height:180px}.s440{min-width:870px;width:870px;height:41px}.ps333{margin-left:22px;margin-top:24px}.s441{min-width:816px;width:816px;min-height:115px}.s442{min-width:94px;width:94px;min-height:114px}.ps334{margin-left:23px}.s443{min-width:48px;width:48px;min-height:48px;height:48px}.i29{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps335{margin-top:16px}.s444{min-width:94px;width:94px;height:50px}.f74{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps336{margin-left:83px}.s445{min-width:102px;width:102px;min-height:112px}.ps337{margin-left:26px}.s446{min-width:102px;width:102px;height:48px}.ps338{margin-left:77px}.s447{min-width:107px;width:107px;min-height:113px}.ps339{margin-left:30px}.s448{min-width:107px;width:107px;height:49px}.ps340{margin-left:56px}.s449{min-width:138px;width:138px;min-height:115px}.ps341{margin-left:45px}.ps342{margin-top:16px}.s450{min-width:138px;width:138px;height:51px}.ps343{margin-left:65px}.s451{min-width:94px;width:94px;min-height:113px}.ps344{margin-left:24px}.i30{width:48px;height:48px}.s452{min-width:94px;width:94px;height:49px}.s453{min-width:960px;min-height:506px}.s454{min-width:960px;min-height:506px}.ps345{margin-top:-483px}.s455{width:960px;min-height:468px}.ps346{margin-left:26px}.s456{min-width:910px;width:910px;min-height:468px}.ps348{margin-top:18px}.s457{min-width:910px;width:910px;min-height:410px}.s458{min-width:910px;width:910px;min-height:378px}.ps349{margin-left:44px;margin-top:-344px}.s459{min-width:822px;width:822px;min-height:175px}.s460{min-width:98px;width:98px;height:31px}.f75{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps350{margin-left:85px}.s461{min-width:89px;width:89px;height:31px}.ps351{margin-left:159px}.s462{min-width:83px;width:83px;height:31px}.ps352{margin-left:123px}.s463{min-width:185px;width:185px;height:31px}.ps353{margin-top:3px}.s464{min-width:166px;width:166px;height:141px}.f76{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps354{margin-left:17px;margin-top:3px}.s465{min-width:218px;width:218px;height:141px}.f77{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f78{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps355{margin-left:30px;margin-top:3px}.s466{min-width:185px;width:185px;height:141px}.ps356{margin-left:21px;margin-top:3px}.s467{min-width:185px;width:185px;height:141px}.ps357{margin-left:44px;margin-top:-145px}.s468{min-width:110px;height:42px;width:110px}.c89{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f79{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps358{margin-left:15px;margin-top:-146px}.s469{min-width:108px;height:44px;width:106px}.c90{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps359{margin-left:470px;margin-top:-123px}.s470{min-width:48px;width:48px;height:48px}.ps360{margin-left:20px;margin-top:-120px}.s471{min-width:43px;width:43px;height:43px}.ps361{margin-left:51px;margin-top:-53px}.s472{min-width:807px;width:807px;height:25px}.f80{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps362{margin-left:283px;margin-top:15px}.s473{min-width:341px;width:341px;height:17px}.f81{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f82{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps363{width:960px}.ps364{margin-left:669px;margin-top:56px}.ps365{margin-left:37px;margin-top:14px}.s474{min-width:218px;width:218px;height:26px}.f83{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s475{min-width:148px;width:148px;height:26px}.p15{text-indent:5px}.f84{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s476{min-width:133px;width:133px;height:26px}.s477{min-width:146px;width:146px;height:26px}.s478{min-width:209px;width:209px;height:26px}.s479{min-width:163px;width:163px;height:26px}.s480{min-width:139px;width:139px;height:26px}.s481{min-width:125px;width:125px;height:26px}.ps369{margin-top:7px}.ps370{margin-top:-1px}.s482{min-width:189px;width:189px;height:26px}.f85{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s483{min-width:159px;width:159px;height:26px}.s484{min-width:157px;width:157px;height:26px}.s485{min-width:187px;width:187px;height:26px}.s486{min-width:131px;width:131px;height:26px}.s487{min-width:118px;width:118px;height:26px}.f86{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s488{min-width:128px;width:128px;height:26px}.s489{min-width:106px;width:106px;height:26px}.s490{min-width:124px;width:124px;height:26px}.s491{min-width:133px;width:133px;height:26px}.s492{min-width:84px;width:84px;min-height:58px;height:59px}.s493{min-width:84px;width:84px;height:29px}.s494{min-width:84px;width:84px;min-height:29px}.s495{min-width:84px;width:84px;height:26px}.ps373{margin-top:0}.s496{min-width:76px;width:76px;height:29px}.s497{min-width:76px;width:76px;min-height:29px}.s498{min-width:76px;width:76px;height:26px}.s499{min-width:147px;width:147px;height:26px}.s500{min-width:108px;width:108px;height:26px}.ps374{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.s501{min-width:38px;width:38px;height:100px}.c99{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c100{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps375{margin-left:-22px;margin-top:38px}.s502{min-width:90px;width:90px;height:28px}.f87{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps376{margin-top:198px;margin-bottom:198px}.s503{min-width:232px;width:232px;height:calc(100vh - 396px);height:calc(var(--vh, 1vh) * 100 - 396px);}.c104{margin-top:max(calc(50vh - 416px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 416px), 0px);height:436px}.ps377{margin-left:180px;margin-top:14px}.s504{min-width:32px;width:32px;height:32px}.c105{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps378{margin-left:13px;margin-top:14px}.s505{min-width:206px;width:206px;height:357px}.f88{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f89{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f90{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f91{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps379{margin-top:56px}.c107{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c108{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c109{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c110{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps380{margin-left:10px;margin-top:5px}.input8{width:386px;height:37px;font-size:16px;line-height:1.126}.ps381{margin-left:2px}.s506{min-width:68px;height:37px;width:66px}.f92{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s507{height:8px}.f58:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.f58:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.f58:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.168}.f77:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f77:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f77:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c91::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c91:hover:before{opacity:1}.c91:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c92::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c92:hover:before{opacity:1}.c92:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f81:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f81:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f81:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f87:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f87:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f87:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f89:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f89:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f89:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f90:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f90:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f90:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f91:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f91:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f91:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}}@media (max-width:959px){.s300{min-width:320px;min-height:510px}.s301{min-width:320px;min-height:510px}.ps193{margin-top:1139px}.s302{min-width:320px;min-height:448px;--lbas:32;padding-bottom:28px}.slc2{margin-top:28px}.s303{min-width:300px;width:300px;min-height:420px}.s305{min-width:300px;width:300px;min-height:420px;height:420px}.i14{width:300px;height:420px}.ps195{margin-left:5px}.s306{min-width:300px;width:300px;min-height:420px;height:420px}.i16{width:300px;height:420px}.i17{width:300px;top:101px;height:217px}.ps196{margin-top:-1297px}.s307{min-width:320px;min-height:345px}.ps197{margin-top:37px}.s308{width:320px;min-height:283px}.ps198{margin-left:22px}.s309{min-width:275px;width:275px;min-height:283px}.s310{min-width:273px;width:273px;height:65px}.f56{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps199{margin-left:3px;margin-top:16px}.s311{min-width:272px;width:272px;height:202px}.p10{text-indent:4px}.f57{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps200{margin-top:476px}.s312{min-width:320px;min-height:440px}.s313{min-width:320px;min-height:440px}.ps201{margin-top:-410px}.s314{width:320px;min-height:389px}.ps202{margin-left:14px}.s315{min-width:290px;width:290px;min-height:389px}.ps203{margin-left:37px}.s316{min-width:207px;width:207px;min-height:312px}.s317{min-width:50px;width:50px;min-height:50px;height:50px}.i18{left:0;min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps204{margin-left:106px}.ps205{margin-left:3px;margin-top:79px}.ps206{margin-left:104px;margin-top:79px}.ps207{margin-left:3px;margin-top:83px}.ps208{margin-left:104px;margin-top:83px}.ps209{margin-top:-252px}.s318{min-width:290px;width:290px;min-height:329px}.s319{min-width:134px;width:134px;height:55px}.f58{line-height:1.438}.ps210{margin-left:17px}.s320{min-width:136px;width:136px;height:55px}.ps211{margin-left:21px;margin-top:75px}.s321{min-width:92px;width:92px;height:66px}.f59{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;font-weight:300}.ps212{margin-left:41px;margin-top:75px}.s322{min-width:136px;width:136px;height:66px}.ps213{margin-left:12px;margin-top:72px}.s323{min-width:100px;width:100px}.ps214{margin-left:65px;margin-top:72px}.s324{min-width:91px;width:91px;height:56px}.s325{min-width:320px;min-height:362px}.ps215{margin-top:33px}.s326{width:320px;min-height:314px}.ps216{margin-left:29px}.s327{min-width:272px;width:272px;height:71px}.ps217{margin-left:29px;margin-top:15px}.s328{min-width:273px;width:273px;height:228px}.s329{min-width:320px;min-height:1255px;--lbas:32;--lbab:0;padding-bottom:32px}.ps218{margin-top:11px}.s330{width:320px;min-height:1244px}.ps219{margin-left:17px}.s331{min-width:286px;width:286px;min-height:128px}.s332{min-width:286px;width:286px;min-height:128px}.s333{min-width:286px;width:286px;min-height:128px;height:128px}.i19{width:286px;height:128px}.ps220{margin-top:-114px}.s334{min-width:151px;width:151px;height:27px}.f60{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.ps221{margin-left:34px;margin-top:-41px}.s335{min-width:101px;width:101px;height:27px}.ps222{margin-top:11px}.s336{min-width:136px;width:136px;min-height:128px}.s337{min-width:136px;width:136px;min-height:128px}.s338{min-width:136px;width:136px;min-height:128px;height:128px}.i20{width:136px;height:128px}.ps223{margin-left:72px;margin-top:-27px}.s339{min-width:64px;width:64px;height:27px}.ps224{margin-left:14px;margin-top:11px}.ps225{margin-left:72px;margin-top:-27px}.s340{min-width:64px;width:64px;height:27px}.ps226{margin-top:12px}.ps227{margin-left:72px;margin-top:-27px}.s341{min-width:64px;width:64px;height:27px}.ps228{margin-left:14px;margin-top:12px}.ps229{margin-left:72px;margin-top:-27px}.s342{min-width:64px;width:64px;height:27px}.ps230{margin-top:11px}.ps231{margin-left:14px;margin-top:11px}.ps232{margin-left:53px;margin-top:-29px}.s343{min-width:83px;width:83px;height:27px}.ps233{margin-top:12px}.ps234{margin-left:14px;margin-top:12px}.ps235{margin-left:17px;margin-top:11px}.ps236{margin-left:14px;margin-top:11px}.ps237{margin-top:12px}.ps238{margin-left:55px;margin-top:-27px}.s344{min-width:81px;width:81px;height:27px}.ps239{margin-left:14px;margin-top:12px}.ps240{margin-left:72px;margin-top:-27px}.ps241{margin-top:11px}.ps242{margin-left:14px;margin-top:11px}.ps243{margin-left:37px;margin-top:-28px}.s345{min-width:99px;width:99px;height:27px}.ps244{margin-top:1154px}.s346{min-width:320px;width:320px}.ps245{margin-top:-1155px}.s347{min-width:320px;height:81px}.ps246{margin-top:-1px}.s348{width:320px;min-height:46px}.ps247{margin-left:20px}.s349{min-width:282px;width:282px;min-height:46px}.ps248{margin-left:124px}.s350{min-width:158px;height:46px;width:156px}.c70{-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f61{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:11px;padding-bottom:10px}.ps249{margin-left:0;margin-top:-46px}.s351{min-width:107px;height:46px;width:105px}.s352{min-width:320px;min-height:236px}.ps250{margin-top:90px}.s353{width:320px;min-height:113px}.ps251{margin-left:29px}.s354{min-width:261px;width:261px;min-height:113px}.f62{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.s355{min-width:320px;min-height:85px}.ps252{margin-top:23px}.s356{width:320px;min-height:32px}.ps253{margin-left:41px}.s357{min-width:238px;width:238px;min-height:32px}.ps254{margin-top:0}.s358{min-width:238px;width:238px;min-height:32px}.s359{min-width:210px;width:210px;min-height:32px}.ps255{margin-left:2px}.s360{min-width:206px;width:206px;min-height:32px}.ps256{margin-top:-32px}.s361{min-width:210px;width:210px;height:32px}.ps257{margin-left:8px;margin-top:6px}.s362{min-width:20px;width:20px;min-height:20px;height:20px}.i21{min-width:20px;max-width:20px;min-height:20px;max-height:20px}.v29{display:none}.ps258{margin-left:216px;margin-top:-14px}.s363{min-width:57px;width:57px;min-height:60px}.s364{min-width:320px;height:1617px;--lbas:32;padding-bottom:37px}.ps259{margin-top:22px}.s365{width:320px;min-height:1595px}.ps260{margin-left:11px}.s366{min-width:95px;width:95px;min-height:69px}.s367{min-width:95px;width:95px;min-height:69px;height:69px}.i22{width:95px;height:69px}.ps261{margin-left:6px}.ps262{margin-left:11px;margin-top:7px}.ps263{margin-left:6px;margin-top:7px}.ps264{margin-left:6px;margin-top:7px}.ps265{margin-left:11px;margin-top:8px}.ps266{margin-left:6px;margin-top:8px}.ps267{margin-left:11px;margin-top:7px}.ps268{margin-left:6px;margin-top:7px}.ps269{margin-left:6px;margin-top:7px}.ps270{margin-left:11px;margin-top:8px}.ps271{margin-left:6px;margin-top:8px}.ps272{margin-left:11px;margin-top:7px}.ps273{margin-left:6px;margin-top:7px}.ps274{margin-left:6px;margin-top:7px}.s368{min-width:320px;min-height:825px;padding-bottom:0}.ps275{margin-top:34px}.s369{width:320px;min-height:760px}.ps276{margin-left:32px}.s370{min-width:270px;width:270px;height:73px}.f63{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500}.ps277{margin-left:29px;margin-top:5px}.s371{min-width:273px;width:273px;height:152px}.ps278{margin-left:26px;margin-top:27px}.s372{min-width:267px;width:267px;min-height:503px}.s373{min-width:267px;width:267px;min-height:406px}.ps279{margin-left:4px}.s374{min-width:107px;width:107px;height:59px}.f64{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps280{margin-left:41px}.s375{min-width:112px;width:112px;height:57px}.ps281{margin-left:6px;margin-top:112px}.s376{min-width:102px;width:102px;height:64px}.ps282{margin-left:41px;margin-top:112px}.s377{min-width:118px;width:118px;height:63px}.ps283{margin-left:0;margin-top:105px}.s378{min-width:109px;width:109px;height:66px}.ps284{margin-left:42px;margin-top:105px}.s379{min-width:115px;width:115px;height:66px}.ps285{margin-left:7px;margin-top:-339px}.s380{min-width:249px;width:249px;min-height:436px}.ps286{margin-left:1px}.s381{min-width:94px;width:94px;min-height:94px;height:94px}.i23{width:90px;height:90px;-webkit-border-radius:47px;-moz-border-radius:47px;border-radius:47px}.ps287{margin-left:60px;margin-top:169px}.ps288{margin-left:0;margin-top:-94px}.ps289{margin-left:60px;margin-top:-263px}.ps290{margin-left:1px;margin-top:79px}.ps291{margin-left:60px;margin-top:79px}.s382{min-width:93px;width:93px;min-height:94px;height:94px}.i24{width:89px;height:89px;-webkit-border-radius:47px;-moz-border-radius:47px;border-radius:47px}.s383{min-width:320px;height:1275px;padding-bottom:26px}.ps292{margin-top:46px}.s384{width:320px;min-height:1229px}.ps293{margin-left:10px}.s385{min-width:300px;width:300px;min-height:299px}.s386{min-width:300px;width:300px;min-height:299px}.s387{min-width:300px;width:300px;min-height:299px}.c77{background-image:url(../images/f/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-600.jpg)}.webp .c77{background-image:url(../images/7/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-600.webp)}.ps294{margin-top:-196px}.s388{min-width:300px;width:300px;min-height:99px}.ps295{margin-left:96px;margin-top:-88px}.s389{min-width:117px;width:117px;height:43px}.f65{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.ps296{margin-left:1px;margin-top:-44px}.s390{min-width:299px;width:299px;height:42px}.f66{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps297{margin-left:10px;margin-top:11px}.s391{min-width:300px;width:300px;min-height:299px}.c79{background-image:url(../images/5/paterra-bad-farbe-lila-600.jpg)}.webp .c79{background-image:url(../images/j/paterra-bad-farbe-lila-600.webp)}.ps298{margin-top:-200px}.s392{min-width:300px;width:300px;min-height:99px}.ps299{margin-left:0;margin-top:-86px}.s393{min-width:300px;width:300px;height:40px}.f67{font-size:24px;font-size:calc(24px * var(--f));line-height:1.584}.ps300{margin-left:0;margin-top:-43px}.s394{min-width:300px;width:300px;height:34px}.ps301{margin-left:10px;margin-top:11px}.c80{background-image:url(../images/o/paterra-kueche-mindgruen-600.jpg)}.webp .c80{background-image:url(../images/8/paterra-kueche-mindgruen-600.webp)}.ps302{margin-top:-197px}.s395{min-width:300px;width:300px;min-height:99px}.ps303{margin-left:0;margin-top:-86px}.s396{min-width:300px;width:300px;height:42px}.ps304{margin-left:0;margin-top:-44px}.s397{min-width:300px;width:300px;height:34px}.s398{min-width:300px;width:300px;min-height:299px}.s399{min-width:300px;width:300px;min-height:299px}.s400{min-width:300px;width:300px;min-height:299px}.c81{background-image:url(../images/l/betonstyle-mit-applikationen-bs928-hotelbar-600.jpg)}.webp .c81{background-image:url(../images/e/betonstyle-mit-applikationen-bs928-hotelbar-600.webp)}.ps305{margin-top:-203px}.s401{min-width:300px;width:300px;min-height:99px}.s402{min-width:300px;width:300px;min-height:99px}.s403{min-width:296px;width:296px;min-height:99px}.ps306{margin-top:-88px}.s404{min-width:300px;width:300px;height:44px}.ps307{margin-top:-44px}.s405{min-width:300px;width:300px;height:39px}.s406{min-width:320px;min-height:650px;padding-bottom:20px}.s407{width:320px;min-height:612px}.ps309{margin-left:10px}.s408{min-width:300px;width:300px;min-height:612px}.s409{min-width:300px;width:300px;min-height:612px}.s410{min-width:300px;width:300px;min-height:603px}.ps310{margin-left:19px;margin-top:-369px}.s411{min-width:267px;width:267px;height:96px}.f68{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps311{margin-left:17px;margin-top:-268px}.s412{min-width:268px;width:268px;height:224px}.ps312{margin-top:-34px}.s413{min-width:127px;height:43px;width:127px}.c83{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f69{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps313{margin-left:0;margin-top:-603px}.s414{min-width:300px;width:300px;min-height:193px;height:193px}.i25{width:300px;height:193px}.s415{min-width:320px;min-height:1367px}.ps314{margin-top:24px}.s416{width:320px;min-height:1319px}.ps315{margin-left:27px}.s417{min-width:263px;width:263px;height:104px}.ps316{margin-left:8px;margin-top:14px}.s418{min-width:302px;width:302px;min-height:1201px}.s419{min-width:300px;width:300px;min-height:393px}.s420{min-width:300px;width:300px;min-height:393px}.s421{min-width:299px;width:299px;min-height:393px}.ps317{margin-top:-393px}.i26{width:300px;height:193px}.ps318{margin-left:29px;margin-top:-183px}.s422{min-width:254px;width:254px;height:41px}.f70{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps319{margin-left:29px;margin-top:-136px}.s423{min-width:231px;width:231px;height:62px}.p14{text-align:left}.f71{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400}.ps320{margin-left:28px;margin-top:-71px}.s424{min-width:118px;height:48px;width:116px}.c85{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f72{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps321{margin-left:1px;margin-top:28px}.s425{min-width:301px;width:301px;min-height:377px}.s426{min-width:301px;width:301px;min-height:377px}.s427{min-width:297px;width:297px;min-height:377px}.ps322{margin-top:-377px}.i27{width:301px;height:193px}.ps323{margin-left:27px;margin-top:-170px}.s428{min-width:233px;width:233px;height:34px}.ps324{margin-left:27px;margin-top:-130px}.s429{min-width:235px;width:235px;height:60px}.f73{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400;color:#232323}.ps325{margin-left:26px;margin-top:-67px}.s430{min-width:119px;height:45px;width:117px}.c86{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.ps326{margin-left:0;margin-top:28px}.s431{min-width:301px;width:301px;min-height:375px}.s432{min-width:301px;width:301px;min-height:375px}.s433{min-width:300px;width:300px;min-height:375px}.ps327{margin-top:-375px}.i28{width:301px;height:193px}.ps328{margin-left:28px;margin-top:-168px}.s434{min-width:234px;width:234px;height:32px}.ps329{margin-left:28px;margin-top:-128px}.s435{min-width:240px;width:240px;height:59px}.ps330{margin-left:27px;margin-top:-68px}.s436{min-width:112px;height:45px;width:110px}.s437{min-width:320px;min-height:370px}.ps331{margin-top:32px}.s438{width:320px;min-height:304px}.ps332{margin-left:12px}.s439{min-width:296px;width:296px;min-height:304px}.s440{min-width:290px;width:290px;height:36px}.ps333{margin-left:0;margin-top:26px}.s441{min-width:296px;width:296px;min-height:242px}.s442{min-width:90px;width:90px;min-height:107px}.ps334{margin-left:17px}.s443{min-width:50px;width:50px;min-height:50px;height:50px}.i29{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps335{margin-top:9px}.s444{min-width:90px;width:90px;height:48px}.f74{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps336{margin-left:19px}.s445{min-width:81px;width:81px;min-height:107px}.ps337{margin-left:14px}.s446{min-width:81px;width:81px;height:48px}.ps338{margin-left:21px}.s447{min-width:85px;width:85px;min-height:107px}.ps339{margin-left:21px}.s448{min-width:85px;width:85px;height:48px}.ps340{margin-left:5px;margin-top:25px}.s449{min-width:150px;width:150px;min-height:110px}.ps341{margin-left:53px}.ps342{margin-top:11px}.s450{min-width:150px;width:150px;height:49px}.ps343{margin-left:23px;margin-top:25px}.s451{min-width:77px;width:77px;min-height:110px}.ps344{margin-left:13px}.i30{width:50px;height:50px}.s452{min-width:77px;width:77px;height:49px}.s453{min-width:320px;min-height:1000px}.s454{min-width:320px;min-height:1000px}.ps345{margin-top:-993px}.s455{width:320px;min-height:993px}.ps346{margin-left:9px}.s456{min-width:303px;width:303px;min-height:993px}.ps347{margin-left:11px}.ps348{margin-top:5px}.s457{min-width:303px;width:303px;min-height:948px}.s458{min-width:303px;width:303px;min-height:912px}.ps349{margin-left:35px;margin-top:-891px}.s459{min-width:234px;width:234px;min-height:704px}.s460{min-width:234px;width:234px;height:29px}.f75{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps350{margin-left:0;margin-top:148px}.s461{min-width:234px;width:234px;height:33px}.ps351{margin-left:0;margin-top:130px}.s462{min-width:234px;width:234px;height:34px}.ps352{margin-left:0;margin-top:178px}.s463{min-width:234px;width:234px;height:24px}.ps353{margin-top:-539px}.s464{min-width:234px;width:234px;height:118px}.f76{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps354{margin-left:0;margin-top:-356px}.s465{min-width:234px;width:234px;height:89px}.f77{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f78{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps355{margin-left:0;margin-top:-192px}.s466{min-width:182px;width:182px;height:140px}.ps356{margin-left:0;margin-top:8px}.s467{min-width:158px;width:158px;height:120px}.ps357{margin-left:32px;margin-top:-158px}.s468{min-width:100px;height:41px;width:100px}.c89{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f79{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps358{margin-left:37px;margin-top:-159px}.s469{min-width:102px;height:43px;width:100px}.c90{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps359{margin-left:232px;margin-top:-451px}.s470{min-width:40px;width:40px;height:40px}.ps360{margin-left:235px;margin-top:-402px}.s471{min-width:35px;width:35px;height:35px}.ps361{margin-left:36px;margin-top:-71px}.s472{min-width:233px;width:233px;height:38px}.f80{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps362{margin-left:10px;margin-top:11px}.s473{min-width:282px;width:282px;height:25px}.f81{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f82{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps363{width:320px}.ps364{margin-left:80px;margin-top:55px}.ps365{margin-left:16px}.ps366{margin-top:0}.s474{min-width:208px;width:208px;height:29px}.f83{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s475{min-width:195px;width:195px;height:26px}.p15{text-indent:0}.f84{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps368{margin-top:1px}.s476{min-width:195px;width:195px;height:26px}.s477{min-width:195px;width:195px;height:26px}.s478{min-width:195px;width:195px;height:26px}.s479{min-width:195px;width:195px;height:26px}.s480{min-width:195px;width:195px;height:26px}.s481{min-width:195px;width:195px;height:26px}.ps369{margin-top:11px}.ps371{margin-top:5px}.s482{min-width:198px;width:198px;height:26px}.f85{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s483{min-width:198px;width:198px;height:26px}.s484{min-width:198px;width:198px;height:26px}.s485{min-width:198px;width:198px;height:26px}.s486{min-width:198px;width:198px;height:26px}.s487{min-width:187px;width:187px;height:26px}.f86{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s488{min-width:187px;width:187px;height:26px}.s489{min-width:187px;width:187px;height:26px}.s490{min-width:187px;width:187px;height:26px}.s491{min-width:187px;width:187px;height:26px}.s492{min-width:187px;width:187px}.s493{min-width:187px;width:187px}.s494{min-width:187px;width:187px}.ps372{margin-top:5px}.s495{min-width:187px;width:187px;height:26px}.s496{min-width:187px;width:187px}.s497{min-width:187px;width:187px}.s498{min-width:187px;width:187px;height:26px}.s499{min-width:187px;width:187px;height:26px}.s500{min-width:187px;width:187px;height:26px}.ps374{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.s501{min-width:29px;width:29px;height:90px}.c99{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c100{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps375{margin-left:-24px;margin-top:31px}.s502{min-width:76px;width:76px;height:23px}.p16{text-align:left}.f87{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.ps376{margin-top:60px;margin-bottom:60px}.s503{min-width:258px;width:258px;height:calc(100vh - 120px);height:calc(var(--vh, 1vh) * 100 - 120px);}.c104{margin-top:max(calc(50vh - 283px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 283px), 0px);height:446px}.ps377{margin-left:223px;margin-top:4px}.s504{min-width:25px;width:25px;height:25px}.c105{-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px}.ps378{margin-left:10px;margin-top:0}.s505{min-width:220px;width:220px;height:417px}.f88{font-size:15px;font-size:calc(15px * var(--f))}.f89{font-size:15px;font-size:calc(15px * var(--f))}.f90{font-size:15px;font-size:calc(15px * var(--f))}.f91{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.ps379{margin-top:53px}.c110{height:50px}.ps380{margin-left:8px;margin-top:6px}.input8{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps381{margin-left:2px}.s506{min-width:60px;height:36px;width:58px}.c111{color:#838b83}.f92{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s507{height:8px}.f58:visited{line-height:1.438}.f58:hover{line-height:1.438}.f58:active{line-height:1.438}.f77:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f77:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f77:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c91::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c91:hover:before{opacity:1}.c91:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c92::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c92:hover:before{opacity:1}.c92:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f81:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f81:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f81:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f87:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f87:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f87:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f89:visited{font-size:15px;font-size:calc(15px * var(--f))}.f89:hover{font-size:15px;font-size:calc(15px * var(--f))}.f89:active{font-size:15px;font-size:calc(15px * var(--f))}.f90:visited{font-size:15px;font-size:calc(15px * var(--f))}.f90:hover{font-size:15px;font-size:calc(15px * var(--f))}.f90:active{font-size:15px;font-size:calc(15px * var(--f))}.f91:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.f91:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.f91:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c77{background-image:url(../images/s/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-452.jpg)}.webp .c77{background-image:url(../images/8/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-452.webp)}.c79{background-image:url(../images/n/paterra-bad-farbe-lila-460.jpg)}.webp .c79{background-image:url(../images/0/paterra-bad-farbe-lila-460.webp)}.c80{background-image:url(../images/i/paterra-kueche-mindgruen-460.jpg)}.webp .c80{background-image:url(../images/h/paterra-kueche-mindgruen-460.webp)}.c81{background-image:url(../images/4/betonstyle-mit-applikationen-bs928-hotelbar-454.jpg)}.webp .c81{background-image:url(../images/n/betonstyle-mit-applikationen-bs928-hotelbar-454.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c77{background-image:url(../images/s/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-452.jpg)}.webp .c77{background-image:url(../images/8/betonstyle-903-effektspachtel-abgeteilt-bronze-smoke-wohnzimmer-452.webp)}.c79{background-image:url(../images/n/paterra-bad-farbe-lila-460.jpg)}.webp .c79{background-image:url(../images/0/paterra-bad-farbe-lila-460.webp)}.c80{background-image:url(../images/i/paterra-kueche-mindgruen-460.jpg)}.webp .c80{background-image:url(../images/h/paterra-kueche-mindgruen-460.webp)}.c81{background-image:url(../images/4/betonstyle-mit-applikationen-bs928-hotelbar-454.jpg)}.webp .c81{background-image:url(../images/n/betonstyle-mit-applikationen-bs928-hotelbar-454.webp)}}@media (min-width:320px){.fx1{background-attachment:fixed;background-image:url(../images/f/glamur-daumenhoch-960.jpg)}.webp .fx1{background-attachment:fixed;background-image:url(../images/r/glamur-daumenhoch-960.webp)}.fx2{background-attachment:fixed;background-image:url(../images/4/w821-960.jpg)}.webp .fx2{background-attachment:fixed;background-image:url(../images/8/w821-960-1.webp)}.fx3{background-attachment:fixed;background-image:url(../images/t/impraegsw-960.jpg)}.webp .fx3{background-attachment:fixed;background-image:url(../images/a/impraegsw-960-1.webp)}.fx4{background-attachment:fixed;background-image:url(../images/t/goldgl-muster-960.jpg)}.webp .fx4{background-attachment:fixed;background-image:url(../images/c/goldgl-muster-960.webp)}}@media (min-width:480px){.fx1{background-attachment:fixed;background-image:url(../images/4/glamur-daumenhoch-1536.jpg)}.webp .fx1{background-attachment:fixed;background-image:url(../images/8/glamur-daumenhoch-1536.webp)}.fx2{background-attachment:fixed;background-image:url(../images/p/w821-1536.jpg)}.webp .fx2{background-attachment:fixed;background-image:url(../images/4/w821-1536.webp)}.fx3{background-attachment:fixed;background-image:url(../images/7/impraegsw-1536.jpg)}.webp .fx3{background-attachment:fixed;background-image:url(../images/e/impraegsw-1536.webp)}.fx4{background-attachment:fixed;background-image:url(../images/v/goldgl-muster-1536.jpg)}.webp .fx4{background-attachment:fixed;background-image:url(../images/a/goldgl-muster-1536-1.webp)}}@media (min-width:768px){.fx1{background-attachment:fixed;background-image:url(../images/m/glamur-daumenhoch-960.jpg)}.webp .fx1{background-image:url(../images/q/glamur-daumenhoch-960.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/g/w821-960.jpg)}.webp .fx2{background-image:url(../images/h/w821-960.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/u/impraegsw-960.jpg)}.webp .fx3{background-image:url(../images/r/impraegsw-960.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/3/goldgl-muster-960.jpg)}.webp .fx4{background-image:url(../images/h/goldgl-muster-960.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/1/glamur-daumenhoch-1920.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/5/glamur-daumenhoch-1920.webp);background-attachment:fixed}.fx2{background-image:url(../images/n/w821-1920.jpg);background-attachment:fixed}.webp .fx2{background-image:url(../images/8/w821-1920.webp);background-attachment:fixed}.fx3{background-image:url(../images/e/impraegsw-1920.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/4/impraegsw-1920-1.webp);background-attachment:fixed}.fx4{background-image:url(../images/o/goldgl-muster-1920.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/6/goldgl-muster-1920.webp);background-attachment:fixed}}@media (min-width:960px){.fx1{background-attachment:fixed;background-image:url(../images/l/glamur-daumenhoch-1200.jpg)}.webp .fx1{background-image:url(../images/n/glamur-daumenhoch-1200.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/i/w821-1200.jpg)}.webp .fx2{background-image:url(../images/c/w821-1200.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/8/impraegsw-1200.jpg)}.webp .fx3{background-image:url(../images/2/impraegsw-1200.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/g/goldgl-muster-1200.jpg)}.webp .fx4{background-image:url(../images/c/goldgl-muster-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/d/glamur-daumenhoch-2400.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/2/glamur-daumenhoch-2400.webp);background-attachment:fixed}.fx3{background-image:url(../images/7/impraegsw-2400.jpg);background-attachment:fixed}.webp .fx3{background-image:url(../images/e/impraegsw-2400.webp);background-attachment:fixed}.fx4{background-image:url(../images/b/goldgl-muster-2400.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/n/goldgl-muster-2400.webp);background-attachment:fixed}}@media (min-width:1200px){.fx1{background-attachment:fixed;background-image:url(../images/5/glamur-daumenhoch-1600.jpg)}.webp .fx1{background-image:url(../images/d/glamur-daumenhoch-1600.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/v/w821-1600.jpg)}.webp .fx2{background-image:url(../images/2/w821-1600.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/q/impraegsw-1600.jpg)}.webp .fx3{background-image:url(../images/n/impraegsw-1600.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/3/goldgl-muster-1600.jpg)}.webp .fx4{background-image:url(../images/0/goldgl-muster-1600.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/k/glamur-daumenhoch-3200.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/r/glamur-daumenhoch-3200.webp);background-attachment:fixed}.fx4{background-image:url(../images/p/goldgl-muster-3200.jpg);background-attachment:fixed}.webp .fx4{background-image:url(../images/c/goldgl-muster-3200.webp);background-attachment:fixed}}@media (min-width:1600px){.fx1{background-attachment:fixed;background-image:url(../images/0/glamur-daumenhoch-2000.jpg)}.webp .fx1{background-image:url(../images/i/glamur-daumenhoch-2000.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/q/w821-2000.jpg)}.webp .fx2{background-image:url(../images/4/w821-2000.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/d/impraegsw-2000.jpg)}.webp .fx3{background-image:url(../images/6/impraegsw-2000-1.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/t/goldgl-muster-2000.jpg)}.webp .fx4{background-image:url(../images/a/goldgl-muster-2000.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/u/glamur-daumenhoch-4000.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/8/glamur-daumenhoch-4000.webp);background-attachment:fixed}}@media (min-width:2000px){.fx1{background-attachment:fixed;background-image:url(../images/h/glamur-daumenhoch-2560.jpg)}.webp .fx1{background-image:url(../images/9/glamur-daumenhoch-2560.webp);background-attachment:fixed}.fx2{background-attachment:fixed;background-image:url(../images/m/w821-2560.jpg)}.webp .fx2{background-image:url(../images/t/w821-2560.webp);background-attachment:fixed}.fx3{background-attachment:fixed;background-image:url(../images/m/impraegsw-2560.jpg)}.webp .fx3{background-image:url(../images/j/impraegsw-2560-1.webp);background-attachment:fixed}.fx4{background-attachment:fixed;background-image:url(../images/m/goldgl-muster-2560.jpg)}.webp .fx4{background-image:url(../images/c/goldgl-muster-2560-1.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/d/glamur-daumenhoch-5120.jpg);background-attachment:fixed}.webp .fx1{background-image:url(../images/f/glamur-daumenhoch-5120.webp);background-attachment:fixed}}.v44{display:block}.ps416{position:relative;margin-top:0}.s552{width:100%;min-width:1200px;min-height:154px;padding-bottom:0}.c129{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z375{z-index:8}.ps417{display:inline-block;width:0;height:0}.ps418{position:relative;margin-top:41px}.v45{display:block;pointer-events:none}.s553{width:1200px;margin-left:auto;margin-right:auto;min-height:71px}.v46{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps419{position:relative;margin-left:510px;margin-top:1px}.s554{min-width:181px;height:65px;box-sizing:border-box;width:181px;padding-right:0}.c130{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z376{z-index:2}.a10{display:inline-block;width:100%;z-index:1}.f107{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.s555{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z377{z-index:71}.v47{display:inline-block;vertical-align:top;pointer-events:none}.s556{width:100%;min-width:1200px;min-height:633px}.c131{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z378{z-index:72}.ps420{position:relative;margin-top:-604px}.s557{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.v48{display:inline-block;vertical-align:top}.ps421{position:relative;margin-left:32px;margin-top:0}.z379{z-index:73}.ps422{position:relative;margin-left:0;margin-top:0}.c132{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z380{z-index:74}.ps423{position:relative;margin-left:0;margin-top:22px}.z381{z-index:91}.ps424{position:relative;margin-left:0;margin-top:0}.s558{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c133{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z382{z-index:75}.ps425{position:relative;margin-left:55px;margin-top:-430px}.z383{z-index:76}.v49{display:inline-block;vertical-align:top;pointer-events:auto}.s559{min-width:123px;width:123px;overflow:hidden;height:39px}.z384{z-index:81}.p21{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f108{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps426{position:relative;margin-left:106px;margin-top:0}.s560{min-width:111px;width:111px;overflow:hidden;height:39px}.z385{z-index:82}.ps427{position:relative;margin-left:199px;margin-top:0}.s561{min-width:104px;width:104px;overflow:hidden;height:39px}.z386{z-index:83}.ps428{position:relative;margin-left:154px;margin-top:0}.s562{min-width:231px;width:231px;overflow:hidden;height:39px}.z387{z-index:84}.ps429{position:relative;margin-left:0;margin-top:4px}.s563{min-width:207px;width:207px;overflow:hidden;height:176px}.z388{z-index:85}.f109{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps430{position:relative;margin-left:22px;margin-top:4px}.s564{min-width:273px;width:273px;overflow:hidden;height:176px}.z389{z-index:86}.f110{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps431{position:relative;margin-left:37px;margin-top:4px}.s565{min-width:231px;width:231px;overflow:hidden;height:176px}.z390{z-index:87}.ps432{position:relative;margin-left:27px;margin-top:4px}.s566{min-width:231px;width:231px;overflow:hidden;height:176px}.z391{z-index:88}.ps433{position:relative;margin-left:55px;margin-top:-181px}.s567{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c134{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z392{z-index:79}.f111{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps434{position:relative;margin-left:19px;margin-top:-182px}.s568{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c135{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z393{z-index:77}.ps435{position:relative;margin-left:588px;margin-top:-153px}.s569{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c136{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z394{z-index:78}.a11{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps436{position:relative;margin-left:25px;margin-top:-149px}.s570{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c137{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z395{z-index:80}.ps437{position:relative;margin-left:64px;margin-top:-66px}.s571{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z396{z-index:89}.p22{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f112{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps438{position:relative;margin-left:354px;margin-top:19px}.s572{min-width:426px;width:426px;overflow:hidden;height:21px}.z397{z-index:90}.f113{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f114{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c138{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:2146435178;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps439{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps440{position:relative;margin-left:836px;margin-top:70px}.c139{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c140{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c141{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s573{width:100%;height:100%}.c142{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v50{display:inline-block;vertical-align:top;overflow:visible}.ps441{position:relative;margin-left:47px;margin-top:18px}.m3{padding:0px 0px 0px 0px}.mcv3{display:inline-block}.ps442{position:relative;margin-left:0;margin-top:1px}.s574{min-width:272px;width:272px;overflow:hidden;height:34px}.f115{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v51{display:none}.z398{z-index:9999}.ps443{position:relative;margin-left:0;margin-top:4px}.s575{min-width:188px;width:188px;overflow:hidden;height:34px}.p23{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f116{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps444{position:relative;margin-left:0;margin-top:0}.s576{min-width:170px;width:170px;overflow:hidden;height:34px}.s577{min-width:186px;width:186px;overflow:hidden;height:34px}.s578{min-width:267px;width:267px;overflow:hidden;height:34px}.s579{min-width:208px;width:208px;overflow:hidden;height:34px}.s580{min-width:177px;width:177px;overflow:hidden;height:34px}.s581{min-width:159px;width:159px;overflow:hidden;height:34px}.ps445{position:relative;margin-left:0;margin-top:9px}.ps446{position:relative;margin-left:0;margin-top:0}.ps447{position:relative;margin-left:0;margin-top:4px}.s582{min-width:242px;width:242px;overflow:hidden;height:34px}.f117{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s583{min-width:203px;width:203px;overflow:hidden;height:34px}.s584{min-width:200px;width:200px;overflow:hidden;height:34px}.s585{min-width:239px;width:239px;overflow:hidden;height:34px}.s586{min-width:167px;width:167px;overflow:hidden;height:34px}.s587{min-width:150px;width:150px;overflow:hidden;height:34px}.f118{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s588{min-width:163px;width:163px;overflow:hidden;height:34px}.s589{min-width:135px;width:135px;overflow:hidden;height:34px}.s590{min-width:158px;width:158px;overflow:hidden;height:34px}.s591{min-width:170px;width:170px;overflow:hidden;height:34px}.s592{min-width:108px;width:108px;min-height:73px;height:73px}.s593{min-width:108px;width:108px;height:36px}.s594{min-width:108px;width:108px;min-height:36px}.ps448{position:relative;margin-left:0;margin-top:1px}.s595{min-width:108px;width:108px;overflow:hidden;height:34px}.ps449{position:relative;margin-left:0;margin-top:1px}.s596{min-width:96px;width:96px;height:36px}.s597{min-width:96px;width:96px;min-height:36px}.s598{min-width:96px;width:96px;overflow:hidden;height:34px}.s599{min-width:189px;width:189px;overflow:hidden;height:34px}.s600{min-width:138px;width:138px;overflow:hidden;height:34px}.c143{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:2146435179;pointer-events:none;opacity:0}.v52{display:block;vertical-align:top;pointer-events:auto}.ps450{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c144{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c145{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c146{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c147{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps451{position:relative;margin-left:12px;margin-top:7px}.input11{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input11::placeholder{color:rgb(169,169,169);opacity:1}.ps452{position:relative;margin-left:3px;margin-top:0}.s601{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c148{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f119{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s602{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c149{display:inline-block;position:relative;margin-left:0;margin-top:0}.c130:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c130:active{transition:initial;background-color:#edefeb;color:#404040}.c134:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c134:active{transition:initial;background-color:#edefeb;color:#404040}.c135:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c135:active{transition:initial;background-color:#edefeb}.c136::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c136:hover:before{opacity:1}.c136:hover{border-color:transparent;color:transparent}.c136:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c136:active{transition:initial}.c137::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c137:hover:before{opacity:1}.c137:hover{border-color:transparent;color:transparent}.c137:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c137:active{transition:initial}.c148:hover{background-clip:padding-box;border-color:#000}.c148:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s552{min-width:960px;min-height:123px}.ps418{margin-top:32px}.s553{width:960px;min-height:58px}.ps419{margin-left:408px}.s554{min-width:145px;height:52px;width:145px}.c130{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px}.f107{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.s555{min-width:960px;min-height:506px}.s556{min-width:960px;min-height:506px}.ps420{margin-top:-483px}.s557{width:960px;min-height:467px}.ps421{margin-left:26px}.ps423{margin-top:17px}.s558{min-width:910px;width:910px;min-height:378px}.ps425{margin-left:44px;margin-top:-344px}.s559{min-width:98px;width:98px;height:31px}.f108{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps426{margin-left:85px}.s560{min-width:89px;width:89px;height:31px}.ps427{margin-left:159px}.s561{min-width:83px;width:83px;height:31px}.ps428{margin-left:123px}.s562{min-width:185px;width:185px;height:31px}.ps429{margin-top:3px}.s563{min-width:166px;width:166px;height:141px}.f109{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps430{margin-left:17px;margin-top:3px}.s564{min-width:218px;width:218px;height:141px}.f110{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps431{margin-left:30px;margin-top:3px}.s565{min-width:185px;width:185px;height:141px}.ps432{margin-left:21px;margin-top:3px}.s566{min-width:185px;width:185px;height:141px}.ps433{margin-left:44px;margin-top:-145px}.s567{min-width:110px;height:42px;width:110px}.c134{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f111{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps434{margin-left:15px;margin-top:-146px}.s568{min-width:108px;height:44px;width:106px}.c135{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps435{margin-left:470px;margin-top:-122px}.s569{min-width:48px;width:48px;height:48px}.ps436{margin-left:20px;margin-top:-119px}.s570{min-width:43px;width:43px;height:43px}.ps437{margin-left:51px;margin-top:-53px}.s571{min-width:807px;width:807px;height:25px}.f112{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps438{margin-left:283px;margin-top:15px}.s572{min-width:341px;width:341px;height:17px}.f113{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f114{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps439{width:960px}.ps440{margin-left:669px;margin-top:56px}.ps441{margin-left:37px;margin-top:14px}.s574{min-width:218px;width:218px;height:26px}.f115{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s575{min-width:148px;width:148px;height:26px}.p23{text-indent:5px}.f116{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s576{min-width:133px;width:133px;height:26px}.s577{min-width:146px;width:146px;height:26px}.s578{min-width:209px;width:209px;height:26px}.s579{min-width:163px;width:163px;height:26px}.s580{min-width:139px;width:139px;height:26px}.s581{min-width:125px;width:125px;height:26px}.ps445{margin-top:7px}.ps446{margin-top:-1px}.s582{min-width:189px;width:189px;height:26px}.f117{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s583{min-width:159px;width:159px;height:26px}.s584{min-width:157px;width:157px;height:26px}.s585{min-width:187px;width:187px;height:26px}.s586{min-width:131px;width:131px;height:26px}.s587{min-width:118px;width:118px;height:26px}.f118{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s588{min-width:128px;width:128px;height:26px}.s589{min-width:106px;width:106px;height:26px}.s590{min-width:124px;width:124px;height:26px}.s591{min-width:133px;width:133px;height:26px}.s592{min-width:84px;width:84px;min-height:58px;height:59px}.s593{min-width:84px;width:84px;height:29px}.s594{min-width:84px;width:84px;min-height:29px}.s595{min-width:84px;width:84px;height:26px}.ps449{margin-top:0}.s596{min-width:76px;width:76px;height:29px}.s597{min-width:76px;width:76px;min-height:29px}.s598{min-width:76px;width:76px;height:26px}.s599{min-width:147px;width:147px;height:26px}.s600{min-width:108px;width:108px;height:26px}.ps450{margin-top:56px}.c144{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c145{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c146{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c147{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps451{margin-left:10px;margin-top:5px}.input11{width:386px;height:37px;font-size:16px;line-height:1.126}.ps452{margin-left:2px}.s601{min-width:68px;height:37px;width:66px}.f119{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s602{height:8px}.c149{margin-top:653px}.f110:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f110:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f110:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c136::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c136:hover:before{opacity:1}.c136:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c137::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c137:hover:before{opacity:1}.c137:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f113:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f113:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f113:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.s552{min-width:320px;min-height:101px}.ps418{margin-top:28px}.s553{width:320px;min-height:49px}.ps419{margin-left:110px}.s554{min-width:100px;height:43px;width:100px}.c130{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f107{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.s555{min-width:320px;min-height:1000px}.s556{min-width:320px;min-height:1000px}.ps420{margin-top:-993px}.s557{width:320px;min-height:993px}.ps421{margin-left:9px}.ps422{margin-left:11px}.ps423{margin-top:5px}.s558{min-width:303px;width:303px;min-height:912px}.ps425{margin-left:35px;margin-top:-891px}.s559{min-width:234px;width:234px;height:29px}.f108{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps426{margin-left:0;margin-top:148px}.s560{min-width:234px;width:234px;height:33px}.ps427{margin-left:0;margin-top:130px}.s561{min-width:234px;width:234px;height:34px}.ps428{margin-left:0;margin-top:178px}.s562{min-width:234px;width:234px;height:24px}.ps429{margin-top:-539px}.s563{min-width:234px;width:234px;height:118px}.f109{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps430{margin-left:0;margin-top:-356px}.s564{min-width:234px;width:234px;height:89px}.f110{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps431{margin-left:0;margin-top:-192px}.s565{min-width:182px;width:182px;height:140px}.ps432{margin-left:0;margin-top:8px}.s566{min-width:158px;width:158px;height:120px}.ps433{margin-left:32px;margin-top:-158px}.s567{min-width:100px;height:41px;width:100px}.c134{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f111{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps434{margin-left:37px;margin-top:-159px}.s568{min-width:102px;height:43px;width:100px}.c135{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps435{margin-left:232px;margin-top:-451px}.s569{min-width:40px;width:40px;height:40px}.ps436{margin-left:235px;margin-top:-402px}.s570{min-width:35px;width:35px;height:35px}.ps437{margin-left:36px;margin-top:-71px}.s571{min-width:233px;width:233px;height:38px}.f112{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps438{margin-left:10px;margin-top:11px}.s572{min-width:282px;width:282px;height:25px}.f113{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f114{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps439{width:320px}.ps440{margin-left:80px;margin-top:55px}.ps441{margin-left:16px}.ps442{margin-top:0}.s574{min-width:208px;width:208px;height:29px}.f115{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s575{min-width:195px;width:195px;height:26px}.p23{text-indent:0}.f116{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps444{margin-top:1px}.s576{min-width:195px;width:195px;height:26px}.s577{min-width:195px;width:195px;height:26px}.s578{min-width:195px;width:195px;height:26px}.s579{min-width:195px;width:195px;height:26px}.s580{min-width:195px;width:195px;height:26px}.s581{min-width:195px;width:195px;height:26px}.ps445{margin-top:11px}.ps447{margin-top:5px}.s582{min-width:198px;width:198px;height:26px}.f117{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s583{min-width:198px;width:198px;height:26px}.s584{min-width:198px;width:198px;height:26px}.s585{min-width:198px;width:198px;height:26px}.s586{min-width:198px;width:198px;height:26px}.s587{min-width:187px;width:187px;height:26px}.f118{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s588{min-width:187px;width:187px;height:26px}.s589{min-width:187px;width:187px;height:26px}.s590{min-width:187px;width:187px;height:26px}.s591{min-width:187px;width:187px;height:26px}.s592{min-width:187px;width:187px}.s593{min-width:187px;width:187px}.s594{min-width:187px;width:187px}.ps448{margin-top:5px}.s595{min-width:187px;width:187px;height:26px}.s596{min-width:187px;width:187px}.s597{min-width:187px;width:187px}.s598{min-width:187px;width:187px;height:26px}.s599{min-width:187px;width:187px;height:26px}.s600{min-width:187px;width:187px;height:26px}.ps450{margin-top:53px}.c147{height:50px}.ps451{margin-left:8px;margin-top:6px}.input11{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps452{margin-left:2px}.s601{min-width:60px;height:36px;width:58px}.c148{color:#838b83}.f119{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s602{height:8px}.f110:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f110:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f110:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c136::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c136:hover:before{opacity:1}.c136:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c137::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c137:hover:before{opacity:1}.c137:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f113:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f113:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f113:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v64{display:inline-block;vertical-align:top}.ps500{position:relative;margin-left:411px;margin-top:-1px}.s650{min-width:377px;width:377px;min-height:67px}.v65{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps501{position:relative;margin-left:0;margin-top:0}.s651{min-width:156px;height:67px;box-sizing:border-box;width:154px;padding-right:0}.c165{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z425{z-index:20}.a14{display:inline-block;width:100%;z-index:1}.f134{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps502{position:relative;margin-left:65px;margin-top:0}.z426{z-index:44}.v66{display:block}.ps503{position:relative;margin-top:30px}.s652{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.c166{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z427{z-index:45}.ps504{display:inline-block;width:0;height:0}.v67{display:inline-block;vertical-align:top;pointer-events:none}.ps505{position:relative;margin-top:0}.s653{width:100%;min-width:1200px;min-height:633px}.c167{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z428{z-index:21}.ps506{position:relative;margin-top:-604px}.v68{display:block;pointer-events:none}.s654{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps507{position:relative;margin-left:32px;margin-top:0}.z429{z-index:22}.ps508{position:relative;margin-left:0;margin-top:0}.c168{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z430{z-index:23}.ps509{position:relative;margin-left:0;margin-top:22px}.z431{z-index:40}.s655{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c169{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z432{z-index:24}.ps510{position:relative;margin-left:55px;margin-top:-430px}.z433{z-index:25}.v69{display:inline-block;vertical-align:top;pointer-events:auto}.s656{min-width:123px;width:123px;overflow:hidden;height:39px}.z434{z-index:30}.p28{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f135{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps511{position:relative;margin-left:106px;margin-top:0}.s657{min-width:111px;width:111px;overflow:hidden;height:39px}.z435{z-index:31}.ps512{position:relative;margin-left:199px;margin-top:0}.s658{min-width:104px;width:104px;overflow:hidden;height:39px}.z436{z-index:32}.ps513{position:relative;margin-left:154px;margin-top:0}.s659{min-width:231px;width:231px;overflow:hidden;height:39px}.z437{z-index:33}.ps514{position:relative;margin-left:0;margin-top:4px}.s660{min-width:207px;width:207px;overflow:hidden;height:176px}.z438{z-index:34}.f136{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps515{position:relative;margin-left:22px;margin-top:4px}.s661{min-width:273px;width:273px;overflow:hidden;height:176px}.z439{z-index:35}.f137{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps516{position:relative;margin-left:37px;margin-top:4px}.s662{min-width:231px;width:231px;overflow:hidden;height:176px}.z440{z-index:36}.ps517{position:relative;margin-left:27px;margin-top:4px}.s663{min-width:231px;width:231px;overflow:hidden;height:176px}.z441{z-index:37}.ps518{position:relative;margin-left:55px;margin-top:-181px}.s664{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c170{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z442{z-index:28}.f138{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps519{position:relative;margin-left:19px;margin-top:-182px}.s665{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c171{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z443{z-index:26}.ps520{position:relative;margin-left:588px;margin-top:-153px}.s666{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c172{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z444{z-index:27}.a15{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps521{position:relative;margin-left:25px;margin-top:-149px}.s667{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c173{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z445{z-index:29}.ps522{position:relative;margin-left:64px;margin-top:-66px}.s668{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z446{z-index:38}.p29{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f139{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps523{position:relative;margin-left:354px;margin-top:19px}.s669{min-width:426px;width:426px;overflow:hidden;height:21px}.z447{z-index:39}.f140{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f141{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c174{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:2146435129;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps524{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps525{position:relative;margin-left:836px;margin-top:70px}.c175{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c176{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c177{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s670{width:100%;height:100%}.c178{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v70{display:inline-block;vertical-align:top;overflow:visible}.ps526{position:relative;margin-left:47px;margin-top:18px}.m4{padding:0px 0px 0px 0px}.mcv4{display:inline-block}.ps527{position:relative;margin-left:0;margin-top:1px}.s671{min-width:272px;width:272px;overflow:hidden;height:34px}.f142{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v71{display:none}.z448{z-index:9999}.ps528{position:relative;margin-left:0;margin-top:4px}.s672{min-width:188px;width:188px;overflow:hidden;height:34px}.p30{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f143{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps529{position:relative;margin-left:0;margin-top:0}.s673{min-width:170px;width:170px;overflow:hidden;height:34px}.s674{min-width:186px;width:186px;overflow:hidden;height:34px}.s675{min-width:267px;width:267px;overflow:hidden;height:34px}.s676{min-width:208px;width:208px;overflow:hidden;height:34px}.s677{min-width:177px;width:177px;overflow:hidden;height:34px}.s678{min-width:159px;width:159px;overflow:hidden;height:34px}.ps530{position:relative;margin-left:0;margin-top:9px}.ps531{position:relative;margin-left:0;margin-top:0}.ps532{position:relative;margin-left:0;margin-top:4px}.s679{min-width:242px;width:242px;overflow:hidden;height:34px}.f144{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s680{min-width:203px;width:203px;overflow:hidden;height:34px}.s681{min-width:200px;width:200px;overflow:hidden;height:34px}.s682{min-width:239px;width:239px;overflow:hidden;height:34px}.s683{min-width:167px;width:167px;overflow:hidden;height:34px}.s684{min-width:150px;width:150px;overflow:hidden;height:34px}.f145{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s685{min-width:163px;width:163px;overflow:hidden;height:34px}.s686{min-width:135px;width:135px;overflow:hidden;height:34px}.s687{min-width:158px;width:158px;overflow:hidden;height:34px}.s688{min-width:170px;width:170px;overflow:hidden;height:34px}.s689{min-width:108px;width:108px;min-height:73px;height:73px}.s690{min-width:108px;width:108px;height:36px}.s691{min-width:108px;width:108px;min-height:36px}.ps533{position:relative;margin-left:0;margin-top:1px}.s692{min-width:108px;width:108px;overflow:hidden;height:34px}.ps534{position:relative;margin-left:0;margin-top:1px}.s693{min-width:96px;width:96px;height:36px}.s694{min-width:96px;width:96px;min-height:36px}.s695{min-width:96px;width:96px;overflow:hidden;height:34px}.s696{min-width:189px;width:189px;overflow:hidden;height:34px}.s697{min-width:138px;width:138px;overflow:hidden;height:34px}.c179{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:2146435130;pointer-events:none;opacity:0}.v72{display:block;vertical-align:top;pointer-events:auto}.ps535{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c180{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c181{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c182{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c183{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps536{position:relative;margin-left:12px;margin-top:7px}.input14{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input14::placeholder{color:rgb(169,169,169);opacity:1}.ps537{position:relative;margin-left:3px;margin-top:0}.s698{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c184{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f146{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s699{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c185{display:inline-block;position:relative;margin-left:0;margin-top:0}.c165:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c165:active{transition:initial;background-color:#edefeb}.c170:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c170:active{transition:initial;background-color:#edefeb;color:#404040}.c171:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c171:active{transition:initial;background-color:#edefeb}.c172::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c172:hover:before{opacity:1}.c172:hover{border-color:transparent;color:transparent}.c172:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c172:active{transition:initial}.c173::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c173:hover:before{opacity:1}.c173:hover{border-color:transparent;color:transparent}.c173:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c173:active{transition:initial}.c184:hover{background-clip:padding-box;border-color:#000}.c184:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps500{margin-left:329px;margin-top:0}.s650{min-width:301px;width:301px;min-height:54px}.s651{min-width:125px;height:54px;width:123px}.c165{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f134{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps502{margin-left:51px}.ps503{margin-top:23px}.s652{min-width:960px;min-height:506px}.s653{min-width:960px;min-height:506px}.ps506{margin-top:-483px}.s654{width:960px;min-height:467px}.ps507{margin-left:26px}.ps509{margin-top:17px}.s655{min-width:910px;width:910px;min-height:378px}.ps510{margin-left:44px;margin-top:-344px}.s656{min-width:98px;width:98px;height:31px}.f135{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps511{margin-left:85px}.s657{min-width:89px;width:89px;height:31px}.ps512{margin-left:159px}.s658{min-width:83px;width:83px;height:31px}.ps513{margin-left:123px}.s659{min-width:185px;width:185px;height:31px}.ps514{margin-top:3px}.s660{min-width:166px;width:166px;height:141px}.f136{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps515{margin-left:17px;margin-top:3px}.s661{min-width:218px;width:218px;height:141px}.f137{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps516{margin-left:30px;margin-top:3px}.s662{min-width:185px;width:185px;height:141px}.ps517{margin-left:21px;margin-top:3px}.s663{min-width:185px;width:185px;height:141px}.ps518{margin-left:44px;margin-top:-145px}.s664{min-width:110px;height:42px;width:110px}.c170{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f138{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps519{margin-left:15px;margin-top:-146px}.s665{min-width:108px;height:44px;width:106px}.c171{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps520{margin-left:470px;margin-top:-123px}.s666{min-width:48px;width:48px;height:48px}.ps521{margin-left:20px;margin-top:-119px}.s667{min-width:43px;width:43px;height:43px}.ps522{margin-left:51px;margin-top:-53px}.s668{min-width:807px;width:807px;height:25px}.f139{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps523{margin-left:283px;margin-top:15px}.s669{min-width:341px;width:341px;height:17px}.f140{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f141{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps524{width:960px}.ps525{margin-left:669px;margin-top:56px}.ps526{margin-left:37px;margin-top:14px}.s671{min-width:218px;width:218px;height:26px}.f142{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s672{min-width:148px;width:148px;height:26px}.p30{text-indent:5px}.f143{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s673{min-width:133px;width:133px;height:26px}.s674{min-width:146px;width:146px;height:26px}.s675{min-width:209px;width:209px;height:26px}.s676{min-width:163px;width:163px;height:26px}.s677{min-width:139px;width:139px;height:26px}.s678{min-width:125px;width:125px;height:26px}.ps530{margin-top:7px}.ps531{margin-top:-1px}.s679{min-width:189px;width:189px;height:26px}.f144{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s680{min-width:159px;width:159px;height:26px}.s681{min-width:157px;width:157px;height:26px}.s682{min-width:187px;width:187px;height:26px}.s683{min-width:131px;width:131px;height:26px}.s684{min-width:118px;width:118px;height:26px}.f145{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s685{min-width:128px;width:128px;height:26px}.s686{min-width:106px;width:106px;height:26px}.s687{min-width:124px;width:124px;height:26px}.s688{min-width:133px;width:133px;height:26px}.s689{min-width:84px;width:84px;min-height:58px;height:59px}.s690{min-width:84px;width:84px;height:29px}.s691{min-width:84px;width:84px;min-height:29px}.s692{min-width:84px;width:84px;height:26px}.ps534{margin-top:0}.s693{min-width:76px;width:76px;height:29px}.s694{min-width:76px;width:76px;min-height:29px}.s695{min-width:76px;width:76px;height:26px}.s696{min-width:147px;width:147px;height:26px}.s697{min-width:108px;width:108px;height:26px}.ps535{margin-top:56px}.c180{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c181{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c182{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c183{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps536{margin-left:10px;margin-top:5px}.input14{width:386px;height:37px;font-size:16px;line-height:1.126}.ps537{margin-left:2px}.s698{min-width:68px;height:37px;width:66px}.f146{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s699{height:8px}.f137:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f137:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f137:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c172::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c172:hover:before{opacity:1}.c172:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c173::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c173:hover:before{opacity:1}.c173:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f140:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f140:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f140:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.ps500{margin-left:16px;margin-top:18px}.s650{min-width:289px;width:289px;min-height:45px}.s651{min-width:129px;height:45px;width:127px}.c165{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f134{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps502{margin-left:31px}.ps503{margin-top:39px}.s652{min-width:320px;min-height:1000px}.s653{min-width:320px;min-height:1000px}.ps506{margin-top:-993px}.s654{width:320px;min-height:993px}.ps507{margin-left:9px}.ps508{margin-left:11px}.ps509{margin-top:5px}.s655{min-width:303px;width:303px;min-height:912px}.ps510{margin-left:35px;margin-top:-891px}.s656{min-width:234px;width:234px;height:29px}.f135{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps511{margin-left:0;margin-top:148px}.s657{min-width:234px;width:234px;height:33px}.ps512{margin-left:0;margin-top:130px}.s658{min-width:234px;width:234px;height:34px}.ps513{margin-left:0;margin-top:178px}.s659{min-width:234px;width:234px;height:24px}.ps514{margin-top:-539px}.s660{min-width:234px;width:234px;height:118px}.f136{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps515{margin-left:0;margin-top:-356px}.s661{min-width:234px;width:234px;height:89px}.f137{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps516{margin-left:0;margin-top:-192px}.s662{min-width:182px;width:182px;height:140px}.ps517{margin-left:0;margin-top:8px}.s663{min-width:158px;width:158px;height:120px}.ps518{margin-left:32px;margin-top:-158px}.s664{min-width:100px;height:41px;width:100px}.c170{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f138{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps519{margin-left:37px;margin-top:-159px}.s665{min-width:102px;height:43px;width:100px}.c171{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps520{margin-left:232px;margin-top:-451px}.s666{min-width:40px;width:40px;height:40px}.ps521{margin-left:235px;margin-top:-402px}.s667{min-width:35px;width:35px;height:35px}.ps522{margin-left:36px;margin-top:-71px}.s668{min-width:233px;width:233px;height:38px}.f139{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps523{margin-left:10px;margin-top:11px}.s669{min-width:282px;width:282px;height:25px}.f140{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f141{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps524{width:320px}.ps525{margin-left:80px;margin-top:55px}.ps526{margin-left:16px}.ps527{margin-top:0}.s671{min-width:208px;width:208px;height:29px}.f142{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s672{min-width:195px;width:195px;height:26px}.p30{text-indent:0}.f143{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps529{margin-top:1px}.s673{min-width:195px;width:195px;height:26px}.s674{min-width:195px;width:195px;height:26px}.s675{min-width:195px;width:195px;height:26px}.s676{min-width:195px;width:195px;height:26px}.s677{min-width:195px;width:195px;height:26px}.s678{min-width:195px;width:195px;height:26px}.ps530{margin-top:11px}.ps532{margin-top:5px}.s679{min-width:198px;width:198px;height:26px}.f144{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s680{min-width:198px;width:198px;height:26px}.s681{min-width:198px;width:198px;height:26px}.s682{min-width:198px;width:198px;height:26px}.s683{min-width:198px;width:198px;height:26px}.s684{min-width:187px;width:187px;height:26px}.f145{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s685{min-width:187px;width:187px;height:26px}.s686{min-width:187px;width:187px;height:26px}.s687{min-width:187px;width:187px;height:26px}.s688{min-width:187px;width:187px;height:26px}.s689{min-width:187px;width:187px}.s690{min-width:187px;width:187px}.s691{min-width:187px;width:187px}.ps533{margin-top:5px}.s692{min-width:187px;width:187px;height:26px}.s693{min-width:187px;width:187px}.s694{min-width:187px;width:187px}.s695{min-width:187px;width:187px;height:26px}.s696{min-width:187px;width:187px;height:26px}.s697{min-width:187px;width:187px;height:26px}.ps535{margin-top:53px}.c183{height:50px}.ps536{margin-left:8px;margin-top:6px}.input14{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps537{margin-left:2px}.s698{min-width:60px;height:36px;width:58px}.c184{color:#838b83}.f146{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s699{height:8px}.f137:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f137:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f137:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c172::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c172:hover:before{opacity:1}.c172:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c173::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c173:hover:before{opacity:1}.c173:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f140:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f140:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f140:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v84{display:block}.ps573{position:relative;margin-top:0}.s742{width:100%;min-width:1200px;min-height:885px;padding-bottom:0}.c202{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z475{z-index:198}.ps574{display:inline-block;width:0;height:0}.v85{display:inline-block;vertical-align:top}.s743{width:100%;min-width:1200px;min-height:885px}.s744{display:block;height:850px;width:100%;overflow:hidden}.s745{width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;max-height:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ga5{height:885px}.un153 .slider{height:850px}.un153 .slick-list{height:850px}.un153 .slick-prev,.un153 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un153 .slick-prev{left:0px}
.un153 .slick-next{right:0px}
.un153 .slider-for{margin-bottom:0px}
.un153 .slider-nav{margin-bottom:0px}
.un153 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un153 .slider-nav .slick-center picture{border-color:transparent}
.un153 .slick-dots{bottom:-35px}
.un153 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un153 .slick-dots li button{height:20px;width:20px}
.un153 .slick-dots li button:before{width:20px;height:20px}
.un153 .slick-dots button{color:#404040}
[dir="rtl"] .un153 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un153 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un153 .slick-prev,.un153 .slick-next{{{arrowcolordark}}}
    .un153 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un153 .slick-dots button{{{dotscolordark}}}
}
.s746{width:100%;min-width:1200px;min-height:305px;padding-bottom:0}.z476{z-index:200}.ps575{position:relative;margin-top:20px}.v86{display:block;pointer-events:none}.s747{width:1200px;margin-left:auto;margin-right:auto;min-height:263px}.ps576{position:relative;margin-left:34px;margin-top:0}.s748{min-width:1132px;width:1132px;min-height:263px}.ps577{position:relative;margin-left:0;margin-top:0}.v87{display:inline-block;vertical-align:top;pointer-events:auto}.ps578{position:relative;margin-left:0;margin-top:80px}.s749{min-width:572px;width:572px;overflow:hidden;height:171px}.p36{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f162{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps579{position:relative;margin-left:2px;margin-top:-250px}.s750{min-width:629px;width:629px;overflow:hidden;height:55px}.p37{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f163{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps580{position:relative;margin-left:83px;margin-top:-251px}.s751{min-width:418px;width:418px;min-height:263px}.c203{border:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/g/paterra-baustelle-mit-aplikation-effektspachtel-418.jpg)}.webp .c203{background-image:url(../images/1/paterra-baustelle-mit-aplikation-effektspachtel-418.webp)}.s752{width:100%;min-width:1200px;min-height:77px;padding-bottom:0}.z477{z-index:22}.ps581{position:relative;margin-top:13px}.s753{width:1200px;margin-left:auto;margin-right:auto;min-height:52px}.ps582{position:relative;margin-left:34px;margin-top:0}.s754{min-width:662px;width:662px;min-height:52px}.s755{min-width:306px;width:306px;min-height:52px}.z478{z-index:55}.v88{display:inline-block;vertical-align:top;pointer-events:none}.s756{min-width:306px;width:306px;min-height:52px;line-height:0}.s757{min-width:304px;width:304px;min-height:50px}.c204{border:1px solid #d6d6d6;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:#fff}.z479{z-index:56}.ps583{position:relative;margin-left:60px;margin-top:-42px}.s758{min-width:139px;width:139px;overflow:hidden;height:31px}.z480{z-index:57}.f164{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps584{position:relative;margin-left:42px;margin-top:-34px}.s759{min-width:15px;width:15px;min-height:15px}.c205{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/9/plus.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat}.z481{z-index:58}.ps585{position:relative;margin-left:50px;margin-top:0}.s760{min-width:306px;width:306px;min-height:52px}.z482{z-index:59}.s761{min-width:306px;width:306px;min-height:52px;line-height:0}.s762{min-width:304px;width:304px;min-height:50px}.z483{z-index:60}.ps586{position:relative;margin-left:59px;margin-top:-40px}.s763{min-width:139px;width:139px;overflow:hidden;height:30px}.z484{z-index:61}.ps587{position:relative;margin-left:43px;margin-top:-32px}.z485{z-index:62}.s764{width:100%;min-width:1200px;min-height:162px;padding-bottom:0}.z486{z-index:29}.ps588{position:relative;margin-top:7px}.s765{width:1200px;margin-left:auto;margin-right:auto;min-height:142px}.ps589{position:relative;margin-left:33px;margin-top:0}.s766{min-width:1134px;width:1134px;min-height:142px}.z487{z-index:64}.s767{min-width:1134px;width:1134px;min-height:142px;line-height:0}.s768{min-width:1132px;width:1132px;min-height:140px}.c206{border:1px solid #d6d6d6;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:#dad9c3;opacity:0.7}.z488{z-index:65}.ps590{position:relative;margin-left:69px;margin-top:-116px}.s769{min-width:898px;width:898px;overflow:hidden;height:101px}.z489{z-index:66}.s770{width:100%;min-width:1200px;min-height:388px;padding-bottom:0}.z490{z-index:182}.ps591{position:relative;margin-top:8px}.s771{width:1200px;margin-left:auto;margin-right:auto;min-height:365px}.ps592{position:relative;margin-left:32px;margin-top:0}.s772{min-width:1134px;width:1134px;min-height:365px}.z491{z-index:68}.s773{min-width:1134px;width:1134px;min-height:365px;line-height:0}.s774{min-width:1132px;width:1132px;min-height:363px}.z492{z-index:69}.ps593{position:relative;margin-left:60px;margin-top:-326px}.s775{min-width:424px;width:424px;overflow:hidden;height:37px}.z493{z-index:70}.f165{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps594{position:relative;margin-left:33px;margin-top:-326px}.s776{min-width:329px;width:329px;overflow:hidden;height:37px}.z494{z-index:71}.f166{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps595{position:relative;margin-left:59px;margin-top:-271px}.s777{min-width:424px;width:424px;overflow:hidden;height:240px}.z495{z-index:72}.ps596{position:relative;margin-left:34px;margin-top:-271px}.s778{min-width:589px;width:589px;overflow:hidden;height:240px}.z496{z-index:73}.s779{width:100%;min-width:1200px;height:332px;--lbas:64;--lbab:0;padding-bottom:27px}.z497{z-index:1}.ps597{position:relative;margin-top:32px}.s780{width:1200px;margin-left:auto;margin-right:auto;height:300px}.ps598{position:relative;margin-left:130px;margin-top:0}.s781{min-width:300px;width:300px;min-height:300px}.s782{min-width:300px;width:300px;min-height:300px;height:300px}.i35{position:absolute;left:0;width:300px;top:0;height:300px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i36{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps599{position:relative;margin-left:20px;margin-top:0}.s783{width:100%;min-width:1200px;min-height:375px;padding-bottom:0}.z498{z-index:193}.ps600{position:relative;margin-top:36px}.s784{width:1200px;margin-left:auto;margin-right:auto;min-height:313px}.ps601{position:relative;margin-left:34px;margin-top:0}.s785{min-width:1128px;width:1128px;overflow:hidden;height:54px}.z499{z-index:183}.ps602{position:relative;margin-left:33px;margin-top:35px}.s786{min-width:1132px;width:1132px;min-height:224px}.z500{z-index:192}.ps603{position:relative;margin-left:2px;margin-top:0}.s787{min-width:1126px;width:1126px;min-height:47px}.s788{min-width:238px;width:238px;overflow:hidden;height:47px}.z501{z-index:185}.p38{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f167{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:19px;font-size:calc(19px * var(--f));line-height:1.212;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps604{position:relative;margin-left:60px;margin-top:0}.s789{min-width:238px;width:238px;overflow:hidden;height:47px}.z502{z-index:189}.ps605{position:relative;margin-left:56px;margin-top:0}.s790{min-width:238px;width:238px;overflow:hidden;height:47px}.z503{z-index:190}.ps606{position:relative;margin-left:58px;margin-top:0}.z504{z-index:191}.ps607{position:relative;margin-left:0;margin-top:0}.s791{min-width:1132px;width:1132px;min-height:177px}.s792{min-width:241px;width:241px;min-height:177px;height:177px}.z505{z-index:184}.a18{display:block;height:100%}.i37{position:absolute;left:0;width:241px;top:0;height:177px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps608{position:relative;margin-left:57px;margin-top:0}.s793{min-width:239px;width:239px;min-height:177px;height:177px}.z506{z-index:188}.i38{position:absolute;left:0;width:239px;top:0;height:177px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps609{position:relative;margin-left:57px;margin-top:0}.z507{z-index:186}.ps610{position:relative;margin-left:57px;margin-top:0}.s794{min-width:242px;width:242px;min-height:177px;height:177px}.z508{z-index:187}.i39{position:absolute;left:0;width:242px;top:0;height:177px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s795{width:100%;min-width:1200px;min-height:83px;padding-bottom:0}.z509{z-index:239}.ps611{position:relative;margin-top:19px}.s796{width:1200px;margin-left:auto;margin-right:auto;min-height:46px}.ps612{position:relative;margin-left:35px;margin-top:0}.s797{min-width:878px;width:878px;overflow:hidden;height:46px}.f168{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s798{width:100%;min-width:1200px;height:374px;--lbas:64;--lbab:0;padding-bottom:33px}.c207{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z510{z-index:101}.ps613{position:relative;margin-top:32px}.s799{width:1200px;margin-left:auto;margin-right:auto;height:342px}.ps614{position:relative;margin-left:32px;margin-top:0}.s800{min-width:101px;width:101px;min-height:76px}.c208{border:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:transparent;overflow:hidden}.s801{min-width:101px;width:101px;min-height:76px;height:76px}.i40{position:absolute;left:0;width:101px;top:0;height:76px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps615{position:relative;margin-left:14px;margin-top:0}.ps616{position:relative;margin-left:14px;margin-top:0}.ps617{position:relative;margin-left:14px;margin-top:0}.ps618{position:relative;margin-left:14px;margin-top:0}.ps619{position:relative;margin-left:14px;margin-top:0}.ps620{position:relative;margin-left:32px;margin-top:12px}.ps621{position:relative;margin-left:14px;margin-top:12px}.ps622{position:relative;margin-left:14px;margin-top:12px}.ps623{position:relative;margin-left:14px;margin-top:12px}.ps624{position:relative;margin-left:14px;margin-top:12px}.ps625{position:relative;margin-left:32px;margin-top:13px}.ps626{position:relative;margin-left:14px;margin-top:13px}.ps627{position:relative;margin-left:14px;margin-top:13px}.ps628{position:relative;margin-left:14px;margin-top:13px}.ps629{position:relative;margin-left:14px;margin-top:13px}.ps630{position:relative;margin-left:32px;margin-top:13px}.s802{width:100%;min-width:1200px;min-height:451px;padding-bottom:0}.z511{z-index:94}.ps631{position:relative;margin-top:29px}.s803{width:1200px;margin-left:auto;margin-right:auto;min-height:385px}.ps632{position:relative;margin-left:33px;margin-top:0}.s804{min-width:1132px;width:1132px;min-height:385px}.z512{z-index:95}.s805{min-width:1132px;width:1132px;min-height:385px;line-height:0}.ps633{position:relative;margin-left:0;margin-top:0}.s806{min-width:1132px;width:1132px;min-height:384px}.c209{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z513{z-index:96}.ps634{position:relative;margin-left:0;margin-top:-384px}.s807{min-width:534px;width:534px;overflow:hidden;height:101px}.z514{z-index:97}.ps635{position:relative;margin-left:75px;margin-top:-384px}.s808{min-width:523px;width:523px;min-height:384px;height:384px}.z515{z-index:98}.i41{position:absolute;left:0;width:523px;top:0;height:384px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps636{position:relative;margin-left:0;margin-top:-257px}.s809{min-width:533px;width:533px;overflow:hidden;height:174px}.z516{z-index:99}.v89{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps637{position:relative;margin-left:-337px;margin-top:-66px}.s810{min-width:156px;height:67px;box-sizing:border-box;width:154px;padding-right:0}.c210{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z517{z-index:100}.a19{display:inline-block;width:100%;z-index:1}.f169{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.s811{width:100%;min-width:1200px;height:286px;padding-bottom:57px}.z518{z-index:67}.ps638{position:relative;margin-top:56px}.s812{width:1200px;margin-left:auto;margin-right:auto;height:230px}.ps639{position:relative;margin-left:116px;margin-top:0}.s813{min-width:230px;width:230px;min-height:230px}.c211{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent;overflow:hidden}.z519{z-index:30}.s814{min-width:226px;width:226px;min-height:230px}.s815{min-width:226px;width:226px;min-height:230px;line-height:0}.c212{border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/wohnzimmer102-226.jpg)}.z520{z-index:31}.webp .c212{background-image:url(../images/6/wohnzimmer102-226.webp)}.ps640{position:relative;margin-left:0;margin-top:-165px}.s816{min-width:226px;width:226px;min-height:111px}.z521{z-index:32}.c213{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(66,66,66,0.35)}.z522{z-index:33}.ps641{position:relative;margin-left:5px;margin-top:-104px}.s817{min-width:216px;width:216px;overflow:hidden;height:65px}.z523{z-index:34}.p39{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f170{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.701;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps642{position:relative;margin-left:5px;margin-top:-49px}.s818{min-width:216px;width:216px;overflow:hidden;height:48px}.z524{z-index:35}.f171{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps643{position:relative;margin-left:16px;margin-top:0}.z525{z-index:36}.s819{min-width:230px;width:230px;min-height:230px;line-height:0}.c214{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/5/spa-beige-blau-beton-boden-230.jpg)}.z526{z-index:37}.webp .c214{background-image:url(../images/a/spa-beige-blau-beton-boden-230.webp)}.ps644{position:relative;margin-left:0;margin-top:-163px}.s820{min-width:228px;width:228px;min-height:125px}.z527{z-index:38}.z528{z-index:39}.ps645{position:relative;margin-left:2px;margin-top:-104px}.s821{min-width:226px;width:226px;overflow:hidden;height:65px}.z529{z-index:40}.ps646{position:relative;margin-left:2px;margin-top:-49px}.s822{min-width:221px;width:221px;overflow:hidden;height:63px}.z530{z-index:41}.ps647{position:relative;margin-left:16px;margin-top:0}.z531{z-index:42}.c215{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/0/kueche-lila-paterra-230.jpg)}.z532{z-index:43}.webp .c215{background-image:url(../images/5/kueche-lila-paterra-230.webp)}.ps648{position:relative;margin-left:0;margin-top:-163px}.s823{min-width:230px;width:230px;min-height:111px}.z533{z-index:44}.z534{z-index:45}.ps649{position:relative;margin-left:10px;margin-top:-104px}.s824{min-width:213px;width:213px;overflow:hidden;height:64px}.z535{z-index:46}.ps650{position:relative;margin-left:2px;margin-top:-49px}.s825{min-width:227px;width:227px;overflow:hidden;height:48px}.z536{z-index:47}.z537{z-index:48}.s826{min-width:228px;width:228px;min-height:230px}.s827{min-width:228px;width:228px;min-height:230px;line-height:0}.s828{min-width:227px;width:227px;min-height:230px}.c216{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/effektspachtel-streifen-smoke-platin-bar-227.jpg)}.z538{z-index:49}.webp .c216{background-image:url(../images/4/effektspachtel-streifen-smoke-platin-bar-227.webp)}.ps651{position:relative;margin-left:0;margin-top:-163px}.s829{min-width:228px;width:228px;min-height:111px}.z539{z-index:50}.s830{min-width:228px;width:228px;min-height:111px;line-height:0}.s831{min-width:226px;width:226px;min-height:111px}.z540{z-index:51}.ps652{position:relative;margin-left:0;margin-top:-105px}.s832{min-width:226px;width:226px;overflow:hidden;height:65px}.z541{z-index:52}.ps653{position:relative;margin-left:0;margin-top:-49px}.s833{min-width:228px;width:228px;overflow:hidden;height:48px}.z542{z-index:53}.f172{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.s834{width:100%;min-width:1200px;min-height:639px;padding-bottom:0}.c217{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.z543{z-index:74}.ps654{position:relative;margin-top:44px}.s835{width:1200px;margin-left:auto;margin-right:auto;min-height:555px}.ps655{position:relative;margin-left:0;margin-top:0}.s836{min-width:1200px;width:1200px;overflow:hidden;height:68px}.z544{z-index:75}.f173{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps656{position:relative;margin-left:32px;margin-top:23px}.s837{min-width:1137px;width:1137px;min-height:464px}.ps657{position:relative;margin-left:0;margin-top:0}.z545{z-index:82}.s838{min-width:359px;width:359px;min-height:464px;line-height:0}.c218{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z546{z-index:83}.ps658{position:relative;margin-left:0;margin-top:-464px}.z547{z-index:84}.i42{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps659{position:relative;margin-left:32px;margin-top:-202px}.s839{min-width:296px;width:296px;overflow:hidden;height:30px}.z548{z-index:85}.f174{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps660{position:relative;margin-left:32px;margin-top:-165px}.s840{min-width:296px;width:296px;overflow:hidden;height:66px}.z549{z-index:86}.ps661{position:relative;margin-left:33px;margin-top:-94px}.s841{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c219{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z550{z-index:87}.f175{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps662{position:relative;margin-left:29px;margin-top:0}.z551{z-index:76}.s842{min-width:359px;width:359px;min-height:464px;line-height:0}.z552{z-index:77}.ps663{position:relative;margin-left:0;margin-top:-464px}.z553{z-index:78}.i43{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps664{position:relative;margin-left:32px;margin-top:-202px}.s843{min-width:296px;width:296px;overflow:hidden;height:30px}.z554{z-index:79}.ps665{position:relative;margin-left:32px;margin-top:-165px}.s844{min-width:296px;width:296px;overflow:hidden;height:66px}.z555{z-index:80}.ps666{position:relative;margin-left:33px;margin-top:-94px}.s845{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z556{z-index:81}.ps667{position:relative;margin-left:31px;margin-top:0}.z557{z-index:88}.s846{min-width:359px;width:359px;min-height:464px;line-height:0}.z558{z-index:89}.ps668{position:relative;margin-left:0;margin-top:-464px}.z559{z-index:90}.i44{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps669{position:relative;margin-left:32px;margin-top:-202px}.s847{min-width:296px;width:296px;overflow:hidden;height:30px}.z560{z-index:91}.ps670{position:relative;margin-left:32px;margin-top:-165px}.s848{min-width:296px;width:296px;overflow:hidden;height:66px}.z561{z-index:92}.f176{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.351;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps671{position:relative;margin-left:33px;margin-top:-94px}.s849{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z562{z-index:93}.s850{width:100%;min-width:1200px;min-height:300px;padding-bottom:0}.z563{z-index:206}.ps672{position:relative;margin-top:37px}.s851{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps673{position:relative;margin-left:58px;margin-top:0}.s852{min-width:1087px;width:1087px;min-height:226px}.ps674{position:relative;margin-left:0;margin-top:0}.s853{min-width:1087px;width:1087px;overflow:hidden;height:51px}.f177{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps675{position:relative;margin-left:28px;margin-top:31px}.ps676{position:relative;margin-left:29px;margin-top:0}.i45{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps677{position:relative;margin-left:0;margin-top:20px}.s854{min-width:118px;width:118px;overflow:hidden;height:62px}.f178{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps678{position:relative;margin-left:103px;margin-top:0}.ps679{position:relative;margin-left:33px;margin-top:0}.s855{min-width:127px;width:127px;overflow:hidden;height:60px}.ps680{position:relative;margin-left:97px;margin-top:0}.ps681{position:relative;margin-left:37px;margin-top:0}.s856{min-width:134px;width:134px;overflow:hidden;height:61px}.ps682{position:relative;margin-left:70px;margin-top:0}.ps683{position:relative;margin-left:56px;margin-top:0}.ps684{position:relative;margin-left:0;margin-top:20px}.s857{min-width:172px;width:172px;overflow:hidden;height:64px}.ps685{position:relative;margin-left:82px;margin-top:0}.ps686{position:relative;margin-left:29px;margin-top:0}.i46{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s858{min-width:118px;width:118px;overflow:hidden;height:61px}.s859{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z564{z-index:54}.s860{width:100%;min-width:1200px;min-height:633px}.c220{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z565{z-index:2}.ps687{position:relative;margin-top:-604px}.s861{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps688{position:relative;margin-left:32px;margin-top:0}.z566{z-index:3}.ps689{position:relative;margin-left:0;margin-top:0}.c221{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z567{z-index:4}.ps690{position:relative;margin-left:0;margin-top:22px}.z568{z-index:21}.s862{min-width:1137px;width:1137px;min-height:472px;line-height:0}.z569{z-index:5}.ps691{position:relative;margin-left:55px;margin-top:-430px}.z570{z-index:6}.s863{min-width:123px;width:123px;overflow:hidden;height:39px}.z571{z-index:11}.f179{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps692{position:relative;margin-left:106px;margin-top:0}.s864{min-width:111px;width:111px;overflow:hidden;height:39px}.z572{z-index:12}.ps693{position:relative;margin-left:199px;margin-top:0}.s865{min-width:104px;width:104px;overflow:hidden;height:39px}.z573{z-index:13}.ps694{position:relative;margin-left:154px;margin-top:0}.s866{min-width:231px;width:231px;overflow:hidden;height:39px}.z574{z-index:14}.ps695{position:relative;margin-left:0;margin-top:4px}.s867{min-width:207px;width:207px;overflow:hidden;height:176px}.z575{z-index:15}.f180{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps696{position:relative;margin-left:22px;margin-top:4px}.s868{min-width:273px;width:273px;overflow:hidden;height:176px}.z576{z-index:16}.f181{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps697{position:relative;margin-left:37px;margin-top:4px}.s869{min-width:231px;width:231px;overflow:hidden;height:176px}.z577{z-index:17}.ps698{position:relative;margin-left:27px;margin-top:4px}.s870{min-width:231px;width:231px;overflow:hidden;height:176px}.z578{z-index:18}.ps699{position:relative;margin-left:55px;margin-top:-181px}.s871{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c222{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z579{z-index:9}.f182{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps700{position:relative;margin-left:19px;margin-top:-182px}.s872{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c223{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z580{z-index:7}.ps701{position:relative;margin-left:588px;margin-top:-153px}.s873{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c224{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z581{z-index:8}.a20{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps702{position:relative;margin-left:25px;margin-top:-149px}.s874{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c225{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z582{z-index:10}.ps703{position:relative;margin-left:64px;margin-top:-66px}.s875{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z583{z-index:19}.f183{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps704{position:relative;margin-left:354px;margin-top:19px}.s876{min-width:426px;width:426px;overflow:hidden;height:21px}.z584{z-index:20}.f184{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f185{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c226{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:2146435330;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps705{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps706{position:relative;margin-left:836px;margin-top:70px}.c227{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c228{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c229{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s877{width:100%;height:100%}.c230{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v90{display:inline-block;vertical-align:top;overflow:visible}.ps707{position:relative;margin-left:47px;margin-top:18px}.m5{padding:0px 0px 0px 0px}.mcv5{display:inline-block}.ps708{position:relative;margin-left:0;margin-top:1px}.s878{min-width:272px;width:272px;overflow:hidden;height:34px}.f186{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v91{display:none}.z585{z-index:9999}.ps709{position:relative;margin-left:0;margin-top:4px}.s879{min-width:188px;width:188px;overflow:hidden;height:34px}.p40{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f187{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps710{position:relative;margin-left:0;margin-top:0}.s880{min-width:170px;width:170px;overflow:hidden;height:34px}.s881{min-width:186px;width:186px;overflow:hidden;height:34px}.s882{min-width:267px;width:267px;overflow:hidden;height:34px}.s883{min-width:208px;width:208px;overflow:hidden;height:34px}.s884{min-width:177px;width:177px;overflow:hidden;height:34px}.s885{min-width:159px;width:159px;overflow:hidden;height:34px}.ps711{position:relative;margin-left:0;margin-top:9px}.ps712{position:relative;margin-left:0;margin-top:0}.ps713{position:relative;margin-left:0;margin-top:4px}.s886{min-width:242px;width:242px;overflow:hidden;height:34px}.f188{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s887{min-width:203px;width:203px;overflow:hidden;height:34px}.s888{min-width:200px;width:200px;overflow:hidden;height:34px}.s889{min-width:239px;width:239px;overflow:hidden;height:34px}.s890{min-width:167px;width:167px;overflow:hidden;height:34px}.s891{min-width:150px;width:150px;overflow:hidden;height:34px}.f189{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s892{min-width:163px;width:163px;overflow:hidden;height:34px}.s893{min-width:135px;width:135px;overflow:hidden;height:34px}.s894{min-width:158px;width:158px;overflow:hidden;height:34px}.s895{min-width:170px;width:170px;overflow:hidden;height:34px}.s896{min-width:108px;width:108px;min-height:73px;height:73px}.s897{min-width:108px;width:108px;height:36px}.s898{min-width:108px;width:108px;min-height:36px}.ps714{position:relative;margin-left:0;margin-top:1px}.s899{min-width:108px;width:108px;overflow:hidden;height:34px}.ps715{position:relative;margin-left:0;margin-top:1px}.s900{min-width:96px;width:96px;height:36px}.s901{min-width:96px;width:96px;min-height:36px}.s902{min-width:96px;width:96px;overflow:hidden;height:34px}.s903{min-width:189px;width:189px;overflow:hidden;height:34px}.s904{min-width:138px;width:138px;overflow:hidden;height:34px}.c231{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:2146435331;pointer-events:none;opacity:0}.ps716{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.s905{min-width:43px;width:43px;height:125px}.c232{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 23px 23px 0;-moz-border-radius:0 23px 23px 0;border-radius:0 23px 23px 0;background-color:#fff}.c233{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 23px 23px 0;-moz-border-radius:0 23px 23px 0;border-radius:0 23px 23px 0}.ps717{position:relative;margin-left:-27px;margin-top:47px}.s906{min-width:104px;width:104px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.p41{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f190{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c234{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;transition:opacity 1s}.ps718{position:relative;margin-top:200px;margin-bottom:200px;margin-left:0;-webkit-transform:translate3d(0,0,0)}.s907{min-width:343px;width:343px;height:calc(100vh - 400px);height:calc(var(--vh, 1vh) * 100 - 400px);}.c235{border:0;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0;background-color:#dad9c3}.c236{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0}.c237{margin-top:max(calc(50vh - 535px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 535px), 0px);height:670px}.ps719{position:relative;margin-left:285px;margin-top:20px}.s908{min-width:39px;width:39px;height:39px;box-sizing:border-box}.c238{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#838b83;background-image:url(../images/j/close.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}.z586{z-index:243}.ps720{position:relative;margin-left:23px;margin-top:16px}.s909{min-width:277px;width:277px;overflow:hidden;height:588px}.z587{z-index:242}.f191{font-family:"Hanken Grotesk 2";font-size:18px;font-size:calc(18px * var(--f));line-height:1.612;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f192{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c239{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:2146435332;pointer-events:none;opacity:0}.v92{display:block;vertical-align:top;pointer-events:auto}.ps721{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c240{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c241{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c242{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c243{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps722{position:relative;margin-left:12px;margin-top:7px}.input17{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input17::placeholder{color:rgb(169,169,169);opacity:1}.ps723{position:relative;margin-left:3px;margin-top:0}.s910{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c244{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f193{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s911{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c245{display:inline-block;position:relative;margin-left:0;margin-top:0}.c210:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c210:active{transition:initial;background-color:#edefeb}.c219:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c219:active{transition:initial;background-color:#edefeb}.c222:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c222:active{transition:initial;background-color:#edefeb;color:#404040}.c223:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c223:active{transition:initial;background-color:#edefeb}.c224::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c224:hover:before{opacity:1}.c224:hover{border-color:transparent;color:transparent}.c224:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c224:active{transition:initial}.c225::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c225:hover:before{opacity:1}.c225:hover{border-color:transparent;color:transparent}.c225:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c225:active{transition:initial}.c238:hover{background-color:#edefeb;color:#000;background-clip:padding-box;border:0}.c238:active{transition:initial;color:#fff}.c244:hover{background-clip:padding-box;border-color:#000}.c244:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s742{min-width:960px;min-height:708px}.s743{min-width:960px;min-height:708px}.s744{height:673px}.ga5{height:708px}.un153 .slider{height:673px}.un153 .slick-list{height:673px}.s746{min-width:960px;min-height:244px}.ps575{margin-top:16px}.s747{width:960px;min-height:210px}.ps576{margin-left:27px}.s748{min-width:905px;width:905px;min-height:210px}.ps578{margin-top:64px}.s749{min-width:458px;width:458px;height:137px}.f162{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps579{margin-top:-200px}.s750{min-width:503px;width:503px;height:44px}.f163{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps580{margin-left:66px;margin-top:-201px}.s751{min-width:334px;width:334px;min-height:210px}.c203{background-image:url(../images/l/paterra-baustelle-mit-aplikation-effektspachtel-334.jpg)}.webp .c203{background-image:url(../images/b/paterra-baustelle-mit-aplikation-effektspachtel-334.webp)}.s752{min-width:960px;min-height:62px}.ps581{margin-top:10px}.s753{width:960px;min-height:42px}.ps582{margin-left:27px;margin-top:-1px}.s754{min-width:530px;width:530px;min-height:42px}.s755{min-width:245px;width:245px;min-height:42px}.s756{min-width:245px;width:245px;min-height:42px}.s757{min-width:243px;width:243px;min-height:40px}.ps583{margin-left:48px;margin-top:-33px}.s758{min-width:111px;width:111px;height:25px}.f164{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps584{margin-left:34px;margin-top:-27px}.s759{min-width:12px;width:12px;min-height:12px}.ps585{margin-left:40px}.s760{min-width:245px;width:245px;min-height:42px}.s761{min-width:245px;width:245px;min-height:42px}.s762{min-width:243px;width:243px;min-height:40px}.ps586{margin-left:47px;margin-top:-32px}.s763{min-width:111px;width:111px;height:24px}.ps587{margin-left:35px;margin-top:-25px}.s764{min-width:960px;min-height:130px}.ps588{margin-top:6px}.s765{width:960px;min-height:114px}.ps589{margin-left:26px}.s766{min-width:908px;width:908px;min-height:114px}.s767{min-width:908px;width:908px;min-height:114px}.s768{min-width:906px;width:906px;min-height:112px}.ps590{margin-left:56px;margin-top:-93px}.s769{min-width:718px;width:718px;height:81px}.s770{min-width:960px;min-height:310px}.ps591{margin-top:6px}.s771{width:960px;min-height:292px}.ps592{margin-left:25px}.s772{min-width:908px;width:908px;min-height:292px}.s773{min-width:908px;width:908px;min-height:292px}.s774{min-width:906px;width:906px;min-height:290px}.ps593{margin-left:49px;margin-top:-261px}.s775{min-width:339px;width:339px;height:30px}.f165{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps594{margin-left:26px;margin-top:-261px}.s776{min-width:263px;width:263px;height:30px}.f166{font-size:16px;font-size:calc(16px * var(--f));line-height:1.126}.ps595{margin-left:48px;margin-top:-217px}.s777{min-width:339px;width:339px;height:192px}.ps596{margin-left:27px;margin-top:-217px}.s778{min-width:471px;width:471px;height:192px}.s779{min-width:960px;height:325px;--lbas:51;padding-bottom:-39px}.ps597{margin-top:25px}.s780{width:960px;min-height:300px}.ps598{margin-left:14px}.ps599{margin-left:16px}.s783{min-width:960px;min-height:300px}.ps600{margin-top:29px}.s784{width:960px;min-height:251px}.ps601{margin-left:27px}.s785{min-width:902px;width:902px;height:43px}.ps602{margin-left:26px;margin-top:28px}.s786{min-width:906px;width:906px;min-height:180px}.s787{min-width:900px;width:900px;min-height:38px}.s788{min-width:190px;width:190px;height:38px}.f167{font-size:15px;font-size:calc(15px * var(--f));line-height:1.201}.ps604{margin-left:48px}.s789{min-width:190px;width:190px;height:38px}.ps605{margin-left:46px}.s790{min-width:190px;width:190px;height:38px}.ps606{margin-left:46px}.s791{min-width:906px;width:906px;min-height:142px}.s792{min-width:193px;width:193px;min-height:142px;height:142px}.i37{width:193px;height:142px}.ps608{margin-left:46px}.s793{min-width:191px;width:191px;min-height:142px;height:142px}.i38{width:191px;height:142px}.ps609{margin-left:46px}.ps610{margin-left:45px}.s794{min-width:194px;width:194px;min-height:142px;height:142px}.i39{width:194px;height:142px}.s795{min-width:960px;min-height:66px}.ps611{margin-top:15px}.s796{width:960px;min-height:37px}.ps612{margin-left:28px}.s797{min-width:702px;width:702px;height:37px}.f168{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.s798{min-width:960px;height:446px;--lbas:51;padding-bottom:-120px}.ps613{margin-top:26px}.s799{width:960px;min-height:420px}.ps614{margin-left:39px}.s800{min-width:88px;width:88px}.s801{min-width:88px;width:88px}.i40{width:88px}.ps615{margin-left:11px}.ps616{margin-left:11px}.ps617{margin-left:11px}.ps618{margin-left:12px}.ps619{margin-left:39px;margin-top:10px}.ps620{margin-left:11px;margin-top:10px}.ps621{margin-left:11px;margin-top:10px}.ps622{margin-left:11px;margin-top:10px}.ps623{margin-left:12px;margin-top:10px}.ps624{margin-left:39px;margin-top:10px}.ps625{margin-left:11px;margin-top:10px}.ps626{margin-left:11px;margin-top:10px}.ps627{margin-left:11px;margin-top:10px}.ps628{margin-left:12px;margin-top:10px}.ps629{margin-left:39px;margin-top:10px}.ps630{margin-left:11px;margin-top:10px}.s802{min-width:960px;min-height:361px}.ps631{margin-top:23px}.s803{width:960px;min-height:308px}.ps632{margin-left:26px}.s804{min-width:906px;width:906px;min-height:308px}.s805{min-width:906px;width:906px;min-height:308px}.s806{min-width:906px;width:906px;min-height:307px}.ps634{margin-top:-307px}.s807{min-width:427px;width:427px;height:81px}.ps635{margin-left:61px;margin-top:-307px}.s808{min-width:418px;width:418px;min-height:307px;height:307px}.i41{width:418px;height:307px}.ps636{margin-top:-205px}.s809{min-width:426px;width:426px;height:139px}.ps637{margin-left:-269px;margin-top:-53px}.s810{min-width:125px;height:54px;width:123px}.c210{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f169{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.s811{min-width:960px;height:275px;padding-bottom:-1px}.ps638{margin-top:45px}.s812{width:960px;min-height:230px}.ps639{margin-left:1px}.ps641{margin-top:-105px}.f170{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.ps642{margin-top:-50px}.s818{height:47px}.f171{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps643{margin-left:12px}.ps644{margin-top:-164px}.s820{min-width:227px;width:227px}.ps645{margin-left:1px}.ps646{margin-left:1px}.s822{height:62px}.ps647{margin-left:13px}.ps648{margin-top:-164px}.s824{min-width:212px;width:212px;height:63px}.s825{height:47px}.ps651{margin-top:-164px}.s830{min-width:227px;width:227px}.s833{min-width:227px;width:227px;height:47px}.f172{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.s834{min-width:960px;min-height:511px}.ps654{margin-top:35px}.s835{width:960px;min-height:444px}.s836{min-width:960px;width:960px;height:54px}.f173{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps656{margin-left:26px;margin-top:19px}.s837{min-width:909px;width:909px;min-height:371px}.s838{min-width:287px;width:287px;min-height:371px}.ps658{margin-top:-371px}.i42{width:287px;height:193px}.ps659{margin-left:25px;margin-top:-161px}.s839{min-width:237px;width:237px;height:24px}.f174{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps660{margin-left:25px;margin-top:-132px}.s840{min-width:237px;width:237px;height:53px}.ps661{margin-left:26px;margin-top:-75px}.s841{min-width:135px;height:54px;width:133px}.c219{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f175{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps662{margin-left:23px}.s842{min-width:287px;width:287px;min-height:371px}.ps663{margin-top:-371px}.i43{width:287px;height:193px}.ps664{margin-left:26px;margin-top:-161px}.s843{min-width:237px;width:237px;height:24px}.ps665{margin-left:26px;margin-top:-132px}.s844{min-width:237px;width:237px;height:53px}.ps666{margin-left:26px;margin-top:-75px}.s845{min-width:135px;height:54px;width:133px}.ps667{margin-left:25px}.s846{min-width:287px;width:287px;min-height:371px}.ps668{margin-top:-371px}.i44{width:287px;height:193px}.ps669{margin-left:26px;margin-top:-161px}.s847{min-width:237px;width:237px;height:24px}.ps670{margin-left:26px;margin-top:-132px}.s848{min-width:237px;width:237px;height:53px}.f176{font-size:16px;font-size:calc(16px * var(--f));line-height:1.376}.ps671{margin-left:26px;margin-top:-75px}.s849{min-width:135px;height:54px;width:133px}.s850{min-width:960px;min-height:240px}.ps672{margin-top:30px}.s851{width:960px;min-height:181px}.ps673{margin-left:46px}.s852{min-width:870px;width:870px;min-height:181px}.s853{min-width:870px;width:870px;height:41px}.f177{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps675{margin-left:23px;margin-top:25px}.ps676{margin-left:23px}.i45{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps677{margin-top:16px}.s854{min-width:94px;width:94px;height:50px}.f178{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps678{margin-left:83px}.ps679{margin-left:26px}.s855{min-width:102px;width:102px;height:48px}.ps680{margin-left:77px}.ps681{margin-left:29px}.s856{min-width:107px;width:107px;height:49px}.ps682{margin-left:56px}.ps683{margin-left:45px}.ps684{margin-top:16px}.s857{min-width:138px;width:138px;height:51px}.ps685{margin-left:65px}.ps686{margin-left:23px}.i46{width:48px;height:48px}.s858{min-width:94px;width:94px;height:49px}.s859{min-width:960px;min-height:506px}.s860{min-width:960px;min-height:506px}.ps687{margin-top:-483px}.s861{width:960px;min-height:467px}.ps688{margin-left:26px}.ps690{margin-top:17px}.s862{min-width:910px;width:910px;min-height:378px}.ps691{margin-left:44px;margin-top:-344px}.s863{min-width:98px;width:98px;height:31px}.f179{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps692{margin-left:85px}.s864{min-width:89px;width:89px;height:31px}.ps693{margin-left:159px}.s865{min-width:83px;width:83px;height:31px}.ps694{margin-left:123px}.s866{min-width:185px;width:185px;height:31px}.ps695{margin-top:3px}.s867{min-width:166px;width:166px;height:141px}.f180{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps696{margin-left:17px;margin-top:3px}.s868{min-width:218px;width:218px;height:141px}.f181{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps697{margin-left:30px;margin-top:3px}.s869{min-width:185px;width:185px;height:141px}.ps698{margin-left:21px;margin-top:3px}.s870{min-width:185px;width:185px;height:141px}.ps699{margin-left:44px;margin-top:-145px}.s871{min-width:110px;height:42px;width:110px}.c222{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f182{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps700{margin-left:15px;margin-top:-146px}.s872{min-width:108px;height:44px;width:106px}.c223{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps701{margin-left:470px;margin-top:-123px}.s873{min-width:48px;width:48px;height:48px}.ps702{margin-left:20px;margin-top:-119px}.s874{min-width:43px;width:43px;height:43px}.ps703{margin-left:51px;margin-top:-53px}.s875{min-width:807px;width:807px;height:25px}.f183{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps704{margin-left:283px;margin-top:15px}.s876{min-width:341px;width:341px;height:17px}.f184{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f185{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps705{width:960px}.ps706{margin-left:669px;margin-top:56px}.ps707{margin-left:37px;margin-top:14px}.s878{min-width:218px;width:218px;height:26px}.f186{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s879{min-width:148px;width:148px;height:26px}.p40{text-indent:5px}.f187{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s880{min-width:133px;width:133px;height:26px}.s881{min-width:146px;width:146px;height:26px}.s882{min-width:209px;width:209px;height:26px}.s883{min-width:163px;width:163px;height:26px}.s884{min-width:139px;width:139px;height:26px}.s885{min-width:125px;width:125px;height:26px}.ps711{margin-top:7px}.ps712{margin-top:-1px}.s886{min-width:189px;width:189px;height:26px}.f188{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s887{min-width:159px;width:159px;height:26px}.s888{min-width:157px;width:157px;height:26px}.s889{min-width:187px;width:187px;height:26px}.s890{min-width:131px;width:131px;height:26px}.s891{min-width:118px;width:118px;height:26px}.f189{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s892{min-width:128px;width:128px;height:26px}.s893{min-width:106px;width:106px;height:26px}.s894{min-width:124px;width:124px;height:26px}.s895{min-width:133px;width:133px;height:26px}.s896{min-width:84px;width:84px;min-height:58px;height:59px}.s897{min-width:84px;width:84px;height:29px}.s898{min-width:84px;width:84px;min-height:29px}.s899{min-width:84px;width:84px;height:26px}.ps715{margin-top:0}.s900{min-width:76px;width:76px;height:29px}.s901{min-width:76px;width:76px;min-height:29px}.s902{min-width:76px;width:76px;height:26px}.s903{min-width:147px;width:147px;height:26px}.s904{min-width:108px;width:108px;height:26px}.ps716{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.s905{min-width:34px;width:34px;height:100px}.c232{-webkit-border-radius:0 18px 18px 0;-moz-border-radius:0 18px 18px 0;border-radius:0 18px 18px 0}.c233{height:100px;-webkit-border-radius:0 18px 18px 0;-moz-border-radius:0 18px 18px 0;border-radius:0 18px 18px 0}.ps717{margin-left:-21px;margin-top:39px}.s906{min-width:83px;width:83px;height:27px}.f190{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps718{margin-top:160px;margin-bottom:160px}.s907{min-width:274px;width:274px;height:calc(100vh - 320px);height:calc(var(--vh, 1vh) * 100 - 320px);}.c237{margin-top:max(calc(50vh - 428px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 428px), 0px);height:536px}.ps719{margin-left:228px;margin-top:16px}.s908{min-width:31px;width:31px;height:31px}.c238{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps720{margin-left:18px;margin-top:13px}.s909{min-width:222px;width:222px;height:470px}.f191{font-size:14px;font-size:calc(14px * var(--f));line-height:1.572}.f192{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps721{margin-top:56px}.c240{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c241{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c242{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c243{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps722{margin-left:10px;margin-top:5px}.input17{width:386px;height:37px;font-size:16px;line-height:1.126}.ps723{margin-left:2px}.s910{min-width:68px;height:37px;width:66px}.f193{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s911{height:8px}.f181:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f181:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f181:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c224::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c224:hover:before{opacity:1}.c224:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c225::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c225:hover:before{opacity:1}.c225:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f184:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f184:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f184:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f190:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f190:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f190:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f192:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.f192:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.f192:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}}@media (max-width:959px){.s742{min-width:320px;min-height:671px}.s743{min-width:320px;min-height:671px}.s744{height:636px}.ga5{height:671px}.un153 .slider{height:636px}.un153 .slick-list{height:636px}.s746{min-width:320px;min-height:559px}.ps575{margin-top:18px}.s747{width:320px;min-height:520px}.ps576{margin-left:17px}.s748{min-width:287px;width:287px;min-height:520px}.ps578{margin-left:15px;margin-top:79px}.s749{min-width:266px;width:266px;height:198px}.f162{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps579{margin-left:15px;margin-top:-277px}.s750{min-width:272px;width:272px;height:67px}.f163{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps580{margin-left:0;margin-top:13px}.s751{min-width:287px;width:287px;min-height:230px}.c203{background-image:url(../images/k/paterra-baustelle-mit-aplikation-effektspachtel-574.jpg)}.webp .c203{background-image:url(../images/6/paterra-baustelle-mit-aplikation-effektspachtel-574.webp)}.s752{min-width:320px;min-height:54px}.ps581{margin-top:5px}.s753{width:320px;min-height:45px}.ps582{margin-left:13px}.s754{min-width:293px;width:293px;min-height:45px}.s755{min-width:143px;width:143px;min-height:45px}.s756{min-width:143px;width:143px;min-height:45px}.s757{min-width:141px;width:141px;min-height:43px}.ps583{margin-left:9px;margin-top:-36px}.s758{min-width:115px;width:115px;height:28px}.f164{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.ps584{margin-left:3px;margin-top:-26px}.s759{min-width:8px;width:8px;min-height:8px}.ps585{margin-left:10px}.s760{min-width:140px;width:140px;min-height:44px}.s761{min-width:140px;width:140px;min-height:44px}.s762{min-width:138px;width:138px;min-height:42px}.ps586{margin-left:9px;margin-top:-35px}.s763{min-width:106px;width:106px;height:28px}.ps587{margin-left:7px;margin-top:-25px}.s764{min-width:320px;min-height:265px}.ps588{margin-top:9px}.s765{width:320px;min-height:243px}.ps589{margin-left:13px}.s766{min-width:292px;width:292px;min-height:243px}.s767{min-width:292px;width:292px;min-height:243px}.s768{min-width:290px;width:290px;min-height:241px}.ps590{margin-left:29px;margin-top:-219px}.s769{min-width:241px;width:241px;height:197px}.s770{min-width:320px;min-height:792px}.ps591{margin-top:9px}.s771{width:320px;min-height:771px}.ps592{margin-left:13px}.s772{min-width:292px;width:292px;min-height:771px}.s773{min-width:292px;width:292px;min-height:771px}.s774{min-width:290px;width:290px;min-height:769px}.ps593{margin-left:28px;margin-top:-745px}.s775{min-width:215px;width:215px;height:54px}.f165{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps594{margin-left:29px;margin-top:-406px}.s776{min-width:255px;width:255px;height:33px}.f166{font-size:16px;font-size:calc(16px * var(--f));line-height:1.126}.ps595{margin-left:28px;margin-top:-685px}.s777{min-width:242px;width:242px;height:270px}.ps596{margin-left:30px;margin-top:-363px}.s778{min-width:240px;width:240px;height:348px}.s779{min-width:320px;height:965px;--lbas:32;padding-bottom:29px}.ps597{margin-top:29px}.s780{width:320px;min-height:936px}.ps598{margin-left:10px}.ps599{margin-left:10px;margin-top:18px}.s783{min-width:320px;min-height:1009px}.ps600{margin-top:28px}.s784{width:320px;min-height:956px}.ps601{margin-left:31px}.s785{min-width:276px;width:276px;height:91px}.ps602{margin-left:29px;margin-top:29px}.s786{min-width:276px;width:276px;min-height:836px}.ps603{margin-left:1px}.s787{min-width:245px;width:245px;min-height:662px}.s788{min-width:245px;width:245px;height:33px}.p38{text-align:left}.f167{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;color:#2f4444}.ps604{margin-left:0;margin-top:177px}.s789{min-width:209px;width:209px;height:33px}.ps605{margin-left:0;margin-top:174px}.s790{min-width:209px;width:209px;height:37px}.ps606{margin-left:0;margin-top:175px}.ps607{margin-top:-630px}.s791{min-width:276px;width:276px;min-height:804px}.s792{min-width:275px;width:275px;min-height:175px;height:175px}.i37{width:275px;height:175px}.ps608{margin-left:0;margin-top:32px}.s793{min-width:276px;width:276px;min-height:175px;height:175px}.i38{width:276px;height:175px}.ps609{margin-left:0;margin-top:37px}.ps610{margin-left:0;margin-top:35px}.s794{min-width:276px;width:276px;min-height:175px;height:175px}.i39{width:276px;height:175px}.s795{min-width:320px;min-height:59px}.ps611{margin-top:11px}.s796{width:320px;min-height:34px}.ps612{margin-left:23px}.s797{min-width:181px;width:181px;height:34px}.f168{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;color:#404040}.s798{min-width:320px;height:1171px;--lbas:32;padding-bottom:27px}.ps613{margin-top:16px}.s799{width:320px;min-height:1155px}.ps614{margin-left:9px}.s800{min-width:95px;width:95px}.s801{min-width:95px;width:95px}.i40{width:95px}.ps615{margin-left:8px}.ps616{margin-left:9px;margin-top:7px}.ps617{margin-left:8px;margin-top:7px}.ps618{margin-left:8px;margin-top:7px}.ps619{margin-left:9px;margin-top:7px}.ps620{margin-left:8px;margin-top:7px}.ps621{margin-left:8px;margin-top:7px}.ps622{margin-left:9px;margin-top:7px}.ps623{margin-left:8px;margin-top:7px}.ps624{margin-left:9px;margin-top:7px}.ps625{margin-left:8px;margin-top:7px}.ps626{margin-left:9px;margin-top:7px}.ps627{margin-left:8px;margin-top:7px}.ps628{margin-left:8px;margin-top:7px}.ps629{margin-left:9px;margin-top:7px}.ps630{margin-left:9px;margin-top:7px}.s802{min-width:320px;min-height:674px}.ps631{margin-top:23px}.s803{width:320px;min-height:638px}.ps632{margin-left:9px}.s804{min-width:303px;width:303px;min-height:638px}.s805{min-width:303px;width:303px;min-height:638px}.ps633{margin-left:2px;margin-top:227px}.s806{min-width:300px;width:300px;min-height:364px}.ps634{margin-left:23px;margin-top:-350px}.s807{min-width:267px;width:267px;height:122px}.ps635{margin-left:0;margin-top:-591px}.s808{min-width:303px;width:303px;min-height:211px;height:211px}.i41{width:303px;height:211px}.ps636{margin-left:22px;margin-top:-215px}.s809{min-width:268px;width:268px;height:196px}.ps637{margin-left:21px;margin-top:2px}.s810{min-width:129px;height:45px;width:127px}.c210{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f169{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.s811{min-width:320px;height:1260px;padding-bottom:30px}.ps638{margin-top:30px}.s812{width:320px;min-height:1230px}.ps639{margin-left:10px}.s813{min-width:300px;width:300px;min-height:300px}.s814{min-width:300px;width:300px;min-height:300px}.s815{min-width:300px;width:300px;min-height:300px}.c212{background-image:url(../images/c/wohnzimmer102-600.jpg)}.webp .c212{background-image:url(../images/8/wohnzimmer102-600.webp)}.ps640{margin-top:-197px}.s816{min-width:300px;width:300px;min-height:99px}.ps641{margin-left:96px;margin-top:-88px}.s817{min-width:117px;width:117px;height:43px}.f170{font-size:20px;font-size:calc(20px * var(--f))}.ps642{margin-left:1px;margin-top:-43px}.s818{min-width:299px;width:299px;height:42px}.f171{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;font-weight:300}.ps643{margin-left:10px;margin-top:10px}.s819{min-width:300px;width:300px;min-height:300px}.c214{background-image:url(../images/7/spa-beige-blau-beton-boden-600.jpg)}.webp .c214{background-image:url(../images/0/spa-beige-blau-beton-boden-600.webp)}.ps644{margin-top:-201px}.s820{min-width:300px;width:300px;min-height:99px}.ps645{margin-left:0;margin-top:-86px}.s821{min-width:300px;width:300px;height:40px}.ps646{margin-left:0;margin-top:-42px}.s822{min-width:300px;width:300px;height:34px}.ps647{margin-left:10px;margin-top:10px}.c215{background-image:url(../images/o/kueche-lila-paterra-600.jpg)}.webp .c215{background-image:url(../images/k/kueche-lila-paterra-600.webp)}.ps648{margin-top:-198px}.s823{min-width:300px;width:300px;min-height:99px}.ps649{margin-left:0;margin-top:-86px}.s824{min-width:300px;width:300px;height:42px}.ps650{margin-left:0;margin-top:-43px}.s825{min-width:300px;width:300px;height:34px}.s826{min-width:300px;width:300px;min-height:300px}.s827{min-width:300px;width:300px;min-height:300px}.s828{min-width:300px;width:300px;min-height:300px}.c216{background-image:url(../images/h/effektspachtel-streifen-smoke-platin-bar-600.jpg)}.webp .c216{background-image:url(../images/i/effektspachtel-streifen-smoke-platin-bar-600.webp)}.ps651{margin-top:-204px}.s829{min-width:300px;width:300px;min-height:99px}.s830{min-width:300px;width:300px;min-height:99px}.s831{min-width:296px;width:296px;min-height:99px}.ps652{margin-top:-88px}.s832{min-width:300px;width:300px;height:44px}.ps653{margin-top:-43px}.s833{min-width:300px;width:300px;height:39px}.f172{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.s834{min-width:320px;min-height:1305px}.ps654{margin-top:26px}.s835{width:320px;min-height:1258px}.ps655{margin-left:16px}.s836{min-width:289px;width:289px;height:44px}.f173{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps656{margin-left:10px;margin-top:15px}.s837{min-width:302px;width:302px;min-height:1199px}.ps657{margin-left:1px}.s838{min-width:300px;width:300px;min-height:393px}.ps658{margin-top:-393px}.i42{width:300px;height:193px}.ps659{margin-left:29px;margin-top:-183px}.s839{min-width:254px;width:254px;height:41px}.ps660{margin-left:29px;margin-top:-136px}.s840{min-width:231px;width:231px;height:62px}.ps661{margin-left:28px;margin-top:-71px}.s841{min-width:116px;height:48px;width:114px}.c219{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f175{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps662{margin-left:0;margin-top:27px}.s842{min-width:301px;width:301px;min-height:377px}.ps663{margin-top:-377px}.i43{width:301px;height:193px}.ps664{margin-left:27px;margin-top:-170px}.s843{min-width:233px;width:233px;height:34px}.ps665{margin-left:27px;margin-top:-130px}.s844{min-width:235px;width:235px;height:60px}.ps666{margin-left:26px;margin-top:-67px}.s845{min-width:119px;height:45px;width:117px}.ps667{margin-left:1px;margin-top:27px}.s846{min-width:301px;width:301px;min-height:375px}.ps668{margin-top:-375px}.i44{width:301px;height:193px}.ps669{margin-left:28px;margin-top:-168px}.s847{min-width:234px;width:234px;height:32px}.ps670{margin-left:28px;margin-top:-128px}.s848{min-width:240px;width:240px;height:55px}.f176{font-size:16px;font-size:calc(16px * var(--f));line-height:1.376}.ps671{margin-left:27px;margin-top:-68px}.s849{min-width:112px;height:45px;width:110px}.s850{min-width:320px;min-height:373px}.ps672{margin-top:35px}.s851{width:320px;min-height:304px}.ps673{margin-left:11px}.s852{min-width:296px;width:296px;min-height:304px}.ps674{margin-left:2px}.s853{min-width:290px;width:290px;height:36px}.f177{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps675{margin-left:0;margin-top:26px}.ps676{margin-left:17px}.i45{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps677{margin-top:9px}.s854{min-width:90px;width:90px;height:48px}.f178{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps678{margin-left:19px}.ps679{margin-left:14px}.s855{min-width:81px;width:81px;height:48px}.ps680{margin-left:21px}.ps681{margin-left:21px}.s856{min-width:85px;width:85px;height:48px}.ps682{margin-left:5px;margin-top:25px}.ps683{margin-left:53px}.ps684{margin-top:11px}.s857{min-width:150px;width:150px;height:49px}.ps685{margin-left:23px;margin-top:25px}.ps686{margin-left:13px}.i46{width:50px;height:50px}.s858{min-width:77px;width:77px;height:49px}.s859{min-width:320px;min-height:1000px}.s860{min-width:320px;min-height:1000px}.ps687{margin-top:-993px}.s861{width:320px;min-height:993px}.ps688{margin-left:9px}.ps689{margin-left:11px}.ps690{margin-top:5px}.s862{min-width:303px;width:303px;min-height:912px}.ps691{margin-left:35px;margin-top:-891px}.s863{min-width:234px;width:234px;height:29px}.f179{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps692{margin-left:0;margin-top:148px}.s864{min-width:234px;width:234px;height:33px}.ps693{margin-left:0;margin-top:130px}.s865{min-width:234px;width:234px;height:34px}.ps694{margin-left:0;margin-top:178px}.s866{min-width:234px;width:234px;height:24px}.ps695{margin-top:-539px}.s867{min-width:234px;width:234px;height:118px}.f180{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps696{margin-left:0;margin-top:-356px}.s868{min-width:234px;width:234px;height:89px}.f181{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps697{margin-left:0;margin-top:-192px}.s869{min-width:182px;width:182px;height:140px}.ps698{margin-left:0;margin-top:8px}.s870{min-width:158px;width:158px;height:120px}.ps699{margin-left:32px;margin-top:-158px}.s871{min-width:100px;height:41px;width:100px}.c222{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f182{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps700{margin-left:37px;margin-top:-159px}.s872{min-width:102px;height:43px;width:100px}.c223{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps701{margin-left:232px;margin-top:-451px}.s873{min-width:40px;width:40px;height:40px}.ps702{margin-left:235px;margin-top:-402px}.s874{min-width:35px;width:35px;height:35px}.ps703{margin-left:36px;margin-top:-71px}.s875{min-width:233px;width:233px;height:38px}.f183{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps704{margin-left:10px;margin-top:11px}.s876{min-width:282px;width:282px;height:25px}.f184{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f185{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps705{width:320px}.ps706{margin-left:80px;margin-top:55px}.ps707{margin-left:16px}.ps708{margin-top:0}.s878{min-width:208px;width:208px;height:29px}.f186{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s879{min-width:195px;width:195px;height:26px}.p40{text-indent:0}.f187{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps710{margin-top:1px}.s880{min-width:195px;width:195px;height:26px}.s881{min-width:195px;width:195px;height:26px}.s882{min-width:195px;width:195px;height:26px}.s883{min-width:195px;width:195px;height:26px}.s884{min-width:195px;width:195px;height:26px}.s885{min-width:195px;width:195px;height:26px}.ps711{margin-top:11px}.ps713{margin-top:5px}.s886{min-width:198px;width:198px;height:26px}.f188{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s887{min-width:198px;width:198px;height:26px}.s888{min-width:198px;width:198px;height:26px}.s889{min-width:198px;width:198px;height:26px}.s890{min-width:198px;width:198px;height:26px}.s891{min-width:187px;width:187px;height:26px}.f189{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s892{min-width:187px;width:187px;height:26px}.s893{min-width:187px;width:187px;height:26px}.s894{min-width:187px;width:187px;height:26px}.s895{min-width:187px;width:187px;height:26px}.s896{min-width:187px;width:187px}.s897{min-width:187px;width:187px}.s898{min-width:187px;width:187px}.ps714{margin-top:5px}.s899{min-width:187px;width:187px;height:26px}.s900{min-width:187px;width:187px}.s901{min-width:187px;width:187px}.s902{min-width:187px;width:187px;height:26px}.s903{min-width:187px;width:187px;height:26px}.s904{min-width:187px;width:187px;height:26px}.ps716{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.s905{min-width:29px;width:29px;height:90px}.c232{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c233{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps717{margin-left:-22px;margin-top:30px}.s906{min-width:76px;width:76px;height:27px}.p41{text-align:left}.f190{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.ps718{margin-top:60px;margin-bottom:60px}.s907{min-width:275px;width:275px;height:calc(100vh - 120px);height:calc(var(--vh, 1vh) * 100 - 120px);}.c237{margin-top:max(calc(50vh - 276px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 276px), 0px);height:433px}.ps719{margin-left:230px;margin-top:7px}.s908{min-width:32px;width:32px;height:32px}.c238{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps720{margin-left:9px;margin-top:-16px}.s909{min-width:247px;width:247px;height:395px}.f191{font-size:15px;font-size:calc(15px * var(--f));line-height:1.534}.f192{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.ps721{margin-top:53px}.c243{height:50px}.ps722{margin-left:8px;margin-top:6px}.input17{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps723{margin-left:2px}.s910{min-width:60px;height:36px;width:58px}.c244{color:#838b83}.f193{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s911{height:8px}.f181:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f181:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f181:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c224::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c224:hover:before{opacity:1}.c224:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c225::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c225:hover:before{opacity:1}.c225:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f184:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f184:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f184:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f190:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f190:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f190:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f192:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f192:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f192:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c203{background-image:url(../images/i/paterra-baustelle-mit-aplikation-effektspachtel-836.jpg)}.webp .c203{background-image:url(../images/n/paterra-baustelle-mit-aplikation-effektspachtel-836.webp)}.c212{background-image:url(../images/q/wohnzimmer102-452.jpg)}.webp .c212{background-image:url(../images/l/wohnzimmer102-452.webp)}.c214{background-image:url(../images/5/spa-beige-blau-beton-boden-460.jpg)}.webp .c214{background-image:url(../images/5/spa-beige-blau-beton-boden-460.webp)}.c215{background-image:url(../images/a/kueche-lila-paterra-460.jpg)}.webp .c215{background-image:url(../images/5/kueche-lila-paterra-460.webp)}.c216{background-image:url(../images/t/effektspachtel-streifen-smoke-platin-bar-454.jpg)}.webp .c216{background-image:url(../images/c/effektspachtel-streifen-smoke-platin-bar-454.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c203{background-image:url(../images/n/paterra-baustelle-mit-aplikation-effektspachtel-668.jpg)}.webp .c203{background-image:url(../images/g/paterra-baustelle-mit-aplikation-effektspachtel-668.webp)}.c212{background-image:url(../images/q/wohnzimmer102-452.jpg)}.webp .c212{background-image:url(../images/l/wohnzimmer102-452.webp)}.c214{background-image:url(../images/5/spa-beige-blau-beton-boden-460.jpg)}.webp .c214{background-image:url(../images/5/spa-beige-blau-beton-boden-460.webp)}.c215{background-image:url(../images/a/kueche-lila-paterra-460.jpg)}.webp .c215{background-image:url(../images/5/kueche-lila-paterra-460.webp)}.c216{background-image:url(../images/t/effektspachtel-streifen-smoke-platin-bar-454.jpg)}.webp .c216{background-image:url(../images/c/effektspachtel-streifen-smoke-platin-bar-454.webp)}}.ps762{position:relative;margin-top:44px}.v104{display:block;pointer-events:none}.s957{width:1200px;margin-left:auto;margin-right:auto;min-height:217px}.v105{display:inline-block;vertical-align:top;pointer-events:auto}.ps763{position:relative;margin-left:62px;margin-top:0}.s958{min-width:492px;width:492px;overflow:hidden;height:62px}.z614{z-index:119}.p46{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f210{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps764{position:relative;margin-left:62px;margin-top:18px}.s959{min-width:984px;width:984px;min-height:137px;height:137px;padding-right:10px}.c263{overflow-y:scroll}.z615{z-index:120}.p47{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f211{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.f212{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:700;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.v106{display:block}.ps765{position:relative;margin-top:0}.s960{width:100%;min-width:1200px;min-height:1043px;padding-bottom:0}.c264{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z616{z-index:125}.ps766{display:inline-block;width:0;height:0}.v107{display:inline-block;vertical-align:top}.s961{width:100%;min-width:1200px;min-height:741px}.s962{display:block;height:706px;width:100%;overflow:hidden}.s963{width:auto;height:auto;min-width:100%;min-height:100%;max-width:none;max-height:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ga6{height:741px}.un205 .slider{height:706px}.un205 .slick-list{height:706px}.un205 .slick-prev,.un205 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un205 .slick-prev{left:0px}
.un205 .slick-next{right:0px}
.un205 .slider-for{margin-bottom:0px}
.un205 .slider-nav{margin-bottom:0px}
.un205 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un205 .slider-nav .slick-center picture{border-color:transparent}
.un205 .slick-dots{bottom:-35px}
.un205 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un205 .slick-dots li button{height:20px;width:20px}
.un205 .slick-dots li button:before{width:20px;height:20px}
.un205 .slick-dots button{color:#404040}
[dir="rtl"] .un205 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un205 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un205 .slick-prev,.un205 .slick-next{{{arrowcolordark}}}
    .un205 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un205 .slick-dots button{{{dotscolordark}}}
}
.ps767{position:relative;margin-top:26px}.s964{width:1200px;margin-left:auto;margin-right:auto;min-height:239px}.ps768{position:relative;margin-left:66px;margin-top:0}.s965{min-width:743px;width:743px;min-height:239px}.ps769{position:relative;margin-left:18px;margin-top:0}.s966{min-width:725px;width:725px;overflow:hidden;height:52px}.f213{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.601;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps770{position:relative;margin-left:0;margin-top:28px}.s967{min-width:653px;width:653px;overflow:hidden;height:159px}.ps771{margin-left:30px}.p48{text-indent:-17px;padding-bottom:0;padding-right:0;text-align:justify}.f214{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.s968{width:100%;min-width:1200px;min-height:383px;padding-bottom:0}.z617{z-index:64}.ps772{position:relative;margin-top:41px}.s969{width:1200px;margin-left:auto;margin-right:auto;min-height:306px}.ps773{position:relative;margin-left:82px;margin-top:0}.s970{min-width:1039px;width:1039px;min-height:306px}.z618{z-index:72}.ps774{position:relative;margin-left:199px;margin-top:0}.s971{min-width:646px;width:646px;overflow:hidden;height:87px}.z619{z-index:73}.p49{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f215{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps775{position:relative;margin-left:0;margin-top:26px}.s972{min-width:1039px;width:1039px;min-height:193px}.z620{z-index:74}.ps776{position:relative;margin-left:0;margin-top:0}.s973{min-width:1039px;width:1039px;min-height:153px}.ps777{position:relative;margin-left:0;margin-top:0}.s974{min-width:193px;width:193px;min-height:153px;height:153px}.z621{z-index:76}.a23{display:block;height:100%}.i47{position:absolute;left:0;width:193px;top:0;height:153px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i48{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps778{position:relative;margin-left:19px;margin-top:0}.z622{z-index:75}.ps779{position:relative;margin-left:18px;margin-top:0}.s975{min-width:193px;width:193px;min-height:153px;height:153px}.z623{z-index:77}.i49{position:absolute;left:0;width:193px;top:0;height:153px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps780{position:relative;margin-left:19px;margin-top:0}.s976{min-width:193px;width:193px;min-height:153px;height:153px}.z624{z-index:78}.i50{position:absolute;left:0;width:193px;top:0;height:153px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps781{position:relative;margin-left:18px;margin-top:0}.s977{min-width:193px;width:193px;min-height:153px;height:153px}.z625{z-index:79}.i51{position:absolute;left:0;width:193px;top:0;height:153px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps782{position:relative;margin-left:21px;margin-top:11px}.s978{min-width:991px;width:991px;min-height:29px}.s979{min-width:142px;width:142px;overflow:hidden;height:29px}.z626{z-index:84}.f216{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps783{position:relative;margin-left:73px;margin-top:0}.z627{z-index:83}.ps784{position:relative;margin-left:68px;margin-top:0}.z628{z-index:82}.ps785{position:relative;margin-left:72px;margin-top:0}.s980{min-width:142px;width:142px;overflow:hidden;height:29px}.z629{z-index:81}.ps786{position:relative;margin-left:68px;margin-top:0}.s981{min-width:142px;width:142px;overflow:hidden;height:29px}.z630{z-index:80}.s982{width:100%;min-width:1200px;min-height:278px;padding-bottom:0}.z631{z-index:71}.ps787{position:relative;margin-top:24px}.s983{width:1200px;margin-left:auto;margin-right:auto;min-height:193px}.z632{z-index:86}.z633{z-index:88}.z634{z-index:87}.z635{z-index:89}.z636{z-index:90}.z637{z-index:91}.z638{z-index:96}.z639{z-index:95}.z640{z-index:94}.z641{z-index:93}.z642{z-index:92}.f217{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s984{width:100%;min-width:1200px;height:330px;--lbas:64;--lbab:0;padding-bottom:30px}.z643{z-index:85}.ps788{position:relative;margin-top:30px}.s985{width:1200px;margin-left:auto;margin-right:auto;height:300px}.ps789{position:relative;margin-left:83px;margin-top:0}.s986{min-width:334px;width:334px;min-height:300px}.c265{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.s987{min-width:334px;width:334px;min-height:300px;height:300px}.i52{position:absolute;left:0;width:334px;top:0;height:300px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps790{position:relative;margin-left:16px;margin-top:0}.ps791{position:relative;margin-left:16px;margin-top:0}.s988{width:100%;min-width:1200px;min-height:731px;padding-bottom:0}.z644{z-index:126}.ps792{position:relative;margin-top:37px}.s989{width:1200px;margin-left:auto;margin-right:auto;min-height:646px}.ps793{position:relative;margin-left:84px;margin-top:0}.s990{min-width:969px;width:969px;min-height:646px}.s991{min-width:969px;width:969px;min-height:646px;line-height:0}.s992{min-width:969px;width:969px;min-height:613px}.z645{z-index:65}.s993{min-width:969px;width:969px;min-height:613px;line-height:0}.ps794{position:relative;margin-left:0;margin-top:0}.s994{min-width:969px;width:969px;overflow:hidden;height:117px}.c266{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:initial;background-color:initial}.z646{z-index:66}.shm5{display:block;float:left;clear:left;width:0;height:9px;shape-outside:polygon(0px 0px, 0px 9px, 0px 9px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 9px, 0px 9px, 0px 0px)}.shm6{display:block;float:right;clear:right;height:9px;width:0;shape-outside:polygon(0px 0px, 0px 9px, 0px 9px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 9px, 0px 9px, 0px 0px)}.shm7{display:block;float:left;clear:left;width:0;height:108px;shape-outside:polygon(0px 0px, 0px 108px, 0px 108px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 108px, 0px 108px, 0px 0px)}.shm8{display:block;float:right;clear:right;height:108px;width:114px;shape-outside:polygon(114px 108px, 0px 108px, 0px 105px, 1px 105px, 1px 102px, 2px 102px, 2px 99px, 3px 99px, 3px 96px, 4px 96px, 4px 93px, 5px 93px, 5px 90px, 6px 90px, 6px 88px, 7px 88px, 7px 84px, 8px 84px, 8px 81px, 9px 81px, 9px 78px, 10px 78px, 10px 73px, 11px 73px, 11px 70px, 12px 70px, 12px 67px, 13px 67px, 13px 64px, 14px 64px, 14px 61px, 15px 61px, 15px 58px, 16px 58px, 16px 55px, 17px 55px, 17px 52px, 18px 52px, 18px 49px, 19px 49px, 19px 47px, 20px 47px, 20px 45px, 21px 45px, 21px 44px, 22px 44px, 22px 43px, 23px 43px, 23px 42px, 46px 42px, 46px 41px, 114px 41px);-webkit-shape-outside:polygon(114px 108px, 0px 108px, 0px 105px, 1px 105px, 1px 102px, 2px 102px, 2px 99px, 3px 99px, 3px 96px, 4px 96px, 4px 93px, 5px 93px, 5px 90px, 6px 90px, 6px 88px, 7px 88px, 7px 84px, 8px 84px, 8px 81px, 9px 81px, 9px 78px, 10px 78px, 10px 73px, 11px 73px, 11px 70px, 12px 70px, 12px 67px, 13px 67px, 13px 64px, 14px 64px, 14px 61px, 15px 61px, 15px 58px, 16px 58px, 16px 55px, 17px 55px, 17px 52px, 18px 52px, 18px 49px, 19px 49px, 19px 47px, 20px 47px, 20px 45px, 21px 45px, 21px 44px, 22px 44px, 22px 43px, 23px 43px, 23px 42px, 46px 42px, 46px 41px, 114px 41px)}.f218{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps795{position:relative;margin-left:758px;margin-top:-90px}.s995{min-width:147px;width:147px;min-height:586px}.c267{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.z647{z-index:69}.c268{position:absolute;box-sizing:border-box;pointer-events:none;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/7/folie-147.png)}.webp .c268{background-image:url(../images/a/folie-147.webp)}.s996{width:100%;height:100%;-ms-transform:rotate(19deg);-moz-transform:rotate(19deg);-webkit-transform:rotate(19deg);transform:rotate(19deg)}.ps796{position:relative;margin-left:239px;margin-top:-465px}.s997{min-width:567px;width:567px;min-height:371px}.c269{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/k/betonstyle-901-schwarz-mit-922-zoom-567.jpg)}.z648{z-index:67}.webp .c269{background-image:url(../images/e/betonstyle-901-schwarz-mit-922-zoom-567.webp)}.ps797{position:relative;margin-left:-734px;margin-top:-272px}.s998{min-width:151px;width:151px;overflow:hidden;height:198px}.z649{z-index:68}.shm9{display:none;float:left;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm10{display:none;float:right;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm11{display:none;float:left;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm12{display:none;float:right;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.v108{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps798{position:relative;margin-left:421px;margin-top:-34px}.s999{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c270{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z650{z-index:70}.a24{display:inline-block;width:100%;z-index:1}.f219{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.s1000{width:100%;min-width:1200px;min-height:286px;padding-bottom:57px}.z651{z-index:97}.ps799{position:relative;margin-top:56px}.s1001{width:1200px;margin-left:auto;margin-right:auto;height:230px}.ps800{position:relative;margin-left:116px;margin-top:0}.s1002{min-width:230px;width:230px;min-height:230px}.c271{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent;overflow:hidden}.z652{z-index:40}.s1003{min-width:226px;width:226px;min-height:230px}.s1004{min-width:226px;width:226px;min-height:230px;line-height:0}.c272{border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/w-classic-blaetter-3d-w120-wohnzimmer-226.jpg)}.z653{z-index:41}.webp .c272{background-image:url(../images/d/w-classic-blaetter-3d-w120-wohnzimmer-226.webp)}.ps801{position:relative;margin-left:0;margin-top:-165px}.s1005{min-width:226px;width:226px;min-height:111px}.z654{z-index:42}.v109{display:inline-block;vertical-align:top;pointer-events:none}.c273{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(66,66,66,0.35)}.z655{z-index:43}.ps802{position:relative;margin-left:5px;margin-top:-105px}.s1006{min-width:216px;width:216px;overflow:hidden;height:65px}.z656{z-index:44}.f220{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.701;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps803{position:relative;margin-left:5px;margin-top:-48px}.s1007{min-width:216px;width:216px;overflow:hidden;height:48px}.z657{z-index:45}.f221{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps804{position:relative;margin-left:16px;margin-top:0}.z658{z-index:46}.s1008{min-width:230px;width:230px;min-height:230px;line-height:0}.c274{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/6/bad-rs-120-230.jpg)}.z659{z-index:47}.webp .c274{background-image:url(../images/l/bad-rs-120-230.webp)}.ps805{position:relative;margin-left:0;margin-top:-163px}.s1009{min-width:228px;width:228px;min-height:127px}.z660{z-index:48}.z661{z-index:49}.ps806{position:relative;margin-left:2px;margin-top:-105px}.s1010{min-width:226px;width:226px;overflow:hidden;height:65px}.z662{z-index:50}.f222{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.568;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps807{position:relative;margin-left:2px;margin-top:-48px}.s1011{min-width:221px;width:221px;overflow:hidden;height:64px}.z663{z-index:51}.ps808{position:relative;margin-left:16px;margin-top:0}.z664{z-index:52}.c275{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/v/paterra-kueche-mindgruen-230.jpg)}.z665{z-index:53}.webp .c275{background-image:url(../images/r/paterra-kueche-mindgruen-230.webp)}.ps809{position:relative;margin-left:0;margin-top:-163px}.s1012{min-width:230px;width:230px;min-height:111px}.z666{z-index:54}.z667{z-index:55}.ps810{position:relative;margin-left:10px;margin-top:-105px}.s1013{min-width:213px;width:213px;overflow:hidden;height:64px}.z668{z-index:56}.ps811{position:relative;margin-left:2px;margin-top:-48px}.s1014{min-width:227px;width:227px;overflow:hidden;height:48px}.z669{z-index:57}.z670{z-index:58}.s1015{min-width:228px;width:228px;min-height:230px}.s1016{min-width:228px;width:228px;min-height:230px;line-height:0}.s1017{min-width:227px;width:227px;min-height:230px}.c276{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/1/betonstyle-920-schwarz-mit-928-store-227.jpg)}.z671{z-index:59}.webp .c276{background-image:url(../images/e/betonstyle-920-schwarz-mit-928-store-227.webp)}.ps812{position:relative;margin-left:0;margin-top:-163px}.s1018{min-width:228px;width:228px;min-height:111px}.z672{z-index:60}.s1019{min-width:228px;width:228px;min-height:111px;line-height:0}.s1020{min-width:226px;width:226px;min-height:111px}.z673{z-index:61}.ps813{position:relative;margin-left:0;margin-top:-106px}.s1021{min-width:226px;width:226px;overflow:hidden;height:65px}.z674{z-index:62}.ps814{position:relative;margin-left:0;margin-top:-48px}.s1022{min-width:228px;width:228px;overflow:hidden;height:48px}.z675{z-index:63}.s1023{width:100%;min-width:1200px;min-height:297px;padding-bottom:0}.z676{z-index:19}.ps815{position:relative;margin-top:32px}.s1024{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps816{position:relative;margin-left:57px;margin-top:0}.ps817{position:relative;margin-left:0;margin-top:0}.s1025{min-width:1087px;width:1087px;overflow:hidden;height:51px}.f223{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps818{position:relative;margin-left:28px;margin-top:31px}.ps819{position:relative;margin-left:29px;margin-top:0}.i53{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps820{position:relative;margin-left:0;margin-top:20px}.s1026{min-width:118px;width:118px;overflow:hidden;height:62px}.f224{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps821{position:relative;margin-left:103px;margin-top:0}.ps822{position:relative;margin-left:33px;margin-top:0}.s1027{min-width:127px;width:127px;overflow:hidden;height:60px}.ps823{position:relative;margin-left:97px;margin-top:0}.ps824{position:relative;margin-left:37px;margin-top:0}.s1028{min-width:134px;width:134px;overflow:hidden;height:61px}.ps825{position:relative;margin-left:70px;margin-top:0}.ps826{position:relative;margin-left:56px;margin-top:0}.ps827{position:relative;margin-left:0;margin-top:20px}.s1029{min-width:172px;width:172px;overflow:hidden;height:64px}.ps828{position:relative;margin-left:82px;margin-top:0}.ps829{position:relative;margin-left:29px;margin-top:0}.i54{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s1030{min-width:118px;width:118px;overflow:hidden;height:61px}.s1031{width:100%;min-width:1200px;min-height:639px;padding-bottom:0}.c277{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:39}.z677{z-index:39}.fx6{background-attachment:fixed;background-image:url(../images/j/beton-style-4360.jpg);background-color:#edefeb;background-repeat:no-repeat;background-position:50% 50%}.webp .fx6{background-image:url(../images/8/beton-style-4360.webp);background-attachment:fixed}.ps830{position:relative;margin-top:40px}.s1032{width:1200px;margin-left:auto;margin-right:auto;min-height:558px}.ps831{position:relative;margin-left:0;margin-top:0}.s1033{min-width:1200px;width:1200px;overflow:hidden;height:68px}.z678{z-index:20}.f225{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps832{position:relative;margin-left:32px;margin-top:26px}.s1034{min-width:1137px;width:1137px;min-height:464px}.ps833{position:relative;margin-left:0;margin-top:0}.z679{z-index:27}.s1035{min-width:359px;width:359px;min-height:464px;line-height:0}.c278{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z680{z-index:28}.ps834{position:relative;margin-left:0;margin-top:-464px}.z681{z-index:29}.i55{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps835{position:relative;margin-left:32px;margin-top:-202px}.s1036{min-width:296px;width:296px;overflow:hidden;height:30px}.z682{z-index:30}.f226{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps836{position:relative;margin-left:32px;margin-top:-165px}.s1037{min-width:296px;width:296px;overflow:hidden;height:66px}.z683{z-index:31}.ps837{position:relative;margin-left:33px;margin-top:-92px}.s1038{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c279{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z684{z-index:32}.f227{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps838{position:relative;margin-left:29px;margin-top:0}.z685{z-index:21}.s1039{min-width:359px;width:359px;min-height:464px;line-height:0}.z686{z-index:22}.ps839{position:relative;margin-left:0;margin-top:-464px}.z687{z-index:23}.i56{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps840{position:relative;margin-left:32px;margin-top:-202px}.s1040{min-width:296px;width:296px;overflow:hidden;height:30px}.z688{z-index:24}.f228{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps841{position:relative;margin-left:32px;margin-top:-165px}.s1041{min-width:296px;width:296px;overflow:hidden;height:66px}.z689{z-index:25}.ps842{position:relative;margin-left:33px;margin-top:-92px}.s1042{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z690{z-index:26}.ps843{position:relative;margin-left:31px;margin-top:0}.z691{z-index:33}.s1043{min-width:359px;width:359px;min-height:464px;line-height:0}.z692{z-index:34}.ps844{position:relative;margin-left:0;margin-top:-464px}.z693{z-index:35}.i57{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps845{position:relative;margin-left:32px;margin-top:-202px}.s1044{min-width:296px;width:296px;overflow:hidden;height:30px}.z694{z-index:36}.ps846{position:relative;margin-left:32px;margin-top:-165px}.s1045{min-width:296px;width:296px;overflow:hidden;height:66px}.z695{z-index:37}.ps847{position:relative;margin-left:33px;margin-top:-92px}.s1046{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z696{z-index:38}.s1047{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z697{z-index:147}.s1048{width:100%;min-width:1200px;min-height:633px}.c280{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z698{z-index:127}.ps848{position:relative;margin-top:-604px}.s1049{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps849{position:relative;margin-left:32px;margin-top:0}.z699{z-index:128}.ps850{position:relative;margin-left:0;margin-top:0}.c281{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z700{z-index:129}.ps851{position:relative;margin-left:0;margin-top:22px}.z701{z-index:146}.s1050{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c282{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z702{z-index:130}.ps852{position:relative;margin-left:55px;margin-top:-430px}.z703{z-index:131}.s1051{min-width:123px;width:123px;overflow:hidden;height:39px}.z704{z-index:136}.f229{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps853{position:relative;margin-left:106px;margin-top:0}.s1052{min-width:111px;width:111px;overflow:hidden;height:39px}.z705{z-index:137}.ps854{position:relative;margin-left:199px;margin-top:0}.s1053{min-width:104px;width:104px;overflow:hidden;height:39px}.z706{z-index:138}.ps855{position:relative;margin-left:154px;margin-top:0}.s1054{min-width:231px;width:231px;overflow:hidden;height:39px}.z707{z-index:139}.ps856{position:relative;margin-left:0;margin-top:4px}.s1055{min-width:207px;width:207px;overflow:hidden;height:176px}.z708{z-index:140}.f230{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps857{position:relative;margin-left:22px;margin-top:4px}.s1056{min-width:273px;width:273px;overflow:hidden;height:176px}.z709{z-index:141}.f231{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps858{position:relative;margin-left:37px;margin-top:4px}.s1057{min-width:231px;width:231px;overflow:hidden;height:176px}.z710{z-index:142}.ps859{position:relative;margin-left:27px;margin-top:4px}.s1058{min-width:231px;width:231px;overflow:hidden;height:176px}.z711{z-index:143}.ps860{position:relative;margin-left:55px;margin-top:-181px}.s1059{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c283{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z712{z-index:134}.f232{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps861{position:relative;margin-left:19px;margin-top:-182px}.s1060{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c284{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z713{z-index:132}.ps862{position:relative;margin-left:588px;margin-top:-153px}.s1061{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c285{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z714{z-index:133}.a25{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps863{position:relative;margin-left:25px;margin-top:-149px}.s1062{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c286{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z715{z-index:135}.ps864{position:relative;margin-left:64px;margin-top:-66px}.s1063{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z716{z-index:144}.f233{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps865{position:relative;margin-left:354px;margin-top:19px}.s1064{min-width:426px;width:426px;overflow:hidden;height:21px}.z717{z-index:145}.f234{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f235{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c287{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:2146435254;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps866{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps867{position:relative;margin-left:836px;margin-top:70px}.c288{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c289{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c290{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1065{width:100%;height:100%}.c291{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v110{display:inline-block;vertical-align:top;overflow:visible}.ps868{position:relative;margin-left:47px;margin-top:18px}.m6{padding:0px 0px 0px 0px}.mcv6{display:inline-block}.ps869{position:relative;margin-left:0;margin-top:1px}.s1066{min-width:272px;width:272px;overflow:hidden;height:34px}.f236{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v111{display:none}.z718{z-index:9999}.ps870{position:relative;margin-left:0;margin-top:4px}.s1067{min-width:188px;width:188px;overflow:hidden;height:34px}.p50{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f237{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps871{position:relative;margin-left:0;margin-top:0}.s1068{min-width:170px;width:170px;overflow:hidden;height:34px}.s1069{min-width:186px;width:186px;overflow:hidden;height:34px}.s1070{min-width:267px;width:267px;overflow:hidden;height:34px}.s1071{min-width:208px;width:208px;overflow:hidden;height:34px}.s1072{min-width:177px;width:177px;overflow:hidden;height:34px}.s1073{min-width:159px;width:159px;overflow:hidden;height:34px}.ps872{position:relative;margin-left:0;margin-top:9px}.ps873{position:relative;margin-left:0;margin-top:0}.ps874{position:relative;margin-left:0;margin-top:4px}.s1074{min-width:242px;width:242px;overflow:hidden;height:34px}.f238{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1075{min-width:203px;width:203px;overflow:hidden;height:34px}.s1076{min-width:200px;width:200px;overflow:hidden;height:34px}.s1077{min-width:239px;width:239px;overflow:hidden;height:34px}.s1078{min-width:167px;width:167px;overflow:hidden;height:34px}.s1079{min-width:150px;width:150px;overflow:hidden;height:34px}.f239{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1080{min-width:163px;width:163px;overflow:hidden;height:34px}.s1081{min-width:135px;width:135px;overflow:hidden;height:34px}.s1082{min-width:158px;width:158px;overflow:hidden;height:34px}.s1083{min-width:170px;width:170px;overflow:hidden;height:34px}.s1084{min-width:108px;width:108px;min-height:73px;height:73px}.s1085{min-width:108px;width:108px;height:36px}.s1086{min-width:108px;width:108px;min-height:36px}.ps875{position:relative;margin-left:0;margin-top:1px}.s1087{min-width:108px;width:108px;overflow:hidden;height:34px}.ps876{position:relative;margin-left:0;margin-top:1px}.s1088{min-width:96px;width:96px;height:36px}.s1089{min-width:96px;width:96px;min-height:36px}.s1090{min-width:96px;width:96px;overflow:hidden;height:34px}.s1091{min-width:189px;width:189px;overflow:hidden;height:34px}.s1092{min-width:138px;width:138px;overflow:hidden;height:34px}.c292{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}.ps877{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.s1093{min-width:46px;width:46px;height:125px}.c293{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0;background-color:#fff}.c294{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0}.ps878{position:relative;margin-left:-25px;margin-top:47px}.s1094{min-width:104px;width:104px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z719{z-index:124}.p51{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f240{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c295{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:2146435255;pointer-events:none;opacity:0;transition:opacity 1s}.ps879{position:relative;margin-top:200px;margin-bottom:200px;margin-left:0;-webkit-transform:translate3d(0,0,0)}.s1095{min-width:299px;width:299px;height:calc(100vh - 400px);height:calc(var(--vh, 1vh) * 100 - 400px);}.c296{border:0;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0;background-color:#dad9c3}.c297{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0}.c298{margin-top:max(calc(50vh - 431px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 431px), 0px);height:463px}.ps880{position:relative;margin-left:232px;margin-top:8px}.s1096{min-width:40px;width:40px;height:40px;box-sizing:border-box}.c299{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#838b83;background-image:url(../images/j/close.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}.ps881{position:relative;margin-left:18px;margin-top:18px}.s1097{min-width:245px;width:245px;overflow:hidden;height:385px}.f241{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f242{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.376;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f243{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.376;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f244{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.334;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f245{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c300{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:2146435256;pointer-events:none;opacity:0}.v112{display:block;vertical-align:top;pointer-events:auto}.ps882{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c301{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c302{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c303{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c304{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps883{position:relative;margin-left:12px;margin-top:7px}.input20{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input20::placeholder{color:rgb(169,169,169);opacity:1}.ps884{position:relative;margin-left:3px;margin-top:0}.s1098{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c305{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f246{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1099{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c306{display:inline-block;position:relative;margin-left:0;margin-top:0}.c270:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c270:active{transition:initial;background-color:#edefeb}.c279:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c279:active{transition:initial;background-color:#edefeb}.c283:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c283:active{transition:initial;background-color:#edefeb;color:#404040}.c284:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c284:active{transition:initial;background-color:#edefeb}.c285::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c285:hover:before{opacity:1}.c285:hover{border-color:transparent;color:transparent}.c285:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c285:active{transition:initial}.c286::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c286:hover:before{opacity:1}.c286:hover{border-color:transparent;color:transparent}.c286:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c286:active{transition:initial}.c299:hover{background-color:#edefeb;color:#000;background-clip:padding-box;border:0}.c299:active{transition:initial;color:#fff}.c305:hover{background-clip:padding-box;border-color:#000}.c305:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps762{margin-top:35px}.s957{width:960px;min-height:174px}.ps763{margin-left:50px}.s958{min-width:394px;width:394px;height:50px}.f210{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps764{margin-left:50px;margin-top:14px}.s959{min-width:785px;width:785px;min-height:110px;height:110px}.f211{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f212{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s960{min-width:960px;min-height:834px}.s961{min-width:960px;min-height:593px}.s962{height:558px}.ga6{height:593px}.un205 .slider{height:558px}.un205 .slick-list{height:558px}.ps767{margin-top:20px}.s964{width:960px;min-height:191px}.ps768{margin-left:53px}.s965{min-width:594px;width:594px;min-height:191px}.ps769{margin-left:14px}.s966{min-width:580px;width:580px;height:42px}.f213{font-size:20px;font-size:calc(20px * var(--f));line-height:1.651}.ps770{margin-top:22px}.s967{min-width:522px;width:522px;height:127px}.ps771{margin-left:24px}.p48{text-indent:-14px}.f214{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s968{min-width:960px;min-height:306px}.ps772{margin-top:32px}.s969{width:960px;min-height:245px}.ps773{margin-left:66px}.s970{min-width:830px;width:830px;min-height:245px}.ps774{margin-left:159px}.s971{min-width:517px;width:517px;height:70px}.f215{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps775{margin-top:21px}.s972{min-width:830px;width:830px;min-height:154px}.s973{min-width:830px;width:830px;min-height:122px}.s974{min-width:154px;width:154px;min-height:122px;height:122px}.i47{width:154px;height:122px}.ps778{margin-left:15px}.ps779{margin-left:15px}.s975{min-width:154px;width:154px;min-height:122px;height:122px}.i49{width:154px;height:122px}.ps780{margin-left:16px}.s976{min-width:154px;width:154px;min-height:122px;height:122px}.i50{width:154px;height:122px}.ps781{margin-left:14px}.s977{min-width:154px;width:154px;min-height:122px;height:122px}.i51{width:154px;height:122px}.ps782{margin-left:16px;margin-top:9px}.s978{min-width:794px;width:794px;min-height:23px}.s979{min-width:114px;width:114px;height:23px}.f216{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps783{margin-left:58px}.ps784{margin-left:54px}.ps785{margin-left:58px}.s980{min-width:114px;width:114px;height:23px}.ps786{margin-left:54px}.s981{min-width:114px;width:114px;height:23px}.s982{min-width:960px;min-height:222px}.ps787{margin-top:19px}.s983{width:960px;min-height:154px}.f217{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s984{min-width:960px;height:320px;--lbas:51;padding-bottom:-36px}.ps788{margin-top:20px}.s985{width:960px;min-height:300px}.ps789{margin-left:17px}.s986{min-width:300px;width:300px}.s987{min-width:300px;width:300px}.i52{width:300px}.ps790{margin-left:12px}.ps791{margin-left:13px}.s988{min-width:960px;min-height:585px}.ps792{margin-top:30px}.s989{width:960px;min-height:517px}.ps793{margin-left:67px}.s990{min-width:775px;width:775px;min-height:517px}.s991{min-width:775px;width:775px;min-height:517px}.s992{min-width:775px;width:775px;min-height:490px}.s993{min-width:775px;width:775px;min-height:490px}.s994{min-width:775px;width:775px;height:94px}.c266{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.shm5{height:7px;shape-outside:polygon(0px 0px, 0px 7px, 0px 7px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 7px, 0px 7px, 0px 0px)}.shm6{height:7px;shape-outside:polygon(0px 0px, 0px 7px, 0px 7px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 7px, 0px 7px, 0px 0px)}.shm7{height:87px;shape-outside:polygon(0px 0px, 0px 87px, 0px 87px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 87px, 0px 87px, 0px 0px)}.shm8{height:87px;width:90px;shape-outside:polygon(90px 87px, 0px 87px, 0px 85px, 1px 85px, 1px 82px, 2px 82px, 2px 79px, 3px 79px, 3px 76px, 4px 76px, 4px 73px, 5px 73px, 5px 70px, 6px 70px, 6px 65px, 7px 65px, 7px 62px, 8px 62px, 8px 59px, 9px 59px, 9px 55px, 10px 55px, 10px 53px, 11px 53px, 11px 50px, 12px 50px, 12px 47px, 13px 47px, 13px 44px, 14px 44px, 14px 41px, 15px 41px, 15px 38px, 16px 38px, 16px 36px, 17px 36px, 17px 35px, 18px 35px, 18px 34px, 19px 34px, 19px 33px, 90px 33px);-webkit-shape-outside:polygon(90px 87px, 0px 87px, 0px 85px, 1px 85px, 1px 82px, 2px 82px, 2px 79px, 3px 79px, 3px 76px, 4px 76px, 4px 73px, 5px 73px, 5px 70px, 6px 70px, 6px 65px, 7px 65px, 7px 62px, 8px 62px, 8px 59px, 9px 59px, 9px 55px, 10px 55px, 10px 53px, 11px 53px, 11px 50px, 12px 50px, 12px 47px, 13px 47px, 13px 44px, 14px 44px, 14px 41px, 15px 41px, 15px 38px, 16px 38px, 16px 36px, 17px 36px, 17px 35px, 18px 35px, 18px 34px, 19px 34px, 19px 33px, 90px 33px)}.f218{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps795{margin-left:607px;margin-top:-73px}.s995{min-width:118px;width:118px;min-height:469px}.c268{background-image:url(../images/p/folie-118.png)}.webp .c268{background-image:url(../images/c/folie-118.webp)}.ps796{margin-left:191px;margin-top:-372px}.s997{min-width:454px;width:454px;min-height:297px}.c269{background-image:url(../images/6/betonstyle-901-schwarz-mit-922-zoom-454.jpg)}.webp .c269{background-image:url(../images/f/betonstyle-901-schwarz-mit-922-zoom-454.webp)}.ps797{margin-left:-587px;margin-top:-217px}.s998{min-width:121px;width:121px;height:158px}.ps798{margin-left:337px;margin-top:-27px}.s999{min-width:135px;height:54px;width:133px}.c270{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f219{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.s1000{min-width:960px;min-height:265px;padding-bottom:9px}.ps799{margin-top:45px}.s1001{width:960px;min-height:220px}.ps800{margin-left:21px}.s1002{min-width:220px;width:220px;min-height:220px}.s1003{min-width:216px;width:216px;min-height:220px}.s1004{min-width:216px;width:216px;min-height:220px}.c272{background-image:url(../images/t/w-classic-blaetter-3d-w120-wohnzimmer-216.jpg)}.webp .c272{background-image:url(../images/s/w-classic-blaetter-3d-w120-wohnzimmer-216.webp)}.ps801{margin-top:-158px}.s1005{min-width:216px;width:216px;min-height:106px}.ps802{margin-left:4px;margin-top:-101px}.s1006{min-width:206px;width:206px;height:62px}.f220{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.ps803{margin-left:4px;margin-top:-47px}.s1007{min-width:206px;width:206px;height:45px}.f221{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps804{margin-left:12px}.s1008{min-width:220px;width:220px;min-height:220px}.c274{background-image:url(../images/d/bad-rs-120-220.jpg)}.webp .c274{background-image:url(../images/6/bad-rs-120-220.webp)}.ps805{margin-top:-157px}.s1009{min-width:217px;width:217px;min-height:121px}.ps806{margin-left:1px;margin-top:-101px}.s1010{min-width:216px;width:216px;height:62px}.f222{font-size:24px;font-size:calc(24px * var(--f));line-height:1.584}.ps807{margin-left:1px;margin-top:-46px}.s1011{min-width:211px;width:211px;height:60px}.ps808{margin-left:13px}.c275{background-image:url(../images/4/paterra-kueche-mindgruen-220.jpg)}.webp .c275{background-image:url(../images/e/paterra-kueche-mindgruen-220.webp)}.ps809{margin-top:-157px}.s1012{min-width:220px;width:220px;min-height:106px}.ps810{margin-left:9px;margin-top:-101px}.s1013{min-width:203px;width:203px;height:60px}.ps811{margin-top:-46px}.s1014{min-width:217px;width:217px;height:45px}.s1015{min-width:218px;width:218px;min-height:220px}.s1016{min-width:218px;width:218px;min-height:220px}.s1017{min-width:217px;width:217px;min-height:220px}.c276{background-image:url(../images/0/betonstyle-920-schwarz-mit-928-store-218.jpg)}.webp .c276{background-image:url(../images/3/betonstyle-920-schwarz-mit-928-store-218.webp)}.ps812{margin-top:-157px}.s1018{min-width:218px;width:218px;min-height:106px}.s1019{min-width:217px;width:217px;min-height:106px}.s1020{min-width:216px;width:216px;min-height:106px}.ps813{margin-top:-102px}.s1021{min-width:216px;width:216px;height:62px}.ps814{margin-top:-46px}.s1022{min-width:217px;width:217px;height:45px}.s1023{min-width:960px;min-height:238px}.ps815{margin-top:26px}.s1024{width:960px;min-height:181px}.ps816{margin-left:46px}.s1025{min-width:870px;width:870px;height:41px}.f223{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps818{margin-left:22px;margin-top:25px}.ps819{margin-left:23px}.i53{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps820{margin-top:16px}.s1026{min-width:94px;width:94px;height:50px}.f224{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps821{margin-left:83px}.ps822{margin-left:26px}.s1027{min-width:102px;width:102px;height:48px}.ps823{margin-left:77px}.ps824{margin-left:30px}.s1028{min-width:107px;width:107px;height:49px}.ps825{margin-left:56px}.ps826{margin-left:45px}.ps827{margin-top:16px}.s1029{min-width:138px;width:138px;height:51px}.ps828{margin-left:65px}.ps829{margin-left:24px}.i54{width:48px;height:48px}.s1030{min-width:94px;width:94px;height:49px}.s1031{min-width:960px;min-height:511px}.ps830{margin-top:32px}.s1032{width:960px;min-height:446px}.s1033{min-width:960px;width:960px;height:54px}.f225{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps832{margin-left:26px;margin-top:21px}.s1034{min-width:909px;width:909px;min-height:371px}.s1035{min-width:287px;width:287px;min-height:371px}.ps834{margin-top:-371px}.i55{width:287px;height:193px}.ps835{margin-left:25px;margin-top:-161px}.s1036{min-width:237px;width:237px;height:24px}.f226{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps836{margin-left:25px;margin-top:-132px}.s1037{min-width:237px;width:237px;height:53px}.ps837{margin-left:26px;margin-top:-73px}.s1038{min-width:135px;height:54px;width:133px}.c279{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f227{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps838{margin-left:23px}.s1039{min-width:287px;width:287px;min-height:371px}.ps839{margin-top:-371px}.i56{width:287px;height:193px}.ps840{margin-left:26px;margin-top:-161px}.s1040{min-width:237px;width:237px;height:24px}.f228{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps841{margin-left:26px;margin-top:-132px}.s1041{min-width:237px;width:237px;height:53px}.ps842{margin-left:26px;margin-top:-73px}.s1042{min-width:135px;height:54px;width:133px}.ps843{margin-left:25px}.s1043{min-width:287px;width:287px;min-height:371px}.ps844{margin-top:-371px}.i57{width:287px;height:193px}.ps845{margin-left:26px;margin-top:-161px}.s1044{min-width:237px;width:237px;height:24px}.ps846{margin-left:26px;margin-top:-132px}.s1045{min-width:237px;width:237px;height:53px}.ps847{margin-left:26px;margin-top:-73px}.s1046{min-width:135px;height:54px;width:133px}.s1047{min-width:960px;min-height:506px}.s1048{min-width:960px;min-height:506px}.ps848{margin-top:-483px}.s1049{width:960px;min-height:468px}.ps849{margin-left:26px}.ps851{margin-top:18px}.s1050{min-width:910px;width:910px;min-height:378px}.ps852{margin-left:44px;margin-top:-344px}.s1051{min-width:98px;width:98px;height:31px}.f229{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps853{margin-left:85px}.s1052{min-width:89px;width:89px;height:31px}.ps854{margin-left:159px}.s1053{min-width:83px;width:83px;height:31px}.ps855{margin-left:123px}.s1054{min-width:185px;width:185px;height:31px}.ps856{margin-top:3px}.s1055{min-width:166px;width:166px;height:141px}.f230{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps857{margin-left:17px;margin-top:3px}.s1056{min-width:218px;width:218px;height:141px}.f231{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps858{margin-left:30px;margin-top:3px}.s1057{min-width:185px;width:185px;height:141px}.ps859{margin-left:21px;margin-top:3px}.s1058{min-width:185px;width:185px;height:141px}.ps860{margin-left:44px;margin-top:-145px}.s1059{min-width:110px;height:42px;width:110px}.c283{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f232{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps861{margin-left:15px;margin-top:-146px}.s1060{min-width:108px;height:44px;width:106px}.c284{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps862{margin-left:470px;margin-top:-123px}.s1061{min-width:48px;width:48px;height:48px}.ps863{margin-left:20px;margin-top:-120px}.s1062{min-width:43px;width:43px;height:43px}.ps864{margin-left:51px;margin-top:-53px}.s1063{min-width:807px;width:807px;height:25px}.f233{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps865{margin-left:283px;margin-top:15px}.s1064{min-width:341px;width:341px;height:17px}.f234{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f235{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps866{width:960px}.ps867{margin-left:669px;margin-top:56px}.ps868{margin-left:37px;margin-top:14px}.s1066{min-width:218px;width:218px;height:26px}.f236{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1067{min-width:148px;width:148px;height:26px}.p50{text-indent:5px}.f237{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1068{min-width:133px;width:133px;height:26px}.s1069{min-width:146px;width:146px;height:26px}.s1070{min-width:209px;width:209px;height:26px}.s1071{min-width:163px;width:163px;height:26px}.s1072{min-width:139px;width:139px;height:26px}.s1073{min-width:125px;width:125px;height:26px}.ps872{margin-top:7px}.ps873{margin-top:-1px}.s1074{min-width:189px;width:189px;height:26px}.f238{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1075{min-width:159px;width:159px;height:26px}.s1076{min-width:157px;width:157px;height:26px}.s1077{min-width:187px;width:187px;height:26px}.s1078{min-width:131px;width:131px;height:26px}.s1079{min-width:118px;width:118px;height:26px}.f239{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1080{min-width:128px;width:128px;height:26px}.s1081{min-width:106px;width:106px;height:26px}.s1082{min-width:124px;width:124px;height:26px}.s1083{min-width:133px;width:133px;height:26px}.s1084{min-width:84px;width:84px;min-height:58px;height:59px}.s1085{min-width:84px;width:84px;height:29px}.s1086{min-width:84px;width:84px;min-height:29px}.s1087{min-width:84px;width:84px;height:26px}.ps876{margin-top:0}.s1088{min-width:76px;width:76px;height:29px}.s1089{min-width:76px;width:76px;min-height:29px}.s1090{min-width:76px;width:76px;height:26px}.s1091{min-width:147px;width:147px;height:26px}.s1092{min-width:108px;width:108px;height:26px}.ps877{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.s1093{min-width:37px;width:37px;height:100px}.c293{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c294{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps878{margin-left:-19px;margin-top:38px}.s1094{min-width:83px;width:83px;height:28px}.f240{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps879{margin-top:160px;margin-bottom:160px}.s1095{min-width:239px;width:239px;height:calc(100vh - 320px);height:calc(var(--vh, 1vh) * 100 - 320px);}.c298{margin-top:max(calc(50vh - 345px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 345px), 0px);height:370px}.ps880{margin-left:185px;margin-top:6px}.s1096{min-width:32px;width:32px;height:32px}.c299{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps881{margin-left:14px;margin-top:15px}.s1097{min-width:196px;width:196px;height:308px}.f241{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f242{font-size:12px;font-size:calc(12px * var(--f));line-height:1.334}.f243{font-size:12px;font-size:calc(12px * var(--f));line-height:1.334}.f244{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f245{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps882{margin-top:56px}.c301{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c302{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c303{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c304{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps883{margin-left:10px;margin-top:5px}.input20{width:386px;height:37px;font-size:16px;line-height:1.126}.ps884{margin-left:2px}.s1098{min-width:68px;height:37px;width:66px}.f246{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1099{height:8px}.f231:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f231:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f231:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c285::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c285:hover:before{opacity:1}.c285:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c286::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c286:hover:before{opacity:1}.c286:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f234:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f234:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f234:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f240:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f240:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f240:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f243:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.334}.f243:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.334}.f243:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.334}.f244:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f244:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f244:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f245:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f245:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f245:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}}@media (max-width:959px){.ps762{margin-top:26px}.s957{width:320px;min-height:322px}.ps763{margin-left:29px}.s958{min-width:204px;width:204px;height:46px}.f210{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps764{margin-left:29px;margin-top:16px}.s959{min-width:267px;width:267px;min-height:260px;height:260px}.f211{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;color:#000}.f212{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;color:#000}.s960{min-width:320px;min-height:931px}.s961{min-width:320px;min-height:584px}.s962{height:549px}.ga6{height:584px}.un205 .slider{height:549px}.un205 .slick-list{height:549px}.ps767{margin-top:25px}.s964{width:320px;min-height:304px}.ps768{margin-left:27px}.s965{min-width:276px;width:276px;min-height:304px}.ps769{margin-left:0}.s966{min-width:276px;width:276px;height:97px}.f213{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps770{margin-top:6px}.s967{min-width:276px;width:276px;height:201px}.ps771{margin-left:8px}.p48{text-indent:-8px}.f214{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s968{min-width:320px;min-height:1433px}.ps772{margin-top:26px}.s969{width:320px;min-height:1407px}.ps773{margin-left:5px}.s970{min-width:309px;width:309px;min-height:1407px}.ps774{margin-left:10px}.s971{min-width:289px;width:289px;height:130px}.f215{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps775{margin-top:24px}.s972{min-width:309px;width:309px;min-height:1253px}.ps776{margin-top:37px}.s973{min-width:309px;width:309px;min-height:1216px}.s974{min-width:308px;width:308px;min-height:214px;height:214px}.i47{width:308px;height:214px}.ps778{margin-left:0;margin-top:37px}.ps779{margin-left:0;margin-top:37px}.s975{min-width:309px;width:309px;min-height:215px;height:215px}.i49{width:309px;height:215px}.ps780{margin-left:0;margin-top:37px}.s976{min-width:309px;width:309px;min-height:212px;height:212px}.i50{width:309px;height:212px}.ps781{margin-left:0;margin-top:37px}.s977{min-width:307px;width:307px;min-height:213px;height:213px}.i51{width:307px;height:213px}.ps782{margin-left:0;margin-top:-1253px}.s978{min-width:309px;width:309px;min-height:1040px}.s979{min-width:308px;width:308px;height:37px}.f216{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688;font-weight:400}.ps783{margin-left:0;margin-top:214px}.ps784{margin-left:0;margin-top:214px}.ps785{margin-left:2px;margin-top:215px}.s980{min-width:307px;width:307px;height:37px}.ps786{margin-left:4px;margin-top:212px}.s981{min-width:304px;width:304px;height:37px}.s982{min-width:320px;min-height:1304px}.ps787{margin-top:1px}.s983{width:320px;min-height:1253px}.f217{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.s984{min-width:320px;height:927px;--lbas:32;padding-bottom:9px}.ps788{margin-top:9px}.s985{width:320px;min-height:918px}.ps789{margin-left:10px}.s986{min-width:300px;width:300px}.s987{min-width:300px;width:300px}.i52{width:300px}.ps790{margin-left:10px;margin-top:9px}.ps791{margin-left:10px;margin-top:9px}.s988{min-width:320px;min-height:659px}.ps792{margin-top:17px}.s989{width:320px;min-height:633px}.ps793{margin-left:8px}.s990{min-width:305px;width:305px;min-height:633px}.s991{min-width:305px;width:305px;min-height:633px}.s992{min-width:305px;width:305px;min-height:590px}.s993{min-width:305px;width:305px;min-height:590px}.ps794{margin-left:22px}.s994{min-width:268px;width:268px;height:230px}.c266{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.shm5{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm6{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm7{display:none;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.shm8{display:none;width:0;height:0;shape-outside:none;-webkit-shape-outside:none;shape-margin:0}.f218{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps795{margin-left:200px;margin-top:46px}.s995{min-width:75px;width:75px;min-height:314px}.c268{background-image:url(../images/s/folie-150.png)}.webp .c268{background-image:url(../images/0/folie-150.webp)}.s996{-ms-transform:rotate(9deg);-moz-transform:rotate(9deg);-webkit-transform:rotate(9deg);transform:rotate(9deg)}.ps796{margin-left:0;margin-top:-254px}.s997{min-width:305px;width:305px;min-height:231px}.c269{background-image:url(../images/r/betonstyle-901-schwarz-mit-922-zoom-610.jpg)}.webp .c269{background-image:url(../images/v/betonstyle-901-schwarz-mit-922-zoom-610.webp)}.ps797{margin-left:22px;margin-top:-344px}.s998{min-width:277px;width:277px;height:80px}.shm9{display:block;clear:left;height:24px;shape-outside:polygon(0px 0px, 0px 24px, 0px 24px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 24px, 0px 24px, 0px 0px)}.shm10{display:block;clear:right;height:24px;shape-outside:polygon(0px 0px, 0px 24px, 0px 24px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 24px, 0px 24px, 0px 0px)}.shm11{display:block;clear:left;height:56px;shape-outside:polygon(0px 0px, 0px 56px, 0px 56px, 0px 0px);-webkit-shape-outside:polygon(0px 0px, 0px 56px, 0px 56px, 0px 0px)}.shm12{display:block;clear:right;height:56px;width:66px;shape-outside:polygon(66px 56px, 0px 56px, 0px 51px, 1px 51px, 1px 44px, 2px 44px, 2px 33px, 3px 33px, 3px 26px, 4px 26px, 4px 20px, 5px 20px, 5px 19px, 12px 19px, 12px 18px, 14px 18px, 14px 17px, 17px 17px, 17px 16px, 66px 16px);-webkit-shape-outside:polygon(66px 56px, 0px 56px, 0px 51px, 1px 51px, 1px 44px, 2px 44px, 2px 33px, 3px 33px, 3px 26px, 4px 26px, 4px 20px, 5px 20px, 5px 19px, 12px 19px, 12px 18px, 14px 18px, 14px 17px, 17px 17px, 17px 16px, 66px 16px)}.ps798{margin-left:17px;margin-top:-2px}.s999{min-width:129px;height:45px;width:127px}.c270{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f219{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.s1000{min-width:320px;min-height:1260px;padding-bottom:30px}.ps799{margin-top:30px}.s1001{width:320px;min-height:1230px}.ps800{margin-left:10px}.s1002{min-width:300px;width:300px;min-height:300px}.s1003{min-width:300px;width:300px;min-height:300px}.s1004{min-width:300px;width:300px;min-height:300px}.c272{background-image:url(../images/k/w-classic-blaetter-3d-w120-wohnzimmer-600.jpg)}.webp .c272{background-image:url(../images/i/w-classic-blaetter-3d-w120-wohnzimmer-600-1.webp)}.ps801{margin-top:-197px}.s1005{min-width:300px;width:300px;min-height:99px}.ps802{margin-left:96px;margin-top:-88px}.s1006{min-width:117px;width:117px;height:43px}.f220{font-size:20px;font-size:calc(20px * var(--f))}.ps803{margin-left:1px;margin-top:-43px}.s1007{min-width:299px;width:299px;height:42px}.f221{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps804{margin-left:10px;margin-top:10px}.s1008{min-width:300px;width:300px;min-height:300px}.c274{background-image:url(../images/i/bad-rs-120-600-1.jpg)}.webp .c274{background-image:url(../images/2/bad-rs-120-600.webp)}.ps805{margin-top:-201px}.s1009{min-width:300px;width:300px;min-height:99px}.ps806{margin-left:0;margin-top:-86px}.s1010{min-width:300px;width:300px;height:40px}.f222{font-size:20px;font-size:calc(20px * var(--f));line-height:1.601}.ps807{margin-left:0;margin-top:-42px}.s1011{min-width:300px;width:300px;height:34px}.ps808{margin-left:10px;margin-top:10px}.c275{background-image:url(../images/g/paterra-kueche-mindgruen-600.jpg)}.webp .c275{background-image:url(../images/7/paterra-kueche-mindgruen-600.webp)}.ps809{margin-top:-198px}.s1012{min-width:300px;width:300px;min-height:99px}.ps810{margin-left:0;margin-top:-86px}.s1013{min-width:300px;width:300px;height:42px}.ps811{margin-left:0;margin-top:-43px}.s1014{min-width:300px;width:300px;height:34px}.s1015{min-width:300px;width:300px;min-height:300px}.s1016{min-width:300px;width:300px;min-height:300px}.s1017{min-width:300px;width:300px;min-height:300px}.c276{background-image:url(../images/4/betonstyle-920-schwarz-mit-928-store-600.jpg)}.webp .c276{background-image:url(../images/m/betonstyle-920-schwarz-mit-928-store-600.webp)}.ps812{margin-top:-204px}.s1018{min-width:300px;width:300px;min-height:99px}.s1019{min-width:300px;width:300px;min-height:99px}.s1020{min-width:296px;width:296px;min-height:99px}.ps813{margin-top:-88px}.s1021{min-width:300px;width:300px;height:44px}.ps814{margin-top:-43px}.s1022{min-width:300px;width:300px;height:39px}.s1023{min-width:320px;min-height:358px}.ps815{margin-top:19px}.s1024{width:320px;min-height:304px}.ps816{margin-left:12px}.ps817{margin-left:2px}.s1025{min-width:290px;width:290px;height:36px}.f223{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps818{margin-left:0;margin-top:26px}.ps819{margin-left:17px}.i53{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps820{margin-top:9px}.s1026{min-width:90px;width:90px;height:48px}.f224{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps821{margin-left:19px}.ps822{margin-left:14px}.s1027{min-width:81px;width:81px;height:48px}.ps823{margin-left:21px}.ps824{margin-left:21px}.s1028{min-width:85px;width:85px;height:48px}.ps825{margin-left:5px;margin-top:25px}.ps826{margin-left:53px}.ps827{margin-top:11px}.s1029{min-width:150px;width:150px;height:49px}.ps828{margin-left:23px;margin-top:25px}.ps829{margin-left:13px}.i54{width:50px;height:50px}.s1030{min-width:77px;width:77px;height:49px}.s1031{min-width:320px;min-height:1385px}.ps830{margin-top:28px}.s1032{width:320px;min-height:1312px}.ps831{margin-left:21px}.s1033{min-width:278px;width:278px;height:104px}.f225{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps832{margin-left:9px;margin-top:17px}.s1034{min-width:301px;width:301px;min-height:1191px}.ps833{margin-left:1px}.s1035{min-width:300px;width:300px;min-height:393px}.ps834{margin-top:-393px}.i55{width:300px;height:193px}.ps835{margin-left:29px;margin-top:-183px}.s1036{min-width:254px;width:254px;height:41px}.ps836{margin-left:29px;margin-top:-136px}.s1037{min-width:231px;width:231px;height:62px}.ps837{margin-left:28px;margin-top:-67px}.s1038{min-width:118px;height:48px;width:116px}.c279{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f227{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps838{margin-left:0;margin-top:24px}.s1039{min-width:301px;width:301px;min-height:377px}.ps839{margin-top:-377px}.i56{width:301px;height:193px}.ps840{margin-left:27px;margin-top:-170px}.s1040{min-width:233px;width:233px;height:34px}.f228{font-family:"Lato 3";font-weight:700}.ps841{margin-left:27px;margin-top:-130px}.s1041{min-width:235px;width:235px;height:60px}.ps842{margin-left:26px;margin-top:-62px}.s1042{min-width:119px;height:45px;width:117px}.ps843{margin-left:0;margin-top:22px}.s1043{min-width:301px;width:301px;min-height:375px}.ps844{margin-top:-375px}.i57{width:301px;height:193px}.ps845{margin-left:28px;margin-top:-168px}.s1044{min-width:234px;width:234px;height:32px}.ps846{margin-left:28px;margin-top:-128px}.s1045{min-width:240px;width:240px;height:59px}.ps847{margin-left:27px;margin-top:-63px}.s1046{min-width:112px;height:45px;width:110px}.s1047{min-width:320px;min-height:1000px}.s1048{min-width:320px;min-height:1000px}.ps848{margin-top:-993px}.s1049{width:320px;min-height:993px}.ps849{margin-left:9px}.ps850{margin-left:11px}.ps851{margin-top:5px}.s1050{min-width:303px;width:303px;min-height:912px}.ps852{margin-left:35px;margin-top:-891px}.s1051{min-width:234px;width:234px;height:29px}.f229{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps853{margin-left:0;margin-top:148px}.s1052{min-width:234px;width:234px;height:33px}.ps854{margin-left:0;margin-top:130px}.s1053{min-width:234px;width:234px;height:34px}.ps855{margin-left:0;margin-top:178px}.s1054{min-width:234px;width:234px;height:24px}.ps856{margin-top:-539px}.s1055{min-width:234px;width:234px;height:118px}.f230{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps857{margin-left:0;margin-top:-356px}.s1056{min-width:234px;width:234px;height:89px}.f231{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps858{margin-left:0;margin-top:-192px}.s1057{min-width:182px;width:182px;height:140px}.ps859{margin-left:0;margin-top:8px}.s1058{min-width:158px;width:158px;height:120px}.ps860{margin-left:32px;margin-top:-158px}.s1059{min-width:100px;height:41px;width:100px}.c283{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f232{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps861{margin-left:37px;margin-top:-159px}.s1060{min-width:102px;height:43px;width:100px}.c284{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps862{margin-left:232px;margin-top:-451px}.s1061{min-width:40px;width:40px;height:40px}.ps863{margin-left:235px;margin-top:-402px}.s1062{min-width:35px;width:35px;height:35px}.ps864{margin-left:36px;margin-top:-71px}.s1063{min-width:233px;width:233px;height:38px}.f233{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps865{margin-left:10px;margin-top:11px}.s1064{min-width:282px;width:282px;height:25px}.f234{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f235{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps866{width:320px}.ps867{margin-left:80px;margin-top:55px}.ps868{margin-left:16px}.ps869{margin-top:0}.s1066{min-width:208px;width:208px;height:29px}.f236{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1067{min-width:195px;width:195px;height:26px}.p50{text-indent:0}.f237{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps871{margin-top:1px}.s1068{min-width:195px;width:195px;height:26px}.s1069{min-width:195px;width:195px;height:26px}.s1070{min-width:195px;width:195px;height:26px}.s1071{min-width:195px;width:195px;height:26px}.s1072{min-width:195px;width:195px;height:26px}.s1073{min-width:195px;width:195px;height:26px}.ps872{margin-top:11px}.ps874{margin-top:5px}.s1074{min-width:198px;width:198px;height:26px}.f238{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1075{min-width:198px;width:198px;height:26px}.s1076{min-width:198px;width:198px;height:26px}.s1077{min-width:198px;width:198px;height:26px}.s1078{min-width:198px;width:198px;height:26px}.s1079{min-width:187px;width:187px;height:26px}.f239{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1080{min-width:187px;width:187px;height:26px}.s1081{min-width:187px;width:187px;height:26px}.s1082{min-width:187px;width:187px;height:26px}.s1083{min-width:187px;width:187px;height:26px}.s1084{min-width:187px;width:187px}.s1085{min-width:187px;width:187px}.s1086{min-width:187px;width:187px}.ps875{margin-top:5px}.s1087{min-width:187px;width:187px;height:26px}.s1088{min-width:187px;width:187px}.s1089{min-width:187px;width:187px}.s1090{min-width:187px;width:187px;height:26px}.s1091{min-width:187px;width:187px;height:26px}.s1092{min-width:187px;width:187px;height:26px}.ps877{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.s1093{min-width:29px;width:29px;height:90px}.c293{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c294{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps878{margin-left:-22px;margin-top:30px}.s1094{min-width:76px;width:76px;height:26px}.p51{text-align:left}.f240{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.ps879{margin-top:60px;margin-bottom:60px}.s1095{min-width:240px;width:240px;height:calc(100vh - 120px);height:calc(var(--vh, 1vh) * 100 - 120px);}.c298{margin-top:max(calc(50vh - 247px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 247px), 0px);height:374px}.ps880{margin-left:202px;margin-top:10px}.s1096{min-width:30px;width:30px;height:30px}.c299{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.ps881{margin-left:10px;margin-top:1px}.s1097{min-width:216px;width:216px;height:300px}.f241{font-size:15px;font-size:calc(15px * var(--f))}.f242{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f243{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f244{font-size:15px;font-size:calc(15px * var(--f))}.f245{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.ps882{margin-top:53px}.c304{height:50px}.ps883{margin-left:8px;margin-top:6px}.input20{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps884{margin-left:2px}.s1098{min-width:60px;height:36px;width:58px}.c305{color:#838b83}.f246{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1099{height:8px}.f231:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f231:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f231:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c285::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c285:hover:before{opacity:1}.c285:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c286::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c286:hover:before{opacity:1}.c286:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f234:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f234:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f234:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f240:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f240:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f240:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287}.f243:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f243:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f243:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f244:visited{font-size:15px;font-size:calc(15px * var(--f))}.f244:hover{font-size:15px;font-size:calc(15px * var(--f))}.f244:active{font-size:15px;font-size:calc(15px * var(--f))}.f245:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.f245:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}.f245:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.668}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c268{background-image:url(../images/j/folie-294.png)}.webp .c268{background-image:url(../images/4/folie-294.webp)}.c269{background-image:url(../images/e/betonstyle-901-schwarz-mit-922-zoom-1134.jpg)}.webp .c269{background-image:url(../images/1/betonstyle-901-schwarz-mit-922-zoom-1134.webp)}.c272{background-image:url(../images/h/w-classic-blaetter-3d-w120-wohnzimmer-452.jpg)}.webp .c272{background-image:url(../images/s/w-classic-blaetter-3d-w120-wohnzimmer-452.webp)}.c274{background-image:url(../images/b/bad-rs-120-460.jpg)}.webp .c274{background-image:url(../images/h/bad-rs-120-460.webp)}.c275{background-image:url(../images/i/paterra-kueche-mindgruen-460.jpg)}.webp .c275{background-image:url(../images/h/paterra-kueche-mindgruen-460.webp)}.c276{background-image:url(../images/g/betonstyle-920-schwarz-mit-928-store-454.jpg)}.webp .c276{background-image:url(../images/h/betonstyle-920-schwarz-mit-928-store-454.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c268{background-image:url(../images/p/folie-236.png)}.webp .c268{background-image:url(../images/r/folie-236.webp)}.c269{background-image:url(../images/3/betonstyle-901-schwarz-mit-922-zoom-908.jpg)}.webp .c269{background-image:url(../images/g/betonstyle-901-schwarz-mit-922-zoom-908.webp)}.c272{background-image:url(../images/d/w-classic-blaetter-3d-w120-wohnzimmer-433.jpg)}.webp .c272{background-image:url(../images/n/w-classic-blaetter-3d-w120-wohnzimmer-433.webp)}.c274{background-image:url(../images/f/bad-rs-120-440.jpg)}.webp .c274{background-image:url(../images/8/bad-rs-120-440.webp)}.c275{background-image:url(../images/0/paterra-kueche-mindgruen-440.jpg)}.webp .c275{background-image:url(../images/b/paterra-kueche-mindgruen-440.webp)}.c276{background-image:url(../images/q/betonstyle-920-schwarz-mit-928-store-435.jpg)}.webp .c276{background-image:url(../images/b/betonstyle-920-schwarz-mit-928-store-435.webp)}}.v124{display:block}.ps934{position:relative;margin-top:-2px}.s1153{width:100%;min-width:1200px;min-height:244px;padding-bottom:0}.c324{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z761{z-index:11}.ps935{display:inline-block;width:0;height:0}.ps936{position:relative;margin-top:15px}.v125{display:block;pointer-events:none}.s1154{width:1200px;margin-left:auto;margin-right:auto;min-height:214px}.v126{display:inline-block;vertical-align:top;pointer-events:auto}.ps937{position:relative;margin-left:185px;margin-top:0}.s1155{min-width:748px;width:748px;overflow:hidden;height:214px}.z762{z-index:13}.p56{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f263{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.f264{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.f265{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.f266{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.ps938{position:relative;margin-top:0}.s1156{width:100%;min-width:1200px;min-height:193px;padding-bottom:0}.z763{z-index:12}.ps939{position:relative;margin-top:17px}.s1157{width:1200px;margin-left:auto;margin-right:auto;min-height:159px}.ps940{position:relative;margin-left:185px;margin-top:0}.s1158{min-width:747px;width:747px;overflow:hidden;height:159px}.f267{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.s1159{width:100%;min-width:1200px;min-height:894px;padding-bottom:0}.z764{z-index:27}.v127{display:inline-block;vertical-align:top}.ps941{position:relative;margin-top:23px}.s1160{width:100%;min-width:1200px;min-height:871px}.s1161{display:block;height:836px;width:100%;overflow:hidden;background-color:transparent}.s1162{width:auto;height:auto;max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ga7{height:871px}.un269 .slider{height:836px}.un269 .slick-list{height:836px}.un269 .slick-prev,.un269 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un269 .slick-prev{left:0px}
.un269 .slick-next{right:0px}
.un269 .slider-for{margin-bottom:0px}
.un269 .slider-nav{margin-bottom:0px}
.un269 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un269 .slider-nav .slick-center picture{border-color:transparent}
.un269 .slick-dots{bottom:-35px}
.un269 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un269 .slick-dots li button{height:20px;width:20px}
.un269 .slick-dots li button:before{width:20px;height:20px}
.un269 .slick-dots button{color:#404040}
[dir="rtl"] .un269 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un269 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un269 .slick-prev,.un269 .slick-next{{{arrowcolordark}}}
    .un269 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un269 .slick-dots button{{{dotscolordark}}}
}
.ps942{position:relative;margin-left:0;margin-top:-152px}.s1163{min-width:1200px;width:1200px;min-height:1px}.s1164{width:100%;min-width:1200px;min-height:569px;padding-bottom:0}.z765{z-index:16}.ps943{position:relative;margin-top:39px}.s1165{width:1200px;margin-left:auto;margin-right:auto;min-height:487px}.ps944{position:relative;margin-left:85px;margin-top:0}.s1166{min-width:1029px;width:1029px;overflow:hidden;height:41px}.z766{z-index:17}.f268{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.641;font-weight:500;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps945{position:relative;margin-left:86px;margin-top:37px}.s1167{min-width:1021px;width:1021px;min-height:409px}.ps946{position:relative;margin-left:0;margin-top:44px}.s1168{min-width:571px;width:571px;min-height:358px;line-height:0}.ps947{position:relative;margin-left:0;margin-top:0}.s1169{min-width:571px;width:571px;overflow:hidden;height:255px}.z767{z-index:19}.p57{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f269{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f270{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps948{position:relative;margin-left:0;margin-top:69px}.s1170{min-width:512px;width:512px;min-height:34px}.s1171{min-width:218px;width:218px;min-height:34px}.z768{z-index:22}.v128{display:inline-block;vertical-align:top;pointer-events:none}.s1172{min-width:187px;width:187px;overflow:hidden;height:34px}.z769{z-index:20}.f271{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.651;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps949{position:relative;margin-left:18px;margin-top:10px}.s1173{min-width:13px;width:13px;height:13px;box-sizing:border-box}.c325{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/9/plus.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}.z770{z-index:21}.ps950{position:relative;margin-left:77px;margin-top:0}.s1174{min-width:217px;width:217px;min-height:34px}.z771{z-index:25}.s1175{min-width:186px;width:186px;overflow:hidden;height:34px}.z772{z-index:23}.ps951{position:relative;margin-left:18px;margin-top:10px}.z773{z-index:24}.ps952{position:relative;margin-left:78px;margin-top:0}.s1176{min-width:372px;width:372px;min-height:409px}.c326{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#000;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/g/rexx2k-verarbeitet-372.jpg)}.z774{z-index:18}.webp .c326{background-image:url(../images/3/rexx2k-verarbeitet-372.webp)}.s1177{width:100%;min-width:1200px;min-height:268px;padding-bottom:0}.z775{z-index:38}.ps953{position:relative;margin-top:0}.s1178{width:1200px;margin-left:auto;margin-right:auto;min-height:244px}.ps954{position:relative;margin-left:84px;margin-top:0}.s1179{min-width:813px;width:813px;overflow:hidden;height:244px}.p58{text-indent:-15px;padding-bottom:0;padding-right:0;text-align:left}.f272{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f273{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f274{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s1180{width:100%;min-width:1200px;min-height:156px;padding-bottom:0}.z776{z-index:40}.ps955{position:relative;margin-top:0}.s1181{width:1200px;margin-left:auto;margin-right:auto;min-height:128px}.ps956{position:relative;margin-left:120px;margin-top:0}.s1182{min-width:797px;width:797px;overflow:hidden;height:128px}.s1183{width:100%;min-width:1200px;min-height:343px;padding-bottom:0}.z777{z-index:42}.s1184{width:100%;min-width:1200px;min-height:343px}.c327{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#dad9c3}.z778{z-index:46}.ps957{position:relative;margin-top:-305px}.s1185{width:1200px;margin-left:auto;margin-right:auto;min-height:271px}.ps958{position:relative;margin-left:35px;margin-top:0}.s1186{min-width:1131px;width:1131px;min-height:271px}.z779{z-index:47}.ps959{position:relative;margin-left:128px;margin-top:0}.s1187{min-width:854px;width:854px;min-height:76px}.s1188{min-width:76px;width:76px;min-height:76px}.c328{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/f/auf-fliese-asset-4-76.png)}.webp .c328{background-image:url(../images/f/auf-fliese-asset-4-76.webp)}.ps960{position:relative;margin-left:318px;margin-top:0}.c329{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/1/barrierefrei-asset-1-76.png)}.webp .c329{background-image:url(../images/5/barrierefrei-asset-1-76.webp)}.ps961{position:relative;margin-left:308px;margin-top:0}.c330{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/3/sanierung-asset-5-76.png)}.webp .c330{background-image:url(../images/q/sanierung-asset-5-76.webp)}.ps962{position:relative;margin-left:32px;margin-top:22px}.s1189{min-width:1099px;width:1099px;min-height:72px}.ps963{position:relative;margin-left:0;margin-top:1px}.s1190{min-width:261px;width:261px;overflow:hidden;height:71px}.p59{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f275{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.ps964{position:relative;margin-left:104px;margin-top:0}.s1191{min-width:334px;width:334px;overflow:hidden;height:36px}.ps965{position:relative;margin-left:68px;margin-top:1px}.s1192{min-width:332px;width:332px;overflow:hidden;height:35px}.ps966{position:relative;margin-left:0;margin-top:9px}.s1193{min-width:1131px;width:1131px;min-height:92px}.ps967{position:relative;margin-left:0;margin-top:1px}.s1194{min-width:329px;width:329px;overflow:hidden;height:91px}.f276{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps968{position:relative;margin-left:68px;margin-top:0}.s1195{min-width:334px;width:334px;overflow:hidden;height:92px}.ps969{position:relative;margin-left:68px;margin-top:0}.s1196{min-width:332px;width:332px;overflow:hidden;height:92px}.s1197{width:100%;min-width:1200px;min-height:568px;padding-bottom:0}.z780{z-index:144}.s1198{width:100%;min-width:1200px;min-height:221px}.z781{z-index:163}.c331{mix-blend-mode:multiply;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:164}.z782{z-index:164}.fx9{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/c/rexxsolid-bad-grau-green-fugenlos--640.jpg)}.webp .fx9{background-attachment:fixed;background-image:url(../images/b/rexxsolid-bad-grau-green-fugenlos--640.webp)}.ps970{position:relative;margin-left:0;margin-top:142px}.ps971{position:relative;margin-top:-192px}.s1199{width:1200px;margin-left:auto;margin-right:auto;min-height:178px}.ps972{position:relative;margin-left:4px;margin-top:0}.s1200{min-width:1169px;width:1169px;min-height:178px}.z783{z-index:165}.ps973{position:relative;margin-left:57px;margin-top:0}.s1201{min-width:1056px;width:1056px;min-height:82px}.s1202{min-width:83px;width:83px;min-height:82px;height:82px}.i59{position:absolute;left:1px;min-width:82px;max-width:82px;min-height:82px;max-height:82px;top:0}.ps974{position:relative;margin-left:112px;margin-top:0}.ps975{position:relative;margin-left:111px;margin-top:0}.ps976{position:relative;margin-left:112px;margin-top:0}.i60{position:absolute;left:0;min-width:83px;max-width:83px;min-height:81px;max-height:81px;top:1px}.ps977{position:relative;margin-left:111px;margin-top:0}.ps978{position:relative;margin-left:112px;margin-top:0}.ps979{position:relative;margin-left:0;margin-top:25px}.s1203{min-width:1169px;width:1169px;min-height:71px}.ps980{position:relative;margin-left:0;margin-top:4px}.s1204{min-width:198px;width:198px;overflow:hidden;height:67px}.z784{z-index:171}.f277{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps981{position:relative;margin-left:-5px;margin-top:4px}.s1205{min-width:199px;width:199px;overflow:hidden;height:67px}.z785{z-index:166}.f278{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps982{position:relative;margin-left:-4px;margin-top:4px}.s1206{min-width:199px;width:199px;overflow:hidden;height:67px}.z786{z-index:168}.ps983{position:relative;margin-left:5px;margin-top:4px}.s1207{min-width:185px;width:185px;overflow:hidden;height:67px}.ps984{position:relative;margin-left:0;margin-top:0}.s1208{min-width:207px;width:207px;overflow:hidden;height:71px}.z787{z-index:167}.ps985{position:relative;margin-left:975px;margin-top:-71px}.s1209{min-width:194px;width:194px;overflow:hidden;height:71px}.z788{z-index:170}.ps986{position:relative;margin-top:41px}.s1210{width:1200px;margin-left:auto;margin-right:auto;min-height:284px}.ps987{position:relative;margin-left:323px;margin-top:0}.s1211{min-width:554px;width:554px;min-height:182px}.z789{z-index:178}.ps988{position:relative;margin-left:0;margin-top:0}.s1212{min-width:554px;width:554px;overflow:hidden;height:61px}.f279{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.ps989{position:relative;margin-left:0;margin-top:24px}.s1213{min-width:554px;width:554px;overflow:hidden;height:97px}.f280{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.v129{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps990{position:relative;margin-left:-369px;margin-top:211px}.s1214{min-width:162px;height:67px;box-sizing:border-box;width:160px;padding-right:0}.c332{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z790{z-index:181}.a28{display:inline-block;width:100%;z-index:1}.f281{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.s1215{width:100%;min-width:1200px;height:407px;--lbas:64;--lbab:0;padding-bottom:46px}.c333{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z791{z-index:57}.ps991{position:relative;margin-top:32px}.s1216{width:1200px;margin-left:auto;margin-right:auto;height:375px}.ps992{position:relative;margin-left:40px;margin-top:0}.s1217{min-width:94px;width:94px;min-height:65px}.c334{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.s1218{min-width:94px;width:94px;min-height:65px;height:65px}.i61{position:absolute;left:0;width:94px;top:1px;height:63px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i62{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps993{position:relative;margin-left:20px;margin-top:0}.ps994{position:relative;margin-left:20px;margin-top:0}.ps995{position:relative;margin-left:20px;margin-top:0}.ps996{position:relative;margin-left:20px;margin-top:0}.ps997{position:relative;margin-left:20px;margin-top:0}.ps998{position:relative;margin-left:40px;margin-top:12px}.ps999{position:relative;margin-left:20px;margin-top:12px}.ps1000{position:relative;margin-left:20px;margin-top:12px}.ps1001{position:relative;margin-left:20px;margin-top:12px}.ps1002{position:relative;margin-left:40px;margin-top:13px}.ps1003{position:relative;margin-left:20px;margin-top:13px}.ps1004{position:relative;margin-left:20px;margin-top:13px}.ps1005{position:relative;margin-left:20px;margin-top:13px}.ps1006{position:relative;margin-left:40px;margin-top:13px}.ps1007{position:relative;margin-left:20px;margin-top:13px}.ps1008{position:relative;margin-left:40px;margin-top:12px}.ps1009{position:relative;margin-top:1px}.s1219{width:100%;min-width:1200px;min-height:616px;padding-bottom:0}.z792{z-index:44}.ps1010{position:relative;margin-top:0}.s1220{width:1200px;margin-left:auto;margin-right:auto;min-height:616px}.ps1011{position:relative;margin-left:16px;margin-top:0}.s1221{min-width:1184px;width:1184px;min-height:616px}.ps1012{position:relative;margin-left:0;margin-top:27px}.s1222{min-width:507px;width:507px;min-height:535px;line-height:0}.ps1013{position:relative;margin-left:0;margin-top:0}.s1223{min-width:507px;width:507px;overflow:hidden;height:70px}.z793{z-index:3}.f282{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1014{position:relative;margin-left:15px;margin-top:20px}.s1224{min-width:476px;width:476px;min-height:328px}.z794{z-index:7}.s1225{min-width:476px;width:476px;min-height:328px;line-height:0}.c335{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z795{z-index:4}.ps1015{position:relative;margin-left:25px;margin-top:-304px}.s1226{min-width:407px;width:407px;overflow:hidden;height:44px}.z796{z-index:5}.f283{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1016{position:relative;margin-left:24px;margin-top:-256px}.s1227{min-width:428px;width:428px;overflow:hidden;height:249px}.z797{z-index:6}.ps1017{position:relative;margin-left:49px;margin-top:52px}.s1228{min-width:409px;width:409px;min-height:65px}.ps1018{position:relative;margin-left:0;margin-top:0}.s1229{min-width:181px;height:65px;box-sizing:border-box;width:181px;padding-right:0}.c336{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#fff;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z798{z-index:9}.f284{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1019{position:relative;margin-left:47px;margin-top:0}.s1230{min-width:181px;height:65px;box-sizing:border-box;width:181px;padding-right:0}.c337{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#000;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#fff;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z799{z-index:8}.ps1020{position:relative;margin-left:66px;margin-top:0}.s1231{min-width:611px;width:611px;min-height:616px}.c338{mix-blend-mode:multiply;transform:translate3d(0,0,0);border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/c/clarum-an-die-wand-spruehen-611.jpg)}.z800{z-index:2}.webp .c338{background-image:url(../images/1/clarum-an-die-wand-spruehen-611.webp)}.s1232{width:100%;min-width:1200px;min-height:418px;padding-bottom:0}.z801{z-index:272}.ps1021{position:relative;margin-top:26px}.s1233{width:1200px;margin-left:auto;margin-right:auto;min-height:346px}.ps1022{position:relative;margin-left:39px;margin-top:0}.s1234{min-width:579px;width:579px;overflow:hidden;height:75px}.ps1023{position:relative;margin-left:31px;margin-top:4px}.s1235{min-width:1053px;width:1053px;min-height:267px}.s1236{min-width:1053px;width:1053px;min-height:267px;line-height:0}.z802{z-index:274}.ps1024{position:relative;margin-left:23px;margin-top:-240px}.s1237{min-width:1008px;width:1008px;overflow:hidden;height:228px}.z803{z-index:275}.p60{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f285{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.f286{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.f287{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.s1238{width:100%;min-width:1200px;min-height:391px;padding-bottom:0}.z804{z-index:229}.ps1025{position:relative;margin-top:26px}.s1239{width:1200px;margin-left:auto;margin-right:auto;min-height:318px}.s1240{min-width:498px;width:498px;overflow:hidden;height:75px}.ps1026{position:relative;margin-left:31px;margin-top:4px}.s1241{min-width:1053px;width:1053px;min-height:239px}.s1242{min-width:1053px;width:1053px;min-height:239px;line-height:0}.z805{z-index:231}.ps1027{position:relative;margin-left:24px;margin-top:-217px}.s1243{min-width:1007px;width:1007px;overflow:hidden;height:209px}.z806{z-index:232}.f288{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.s1244{width:100%;min-width:1200px;height:286px;padding-bottom:57px}.z807{z-index:203}.ps1028{position:relative;margin-top:56px}.s1245{width:1200px;margin-left:auto;margin-right:auto;height:230px}.ps1029{position:relative;margin-left:116px;margin-top:0}.s1246{min-width:230px;width:230px;min-height:230px}.c339{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent;overflow:hidden}.z808{z-index:204}.s1247{min-width:226px;width:226px;min-height:230px}.s1248{min-width:226px;width:226px;min-height:230px;line-height:0}.c340{border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/wohnzimmer102-226.jpg)}.z809{z-index:205}.webp .c340{background-image:url(../images/6/wohnzimmer102-226.webp)}.ps1030{position:relative;margin-left:0;margin-top:-165px}.s1249{min-width:226px;width:226px;min-height:111px}.z810{z-index:206}.c341{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(66,66,66,0.35)}.z811{z-index:207}.ps1031{position:relative;margin-left:5px;margin-top:-104px}.s1250{min-width:216px;width:216px;overflow:hidden;height:65px}.z812{z-index:208}.f289{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.701;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps1032{position:relative;margin-left:5px;margin-top:-49px}.s1251{min-width:216px;width:216px;overflow:hidden;height:48px}.z813{z-index:209}.f290{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps1033{position:relative;margin-left:16px;margin-top:0}.z814{z-index:210}.s1252{min-width:230px;width:230px;min-height:230px;line-height:0}.c342{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/6/bad-rs-120-230.jpg)}.z815{z-index:211}.webp .c342{background-image:url(../images/l/bad-rs-120-230.webp)}.ps1034{position:relative;margin-left:0;margin-top:-163px}.s1253{min-width:228px;width:228px;min-height:125px}.z816{z-index:212}.z817{z-index:213}.ps1035{position:relative;margin-left:2px;margin-top:-104px}.s1254{min-width:226px;width:226px;overflow:hidden;height:65px}.z818{z-index:214}.ps1036{position:relative;margin-left:2px;margin-top:-49px}.s1255{min-width:221px;width:221px;overflow:hidden;height:63px}.z819{z-index:215}.ps1037{position:relative;margin-left:16px;margin-top:0}.z820{z-index:216}.c343{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/8/kuche-weiss-230.jpg)}.z821{z-index:217}.webp .c343{background-image:url(../images/p/kuche-weiss-230.webp)}.ps1038{position:relative;margin-left:0;margin-top:-163px}.s1256{min-width:230px;width:230px;min-height:111px}.z822{z-index:218}.z823{z-index:219}.ps1039{position:relative;margin-left:10px;margin-top:-104px}.s1257{min-width:213px;width:213px;overflow:hidden;height:64px}.z824{z-index:220}.ps1040{position:relative;margin-left:2px;margin-top:-49px}.s1258{min-width:227px;width:227px;overflow:hidden;height:48px}.z825{z-index:221}.ps1041{position:relative;margin-left:16px;margin-top:0}.z826{z-index:222}.s1259{min-width:228px;width:228px;min-height:230px}.s1260{min-width:228px;width:228px;min-height:230px;line-height:0}.s1261{min-width:227px;width:227px;min-height:230px}.c344{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/spa-beige-blau-beton-boden-227.jpg)}.z827{z-index:223}.webp .c344{background-image:url(../images/m/spa-beige-blau-beton-boden-227.webp)}.ps1042{position:relative;margin-left:0;margin-top:-163px}.s1262{min-width:228px;width:228px;min-height:111px}.z828{z-index:224}.s1263{min-width:228px;width:228px;min-height:111px;line-height:0}.s1264{min-width:226px;width:226px;min-height:111px}.z829{z-index:225}.ps1043{position:relative;margin-left:0;margin-top:-105px}.s1265{min-width:226px;width:226px;overflow:hidden;height:65px}.z830{z-index:226}.ps1044{position:relative;margin-left:0;margin-top:-49px}.s1266{min-width:228px;width:228px;overflow:hidden;height:48px}.z831{z-index:227}.s1267{width:100%;min-width:1200px;min-height:639px;padding-bottom:0}.z832{z-index:182}.ps1045{position:relative;margin-top:10px}.s1268{width:1200px;margin-left:auto;margin-right:auto;min-height:56px}.ps1046{position:relative;margin-left:0;margin-top:0}.s1269{min-width:1200px;width:1200px;overflow:hidden;height:56px}.z833{z-index:184}.f291{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1047{position:relative;margin-top:23px}.s1270{width:100%;min-width:1200px;min-height:550px}.c345{mix-blend-mode:luminosity;transform:translate3d(0,0,0);border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#8b8378;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/k/wassertropfen4-640.jpg);opacity:0.59}.z834{z-index:183}.webp .c345{background-image:url(../images/m/wassertropfen4-640.webp)}.ps1048{position:relative;margin-top:-509px}.s1271{width:1200px;margin-left:auto;margin-right:auto;min-height:464px}.ps1049{position:relative;margin-left:32px;margin-top:0}.s1272{min-width:1137px;width:1137px;min-height:464px}.z835{z-index:190}.s1273{min-width:359px;width:359px;min-height:464px;line-height:0}.z836{z-index:185}.ps1050{position:relative;margin-left:0;margin-top:-464px}.z837{z-index:186}.i63{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1051{position:relative;margin-left:32px;margin-top:-202px}.s1274{min-width:296px;width:296px;overflow:hidden;height:30px}.z838{z-index:187}.f292{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1052{position:relative;margin-left:32px;margin-top:-165px}.s1275{min-width:296px;width:296px;overflow:hidden;height:66px}.z839{z-index:188}.ps1053{position:relative;margin-left:33px;margin-top:-92px}.s1276{min-width:223px;height:67px;box-sizing:border-box;width:221px;padding-right:0}.c346{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z840{z-index:189}.ps1054{position:relative;margin-left:29px;margin-top:0}.z841{z-index:196}.s1277{min-width:359px;width:359px;min-height:464px;line-height:0}.z842{z-index:191}.ps1055{position:relative;margin-left:0;margin-top:-464px}.z843{z-index:192}.i64{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1056{position:relative;margin-left:32px;margin-top:-202px}.s1278{min-width:296px;width:296px;overflow:hidden;height:30px}.z844{z-index:193}.f293{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1057{position:relative;margin-left:32px;margin-top:-165px}.s1279{min-width:296px;width:296px;overflow:hidden;height:66px}.z845{z-index:194}.f294{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1058{position:relative;margin-left:33px;margin-top:-92px}.s1280{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z846{z-index:195}.ps1059{position:relative;margin-left:31px;margin-top:0}.s1281{min-width:359px;width:359px;min-height:464px}.z847{z-index:202}.s1282{min-width:359px;width:359px;min-height:464px;line-height:0}.ps1060{position:relative;margin-left:0;margin-top:0}.s1283{min-width:359px;width:359px;min-height:464px}.z848{z-index:197}.ps1061{position:relative;margin-left:0;margin-top:-464px}.s1284{min-width:359px;width:359px;min-height:241px;height:241px}.z849{z-index:198}.i65{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1062{position:relative;margin-left:32px;margin-top:-202px}.s1285{min-width:296px;width:296px;overflow:hidden;height:30px}.z850{z-index:199}.ps1063{position:relative;margin-left:32px;margin-top:-165px}.s1286{min-width:296px;width:296px;overflow:hidden;height:66px}.z851{z-index:200}.ps1064{position:relative;margin-left:33px;margin-top:-92px}.s1287{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z852{z-index:201}.s1288{width:100%;min-width:1200px;min-height:290px;padding-bottom:0}.z853{z-index:162}.ps1065{position:relative;margin-top:32px}.s1289{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps1066{position:relative;margin-left:57px;margin-top:0}.ps1067{position:relative;margin-left:0;margin-top:0}.s1290{min-width:1087px;width:1087px;overflow:hidden;height:51px}.ps1068{position:relative;margin-left:28px;margin-top:31px}.ps1069{position:relative;margin-left:29px;margin-top:0}.i66{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps1070{position:relative;margin-left:0;margin-top:20px}.s1291{min-width:118px;width:118px;overflow:hidden;height:62px}.f295{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1071{position:relative;margin-left:103px;margin-top:0}.ps1072{position:relative;margin-left:33px;margin-top:0}.s1292{min-width:127px;width:127px;overflow:hidden;height:60px}.ps1073{position:relative;margin-left:97px;margin-top:0}.ps1074{position:relative;margin-left:37px;margin-top:0}.s1293{min-width:134px;width:134px;overflow:hidden;height:61px}.ps1075{position:relative;margin-left:70px;margin-top:0}.ps1076{position:relative;margin-left:56px;margin-top:0}.ps1077{position:relative;margin-left:0;margin-top:20px}.s1294{min-width:172px;width:172px;overflow:hidden;height:64px}.ps1078{position:relative;margin-left:82px;margin-top:0}.ps1079{position:relative;margin-left:29px;margin-top:0}.i67{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s1295{min-width:118px;width:118px;overflow:hidden;height:61px}.s1296{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z854{z-index:234}.s1297{width:100%;min-width:1200px;min-height:633px}.c347{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z855{z-index:235}.ps1080{position:relative;margin-top:-604px}.s1298{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.z856{z-index:236}.c348{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z857{z-index:237}.ps1081{position:relative;margin-left:0;margin-top:22px}.z858{z-index:254}.s1299{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c349{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z859{z-index:238}.ps1082{position:relative;margin-left:55px;margin-top:-430px}.z860{z-index:239}.s1300{min-width:123px;width:123px;overflow:hidden;height:39px}.z861{z-index:244}.f296{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1083{position:relative;margin-left:106px;margin-top:0}.s1301{min-width:111px;width:111px;overflow:hidden;height:39px}.z862{z-index:245}.ps1084{position:relative;margin-left:199px;margin-top:0}.s1302{min-width:104px;width:104px;overflow:hidden;height:39px}.z863{z-index:246}.ps1085{position:relative;margin-left:154px;margin-top:0}.s1303{min-width:231px;width:231px;overflow:hidden;height:39px}.z864{z-index:247}.ps1086{position:relative;margin-left:0;margin-top:4px}.s1304{min-width:207px;width:207px;overflow:hidden;height:176px}.z865{z-index:248}.f297{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1087{position:relative;margin-left:22px;margin-top:4px}.s1305{min-width:273px;width:273px;overflow:hidden;height:176px}.z866{z-index:249}.f298{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1088{position:relative;margin-left:37px;margin-top:4px}.s1306{min-width:231px;width:231px;overflow:hidden;height:176px}.z867{z-index:250}.ps1089{position:relative;margin-left:27px;margin-top:4px}.s1307{min-width:231px;width:231px;overflow:hidden;height:176px}.z868{z-index:251}.ps1090{position:relative;margin-left:55px;margin-top:-181px}.s1308{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c350{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z869{z-index:242}.f299{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1091{position:relative;margin-left:19px;margin-top:-182px}.s1309{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c351{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z870{z-index:240}.ps1092{position:relative;margin-left:588px;margin-top:-153px}.s1310{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c352{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z871{z-index:241}.a29{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1093{position:relative;margin-left:25px;margin-top:-149px}.s1311{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c353{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z872{z-index:243}.ps1094{position:relative;margin-left:64px;margin-top:-66px}.s1312{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z873{z-index:252}.f300{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1095{position:relative;margin-left:354px;margin-top:19px}.s1313{min-width:426px;width:426px;overflow:hidden;height:21px}.z874{z-index:253}.f301{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f302{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c354{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:2146435360;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1096{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1097{position:relative;margin-left:836px;margin-top:70px}.c355{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c356{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c357{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1314{width:100%;height:100%}.c358{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v130{display:inline-block;vertical-align:top;overflow:visible}.ps1098{position:relative;margin-left:47px;margin-top:18px}.m7{padding:0px 0px 0px 0px}.mcv7{display:inline-block}.s1315{min-width:272px;width:272px;overflow:hidden;height:34px}.f303{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v131{display:none}.z875{z-index:9999}.ps1099{position:relative;margin-left:0;margin-top:4px}.s1316{min-width:188px;width:188px;overflow:hidden;height:34px}.p61{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f304{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1100{position:relative;margin-left:0;margin-top:0}.s1317{min-width:170px;width:170px;overflow:hidden;height:34px}.s1318{min-width:186px;width:186px;overflow:hidden;height:34px}.s1319{min-width:267px;width:267px;overflow:hidden;height:34px}.s1320{min-width:208px;width:208px;overflow:hidden;height:34px}.s1321{min-width:177px;width:177px;overflow:hidden;height:34px}.s1322{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1101{position:relative;margin-left:0;margin-top:9px}.ps1102{position:relative;margin-left:0;margin-top:0}.ps1103{position:relative;margin-left:0;margin-top:4px}.s1323{min-width:242px;width:242px;overflow:hidden;height:34px}.f305{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1324{min-width:203px;width:203px;overflow:hidden;height:34px}.s1325{min-width:200px;width:200px;overflow:hidden;height:34px}.s1326{min-width:239px;width:239px;overflow:hidden;height:34px}.s1327{min-width:167px;width:167px;overflow:hidden;height:34px}.s1328{min-width:150px;width:150px;overflow:hidden;height:34px}.f306{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1329{min-width:163px;width:163px;overflow:hidden;height:34px}.s1330{min-width:135px;width:135px;overflow:hidden;height:34px}.s1331{min-width:158px;width:158px;overflow:hidden;height:34px}.s1332{min-width:170px;width:170px;overflow:hidden;height:34px}.s1333{min-width:108px;width:108px;min-height:73px;height:73px}.s1334{min-width:108px;width:108px;height:36px}.s1335{min-width:108px;width:108px;min-height:36px}.ps1104{position:relative;margin-left:0;margin-top:1px}.s1336{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1105{position:relative;margin-left:0;margin-top:1px}.s1337{min-width:96px;width:96px;height:36px}.s1338{min-width:96px;width:96px;min-height:36px}.s1339{min-width:96px;width:96px;overflow:hidden;height:34px}.s1340{min-width:189px;width:189px;overflow:hidden;height:34px}.s1341{min-width:138px;width:138px;overflow:hidden;height:34px}.c359{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}.ps1106{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.c360{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0;background-color:#fff}.c361{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0}.ps1107{position:relative;margin-left:-25px;margin-top:43px}.s1342{min-width:104px;width:104px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z876{z-index:228}.f307{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c362{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;transition:opacity 1s}.ps1108{position:relative;margin-top:200px;margin-bottom:200px;margin-left:0;-webkit-transform:translate3d(0,0,0)}.s1343{min-width:313px;width:313px;height:calc(100vh - 400px);height:calc(var(--vh, 1vh) * 100 - 400px);}.c363{border:0;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0;background-color:#dad9c3}.c364{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0}.c365{margin-top:max(calc(50vh - 510px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 510px), 0px);height:621px}.ps1109{position:relative;margin-left:258px;margin-top:9px}.s1344{min-width:40px;width:40px;height:40px;box-sizing:border-box}.c366{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#838b83;background-image:url(../images/j/close.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}.z877{z-index:268}.ps1110{position:relative;margin-left:18px;margin-top:12px}.s1345{min-width:277px;width:277px;overflow:hidden;height:549px}.z878{z-index:267}.f308{font-family:"Hanken Grotesk 2";font-size:18px;font-size:calc(18px * var(--f));line-height:1.612;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f309{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c367{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:2146435361;pointer-events:none;opacity:0}.v132{display:block;vertical-align:top;pointer-events:auto}.ps1111{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c368{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c369{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c370{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c371{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1112{position:relative;margin-left:12px;margin-top:7px}.input23{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input23::placeholder{color:rgb(169,169,169);opacity:1}.ps1113{position:relative;margin-left:3px;margin-top:0}.s1346{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c372{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f310{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1347{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c373{display:inline-block;position:relative;margin-left:0;margin-top:0}.c325:hover{color:transparent;background-clip:padding-box;border:0}.c325:active{transition:initial}.c332:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c332:active{transition:initial;background-color:#edefeb}.c336:hover{background-color:#dad9c3;background-clip:padding-box}.c336:active{transition:initial;background-color:#edefeb;color:#404040}.c337:hover{background-color:#dad9c3;background-clip:padding-box}.c337:active{transition:initial;background-color:#edefeb;color:#404040}.c346:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c346:active{transition:initial;background-color:#edefeb}.c350:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c350:active{transition:initial;background-color:#edefeb;color:#404040}.c351:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c351:active{transition:initial;background-color:#edefeb}.c352::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c352:hover:before{opacity:1}.c352:hover{border-color:transparent;color:transparent}.c352:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c352:active{transition:initial}.c353::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c353:hover:before{opacity:1}.c353:hover{border-color:transparent;color:transparent}.c353:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c353:active{transition:initial}.c366:hover{background-color:#edefeb;color:#000;background-clip:padding-box;border:0}.c366:active{transition:initial;color:#fff}.c372:hover{background-clip:padding-box;border-color:#000}.c372:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s1153{min-width:960px;min-height:195px}.ps936{margin-top:12px}.s1154{width:960px;min-height:171px}.ps937{margin-left:148px}.s1155{min-width:598px;width:598px;height:171px}.f263{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f264{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f265{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f266{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1156{min-width:960px;min-height:154px}.ps939{margin-top:14px}.s1157{width:960px;min-height:127px}.ps940{margin-left:148px}.s1158{min-width:598px;width:598px;height:127px}.f267{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1159{min-width:960px;min-height:715px}.ps941{margin-top:18px}.s1160{min-width:960px;min-height:697px}.s1161{height:662px}.ga7{height:697px}.un269 .slider{height:662px}.un269 .slick-list{height:662px}.ps942{margin-top:-122px}.s1163{min-width:960px;width:960px}.s1164{min-width:960px;min-height:455px}.ps943{margin-top:31px}.s1165{width:960px;min-height:390px}.ps944{margin-left:68px}.s1166{min-width:823px;width:823px;height:33px}.f268{font-size:20px;font-size:calc(20px * var(--f));line-height:1.651}.ps945{margin-left:69px;margin-top:30px}.s1167{min-width:817px;width:817px;min-height:327px}.ps946{margin-top:35px}.s1168{min-width:457px;width:457px;min-height:286px}.s1169{min-width:457px;width:457px;height:204px}.f269{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f270{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps948{margin-top:55px}.s1170{min-width:409px;width:409px;min-height:27px}.s1171{min-width:174px;width:174px;min-height:27px}.s1172{min-width:150px;width:150px;height:27px}.f271{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688}.ps949{margin-left:14px;margin-top:8px}.s1173{min-width:10px;width:10px;height:10px}.ps950{margin-left:62px}.s1174{min-width:173px;width:173px;min-height:27px}.s1175{min-width:149px;width:149px;height:27px}.ps951{margin-left:14px;margin-top:8px}.ps952{margin-left:62px}.s1176{min-width:298px;width:298px;min-height:327px}.c326{background-image:url(../images/4/rexx2k-verarbeitet-298.jpg)}.webp .c326{background-image:url(../images/e/rexx2k-verarbeitet-298.webp)}.s1177{min-width:960px;min-height:214px}.s1178{width:960px;min-height:195px}.ps954{margin-left:67px}.s1179{min-width:650px;width:650px;height:195px}.p58{text-indent:-12px}.f272{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f273{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f274{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1180{min-width:960px;min-height:125px}.s1181{width:960px;min-height:102px}.ps956{margin-left:96px}.s1182{min-width:638px;width:638px;height:102px}.s1183{min-width:960px;min-height:274px}.s1184{min-width:960px;min-height:274px}.ps957{margin-top:-244px}.s1185{width:960px;min-height:217px}.ps958{margin-left:28px}.s1186{min-width:905px;width:905px;min-height:217px}.ps959{margin-left:102px}.s1187{min-width:684px;width:684px;min-height:61px}.s1188{min-width:61px;width:61px;min-height:61px}.c328{background-image:url(../images/o/auf-fliese-asset-4-61.png)}.webp .c328{background-image:url(../images/n/auf-fliese-asset-4-61.webp)}.ps960{margin-left:255px}.c329{background-image:url(../images/n/barrierefrei-asset-1-61.png)}.webp .c329{background-image:url(../images/l/barrierefrei-asset-1-61.webp)}.ps961{margin-left:246px}.c330{background-image:url(../images/1/sanierung-asset-5-61.png)}.webp .c330{background-image:url(../images/4/sanierung-asset-5-61.webp)}.ps962{margin-left:26px;margin-top:17px}.s1189{min-width:879px;width:879px;min-height:58px}.s1190{min-width:209px;width:209px;height:57px}.f275{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps964{margin-left:83px}.s1191{min-width:267px;width:267px;height:29px}.ps965{margin-left:54px}.s1192{min-width:266px;width:266px;height:28px}.ps966{margin-top:7px}.s1193{min-width:905px;width:905px;min-height:74px}.s1194{min-width:263px;width:263px;height:73px}.f276{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps968{margin-left:55px}.s1195{min-width:267px;width:267px;height:74px}.ps969{margin-left:54px}.s1196{min-width:266px;width:266px;height:74px}.s1197{min-width:960px;min-height:454px}.s1198{min-width:960px;min-height:177px}.ps970{margin-top:114px}.ps971{margin-top:-154px}.s1199{width:960px;min-height:143px}.ps972{margin-left:3px}.s1200{min-width:935px;width:935px;min-height:143px}.ps973{margin-left:46px}.s1201{min-width:844px;width:844px;min-height:66px}.s1202{min-width:66px;width:66px;min-height:66px;height:66px}.i59{left:0;min-width:66px;max-width:66px;min-height:66px;max-height:66px}.ps974{margin-left:90px}.ps975{margin-left:89px}.ps976{margin-left:90px}.i60{min-width:66px;max-width:66px;min-height:65px;max-height:65px;top:0}.ps977{margin-left:89px}.ps978{margin-left:90px}.ps979{margin-top:20px}.s1203{min-width:935px;width:935px;min-height:57px}.ps980{margin-top:3px}.s1204{min-width:158px;width:158px;height:54px}.f277{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps981{margin-left:-3px;margin-top:3px}.s1205{min-width:159px;width:159px;height:54px}.f278{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps982{margin-left:-3px;margin-top:3px}.s1206{min-width:159px;width:159px;height:54px}.ps983{margin-left:4px;margin-top:3px}.s1207{min-width:148px;width:148px;height:54px}.s1208{min-width:166px;width:166px;height:57px}.ps985{margin-left:780px;margin-top:-57px}.s1209{min-width:155px;width:155px;height:57px}.ps986{margin-top:32px}.s1210{width:960px;min-height:228px}.ps987{margin-left:258px}.s1211{min-width:443px;width:443px;min-height:146px}.s1212{min-width:443px;width:443px;height:49px}.f279{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps989{margin-top:19px}.s1213{min-width:443px;width:443px;height:78px}.f280{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps990{margin-left:-295px;margin-top:168px}.s1214{min-width:130px;height:54px;width:128px}.c332{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f281{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.s1215{min-width:960px;height:460px;--lbas:51;padding-bottom:-98px}.ps991{margin-top:26px}.s1216{width:960px;min-height:434px}.ps992{margin-left:48px}.s1217{min-height:64px}.s1218{min-height:64px;height:64px}.ps993{margin-left:16px}.ps994{margin-left:16px}.ps995{margin-left:16px}.ps996{margin-left:48px;margin-top:10px}.ps997{margin-left:16px;margin-top:10px}.ps998{margin-left:16px;margin-top:10px}.ps999{margin-left:16px;margin-top:10px}.ps1000{margin-left:16px;margin-top:10px}.ps1001{margin-left:48px;margin-top:10px}.ps1002{margin-left:16px;margin-top:10px}.ps1003{margin-left:16px;margin-top:10px}.ps1004{margin-left:16px;margin-top:10px}.ps1005{margin-left:48px;margin-top:10px}.ps1006{margin-left:16px;margin-top:10px}.ps1007{margin-left:48px;margin-top:10px}.ps1008{margin-left:48px;margin-top:10px}.s1219{min-width:960px;min-height:493px}.s1220{width:960px;min-height:493px}.ps1011{margin-left:13px}.s1221{min-width:947px;width:947px;min-height:493px}.ps1012{margin-top:21px}.s1222{min-width:406px;width:406px;min-height:428px}.s1223{min-width:406px;width:406px;height:56px}.f282{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps1014{margin-left:12px;margin-top:16px}.s1224{min-width:381px;width:381px;min-height:262px}.s1225{min-width:381px;width:381px;min-height:262px}.ps1015{margin-left:20px;margin-top:-243px}.s1226{min-width:326px;width:326px;height:35px}.f283{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1016{margin-left:19px;margin-top:-204px}.s1227{min-width:342px;width:342px;height:199px}.ps1017{margin-left:39px;margin-top:42px}.s1228{min-width:327px;width:327px;min-height:52px}.s1229{min-width:145px;height:52px;width:145px}.c336{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px}.f284{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1019{margin-left:37px}.s1230{min-width:145px;height:52px;width:145px}.c337{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px}.ps1020{margin-left:52px}.s1231{min-width:489px;width:489px;min-height:493px}.c338{background-image:url(../images/e/clarum-an-die-wand-spruehen-489.jpg)}.webp .c338{background-image:url(../images/5/clarum-an-die-wand-spruehen-489.webp)}.s1232{min-width:960px;min-height:334px}.ps1021{margin-top:21px}.s1233{width:960px;min-height:277px}.ps1022{margin-left:31px}.s1234{min-width:463px;width:463px;height:60px}.ps1023{margin-left:25px;margin-top:3px}.s1235{min-width:842px;width:842px;min-height:214px}.s1236{min-width:842px;width:842px;min-height:214px}.ps1024{margin-left:18px;margin-top:-192px}.s1237{min-width:806px;width:806px;height:182px}.f285{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f286{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.f287{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.s1238{min-width:960px;min-height:313px}.ps1025{margin-top:21px}.s1239{width:960px;min-height:254px}.s1240{min-width:398px;width:398px;height:60px}.ps1026{margin-left:25px;margin-top:3px}.s1241{min-width:842px;width:842px;min-height:191px}.s1242{min-width:842px;width:842px;min-height:191px}.ps1027{margin-left:19px;margin-top:-174px}.s1243{min-width:806px;width:806px;height:167px}.f288{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.s1244{min-width:960px;height:275px;padding-bottom:-2px}.ps1028{margin-top:45px}.s1245{width:960px;min-height:230px}.ps1029{margin-left:1px}.f289{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.s1251{height:47px}.f290{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps1033{margin-left:12px}.s1253{min-width:227px;width:227px}.ps1035{margin-left:1px}.ps1036{margin-left:1px}.s1255{height:62px}.ps1037{margin-left:13px}.s1257{min-width:212px;width:212px;height:63px}.s1258{height:47px}.ps1041{margin-left:13px}.ps1042{margin-top:-162px}.s1263{min-width:227px;width:227px}.s1266{min-width:227px;width:227px;height:47px}.s1267{min-width:960px;min-height:511px}.ps1045{margin-top:8px}.s1268{width:960px;min-height:45px}.s1269{min-width:960px;width:960px;height:45px}.f291{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1047{margin-top:18px}.s1270{min-width:960px;min-height:440px}.ps1048{margin-top:-407px}.s1271{width:960px;min-height:371px}.ps1049{margin-left:26px}.s1272{min-width:909px;width:909px;min-height:371px}.s1273{min-width:287px;width:287px;min-height:371px}.ps1050{margin-top:-371px}.i63{width:287px;height:193px}.ps1051{margin-left:25px;margin-top:-161px}.s1274{min-width:237px;width:237px;height:24px}.f292{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1052{margin-left:25px;margin-top:-132px}.s1275{min-width:237px;width:237px;height:53px}.ps1053{margin-left:26px;margin-top:-74px}.s1276{min-width:179px;height:54px;width:177px}.c346{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.ps1054{margin-left:23px}.s1277{min-width:287px;width:287px;min-height:371px}.ps1055{margin-top:-371px}.i64{width:287px;height:193px}.ps1056{margin-left:26px;margin-top:-161px}.s1278{min-width:237px;width:237px;height:24px}.f293{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1057{margin-left:26px;margin-top:-132px}.s1279{min-width:237px;width:237px;height:53px}.f294{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1058{margin-left:26px;margin-top:-74px}.s1280{min-width:135px;height:54px;width:133px}.ps1059{margin-left:25px}.s1281{min-width:287px;width:287px;min-height:371px}.s1282{min-width:287px;width:287px;min-height:371px}.s1283{min-width:287px;width:287px;min-height:371px}.ps1061{margin-top:-371px}.s1284{min-width:287px;width:287px;min-height:193px;height:193px}.i65{width:287px;height:193px}.ps1062{margin-left:26px;margin-top:-161px}.s1285{min-width:237px;width:237px;height:24px}.ps1063{margin-left:26px;margin-top:-132px}.s1286{min-width:237px;width:237px;height:53px}.ps1064{margin-left:26px;margin-top:-74px}.s1287{min-width:135px;height:54px;width:133px}.s1288{min-width:960px;min-height:232px}.ps1065{margin-top:26px}.s1289{width:960px;min-height:180px}.ps1066{margin-left:46px}.s1290{min-width:870px;width:870px;height:41px}.ps1068{margin-left:22px;margin-top:24px}.ps1069{margin-left:23px}.i66{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps1070{margin-top:16px}.s1291{min-width:94px;width:94px;height:50px}.f295{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1071{margin-left:83px}.ps1072{margin-left:26px}.s1292{min-width:102px;width:102px;height:48px}.ps1073{margin-left:77px}.ps1074{margin-left:30px}.s1293{min-width:107px;width:107px;height:49px}.ps1075{margin-left:56px}.ps1076{margin-left:45px}.ps1077{margin-top:16px}.s1294{min-width:138px;width:138px;height:51px}.ps1078{margin-left:65px}.ps1079{margin-left:24px}.i67{width:48px;height:48px}.s1295{min-width:94px;width:94px;height:49px}.s1296{min-width:960px;min-height:506px}.s1297{min-width:960px;min-height:506px}.ps1080{margin-top:-483px}.s1298{width:960px;min-height:468px}.ps1081{margin-top:18px}.s1299{min-width:910px;width:910px;min-height:378px}.ps1082{margin-left:44px;margin-top:-344px}.s1300{min-width:98px;width:98px;height:31px}.f296{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1083{margin-left:85px}.s1301{min-width:89px;width:89px;height:31px}.ps1084{margin-left:159px}.s1302{min-width:83px;width:83px;height:31px}.ps1085{margin-left:123px}.s1303{min-width:185px;width:185px;height:31px}.ps1086{margin-top:3px}.s1304{min-width:166px;width:166px;height:141px}.f297{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1087{margin-left:17px;margin-top:3px}.s1305{min-width:218px;width:218px;height:141px}.f298{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1088{margin-left:30px;margin-top:3px}.s1306{min-width:185px;width:185px;height:141px}.ps1089{margin-left:21px;margin-top:3px}.s1307{min-width:185px;width:185px;height:141px}.ps1090{margin-left:44px;margin-top:-145px}.s1308{min-width:110px;height:42px;width:110px}.c350{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f299{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1091{margin-left:15px;margin-top:-146px}.s1309{min-width:108px;height:44px;width:106px}.c351{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1092{margin-left:470px;margin-top:-123px}.s1310{min-width:48px;width:48px;height:48px}.ps1093{margin-left:20px;margin-top:-120px}.s1311{min-width:43px;width:43px;height:43px}.ps1094{margin-left:51px;margin-top:-53px}.s1312{min-width:807px;width:807px;height:25px}.f300{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1095{margin-left:283px;margin-top:15px}.s1313{min-width:341px;width:341px;height:17px}.f301{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f302{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1096{width:960px}.ps1097{margin-left:669px;margin-top:56px}.ps1098{margin-left:37px;margin-top:14px}.s1315{min-width:218px;width:218px;height:26px}.f303{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1316{min-width:148px;width:148px;height:26px}.p61{text-indent:5px}.f304{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1317{min-width:133px;width:133px;height:26px}.s1318{min-width:146px;width:146px;height:26px}.s1319{min-width:209px;width:209px;height:26px}.s1320{min-width:163px;width:163px;height:26px}.s1321{min-width:139px;width:139px;height:26px}.s1322{min-width:125px;width:125px;height:26px}.ps1101{margin-top:7px}.ps1102{margin-top:-1px}.s1323{min-width:189px;width:189px;height:26px}.f305{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1324{min-width:159px;width:159px;height:26px}.s1325{min-width:157px;width:157px;height:26px}.s1326{min-width:187px;width:187px;height:26px}.s1327{min-width:131px;width:131px;height:26px}.s1328{min-width:118px;width:118px;height:26px}.f306{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1329{min-width:128px;width:128px;height:26px}.s1330{min-width:106px;width:106px;height:26px}.s1331{min-width:124px;width:124px;height:26px}.s1332{min-width:133px;width:133px;height:26px}.s1333{min-width:84px;width:84px;min-height:58px;height:59px}.s1334{min-width:84px;width:84px;height:29px}.s1335{min-width:84px;width:84px;min-height:29px}.s1336{min-width:84px;width:84px;height:26px}.ps1105{margin-top:0}.s1337{min-width:76px;width:76px;height:29px}.s1338{min-width:76px;width:76px;min-height:29px}.s1339{min-width:76px;width:76px;height:26px}.s1340{min-width:147px;width:147px;height:26px}.s1341{min-width:108px;width:108px;height:26px}.ps1106{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.c360{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c361{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps1107{margin-left:-19px;margin-top:35px}.s1342{min-width:83px;width:83px;height:28px}.f307{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1108{margin-top:160px;margin-bottom:160px}.s1343{min-width:250px;width:250px;height:calc(100vh - 320px);height:calc(var(--vh, 1vh) * 100 - 320px);}.c365{margin-top:max(calc(50vh - 408px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 408px), 0px);height:497px}.ps1109{margin-left:206px;margin-top:7px}.s1344{min-width:32px;width:32px;height:32px}.c366{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.ps1110{margin-left:14px;margin-top:10px}.s1345{min-width:222px;width:222px;height:439px}.f308{font-size:14px;font-size:calc(14px * var(--f));line-height:1.572}.f309{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1111{margin-top:56px}.c368{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c369{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c370{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c371{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1112{margin-left:10px;margin-top:5px}.input23{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1113{margin-left:2px}.s1346{min-width:68px;height:37px;width:66px}.f310{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1347{height:8px}.f265:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f265:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f265:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f266:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f266:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f266:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f298:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f298:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f298:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c352::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c352:hover:before{opacity:1}.c352:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c353::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c353:hover:before{opacity:1}.c353:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f301:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f301:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f301:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f307:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f307:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f307:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f309:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.f309:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.f309:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}}@media (max-width:959px){.ps934{margin-top:0}.s1153{min-width:320px;min-height:408px}.s1154{width:320px;min-height:386px}.ps937{margin-left:32px}.s1155{min-width:277px;width:277px;height:386px}.f263{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f264{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f265{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f266{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1156{min-width:320px;min-height:256px}.ps939{margin-top:14px}.s1157{width:320px;min-height:221px}.ps940{margin-left:30px}.s1158{min-width:279px;width:279px;height:221px}.f267{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.s1159{min-width:320px;min-height:496px}.ps941{margin-top:18px}.s1160{min-width:320px;min-height:478px}.s1161{height:443px}.ga7{height:478px}.un269 .slider{height:443px}.un269 .slick-list{height:443px}.ps942{margin-top:-130px}.s1163{min-width:320px;width:320px}.s1164{min-width:320px;min-height:1031px}.ps943{margin-top:25px}.s1165{width:320px;min-height:984px}.ps944{margin-left:31px}.s1166{min-width:269px;width:269px;height:132px}.f268{font-size:20px;font-size:calc(20px * var(--f));line-height:1.651;color:#2f4444}.ps945{margin-left:0;margin-top:33px}.s1167{min-width:320px;width:320px;min-height:819px}.ps946{margin-left:30px;margin-top:407px}.s1168{min-width:266px;width:266px;min-height:412px}.s1169{min-width:266px;width:266px;height:322px}.f269{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.f270{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps948{margin-left:1px;margin-top:17px}.s1170{min-width:167px;width:167px;min-height:73px}.s1171{min-width:167px;width:167px}.s1172{min-width:152px;width:152px}.f271{font-size:16px;font-size:calc(16px * var(--f));line-height:1.688;text-transform:none}.ps949{margin-left:4px;margin-top:9px}.s1173{min-width:11px;width:11px;height:11px}.ps950{margin-left:0;margin-top:9px}.s1174{min-width:167px;width:167px;min-height:30px}.s1175{min-width:152px;width:152px;height:30px}.ps951{margin-left:4px;margin-top:7px}.ps952{margin-left:0;margin-top:-819px}.s1176{min-width:320px;width:320px;min-height:370px}.c326{background-image:url(../images/b/rexx2k-verarbeitet-640.jpg)}.webp .c326{background-image:url(../images/b/rexx2k-verarbeitet-640.webp)}.s1177{min-width:320px;min-height:457px}.ps953{margin-top:10px}.s1178{width:320px;min-height:438px}.ps954{margin-left:26px}.s1179{min-width:289px;width:289px;height:438px}.p58{text-indent:-8px}.f272{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;color:#0d1926}.f273{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;color:#0d1926}.f274{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1180{min-width:320px;min-height:232px}.ps955{margin-top:12px}.s1181{width:320px;min-height:205px}.ps956{margin-left:32px}.s1182{min-width:278px;width:278px;height:205px}.s1183{min-width:320px;min-height:672px}.s1184{min-width:320px;min-height:672px}.ps957{margin-top:-638px}.s1185{width:320px;min-height:612px}.ps958{margin-left:31px}.s1186{min-width:269px;width:269px;min-height:612px}.ps959{margin-left:0}.s1187{min-width:70px;width:70px;min-height:473px}.s1188{min-width:70px;width:70px;min-height:72px}.c328{background-image:url(../images/r/auf-fliese-asset-4-140.png)}.webp .c328{background-image:url(../images/j/auf-fliese-asset-4-140.webp)}.ps960{margin-left:0;margin-top:132px}.c329{background-image:url(../images/6/barrierefrei-asset-1-140.png)}.webp .c329{background-image:url(../images/r/barrierefrei-asset-1-140.webp)}.ps961{margin-left:0;margin-top:125px}.c330{background-image:url(../images/c/sanierung-asset-5-140.png)}.webp .c330{background-image:url(../images/8/sanierung-asset-5-140.webp)}.ps962{margin-left:14px;margin-top:0}.s1189{min-width:178px;width:178px;min-height:473px}.ps963{margin-top:0}.s1190{min-width:178px;width:178px;height:72px}.f275{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps964{margin-left:0;margin-top:132px}.s1191{min-width:163px;width:163px;height:43px}.ps965{margin-left:1px;margin-top:154px}.s1192{min-width:164px;width:164px;height:72px}.ps966{margin-left:83px;margin-top:-397px}.s1193{min-width:186px;width:186px;min-height:536px}.ps967{margin-left:2px;margin-top:0}.s1194{min-width:184px;width:184px;height:96px}.f276{font-size:16px;font-size:calc(16px * var(--f))}.ps968{margin-left:0;margin-top:81px}.s1195{min-width:184px;width:184px;height:114px}.ps969{margin-left:0;margin-top:121px}.s1196{min-width:185px;width:185px;height:124px}.s1197{min-width:320px;min-height:691px}.s1198{min-width:320px;min-height:405px}.ps970{margin-top:244px}.ps971{margin-top:-377px}.s1199{width:320px;min-height:355px}.ps972{margin-left:25px}.s1200{min-width:275px;width:275px;min-height:355px}.ps973{margin-left:42px}.s1201{min-width:191px;width:191px;min-height:294px}.s1202{min-width:45px;width:45px;min-height:47px;height:47px}.i59{left:0;min-width:45px;max-width:45px;min-height:45px;max-height:45px;top:1px}.ps974{margin-left:101px}.ps975{margin-left:0;margin-top:77px}.ps976{margin-left:101px;margin-top:77px}.i60{min-width:45px;max-width:45px;min-height:44px;max-height:44px;top:2px}.ps977{margin-left:0;margin-top:76px}.ps978{margin-left:101px;margin-top:76px}.ps979{margin-top:-238px}.s1203{min-width:275px;width:275px;min-height:299px}.ps980{margin-top:0}.s1204{min-width:129px;width:129px;height:53px}.f277{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps981{margin-left:19px;margin-top:0}.s1205{min-width:127px;width:127px;height:53px}.f278{font-family:"Lato 2";font-size:14px;font-size:calc(14px * var(--f));font-weight:400}.ps982{margin-left:11px;margin-top:71px}.s1206{min-width:108px;width:108px;height:58px}.ps983{margin-left:43px;margin-top:71px}.s1207{min-width:100px;width:100px;height:49px}.ps984{margin-left:5px;margin-top:66px}.s1208{min-width:121px;width:121px;height:51px}.ps985{margin-left:25px;margin-top:66px}.s1209{min-width:120px;width:120px;height:51px}.ps986{margin-top:26px}.s1210{width:320px;min-height:249px}.ps987{margin-left:11px;margin-top:77px}.s1211{min-width:296px;width:296px;min-height:172px}.ps988{margin-left:37px}.s1212{min-width:225px;width:225px;height:73px}.f279{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps989{margin-top:10px}.s1213{min-width:296px;width:296px;height:89px}.f280{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.ps990{margin-left:95px;margin-top:-247px}.s1214{min-width:129px;height:45px;width:127px}.c332{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f281{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.s1215{min-width:320px;height:1014px;--lbas:32;padding-bottom:22px}.ps991{margin-top:11px}.s1216{width:320px;min-height:1003px}.ps992{margin-left:14px}.ps993{margin-left:5px}.ps994{margin-left:14px;margin-top:2px}.ps995{margin-left:5px;margin-top:2px}.ps996{margin-left:5px;margin-top:2px}.ps997{margin-left:14px;margin-top:2px}.ps998{margin-left:5px;margin-top:2px}.ps999{margin-left:5px;margin-top:2px}.ps1000{margin-left:14px;margin-top:2px}.ps1001{margin-left:5px;margin-top:2px}.ps1002{margin-left:5px;margin-top:2px}.ps1003{margin-left:14px;margin-top:2px}.ps1004{margin-left:5px;margin-top:2px}.ps1005{margin-left:14px;margin-top:2px}.ps1006{margin-left:14px;margin-top:2px}.ps1007{margin-left:5px;margin-top:2px}.ps1008{margin-left:5px;margin-top:2px}.ps1009{margin-top:0}.s1219{min-width:320px;min-height:1023px}.ps1010{margin-top:30px}.s1220{width:320px;min-height:967px}.ps1011{margin-left:0}.s1221{min-width:320px;width:320px;min-height:967px}.ps1012{margin-left:10px;margin-top:0}.s1222{min-width:299px;width:299px;min-height:967px}.ps1013{margin-left:11px}.s1223{min-width:278px;width:278px;height:69px}.f282{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1014{margin-left:0;margin-top:382px}.s1224{min-width:299px;width:299px;min-height:442px}.s1225{min-width:299px;width:299px;min-height:442px}.ps1015{margin-left:35px;margin-top:-406px}.s1226{min-width:233px;width:233px;height:77px}.ps1016{margin-left:35px;margin-top:-326px}.s1227{min-width:231px;width:231px;height:312px}.ps1017{margin-left:15px;margin-top:28px}.s1228{min-width:270px;width:270px;min-height:46px}.ps1018{margin-left:138px}.s1229{min-width:132px;height:46px;width:132px}.c336{-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f284{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps1019{margin-left:0;margin-top:-44px}.s1230{min-width:110px;height:43px;width:110px}.c337{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1020{margin-left:0;margin-top:-871px}.s1231{min-width:320px;width:320px;min-height:324px}.c338{background-image:url(../images/r/clarum-an-die-wand-spruehen-640.jpg)}.webp .c338{background-image:url(../images/u/clarum-an-die-wand-spruehen-640.webp)}.s1232{min-width:320px;min-height:604px}.ps1021{margin-top:11px}.s1233{width:320px;min-height:566px}.ps1022{margin-left:21px}.s1234{min-width:278px;width:278px;height:69px}.ps1023{margin-left:11px;margin-top:23px}.s1235{min-width:299px;width:299px;min-height:474px}.s1236{min-width:299px;width:299px;min-height:474px}.ps1024{margin-left:35px;margin-top:-446px}.s1237{min-width:231px;width:231px;height:428px}.p60{text-align:left}.f285{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;letter-spacing:normal}.f286{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;letter-spacing:normal}.f287{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;letter-spacing:normal}.s1238{min-width:320px;min-height:526px}.ps1025{margin-top:12px}.s1239{width:320px;min-height:484px}.s1240{min-width:278px;width:278px;height:52px}.ps1026{margin-left:11px;margin-top:19px}.s1241{min-width:299px;width:299px;min-height:413px}.s1242{min-width:299px;width:299px;min-height:413px}.ps1027{margin-left:35px;margin-top:-387px}.s1243{min-width:231px;width:231px;height:375px}.f288{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188;font-weight:300;letter-spacing:normal}.s1244{min-width:320px;height:1228px;padding-bottom:41px}.ps1028{margin-top:27px}.s1245{width:320px;min-height:1201px}.ps1029{margin-left:10px}.s1246{min-width:300px;width:300px;min-height:294px}.s1247{min-width:300px;width:300px;min-height:294px}.s1248{min-width:300px;width:300px;min-height:294px}.c340{background-image:url(../images/u/wohnzimmer102-600.jpg)}.webp .c340{background-image:url(../images/f/wohnzimmer102-600.webp)}.ps1030{margin-top:-193px}.s1249{min-width:300px;width:300px;min-height:97px}.ps1031{margin-left:96px;margin-top:-86px}.s1250{min-width:117px;width:117px;height:43px}.f289{font-size:20px;font-size:calc(20px * var(--f))}.ps1032{margin-left:1px;margin-top:-43px}.s1251{min-width:299px;width:299px;height:42px}.f290{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps1033{margin-left:10px;margin-top:8px}.s1252{min-width:300px;width:300px;min-height:294px}.c342{background-image:url(../images/r/bad-rs-120-600.jpg)}.webp .c342{background-image:url(../images/m/bad-rs-120-600.webp)}.ps1034{margin-top:-197px}.s1253{min-width:300px;width:300px;min-height:97px}.ps1035{margin-left:0;margin-top:-84px}.s1254{min-width:300px;width:300px;height:40px}.ps1036{margin-left:0;margin-top:-41px}.s1255{min-width:300px;width:300px;height:34px}.ps1037{margin-left:10px;margin-top:8px}.c343{background-image:url(../images/6/kuche-weiss-600.jpg)}.webp .c343{background-image:url(../images/j/kuche-weiss-600.webp)}.ps1038{margin-top:-194px}.s1256{min-width:300px;width:300px;min-height:97px}.ps1039{margin-left:0;margin-top:-84px}.s1257{min-width:300px;width:300px;height:42px}.ps1040{margin-left:0;margin-top:-41px}.s1258{min-width:300px;width:300px;height:34px}.ps1041{margin-left:10px;margin-top:9px}.s1259{min-width:300px;width:300px;min-height:294px}.s1260{min-width:300px;width:300px;min-height:294px}.s1261{min-width:300px;width:300px;min-height:294px}.c344{background-image:url(../images/a/spa-beige-blau-beton-boden-600.jpg)}.webp .c344{background-image:url(../images/4/spa-beige-blau-beton-boden-600.webp)}.ps1042{margin-top:-200px}.s1262{min-width:300px;width:300px;min-height:97px}.s1263{min-width:300px;width:300px;min-height:97px}.s1264{min-width:296px;width:296px;min-height:97px}.ps1043{margin-top:-86px}.s1265{min-width:300px;width:300px;height:44px}.ps1044{margin-top:-42px}.s1266{min-width:300px;width:300px;height:39px}.s1267{min-width:320px;min-height:1385px}.ps1045{margin-top:8px}.s1268{width:320px;min-height:102px}.ps1046{margin-left:21px}.s1269{min-width:278px;width:278px;height:102px}.f291{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1047{margin-top:17px}.s1270{min-width:320px;min-height:1258px}.ps1048{margin-top:-1233px}.s1271{width:320px;min-height:1204px}.ps1049{margin-left:9px}.s1272{min-width:301px;width:301px;min-height:1204px}.s1273{min-width:300px;width:300px;min-height:393px}.ps1050{margin-top:-393px}.i63{width:300px;height:193px}.ps1051{margin-left:29px;margin-top:-183px}.s1274{min-width:254px;width:254px;height:41px}.ps1052{margin-left:29px;margin-top:-136px}.s1275{min-width:231px;width:231px;height:62px}.ps1053{margin-left:28px;margin-top:-68px}.s1276{min-width:122px;height:48px;width:120px}.c346{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.ps1054{margin-left:0;margin-top:30px}.s1277{min-width:301px;width:301px;min-height:377px}.ps1055{margin-top:-377px}.i64{width:301px;height:193px}.ps1056{margin-left:27px;margin-top:-170px}.s1278{min-width:233px;width:233px;height:34px}.f293{font-family:"Lato 3";font-weight:700}.ps1057{margin-left:27px;margin-top:-130px}.s1279{min-width:235px;width:235px;height:60px}.f294{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400;color:#232323}.ps1058{margin-left:26px;margin-top:-64px}.s1280{min-width:112px;height:45px;width:110px}.ps1059{margin-left:0;margin-top:29px}.s1281{min-width:299px;width:299px;min-height:375px}.s1282{min-width:299px;width:299px;min-height:375px}.ps1060{margin-left:1px}.s1283{min-width:298px;width:298px;min-height:375px}.ps1061{margin-top:-375px}.s1284{min-width:299px;width:299px;min-height:193px;height:193px}.i65{width:299px;height:193px}.ps1062{margin-left:28px;margin-top:-168px}.s1285{min-width:232px;width:232px;height:32px}.ps1063{margin-left:28px;margin-top:-128px}.s1286{min-width:238px;width:238px;height:59px}.ps1064{margin-left:27px;margin-top:-65px}.s1287{min-width:111px;height:45px;width:109px}.s1288{min-width:320px;min-height:369px}.ps1065{margin-top:33px}.s1289{width:320px;min-height:304px}.ps1066{margin-left:12px}.ps1067{margin-left:2px}.s1290{min-width:290px;width:290px;height:36px}.ps1068{margin-left:0;margin-top:26px}.ps1069{margin-left:17px}.i66{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps1070{margin-top:9px}.s1291{min-width:90px;width:90px;height:48px}.f295{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1071{margin-left:19px}.ps1072{margin-left:14px}.s1292{min-width:81px;width:81px;height:48px}.ps1073{margin-left:21px}.ps1074{margin-left:21px}.s1293{min-width:85px;width:85px;height:48px}.ps1075{margin-left:5px;margin-top:25px}.ps1076{margin-left:53px}.ps1077{margin-top:11px}.s1294{min-width:150px;width:150px;height:49px}.ps1078{margin-left:23px;margin-top:25px}.ps1079{margin-left:13px}.i67{width:50px;height:50px}.s1295{min-width:77px;width:77px;height:49px}.s1296{min-width:320px;min-height:1000px}.s1297{min-width:320px;min-height:1000px}.ps1080{margin-top:-993px}.s1298{width:320px;min-height:993px}.ps1081{margin-top:5px}.s1299{min-width:303px;width:303px;min-height:912px}.ps1082{margin-left:35px;margin-top:-891px}.s1300{min-width:234px;width:234px;height:29px}.f296{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1083{margin-left:0;margin-top:148px}.s1301{min-width:234px;width:234px;height:33px}.ps1084{margin-left:0;margin-top:130px}.s1302{min-width:234px;width:234px;height:34px}.ps1085{margin-left:0;margin-top:178px}.s1303{min-width:234px;width:234px;height:24px}.ps1086{margin-top:-539px}.s1304{min-width:234px;width:234px;height:118px}.f297{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1087{margin-left:0;margin-top:-356px}.s1305{min-width:234px;width:234px;height:89px}.f298{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1088{margin-left:0;margin-top:-192px}.s1306{min-width:182px;width:182px;height:140px}.ps1089{margin-left:0;margin-top:8px}.s1307{min-width:158px;width:158px;height:120px}.ps1090{margin-left:32px;margin-top:-158px}.s1308{min-width:100px;height:41px;width:100px}.c350{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f299{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1091{margin-left:37px;margin-top:-159px}.s1309{min-width:102px;height:43px;width:100px}.c351{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1092{margin-left:232px;margin-top:-451px}.s1310{min-width:40px;width:40px;height:40px}.ps1093{margin-left:235px;margin-top:-402px}.s1311{min-width:35px;width:35px;height:35px}.ps1094{margin-left:36px;margin-top:-71px}.s1312{min-width:233px;width:233px;height:38px}.f300{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1095{margin-left:10px;margin-top:11px}.s1313{min-width:282px;width:282px;height:25px}.f301{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f302{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1096{width:320px}.ps1097{margin-left:80px;margin-top:55px}.ps1098{margin-left:16px}.s1315{min-width:208px;width:208px;height:29px}.f303{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1316{min-width:195px;width:195px;height:26px}.p61{text-indent:0}.f304{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1100{margin-top:1px}.s1317{min-width:195px;width:195px;height:26px}.s1318{min-width:195px;width:195px;height:26px}.s1319{min-width:195px;width:195px;height:26px}.s1320{min-width:195px;width:195px;height:26px}.s1321{min-width:195px;width:195px;height:26px}.s1322{min-width:195px;width:195px;height:26px}.ps1101{margin-top:11px}.ps1103{margin-top:5px}.s1323{min-width:198px;width:198px;height:26px}.f305{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1324{min-width:198px;width:198px;height:26px}.s1325{min-width:198px;width:198px;height:26px}.s1326{min-width:198px;width:198px;height:26px}.s1327{min-width:198px;width:198px;height:26px}.s1328{min-width:187px;width:187px;height:26px}.f306{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1329{min-width:187px;width:187px;height:26px}.s1330{min-width:187px;width:187px;height:26px}.s1331{min-width:187px;width:187px;height:26px}.s1332{min-width:187px;width:187px;height:26px}.s1333{min-width:187px;width:187px}.s1334{min-width:187px;width:187px}.s1335{min-width:187px;width:187px}.ps1104{margin-top:5px}.s1336{min-width:187px;width:187px;height:26px}.s1337{min-width:187px;width:187px}.s1338{min-width:187px;width:187px}.s1339{min-width:187px;width:187px;height:26px}.s1340{min-width:187px;width:187px;height:26px}.s1341{min-width:187px;width:187px;height:26px}.ps1106{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.c360{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c361{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps1107{margin-left:-32px;margin-top:35px}.s1342{min-width:96px;width:96px;height:26px}.f307{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.ps1108{margin-top:60px;margin-bottom:60px}.s1343{min-width:254px;width:254px;height:calc(100vh - 120px);height:calc(var(--vh, 1vh) * 100 - 120px);}.c365{margin-top:max(calc(50vh - 300px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 300px), 0px);height:480px}.ps1109{margin-left:214px;margin-top:2px}.s1344{min-width:33px;width:33px;height:34px}.c366{-webkit-border-radius:17px;-moz-border-radius:17px;border-radius:17px}.ps1110{margin-left:8px;margin-top:-7px}.s1345{min-width:230px;width:230px;height:436px}.f308{font-size:15px;font-size:calc(15px * var(--f));line-height:1.534}.f309{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.ps1111{margin-top:53px}.c371{height:50px}.ps1112{margin-left:8px;margin-top:6px}.input23{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1113{margin-left:2px}.s1346{min-width:60px;height:36px;width:58px}.c372{color:#838b83}.f310{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1347{height:8px}.f265:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f265:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f265:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f266:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f266:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f266:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f298:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f298:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f298:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c352::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c352:hover:before{opacity:1}.c352:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c353::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c353:hover:before{opacity:1}.c353:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f301:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f301:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f301:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f307:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f307:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f307:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334}.f309:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f309:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f309:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c326{background-image:url(../images/u/rexx2k-verarbeitet-744.jpg)}.webp .c326{background-image:url(../images/b/rexx2k-verarbeitet-744.webp)}.c328{background-image:url(../images/r/auf-fliese-asset-4-152.png)}.webp .c328{background-image:url(../images/s/auf-fliese-asset-4-152.webp)}.c329{background-image:url(../images/2/barrierefrei-asset-1-152.png)}.webp .c329{background-image:url(../images/0/barrierefrei-asset-1-152.webp)}.c330{background-image:url(../images/2/sanierung-asset-5-152.png)}.webp .c330{background-image:url(../images/r/sanierung-asset-5-152.webp)}.c338{background-image:url(../images/s/clarum-an-die-wand-spruehen-1222.jpg)}.webp .c338{background-image:url(../images/q/clarum-an-die-wand-spruehen-1222.webp)}.c340{background-image:url(../images/q/wohnzimmer102-452.jpg)}.webp .c340{background-image:url(../images/l/wohnzimmer102-452.webp)}.c342{background-image:url(../images/b/bad-rs-120-460.jpg)}.webp .c342{background-image:url(../images/h/bad-rs-120-460.webp)}.c343{background-image:url(../images/2/kuche-weiss-460.jpg)}.webp .c343{background-image:url(../images/2/kuche-weiss-460.webp)}.c344{background-image:url(../images/0/spa-beige-blau-beton-boden-454.jpg)}.webp .c344{background-image:url(../images/2/spa-beige-blau-beton-boden-454.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c326{background-image:url(../images/5/rexx2k-verarbeitet-596.jpg)}.webp .c326{background-image:url(../images/l/rexx2k-verarbeitet-596.webp)}.c328{background-image:url(../images/1/auf-fliese-asset-4-122.png)}.webp .c328{background-image:url(../images/f/auf-fliese-asset-4-122.webp)}.c329{background-image:url(../images/o/barrierefrei-asset-1-122.png)}.webp .c329{background-image:url(../images/5/barrierefrei-asset-1-122.webp)}.c330{background-image:url(../images/c/sanierung-asset-5-122.png)}.webp .c330{background-image:url(../images/3/sanierung-asset-5-122.webp)}.c338{background-image:url(../images/v/clarum-an-die-wand-spruehen-978.jpg)}.webp .c338{background-image:url(../images/8/clarum-an-die-wand-spruehen-978.webp)}.c340{background-image:url(../images/q/wohnzimmer102-452.jpg)}.webp .c340{background-image:url(../images/l/wohnzimmer102-452.webp)}.c342{background-image:url(../images/b/bad-rs-120-460.jpg)}.webp .c342{background-image:url(../images/h/bad-rs-120-460.webp)}.c343{background-image:url(../images/2/kuche-weiss-460.jpg)}.webp .c343{background-image:url(../images/2/kuche-weiss-460.webp)}.c344{background-image:url(../images/0/spa-beige-blau-beton-boden-454.jpg)}.webp .c344{background-image:url(../images/2/spa-beige-blau-beton-boden-454.webp)}}@media (min-width:320px){.fx9{background-attachment:fixed;background-image:url(../images/5/rexxsolid-bad-grau-green-fugenlos--960.jpg)}.webp .fx9{background-attachment:fixed;background-image:url(../images/6/rexxsolid-bad-grau-green-fugenlos--960.webp)}.c345{background-image:url(../images/t/wassertropfen4-960.jpg)}.webp .c345{background-image:url(../images/t/wassertropfen4-960.webp)}}@media (min-width:480px){.fx9{background-attachment:fixed;background-image:url(../images/5/rexxsolid-bad-grau-green-fugenlos--1536.jpg)}.webp .fx9{background-attachment:fixed;background-image:url(../images/5/rexxsolid-bad-grau-green-fugenlos--1536.webp)}.c345{background-image:url(../images/f/wassertropfen4-1536.jpg)}.webp .c345{background-image:url(../images/e/wassertropfen4-1536.webp)}}@media (min-width:768px){.fx9{background-attachment:fixed;background-image:url(../images/q/rexxsolid-bad-grau-green-fugenlos--960.jpg)}.webp .fx9{background-image:url(../images/p/rexxsolid-bad-grau-green-fugenlos--960.webp);background-attachment:fixed}.c345{background-image:url(../images/j/wassertropfen4-960.jpg)}.webp .c345{background-image:url(../images/f/wassertropfen4-960.webp)}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:768px) and (min-resolution:144dpi){.fx9{background-image:url(../images/7/rexxsolid-bad-grau-green-fugenlos--1920.jpg);background-attachment:fixed}.webp .fx9{background-image:url(../images/k/rexxsolid-bad-grau-green-fugenlos--1920.webp);background-attachment:fixed}.c345{background-image:url(../images/5/wassertropfen4-1920.jpg)}.webp .c345{background-image:url(../images/1/wassertropfen4-1920.webp)}}@media (min-width:960px){.fx9{background-attachment:fixed;background-image:url(../images/9/rexxsolid-bad-grau-green-fugenlos--1200.jpg)}.webp .fx9{background-image:url(../images/9/rexxsolid-bad-grau-green-fugenlos--1200.webp);background-attachment:fixed}.c345{background-image:url(../images/8/wassertropfen4-1200.jpg)}.webp .c345{background-image:url(../images/u/wassertropfen4-1200.webp)}}@media (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:960px) and (min-resolution:144dpi){.fx9{background-image:url(../images/g/rexxsolid-bad-grau-green-fugenlos--2400.jpg);background-attachment:fixed}.webp .fx9{background-image:url(../images/3/rexxsolid-bad-grau-green-fugenlos--2400.webp);background-attachment:fixed}.c345{background-image:url(../images/b/wassertropfen4-2400.jpg)}.webp .c345{background-image:url(../images/e/wassertropfen4-2400.webp)}}@media (min-width:1200px){.fx9{background-attachment:fixed;background-image:url(../images/3/rexxsolid-bad-grau-green-fugenlos--1600.jpg)}.webp .fx9{background-image:url(../images/i/rexxsolid-bad-grau-green-fugenlos--1600.webp);background-attachment:fixed}.c345{background-image:url(../images/d/wassertropfen4-1600.jpg)}.webp .c345{background-image:url(../images/0/wassertropfen4-1600.webp)}}@media (min-width:1600px){.fx9{background-attachment:fixed;background-image:url(../images/a/rexxsolid-bad-grau-green-fugenlos--2000.jpg)}.webp .fx9{background-image:url(../images/8/rexxsolid-bad-grau-green-fugenlos--2000.webp);background-attachment:fixed}.c345{background-image:url(../images/7/wassertropfen4-2000.jpg)}.webp .c345{background-image:url(../images/o/wassertropfen4-2000.webp)}}@media (min-width:2000px){.fx9{background-attachment:fixed;background-image:url(../images/4/rexxsolid-bad-grau-green-fugenlos--2560.jpg)}.webp .fx9{background-image:url(../images/5/rexxsolid-bad-grau-green-fugenlos--2560.webp);background-attachment:fixed}.c345{background-image:url(../images/v/wassertropfen4-2560.jpg)}.webp .c345{background-image:url(../images/g/wassertropfen4-2560.webp)}}.v144{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1153{position:relative;margin-left:518px;margin-top:13px}.s1399{min-width:156px;height:67px;box-sizing:border-box;width:154px;padding-right:0}.c389{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z911{z-index:20}.a32{display:inline-block;width:100%;z-index:1}.f328{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.v145{display:block}.ps1154{position:relative;margin-top:38px}.s1400{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.c390{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z912{z-index:44}.ps1155{display:inline-block;width:0;height:0}.v146{display:inline-block;vertical-align:top;pointer-events:none}.ps1156{position:relative;margin-top:0}.s1401{width:100%;min-width:1200px;min-height:633px}.c391{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z913{z-index:21}.ps1157{position:relative;margin-top:-604px}.v147{display:block;pointer-events:none}.s1402{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.v148{display:inline-block;vertical-align:top}.ps1158{position:relative;margin-left:32px;margin-top:0}.z914{z-index:22}.ps1159{position:relative;margin-left:0;margin-top:0}.c392{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z915{z-index:23}.ps1160{position:relative;margin-left:0;margin-top:22px}.z916{z-index:40}.ps1161{position:relative;margin-left:0;margin-top:0}.s1403{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c393{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z917{z-index:24}.ps1162{position:relative;margin-left:55px;margin-top:-430px}.z918{z-index:25}.v149{display:inline-block;vertical-align:top;pointer-events:auto}.s1404{min-width:123px;width:123px;overflow:hidden;height:39px}.z919{z-index:30}.p66{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f329{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1163{position:relative;margin-left:106px;margin-top:0}.s1405{min-width:111px;width:111px;overflow:hidden;height:39px}.z920{z-index:31}.ps1164{position:relative;margin-left:199px;margin-top:0}.s1406{min-width:104px;width:104px;overflow:hidden;height:39px}.z921{z-index:32}.ps1165{position:relative;margin-left:154px;margin-top:0}.s1407{min-width:231px;width:231px;overflow:hidden;height:39px}.z922{z-index:33}.ps1166{position:relative;margin-left:0;margin-top:4px}.s1408{min-width:207px;width:207px;overflow:hidden;height:176px}.z923{z-index:34}.f330{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1167{position:relative;margin-left:22px;margin-top:4px}.s1409{min-width:273px;width:273px;overflow:hidden;height:176px}.z924{z-index:35}.f331{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1168{position:relative;margin-left:37px;margin-top:4px}.s1410{min-width:231px;width:231px;overflow:hidden;height:176px}.z925{z-index:36}.ps1169{position:relative;margin-left:27px;margin-top:4px}.s1411{min-width:231px;width:231px;overflow:hidden;height:176px}.z926{z-index:37}.ps1170{position:relative;margin-left:55px;margin-top:-181px}.s1412{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c394{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z927{z-index:28}.f332{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1171{position:relative;margin-left:19px;margin-top:-182px}.s1413{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c395{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z928{z-index:26}.ps1172{position:relative;margin-left:588px;margin-top:-153px}.s1414{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c396{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z929{z-index:27}.a33{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1173{position:relative;margin-left:25px;margin-top:-149px}.s1415{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c397{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z930{z-index:29}.ps1174{position:relative;margin-left:64px;margin-top:-66px}.s1416{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z931{z-index:38}.p67{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f333{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1175{position:relative;margin-left:354px;margin-top:19px}.s1417{min-width:426px;width:426px;overflow:hidden;height:21px}.z932{z-index:39}.f334{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f335{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c398{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:2146435128;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1176{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1177{position:relative;margin-left:836px;margin-top:70px}.c399{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c400{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c401{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1418{width:100%;height:100%}.c402{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v150{display:inline-block;vertical-align:top;overflow:visible}.ps1178{position:relative;margin-left:47px;margin-top:18px}.m8{padding:0px 0px 0px 0px}.mcv8{display:inline-block}.ps1179{position:relative;margin-left:0;margin-top:1px}.s1419{min-width:272px;width:272px;overflow:hidden;height:34px}.f336{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v151{display:none}.z933{z-index:9999}.ps1180{position:relative;margin-left:0;margin-top:4px}.s1420{min-width:188px;width:188px;overflow:hidden;height:34px}.p68{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f337{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1181{position:relative;margin-left:0;margin-top:0}.s1421{min-width:170px;width:170px;overflow:hidden;height:34px}.s1422{min-width:186px;width:186px;overflow:hidden;height:34px}.s1423{min-width:267px;width:267px;overflow:hidden;height:34px}.s1424{min-width:208px;width:208px;overflow:hidden;height:34px}.s1425{min-width:177px;width:177px;overflow:hidden;height:34px}.s1426{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1182{position:relative;margin-left:0;margin-top:9px}.ps1183{position:relative;margin-left:0;margin-top:0}.ps1184{position:relative;margin-left:0;margin-top:4px}.s1427{min-width:242px;width:242px;overflow:hidden;height:34px}.f338{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1428{min-width:203px;width:203px;overflow:hidden;height:34px}.s1429{min-width:200px;width:200px;overflow:hidden;height:34px}.s1430{min-width:239px;width:239px;overflow:hidden;height:34px}.s1431{min-width:167px;width:167px;overflow:hidden;height:34px}.s1432{min-width:150px;width:150px;overflow:hidden;height:34px}.f339{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1433{min-width:163px;width:163px;overflow:hidden;height:34px}.s1434{min-width:135px;width:135px;overflow:hidden;height:34px}.s1435{min-width:158px;width:158px;overflow:hidden;height:34px}.s1436{min-width:170px;width:170px;overflow:hidden;height:34px}.s1437{min-width:108px;width:108px;min-height:73px;height:73px}.s1438{min-width:108px;width:108px;height:36px}.s1439{min-width:108px;width:108px;min-height:36px}.ps1185{position:relative;margin-left:0;margin-top:1px}.s1440{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1186{position:relative;margin-left:0;margin-top:1px}.s1441{min-width:96px;width:96px;height:36px}.s1442{min-width:96px;width:96px;min-height:36px}.s1443{min-width:96px;width:96px;overflow:hidden;height:34px}.s1444{min-width:189px;width:189px;overflow:hidden;height:34px}.s1445{min-width:138px;width:138px;overflow:hidden;height:34px}.c403{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:2146435129;pointer-events:none;opacity:0}.v152{display:block;vertical-align:top;pointer-events:auto}.ps1187{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c404{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c405{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c406{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c407{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1188{position:relative;margin-left:12px;margin-top:7px}.input26{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input26::placeholder{color:rgb(169,169,169);opacity:1}.ps1189{position:relative;margin-left:3px;margin-top:0}.s1446{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c408{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f340{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1447{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c409{display:inline-block;position:relative;margin-left:0;margin-top:0}.c389:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c389:active{transition:initial;background-color:#edefeb}.c394:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c394:active{transition:initial;background-color:#edefeb;color:#404040}.c395:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c395:active{transition:initial;background-color:#edefeb}.c396::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c396:hover:before{opacity:1}.c396:hover{border-color:transparent;color:transparent}.c396:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c396:active{transition:initial}.c397::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c397:hover:before{opacity:1}.c397:hover{border-color:transparent;color:transparent}.c397:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c397:active{transition:initial}.c408:hover{background-clip:padding-box;border-color:#000}.c408:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps1153{margin-left:414px;margin-top:10px}.s1399{min-width:125px;height:54px;width:123px}.c389{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f328{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1154{margin-top:29px}.s1400{min-width:960px;min-height:506px}.s1401{min-width:960px;min-height:506px}.ps1157{margin-top:-483px}.s1402{width:960px;min-height:468px}.ps1158{margin-left:26px}.ps1160{margin-top:18px}.s1403{min-width:910px;width:910px;min-height:378px}.ps1162{margin-left:44px;margin-top:-344px}.s1404{min-width:98px;width:98px;height:31px}.f329{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1163{margin-left:85px}.s1405{min-width:89px;width:89px;height:31px}.ps1164{margin-left:159px}.s1406{min-width:83px;width:83px;height:31px}.ps1165{margin-left:123px}.s1407{min-width:185px;width:185px;height:31px}.ps1166{margin-top:3px}.s1408{min-width:166px;width:166px;height:141px}.f330{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1167{margin-left:17px;margin-top:3px}.s1409{min-width:218px;width:218px;height:141px}.f331{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1168{margin-left:30px;margin-top:3px}.s1410{min-width:185px;width:185px;height:141px}.ps1169{margin-left:21px;margin-top:3px}.s1411{min-width:185px;width:185px;height:141px}.ps1170{margin-left:44px;margin-top:-145px}.s1412{min-width:110px;height:42px;width:110px}.c394{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f332{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1171{margin-left:15px;margin-top:-146px}.s1413{min-width:108px;height:44px;width:106px}.c395{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1172{margin-left:470px;margin-top:-123px}.s1414{min-width:48px;width:48px;height:48px}.ps1173{margin-left:20px;margin-top:-120px}.s1415{min-width:43px;width:43px;height:43px}.ps1174{margin-left:51px;margin-top:-53px}.s1416{min-width:807px;width:807px;height:25px}.f333{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1175{margin-left:283px;margin-top:15px}.s1417{min-width:341px;width:341px;height:17px}.f334{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f335{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1176{width:960px}.ps1177{margin-left:669px;margin-top:56px}.ps1178{margin-left:37px;margin-top:14px}.s1419{min-width:218px;width:218px;height:26px}.f336{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1420{min-width:148px;width:148px;height:26px}.p68{text-indent:5px}.f337{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1421{min-width:133px;width:133px;height:26px}.s1422{min-width:146px;width:146px;height:26px}.s1423{min-width:209px;width:209px;height:26px}.s1424{min-width:163px;width:163px;height:26px}.s1425{min-width:139px;width:139px;height:26px}.s1426{min-width:125px;width:125px;height:26px}.ps1182{margin-top:7px}.ps1183{margin-top:-1px}.s1427{min-width:189px;width:189px;height:26px}.f338{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1428{min-width:159px;width:159px;height:26px}.s1429{min-width:157px;width:157px;height:26px}.s1430{min-width:187px;width:187px;height:26px}.s1431{min-width:131px;width:131px;height:26px}.s1432{min-width:118px;width:118px;height:26px}.f339{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1433{min-width:128px;width:128px;height:26px}.s1434{min-width:106px;width:106px;height:26px}.s1435{min-width:124px;width:124px;height:26px}.s1436{min-width:133px;width:133px;height:26px}.s1437{min-width:84px;width:84px;min-height:58px;height:59px}.s1438{min-width:84px;width:84px;height:29px}.s1439{min-width:84px;width:84px;min-height:29px}.s1440{min-width:84px;width:84px;height:26px}.ps1186{margin-top:0}.s1441{min-width:76px;width:76px;height:29px}.s1442{min-width:76px;width:76px;min-height:29px}.s1443{min-width:76px;width:76px;height:26px}.s1444{min-width:147px;width:147px;height:26px}.s1445{min-width:108px;width:108px;height:26px}.ps1187{margin-top:56px}.c404{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c405{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c406{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c407{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1188{margin-left:10px;margin-top:5px}.input26{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1189{margin-left:2px}.s1446{min-width:68px;height:37px;width:66px}.f340{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1447{height:8px}.f331:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f331:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f331:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c396::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c396:hover:before{opacity:1}.c396:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c397::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c397:hover:before{opacity:1}.c397:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f334:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f334:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f334:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.ps1153{margin-left:96px;margin-top:14px}.s1399{min-width:129px;height:45px;width:127px}.c389{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f328{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps1154{margin-top:37px}.s1400{min-width:320px;min-height:1000px}.s1401{min-width:320px;min-height:1000px}.ps1157{margin-top:-993px}.s1402{width:320px;min-height:993px}.ps1158{margin-left:9px}.ps1159{margin-left:11px}.ps1160{margin-top:5px}.s1403{min-width:303px;width:303px;min-height:912px}.ps1162{margin-left:35px;margin-top:-891px}.s1404{min-width:234px;width:234px;height:29px}.f329{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1163{margin-left:0;margin-top:148px}.s1405{min-width:234px;width:234px;height:33px}.ps1164{margin-left:0;margin-top:130px}.s1406{min-width:234px;width:234px;height:34px}.ps1165{margin-left:0;margin-top:178px}.s1407{min-width:234px;width:234px;height:24px}.ps1166{margin-top:-539px}.s1408{min-width:234px;width:234px;height:118px}.f330{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1167{margin-left:0;margin-top:-356px}.s1409{min-width:234px;width:234px;height:89px}.f331{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1168{margin-left:0;margin-top:-192px}.s1410{min-width:182px;width:182px;height:140px}.ps1169{margin-left:0;margin-top:8px}.s1411{min-width:158px;width:158px;height:120px}.ps1170{margin-left:32px;margin-top:-158px}.s1412{min-width:100px;height:41px;width:100px}.c394{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f332{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1171{margin-left:37px;margin-top:-159px}.s1413{min-width:102px;height:43px;width:100px}.c395{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1172{margin-left:232px;margin-top:-451px}.s1414{min-width:40px;width:40px;height:40px}.ps1173{margin-left:235px;margin-top:-402px}.s1415{min-width:35px;width:35px;height:35px}.ps1174{margin-left:36px;margin-top:-71px}.s1416{min-width:233px;width:233px;height:38px}.f333{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1175{margin-left:10px;margin-top:11px}.s1417{min-width:282px;width:282px;height:25px}.f334{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f335{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1176{width:320px}.ps1177{margin-left:80px;margin-top:55px}.ps1178{margin-left:16px}.ps1179{margin-top:0}.s1419{min-width:208px;width:208px;height:29px}.f336{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1420{min-width:195px;width:195px;height:26px}.p68{text-indent:0}.f337{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1181{margin-top:1px}.s1421{min-width:195px;width:195px;height:26px}.s1422{min-width:195px;width:195px;height:26px}.s1423{min-width:195px;width:195px;height:26px}.s1424{min-width:195px;width:195px;height:26px}.s1425{min-width:195px;width:195px;height:26px}.s1426{min-width:195px;width:195px;height:26px}.ps1182{margin-top:11px}.ps1184{margin-top:5px}.s1427{min-width:198px;width:198px;height:26px}.f338{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1428{min-width:198px;width:198px;height:26px}.s1429{min-width:198px;width:198px;height:26px}.s1430{min-width:198px;width:198px;height:26px}.s1431{min-width:198px;width:198px;height:26px}.s1432{min-width:187px;width:187px;height:26px}.f339{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1433{min-width:187px;width:187px;height:26px}.s1434{min-width:187px;width:187px;height:26px}.s1435{min-width:187px;width:187px;height:26px}.s1436{min-width:187px;width:187px;height:26px}.s1437{min-width:187px;width:187px}.s1438{min-width:187px;width:187px}.s1439{min-width:187px;width:187px}.ps1185{margin-top:5px}.s1440{min-width:187px;width:187px;height:26px}.s1441{min-width:187px;width:187px}.s1442{min-width:187px;width:187px}.s1443{min-width:187px;width:187px;height:26px}.s1444{min-width:187px;width:187px;height:26px}.s1445{min-width:187px;width:187px;height:26px}.ps1187{margin-top:53px}.c407{height:50px}.ps1188{margin-left:8px;margin-top:6px}.input26{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1189{margin-left:2px}.s1446{min-width:60px;height:36px;width:58px}.c408{color:#838b83}.f340{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1447{height:8px}.f331:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f331:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f331:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c396::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c396:hover:before{opacity:1}.c396:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c397::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c397:hover:before{opacity:1}.c397:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f334:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f334:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f334:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v164{display:block}.ps1225{position:relative;margin-top:0}.s1490{width:100%;min-width:1200px;height:591px;--lbas:64;--lbab:0;padding-bottom:20px}.c426{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z960{z-index:145}.ps1226{display:inline-block;width:0;height:0}.ps1227{position:relative;margin-top:20px}.v165{display:block;pointer-events:none}.s1491{width:1200px;margin-left:auto;margin-right:auto;height:571px}.v166{display:inline-block;vertical-align:top}.ps1228{position:relative;margin-left:75px;margin-top:0}.s1492{min-width:335px;width:335px;min-height:374px}.c427{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.v167{display:inline-block;vertical-align:top;pointer-events:auto}.ps1229{position:relative;margin-left:0;margin-top:0}.s1493{min-width:335px;width:335px;min-height:374px;height:374px}.i68{position:absolute;left:0;width:335px;top:0;height:374px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i69{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps1230{position:relative;margin-left:23px;margin-top:0}.s1494{min-width:335px;width:335px;min-height:177px}.s1495{min-width:335px;width:335px;min-height:177px;height:177px}.i70{position:absolute;left:0;width:335px;top:0;height:177px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1231{position:relative;margin-left:23px;margin-top:0}.ps1232{position:relative;margin-left:433px;margin-top:-177px}.s1496{min-width:156px;width:156px;min-height:177px}.s1497{min-width:156px;width:156px;min-height:177px;height:177px}.i71{position:absolute;left:0;width:156px;top:0;height:177px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1233{position:relative;margin-left:23px;margin-top:-177px}.ps1234{position:relative;margin-left:23px;margin-top:-177px}.ps1235{position:relative;margin-left:75px;margin-top:20px}.ps1236{position:relative;margin-left:23px;margin-top:20px}.ps1237{position:relative;margin-left:23px;margin-top:20px}.ps1238{position:relative;margin-left:23px;margin-top:20px}.s1498{width:100%;min-width:1200px;min-height:396px;padding-bottom:0}.z961{z-index:166}.ps1239{position:relative;margin-top:38px}.s1499{width:1200px;margin-left:auto;margin-right:auto;min-height:310px}.ps1240{position:relative;margin-left:80px;margin-top:0}.s1500{min-width:607px;width:607px;min-height:310px}.ps1241{position:relative;margin-left:0;margin-top:0}.s1501{min-width:393px;width:393px;overflow:hidden;height:309px}.z962{z-index:143}.p73{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f358{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.901;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f359{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.951;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v168{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1242{position:relative;margin-left:30px;margin-top:243px}.s1502{min-width:184px;height:67px;box-sizing:border-box;width:182px;padding-right:0}.c428{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z963{z-index:144}.a36{display:inline-block;width:100%;z-index:1}.f360{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.s1503{width:100%;min-width:1200px;min-height:497px;padding-bottom:0}.z964{z-index:142}.ps1243{position:relative;margin-top:32px}.s1504{width:1200px;margin-left:auto;margin-right:auto;min-height:436px}.ps1244{position:relative;margin-left:12px;margin-top:0}.s1505{min-width:1171px;width:1171px;min-height:436px}.z965{z-index:131}.ps1245{position:relative;margin-left:251px;margin-top:0}.s1506{min-width:668px;width:668px;overflow:hidden;height:54px}.z966{z-index:132}.f361{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1246{position:relative;margin-left:0;margin-top:38px}.s1507{min-width:1171px;width:1171px;min-height:133px}.z967{z-index:133}.s1508{min-width:153px;width:153px;min-height:133px;height:133px}.z968{z-index:135}.a37{display:block;height:100%}.i72{position:absolute;left:0;width:153px;top:0;height:133px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1247{position:relative;margin-left:17px;margin-top:0}.z969{z-index:136}.ps1248{position:relative;margin-left:16px;margin-top:0}.z970{z-index:137}.ps1249{position:relative;margin-left:17px;margin-top:0}.z971{z-index:138}.ps1250{position:relative;margin-left:17px;margin-top:0}.z972{z-index:139}.z973{z-index:140}.ps1251{position:relative;margin-left:16px;margin-top:0}.z974{z-index:141}.ps1252{position:relative;margin-left:68px;margin-top:40px}.s1509{min-width:1019px;width:1019px;overflow:hidden;height:171px}.z975{z-index:134}.p74{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f362{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f363{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.459;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f364{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s1510{width:100%;min-width:1200px;min-height:840px;padding-bottom:0}.z976{z-index:172}.ps1253{position:relative;margin-top:30px}.s1511{width:1200px;margin-left:auto;margin-right:auto;min-height:779px}.ps1254{position:relative;margin-left:35px;margin-top:0}.s1512{min-width:1121px;width:1121px;min-height:648px}.z977{z-index:98}.s1513{min-width:1121px;width:1121px;min-height:41px}.s1514{min-width:163px;width:163px;overflow:hidden;height:41px}.z978{z-index:99}.p75{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f365{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1255{position:relative;margin-left:29px;margin-top:0}.z979{z-index:100}.ps1256{position:relative;margin-left:29px;margin-top:0}.s1515{min-width:162px;width:162px;overflow:hidden;height:41px}.z980{z-index:101}.ps1257{position:relative;margin-left:29px;margin-top:0}.s1516{min-width:160px;width:160px;overflow:hidden;height:41px}.z981{z-index:102}.ps1258{position:relative;margin-left:33px;margin-top:0}.z982{z-index:103}.ps1259{position:relative;margin-left:27px;margin-top:0}.z983{z-index:106}.ps1260{position:relative;margin-left:0;margin-top:1px}.s1517{min-width:1121px;width:1121px;min-height:163px}.s1518{min-width:163px;width:163px;min-height:163px;height:163px}.z984{z-index:107}.i73{position:absolute;left:0;width:163px;top:0;height:163px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.z985{z-index:104}.ps1261{position:relative;margin-left:28px;margin-top:0}.z986{z-index:105}.ps1262{position:relative;margin-left:29px;margin-top:0}.z987{z-index:110}.ps1263{position:relative;margin-left:29px;margin-top:0}.z988{z-index:108}.ps1264{position:relative;margin-left:28px;margin-top:0}.z989{z-index:109}.i74{position:absolute;left:0;width:163px;top:0;height:163px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ps1265{position:relative;margin-left:0;margin-top:18px}.s1519{min-width:1121px;width:1121px;min-height:204px}.ps1266{position:relative;margin-left:0;margin-top:1px}.s1520{min-width:163px;width:163px;min-height:203px;line-height:0}.ps1267{position:relative;margin-left:0;margin-top:0}.z990{z-index:111}.ps1268{position:relative;margin-left:0;margin-top:-1px}.z991{z-index:118}.ps1269{position:relative;margin-left:29px;margin-top:1px}.s1521{min-width:163px;width:163px;min-height:203px;line-height:0}.s1522{min-width:163px;width:163px;overflow:hidden;height:42px}.z992{z-index:112}.ps1270{position:relative;margin-left:0;margin-top:-2px}.z993{z-index:121}.ps1271{position:relative;margin-left:29px;margin-top:0}.s1523{min-width:163px;width:163px;min-height:204px;line-height:0}.s1524{min-width:163px;width:163px;overflow:hidden;height:40px}.z994{z-index:113}.ps1272{position:relative;margin-left:0;margin-top:1px}.z995{z-index:114}.ps1273{position:relative;margin-left:28px;margin-top:1px}.z996{z-index:115}.z997{z-index:119}.ps1274{position:relative;margin-left:30px;margin-top:1px}.s1525{min-width:162px;width:162px;overflow:hidden;height:42px}.z998{z-index:116}.z999{z-index:120}.ps1275{position:relative;margin-left:27px;margin-top:1px}.s1526{min-width:163px;width:163px;overflow:hidden;height:44px}.z1000{z-index:117}.ps1276{position:relative;margin-left:0;margin-top:-4px}.z1001{z-index:122}.ps1277{position:relative;margin-left:0;margin-top:19px}.s1527{min-width:547px;width:547px;min-height:202px}.s1528{min-width:163px;width:163px;min-height:202px;line-height:0}.s1529{min-width:163px;width:163px;overflow:hidden;height:45px}.z1002{z-index:123}.ps1278{position:relative;margin-left:0;margin-top:-6px}.z1003{z-index:124}.i75{position:absolute;left:0;width:163px;top:0;height:163px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ps1279{position:relative;margin-left:29px;margin-top:0}.s1530{min-width:163px;width:163px;overflow:hidden;height:42px}.z1004{z-index:126}.ps1280{position:relative;margin-left:0;margin-top:-3px}.z1005{z-index:125}.s1531{min-width:163px;width:163px;overflow:hidden;height:47px}.z1006{z-index:127}.ps1281{position:relative;margin-left:0;margin-top:-8px}.z1007{z-index:128}.ps1282{position:relative;margin-left:86px;margin-top:49px}.s1532{min-width:1013px;width:1013px;overflow:hidden;height:82px}.z1008{z-index:129}.s1533{width:100%;min-width:1200px;min-height:859px;padding-bottom:0}.z1009{z-index:40}.v169{display:inline-block;vertical-align:top;pointer-events:none}.s1534{width:100%;min-width:1200px;min-height:541px}.c429{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;z-index:0}.fx10{background-attachment:fixed;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/7/rosthundweiss-640.jpg)}.webp .fx10{background-attachment:fixed;background-image:url(../images/e/rosthundweiss-640.webp)}.ps1283{position:relative;margin-left:0;margin-top:8px}.s1535{min-width:1200px;width:1200px;min-height:1px}.ps1284{position:relative;margin-top:53px}.s1536{width:1200px;margin-left:auto;margin-right:auto;min-height:249px}.ps1285{position:relative;margin-left:93px;margin-top:0}.s1537{min-width:1020px;width:1020px;min-height:249px}.s1538{min-width:792px;width:792px;overflow:hidden;height:61px}.ps1286{position:relative;margin-left:0;margin-top:15px}.s1539{min-width:1020px;width:1020px;overflow:hidden;height:173px}.s1540{width:100%;min-width:1200px;height:324px;padding-bottom:40px}.c430{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent}.z1010{z-index:92}.ps1287{position:relative;margin-top:20px}.s1541{width:1200px;margin-left:auto;margin-right:auto;height:304px}.ps1288{position:relative;margin-left:36px;margin-top:0}.s1542{min-width:333px;width:333px;min-height:304px}.c431{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:transparent;overflow:hidden}.s1543{display:block;height:304px;width:100%;overflow:hidden}.un332 .slider{height:304px}.un332 .slick-list{height:304px}.un332 .slick-prev,.un332 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un332 .slick-prev{left:-25px}
.un332 .slick-next{right:-25px}
.un332 .slider-for{margin-bottom:0px}
.un332 .slider-nav{margin-bottom:0px}
.un332 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un332 .slider-nav .slick-center picture{border-color:transparent}
.un332 .slick-dots{bottom:0px}
.un332 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un332 .slick-dots li button{height:20px;width:20px}
.un332 .slick-dots li button:before{width:20px;height:20px}
.un332 .slick-dots button{color:#404040}
[dir="rtl"] .un332 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un332 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un332 .slick-prev,.un332 .slick-next{{{arrowcolordark}}}
    .un332 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un332 .slick-dots button{{{dotscolordark}}}
}
.ps1289{position:relative;margin-left:65px;margin-top:0}.un333 .slider{height:304px}.un333 .slick-list{height:304px}.un333 .slick-prev,.un333 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un333 .slick-prev{left:-25px}
.un333 .slick-next{right:-25px}
.un333 .slider-for{margin-bottom:0px}
.un333 .slider-nav{margin-bottom:0px}
.un333 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un333 .slider-nav .slick-center picture{border-color:transparent}
.un333 .slick-dots{bottom:0px}
.un333 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un333 .slick-dots li button{height:20px;width:20px}
.un333 .slick-dots li button:before{width:20px;height:20px}
.un333 .slick-dots button{color:#404040}
[dir="rtl"] .un333 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un333 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un333 .slick-prev,.un333 .slick-next{{{arrowcolordark}}}
    .un333 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un333 .slick-dots button{{{dotscolordark}}}
}
.un334 .slider{height:304px}.un334 .slick-list{height:304px}.un334 .slick-prev,.un334 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un334 .slick-prev{left:-25px}
.un334 .slick-next{right:-25px}
.un334 .slider-for{margin-bottom:0px}
.un334 .slider-nav{margin-bottom:0px}
.un334 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un334 .slider-nav .slick-center picture{border-color:transparent}
.un334 .slick-dots{bottom:0px}
.un334 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un334 .slick-dots li button{height:20px;width:20px}
.un334 .slick-dots li button:before{width:20px;height:20px}
.un334 .slick-dots button{color:#404040}
[dir="rtl"] .un334 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un334 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un334 .slick-prev,.un334 .slick-next{{{arrowcolordark}}}
    .un334 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un334 .slick-dots button{{{dotscolordark}}}
}
.s1545{width:100%;min-width:1200px;min-height:639px;padding-bottom:0}.c432{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1011{z-index:85}.ps1290{position:relative;margin-top:43px}.s1546{width:1200px;margin-left:auto;margin-right:auto;min-height:551px}.ps1291{position:relative;margin-left:0;margin-top:0}.s1547{min-width:1200px;width:1200px;overflow:hidden;height:68px}.z1012{z-index:72}.f366{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.468;font-weight:500;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps1292{position:relative;margin-left:32px;margin-top:19px}.z1013{z-index:66}.s1548{min-width:359px;width:359px;min-height:464px;line-height:0}.c433{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z1014{z-index:67}.ps1293{position:relative;margin-left:0;margin-top:-464px}.z1015{z-index:68}.i76{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1294{position:relative;margin-left:32px;margin-top:-202px}.s1549{min-width:296px;width:296px;overflow:hidden;height:30px}.z1016{z-index:69}.f367{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1295{position:relative;margin-left:32px;margin-top:-165px}.s1550{min-width:296px;width:296px;overflow:hidden;height:66px}.z1017{z-index:70}.f368{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1296{position:relative;margin-left:33px;margin-top:-94px}.s1551{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c434{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1018{z-index:71}.f369{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1297{position:relative;margin-left:29px;margin-top:0}.z1019{z-index:78}.s1552{min-width:359px;width:359px;min-height:464px;line-height:0}.z1020{z-index:73}.ps1298{position:relative;margin-left:0;margin-top:-464px}.z1021{z-index:74}.i77{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1299{position:relative;margin-left:32px;margin-top:-202px}.s1553{min-width:296px;width:296px;overflow:hidden;height:30px}.z1022{z-index:75}.ps1300{position:relative;margin-left:32px;margin-top:-165px}.s1554{min-width:296px;width:296px;overflow:hidden;height:66px}.z1023{z-index:76}.ps1301{position:relative;margin-left:33px;margin-top:-94px}.s1555{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z1024{z-index:77}.ps1302{position:relative;margin-left:31px;margin-top:0}.z1025{z-index:84}.s1556{min-width:359px;width:359px;min-height:464px;line-height:0}.z1026{z-index:79}.ps1303{position:relative;margin-left:0;margin-top:-464px}.z1027{z-index:80}.i78{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1304{position:relative;margin-left:32px;margin-top:-202px}.s1557{min-width:296px;width:296px;overflow:hidden;height:30px}.z1028{z-index:81}.ps1305{position:relative;margin-left:32px;margin-top:-165px}.s1558{min-width:296px;width:296px;overflow:hidden;height:66px}.z1029{z-index:82}.ps1306{position:relative;margin-left:33px;margin-top:-95px}.s1559{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z1030{z-index:83}.s1560{width:100%;min-width:1200px;height:286px;padding-bottom:57px}.z1031{z-index:65}.ps1307{position:relative;margin-top:56px}.s1561{width:1200px;margin-left:auto;margin-right:auto;height:230px}.ps1308{position:relative;margin-left:116px;margin-top:0}.s1562{min-width:230px;width:230px;min-height:230px}.z1032{z-index:41}.s1563{min-width:226px;width:226px;min-height:230px}.s1564{min-width:226px;width:226px;min-height:230px;line-height:0}.c435{border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/u/wohnzimmer102-226.jpg)}.z1033{z-index:42}.webp .c435{background-image:url(../images/6/wohnzimmer102-226.webp)}.ps1309{position:relative;margin-left:0;margin-top:-165px}.s1565{min-width:226px;width:226px;min-height:111px}.z1034{z-index:43}.c436{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(66,66,66,0.35)}.z1035{z-index:44}.ps1310{position:relative;margin-left:5px;margin-top:-104px}.s1566{min-width:216px;width:216px;overflow:hidden;height:65px}.z1036{z-index:45}.f370{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.701;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps1311{position:relative;margin-left:5px;margin-top:-49px}.s1567{min-width:216px;width:216px;overflow:hidden;height:48px}.z1037{z-index:46}.f371{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:0 2px 2px #000}.ps1312{position:relative;margin-left:16px;margin-top:0}.z1038{z-index:47}.s1568{min-width:230px;width:230px;min-height:230px}.s1569{min-width:230px;width:230px;min-height:230px;line-height:0}.c437{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/6/bad-rs-120-230.jpg)}.z1039{z-index:48}.webp .c437{background-image:url(../images/l/bad-rs-120-230.webp)}.ps1313{position:relative;margin-left:0;margin-top:-163px}.s1570{min-width:228px;width:228px;min-height:125px}.z1040{z-index:49}.z1041{z-index:50}.ps1314{position:relative;margin-left:2px;margin-top:-104px}.s1571{min-width:226px;width:226px;overflow:hidden;height:65px}.z1042{z-index:51}.ps1315{position:relative;margin-left:2px;margin-top:-49px}.s1572{min-width:221px;width:221px;overflow:hidden;height:63px}.z1043{z-index:52}.ps1316{position:relative;margin-left:16px;margin-top:0}.z1044{z-index:53}.c438{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/8/kuche-weiss-230.jpg)}.z1045{z-index:54}.webp .c438{background-image:url(../images/p/kuche-weiss-230.webp)}.ps1317{position:relative;margin-left:0;margin-top:-163px}.s1573{min-width:230px;width:230px;min-height:111px}.z1046{z-index:55}.z1047{z-index:56}.ps1318{position:relative;margin-left:10px;margin-top:-104px}.s1574{min-width:213px;width:213px;overflow:hidden;height:64px}.z1048{z-index:57}.ps1319{position:relative;margin-left:2px;margin-top:-49px}.s1575{min-width:227px;width:227px;overflow:hidden;height:48px}.z1049{z-index:58}.z1050{z-index:59}.s1576{min-width:228px;width:228px;min-height:230px}.s1577{min-width:228px;width:228px;min-height:230px;line-height:0}.s1578{min-width:227px;width:227px;min-height:230px}.c439{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/h/p6051117-227.jpg)}.z1051{z-index:60}.webp .c439{background-image:url(../images/8/p6051117-227.webp)}.ps1320{position:relative;margin-left:0;margin-top:-163px}.s1579{min-width:228px;width:228px;min-height:111px}.z1052{z-index:61}.s1580{min-width:228px;width:228px;min-height:111px;line-height:0}.s1581{min-width:226px;width:226px;min-height:111px}.z1053{z-index:62}.ps1321{position:relative;margin-left:0;margin-top:-105px}.s1582{min-width:226px;width:226px;overflow:hidden;height:65px}.z1054{z-index:63}.ps1322{position:relative;margin-left:0;margin-top:-49px}.s1583{min-width:228px;width:228px;overflow:hidden;height:48px}.z1055{z-index:64}.s1584{width:100%;min-width:1200px;min-height:290px;padding-bottom:0}.z1056{z-index:22}.ps1323{position:relative;margin-top:32px}.s1585{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps1324{position:relative;margin-left:57px;margin-top:0}.ps1325{position:relative;margin-left:0;margin-top:0}.s1586{min-width:1087px;width:1087px;overflow:hidden;height:51px}.f372{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1326{position:relative;margin-left:28px;margin-top:31px}.ps1327{position:relative;margin-left:29px;margin-top:0}.i79{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps1328{position:relative;margin-left:0;margin-top:20px}.s1587{min-width:118px;width:118px;overflow:hidden;height:62px}.f373{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1329{position:relative;margin-left:103px;margin-top:0}.ps1330{position:relative;margin-left:33px;margin-top:0}.s1588{min-width:127px;width:127px;overflow:hidden;height:60px}.ps1331{position:relative;margin-left:97px;margin-top:0}.ps1332{position:relative;margin-left:37px;margin-top:0}.s1589{min-width:134px;width:134px;overflow:hidden;height:61px}.ps1333{position:relative;margin-left:70px;margin-top:0}.ps1334{position:relative;margin-left:56px;margin-top:0}.ps1335{position:relative;margin-left:0;margin-top:20px}.s1590{min-width:172px;width:172px;overflow:hidden;height:64px}.ps1336{position:relative;margin-left:82px;margin-top:0}.ps1337{position:relative;margin-left:29px;margin-top:0}.i80{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s1591{min-width:118px;width:118px;overflow:hidden;height:61px}.s1592{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z1057{z-index:97}.s1593{width:100%;min-width:1200px;min-height:633px}.z1058{z-index:2}.ps1338{position:relative;margin-top:-604px}.s1594{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1339{position:relative;margin-left:32px;margin-top:0}.z1059{z-index:3}.ps1340{position:relative;margin-left:0;margin-top:0}.c440{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1060{z-index:4}.ps1341{position:relative;margin-left:0;margin-top:22px}.z1061{z-index:21}.s1595{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c441{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1062{z-index:5}.ps1342{position:relative;margin-left:55px;margin-top:-430px}.z1063{z-index:6}.s1596{min-width:123px;width:123px;overflow:hidden;height:39px}.z1064{z-index:11}.f374{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1343{position:relative;margin-left:106px;margin-top:0}.s1597{min-width:111px;width:111px;overflow:hidden;height:39px}.z1065{z-index:12}.ps1344{position:relative;margin-left:199px;margin-top:0}.s1598{min-width:104px;width:104px;overflow:hidden;height:39px}.z1066{z-index:13}.ps1345{position:relative;margin-left:154px;margin-top:0}.s1599{min-width:231px;width:231px;overflow:hidden;height:39px}.z1067{z-index:14}.ps1346{position:relative;margin-left:0;margin-top:4px}.s1600{min-width:207px;width:207px;overflow:hidden;height:176px}.z1068{z-index:15}.f375{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1347{position:relative;margin-left:22px;margin-top:4px}.s1601{min-width:273px;width:273px;overflow:hidden;height:176px}.z1069{z-index:16}.f376{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1348{position:relative;margin-left:37px;margin-top:4px}.s1602{min-width:231px;width:231px;overflow:hidden;height:176px}.z1070{z-index:17}.ps1349{position:relative;margin-left:27px;margin-top:4px}.s1603{min-width:231px;width:231px;overflow:hidden;height:176px}.z1071{z-index:18}.ps1350{position:relative;margin-left:55px;margin-top:-181px}.s1604{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c442{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1072{z-index:9}.f377{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1351{position:relative;margin-left:19px;margin-top:-182px}.s1605{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c443{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1073{z-index:7}.ps1352{position:relative;margin-left:588px;margin-top:-153px}.s1606{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c444{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1074{z-index:8}.a38{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1353{position:relative;margin-left:25px;margin-top:-149px}.s1607{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c445{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1075{z-index:10}.ps1354{position:relative;margin-left:64px;margin-top:-66px}.s1608{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1076{z-index:19}.f378{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1355{position:relative;margin-left:354px;margin-top:19px}.s1609{min-width:426px;width:426px;overflow:hidden;height:21px}.z1077{z-index:20}.f379{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f380{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c446{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:2146435275;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1356{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1357{position:relative;margin-left:836px;margin-top:70px}.c447{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c448{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c449{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1610{width:100%;height:100%}.c450{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v170{display:inline-block;vertical-align:top;overflow:visible}.ps1358{position:relative;margin-left:47px;margin-top:18px}.m9{padding:0px 0px 0px 0px}.mcv9{display:inline-block}.s1611{min-width:272px;width:272px;overflow:hidden;height:34px}.f381{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v171{display:none}.z1078{z-index:9999}.ps1359{position:relative;margin-left:0;margin-top:4px}.s1612{min-width:188px;width:188px;overflow:hidden;height:34px}.p76{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f382{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1360{position:relative;margin-left:0;margin-top:0}.s1613{min-width:170px;width:170px;overflow:hidden;height:34px}.s1614{min-width:186px;width:186px;overflow:hidden;height:34px}.s1615{min-width:267px;width:267px;overflow:hidden;height:34px}.s1616{min-width:208px;width:208px;overflow:hidden;height:34px}.s1617{min-width:177px;width:177px;overflow:hidden;height:34px}.s1618{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1361{position:relative;margin-left:0;margin-top:9px}.ps1362{position:relative;margin-left:0;margin-top:0}.ps1363{position:relative;margin-left:0;margin-top:4px}.s1619{min-width:242px;width:242px;overflow:hidden;height:34px}.f383{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1620{min-width:203px;width:203px;overflow:hidden;height:34px}.s1621{min-width:200px;width:200px;overflow:hidden;height:34px}.s1622{min-width:239px;width:239px;overflow:hidden;height:34px}.s1623{min-width:167px;width:167px;overflow:hidden;height:34px}.s1624{min-width:150px;width:150px;overflow:hidden;height:34px}.f384{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1625{min-width:163px;width:163px;overflow:hidden;height:34px}.s1626{min-width:135px;width:135px;overflow:hidden;height:34px}.s1627{min-width:158px;width:158px;overflow:hidden;height:34px}.s1628{min-width:170px;width:170px;overflow:hidden;height:34px}.s1629{min-width:108px;width:108px;min-height:73px;height:73px}.s1630{min-width:108px;width:108px;height:36px}.s1631{min-width:108px;width:108px;min-height:36px}.ps1364{position:relative;margin-left:0;margin-top:1px}.s1632{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1365{position:relative;margin-left:0;margin-top:1px}.s1633{min-width:96px;width:96px;height:36px}.s1634{min-width:96px;width:96px;min-height:36px}.s1635{min-width:96px;width:96px;overflow:hidden;height:34px}.s1636{min-width:189px;width:189px;overflow:hidden;height:34px}.s1637{min-width:138px;width:138px;overflow:hidden;height:34px}.c451{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}.ps1366{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.c452{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0;background-color:#fff}.c453{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0}.ps1367{position:relative;margin-left:-38px;margin-top:44px}.s1638{min-width:128px;width:128px;overflow:hidden;height:40px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z1079{z-index:174}.f385{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.668;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c454{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;transition:opacity 1s}.ps1368{position:relative;margin-top:200px;margin-bottom:200px;margin-left:0;-webkit-transform:translate3d(0,0,0)}.s1639{min-width:325px;width:325px;height:calc(100vh - 400px);height:calc(var(--vh, 1vh) * 100 - 400px);}.c455{border:0;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0;background-color:#dad9c3}.c456{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:100%;width:100%;-webkit-border-radius:0 13px 13px 0;-moz-border-radius:0 13px 13px 0;border-radius:0 13px 13px 0}.c457{margin-top:max(calc(50vh - 460px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 460px), 0px);height:521px}.ps1369{position:relative;margin-left:267px;margin-top:13px}.s1640{min-width:44px;width:44px;height:44px;box-sizing:border-box}.c458{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;background-color:#838b83;background-image:url(../images/j/close.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}.z1080{z-index:188}.ps1370{position:relative;margin-left:12px;margin-top:-8px}.s1641{min-width:277px;width:277px;overflow:hidden;height:450px}.z1081{z-index:187}.f386{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f387{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:underline;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.c459{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:2146435276;pointer-events:none;opacity:0}.v172{display:block;vertical-align:top;pointer-events:auto}.ps1371{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c460{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c461{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c462{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c463{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1372{position:relative;margin-left:12px;margin-top:7px}.input29{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input29::placeholder{color:rgb(169,169,169);opacity:1}.ps1373{position:relative;margin-left:3px;margin-top:0}.s1642{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c464{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f388{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1643{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c465{display:inline-block;position:relative;margin-left:0;margin-top:0}.c428:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c428:active{transition:initial;background-color:#edefeb}.c434:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c434:active{transition:initial;background-color:#edefeb}.c442:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c442:active{transition:initial;background-color:#edefeb;color:#404040}.c443:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c443:active{transition:initial;background-color:#edefeb}.c444::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c444:hover:before{opacity:1}.c444:hover{border-color:transparent;color:transparent}.c444:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c444:active{transition:initial}.c445::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c445:hover:before{opacity:1}.c445:hover{border-color:transparent;color:transparent}.c445:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c445:active{transition:initial}.c458:hover{background-color:#edefeb;color:#000;background-clip:padding-box;border:0}.c458:active{transition:initial;color:#fff}.c464:hover{background-clip:padding-box;border-color:#000}.c464:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s1490{min-width:960px;height:644px;--lbas:51;padding-bottom:-155px}.ps1227{margin-top:16px}.s1491{width:960px;min-height:628px}.ps1228{margin-left:73px}.s1492{min-width:314px;width:314px;min-height:306px}.s1493{min-width:314px;width:314px;min-height:306px;height:306px}.i68{width:314px;height:306px}.ps1230{margin-left:18px}.s1494{min-width:314px;width:314px;min-height:145px}.s1495{min-width:314px;width:314px;min-height:145px;height:145px}.i70{width:314px;height:145px}.ps1231{margin-left:405px;margin-top:-145px}.ps1232{margin-left:19px;margin-top:-145px}.s1496{min-width:148px;width:148px;min-height:145px}.s1497{min-width:148px;width:148px;min-height:145px;height:145px}.i71{width:148px;height:145px}.ps1233{margin-left:73px;margin-top:16px}.ps1234{margin-left:18px;margin-top:16px}.ps1235{margin-left:19px;margin-top:16px}.ps1236{margin-left:73px;margin-top:16px}.ps1237{margin-left:18px;margin-top:16px}.ps1238{margin-left:19px;margin-top:16px}.s1498{min-width:960px;min-height:317px}.ps1239{margin-top:30px}.s1499{width:960px;min-height:248px}.ps1240{margin-left:64px}.s1500{min-width:486px;width:486px;min-height:248px}.s1501{min-width:314px;width:314px;height:247px}.f358{font-size:16px;font-size:calc(16px * var(--f));line-height:1.876}.f359{font-size:16px;font-size:calc(16px * var(--f));line-height:1.938}.ps1242{margin-left:24px;margin-top:194px}.s1502{min-width:148px;height:54px;width:146px}.c428{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f360{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.s1503{min-width:960px;min-height:398px}.ps1243{margin-top:26px}.s1504{width:960px;min-height:349px}.ps1244{margin-left:10px}.s1505{min-width:936px;width:936px;min-height:349px}.ps1245{margin-left:200px}.s1506{min-width:534px;width:534px;height:43px}.f361{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps1246{margin-top:30px}.s1507{min-width:936px;width:936px;min-height:106px}.s1508{min-width:122px;width:122px;min-height:106px;height:106px}.i72{width:122px;height:106px}.ps1247{margin-left:14px}.ps1248{margin-left:13px}.ps1249{margin-left:14px}.ps1250{margin-left:14px}.ps1251{margin-left:13px}.ps1252{margin-left:54px;margin-top:33px}.s1509{min-width:815px;width:815px;height:137px}.f362{font-size:19px;font-size:calc(19px * var(--f));line-height:1.475}.f363{font-size:19px;font-size:calc(19px * var(--f));line-height:1.475}.f364{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1510{min-width:960px;min-height:672px}.ps1253{margin-top:24px}.s1511{width:960px;min-height:623px}.ps1254{margin-left:28px}.s1512{min-width:896px;width:896px;min-height:518px}.s1513{min-width:896px;width:896px;min-height:33px}.s1514{min-width:130px;width:130px;height:33px}.f365{font-size:16px;font-size:calc(16px * var(--f));line-height:1.188}.ps1255{margin-left:24px}.ps1256{margin-left:23px}.s1515{min-width:130px;width:130px;height:33px}.ps1257{margin-left:23px}.s1516{min-width:128px;width:128px;height:33px}.ps1258{margin-left:26px}.ps1259{margin-left:22px}.ps1260{margin-top:0}.s1517{min-width:896px;width:896px;min-height:130px}.s1518{min-width:130px;width:130px;min-height:130px;height:130px}.i73{width:130px;height:130px}.ps1261{margin-left:22px}.ps1262{margin-left:24px}.ps1263{margin-left:24px}.ps1264{margin-left:22px}.i74{width:130px;height:130px}.ps1265{margin-top:15px}.s1519{min-width:896px;width:896px;min-height:163px}.s1520{min-width:130px;width:130px;min-height:162px}.ps1269{margin-left:24px}.s1521{min-width:130px;width:130px;min-height:162px}.s1522{min-width:130px;width:130px;height:34px}.ps1271{margin-left:23px}.s1523{min-width:130px;width:130px;min-height:163px}.s1524{min-width:130px;width:130px;height:32px}.ps1273{margin-left:23px}.ps1274{margin-left:24px}.s1525{min-width:130px;width:130px;height:34px}.ps1275{margin-left:22px}.s1526{min-width:130px;width:130px;height:35px}.ps1276{margin-top:-3px}.ps1277{margin-top:16px}.s1527{min-width:437px;width:437px;min-height:161px}.s1528{min-width:130px;width:130px;min-height:161px}.s1529{min-width:130px;width:130px;height:36px}.ps1278{margin-top:-5px}.i75{width:130px;height:130px}.ps1279{margin-left:24px}.s1530{min-width:130px;width:130px;height:34px}.s1531{min-width:130px;width:130px;height:38px}.ps1281{margin-top:-7px}.ps1282{margin-left:69px;margin-top:39px}.s1532{min-width:810px;width:810px;height:66px}.s1533{min-width:960px;min-height:687px}.s1534{min-width:960px;min-height:433px}.ps1283{margin-top:6px}.s1535{min-width:960px;width:960px}.ps1284{margin-top:42px}.s1536{width:960px;min-height:199px}.ps1285{margin-left:74px}.s1537{min-width:816px;width:816px;min-height:199px}.s1538{min-width:634px;width:634px;height:49px}.ps1286{margin-top:12px}.s1539{min-width:816px;width:816px;height:138px}.s1540{min-width:960px;height:300px;padding-bottom:-9px}.ps1287{margin-top:16px}.s1541{width:960px;min-height:284px}.ps1288{margin-left:9px}.s1542{min-width:301px;width:301px;min-height:284px}.s1543{height:284px}.un332 .slider{height:284px}.un332 .slick-list{height:284px}.ps1289{margin-left:20px}.un333 .slider{height:284px}.un333 .slick-list{height:284px}.un334 .slider{height:284px}.un334 .slick-list{height:284px}.s1545{min-width:960px;min-height:511px}.ps1290{margin-top:35px}.s1546{width:960px;min-height:440px}.s1547{min-width:960px;width:960px;height:54px}.f366{font-size:24px;font-size:calc(24px * var(--f));line-height:1.459}.ps1292{margin-left:26px;margin-top:15px}.s1548{min-width:287px;width:287px;min-height:371px}.ps1293{margin-top:-371px}.i76{width:287px;height:193px}.ps1294{margin-left:25px;margin-top:-161px}.s1549{min-width:237px;width:237px;height:24px}.f367{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1295{margin-left:25px;margin-top:-132px}.s1550{min-width:237px;width:237px;height:53px}.f368{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1296{margin-left:26px;margin-top:-75px}.s1551{min-width:135px;height:54px;width:133px}.c434{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f369{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1297{margin-left:23px}.s1552{min-width:287px;width:287px;min-height:371px}.ps1298{margin-top:-371px}.i77{width:287px;height:193px}.ps1299{margin-left:26px;margin-top:-161px}.s1553{min-width:237px;width:237px;height:24px}.ps1300{margin-left:26px;margin-top:-132px}.s1554{min-width:237px;width:237px;height:53px}.ps1301{margin-left:26px;margin-top:-75px}.s1555{min-width:135px;height:54px;width:133px}.ps1302{margin-left:25px}.s1556{min-width:287px;width:287px;min-height:371px}.ps1303{margin-top:-371px}.i78{width:287px;height:193px}.ps1304{margin-left:26px;margin-top:-161px}.s1557{min-width:237px;width:237px;height:24px}.ps1305{margin-left:26px;margin-top:-132px}.s1558{min-width:237px;width:237px;height:53px}.ps1306{margin-left:26px;margin-top:-76px}.s1559{min-width:135px;height:54px;width:133px}.s1560{min-width:960px;height:275px;padding-bottom:-1px}.ps1307{margin-top:45px}.s1561{width:960px;min-height:230px}.ps1308{margin-left:9px}.s1562{min-width:226px;width:226px}.s1563{min-width:222px;width:222px}.s1564{min-width:222px;width:222px}.c435{background-image:url(../images/1/wohnzimmer102-222.jpg)}.webp .c435{background-image:url(../images/2/wohnzimmer102-222.webp)}.s1565{min-width:222px;width:222px}.ps1310{margin-left:4px}.s1566{min-width:212px;width:212px}.f370{font-size:24px;font-size:calc(24px * var(--f));line-height:1.709}.ps1311{margin-left:4px}.s1567{min-width:212px;width:212px;height:47px}.f371{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps1312{margin-left:12px}.s1568{min-width:225px;width:225px}.s1569{min-width:225px;width:225px}.c437{background-image:url(../images/j/bad-rs-120-226.jpg)}.webp .c437{background-image:url(../images/p/bad-rs-120-226.webp)}.s1570{min-width:223px;width:223px;min-height:123px}.ps1314{margin-left:1px;margin-top:-105px}.s1571{min-width:222px;width:222px}.ps1315{margin-left:1px;margin-top:-50px}.s1572{min-width:217px;width:217px;height:62px}.ps1316{margin-left:13px}.c438{background-image:url(../images/8/kuche-weiss-226-1.jpg)}.webp .c438{background-image:url(../images/j/kuche-weiss-226.webp)}.s1573{min-width:225px;width:225px}.ps1318{margin-left:9px;margin-top:-105px}.s1574{min-width:208px;width:208px;height:63px}.ps1319{margin-top:-50px}.s1575{min-width:223px;width:223px;height:47px}.s1576{min-width:224px;width:224px}.s1577{min-width:224px;width:224px}.s1578{min-width:223px;width:223px}.c439{background-image:url(../images/p/p6051117-224.jpg)}.webp .c439{background-image:url(../images/8/p6051117-224.webp)}.ps1320{margin-top:-162px}.s1579{min-width:224px;width:224px}.s1580{min-width:223px;width:223px}.s1581{min-width:222px;width:222px}.s1582{min-width:222px;width:222px}.ps1322{margin-top:-50px}.s1583{min-width:223px;width:223px;height:47px}.s1584{min-width:960px;min-height:232px}.ps1323{margin-top:26px}.s1585{width:960px;min-height:181px}.ps1324{margin-left:46px}.s1586{min-width:870px;width:870px;height:41px}.f372{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps1326{margin-left:22px;margin-top:25px}.ps1327{margin-left:23px}.i79{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps1328{margin-top:16px}.s1587{min-width:94px;width:94px;height:50px}.f373{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1329{margin-left:83px}.ps1330{margin-left:26px}.s1588{min-width:102px;width:102px;height:48px}.ps1331{margin-left:77px}.ps1332{margin-left:30px}.s1589{min-width:107px;width:107px;height:49px}.ps1333{margin-left:56px}.ps1334{margin-left:45px}.ps1335{margin-top:16px}.s1590{min-width:138px;width:138px;height:51px}.ps1336{margin-left:65px}.ps1337{margin-left:24px}.i80{width:48px;height:48px}.s1591{min-width:94px;width:94px;height:49px}.s1592{min-width:960px;min-height:506px}.s1593{min-width:960px;min-height:506px}.ps1338{margin-top:-483px}.s1594{width:960px;min-height:467px}.ps1339{margin-left:26px}.ps1341{margin-top:18px}.s1595{min-width:910px;width:910px;min-height:378px}.ps1342{margin-left:44px;margin-top:-345px}.s1596{min-width:98px;width:98px;height:31px}.f374{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1343{margin-left:85px}.s1597{min-width:89px;width:89px;height:31px}.ps1344{margin-left:159px}.s1598{min-width:83px;width:83px;height:31px}.ps1345{margin-left:123px}.s1599{min-width:185px;width:185px;height:31px}.s1600{min-width:166px;width:166px;height:141px}.f375{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1347{margin-left:17px}.s1601{min-width:218px;width:218px;height:141px}.f376{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1348{margin-left:30px}.s1602{min-width:185px;width:185px;height:141px}.ps1349{margin-left:21px}.s1603{min-width:185px;width:185px;height:141px}.ps1350{margin-left:44px;margin-top:-146px}.s1604{min-width:110px;height:42px;width:110px}.c442{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f377{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1351{margin-left:15px;margin-top:-147px}.s1605{min-width:108px;height:44px;width:106px}.c443{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1352{margin-left:470px;margin-top:-123px}.s1606{min-width:48px;width:48px;height:48px}.ps1353{margin-left:20px;margin-top:-120px}.s1607{min-width:43px;width:43px;height:43px}.ps1354{margin-left:51px;margin-top:-54px}.s1608{min-width:807px;width:807px;height:25px}.f378{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1355{margin-left:283px;margin-top:14px}.s1609{min-width:341px;width:341px;height:17px}.f379{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f380{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1356{width:960px}.ps1357{margin-left:669px;margin-top:56px}.ps1358{margin-left:37px;margin-top:14px}.s1611{min-width:218px;width:218px;height:26px}.f381{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1612{min-width:148px;width:148px;height:26px}.p76{text-indent:5px}.f382{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1613{min-width:133px;width:133px;height:26px}.s1614{min-width:146px;width:146px;height:26px}.s1615{min-width:209px;width:209px;height:26px}.s1616{min-width:163px;width:163px;height:26px}.s1617{min-width:139px;width:139px;height:26px}.s1618{min-width:125px;width:125px;height:26px}.ps1361{margin-top:7px}.ps1362{margin-top:-1px}.s1619{min-width:189px;width:189px;height:26px}.f383{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1620{min-width:159px;width:159px;height:26px}.s1621{min-width:157px;width:157px;height:26px}.s1622{min-width:187px;width:187px;height:26px}.s1623{min-width:131px;width:131px;height:26px}.s1624{min-width:118px;width:118px;height:26px}.f384{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1625{min-width:128px;width:128px;height:26px}.s1626{min-width:106px;width:106px;height:26px}.s1627{min-width:124px;width:124px;height:26px}.s1628{min-width:133px;width:133px;height:26px}.s1629{min-width:84px;width:84px;min-height:58px;height:59px}.s1630{min-width:84px;width:84px;height:29px}.s1631{min-width:84px;width:84px;min-height:29px}.s1632{min-width:84px;width:84px;height:26px}.ps1365{margin-top:0}.s1633{min-width:76px;width:76px;height:29px}.s1634{min-width:76px;width:76px;min-height:29px}.s1635{min-width:76px;width:76px;height:26px}.s1636{min-width:147px;width:147px;height:26px}.s1637{min-width:108px;width:108px;height:26px}.ps1366{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.c452{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c453{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps1367{margin-left:-30px;margin-top:37px}.s1638{min-width:100px;width:100px;height:32px}.f385{font-size:14px;font-size:calc(14px * var(--f));line-height:1.715}.ps1368{margin-top:160px;margin-bottom:160px}.s1639{min-width:260px;width:260px;height:calc(100vh - 320px);height:calc(var(--vh, 1vh) * 100 - 320px);}.c457{margin-top:max(calc(50vh - 368px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 368px), 0px);height:417px}.ps1369{margin-left:214px;margin-top:11px}.s1640{min-width:35px;width:35px;height:35px}.c458{-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px}.ps1370{margin-left:9px;margin-top:-7px}.s1641{min-width:222px;width:222px;height:360px}.f386{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.f387{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1371{margin-top:56px}.c460{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c461{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c462{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c463{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1372{margin-left:10px;margin-top:5px}.input29{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1373{margin-left:2px}.s1642{min-width:68px;height:37px;width:66px}.f388{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1643{height:8px}.f376:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f376:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f376:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c444::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c444:hover:before{opacity:1}.c444:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c445::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c445:hover:before{opacity:1}.c445:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f379:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f379:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f379:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f385:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.715}.f385:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.715}.f385:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.715}.f387:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.f387:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.f387:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}}@media (max-width:959px){.s1490{min-width:320px;height:910px;--lbas:32;padding-bottom:11px}.ps1227{margin-top:5px}.s1491{width:320px;min-height:905px}.ps1228{margin-left:2px}.s1492{min-width:156px;width:156px;min-height:177px}.s1493{min-width:156px;width:156px;min-height:177px;height:177px}.i68{width:156px;height:177px}.ps1230{margin-left:5px}.s1494{min-width:156px;width:156px}.s1495{min-width:156px;width:156px}.i70{width:156px}.ps1231{margin-left:2px;margin-top:5px}.ps1232{margin-left:5px;margin-top:5px}.ps1233{margin-left:2px;margin-top:5px}.ps1234{margin-left:5px;margin-top:5px}.ps1235{margin-left:2px;margin-top:5px}.ps1236{margin-left:5px;margin-top:5px}.ps1237{margin-left:2px;margin-top:5px}.ps1238{margin-left:5px;margin-top:5px}.s1498{min-width:320px;min-height:368px}.ps1239{margin-top:22px}.s1499{width:320px;min-height:332px}.ps1240{margin-left:27px}.s1500{min-width:279px;width:279px;min-height:332px}.ps1241{margin-top:77px}.s1501{min-width:279px;width:279px;height:255px}.f358{font-size:16px;font-size:calc(16px * var(--f));line-height:1.876}.f359{font-size:16px;font-size:calc(16px * var(--f));line-height:1.938}.ps1242{margin-left:61px;margin-top:-332px}.s1502{min-width:145px;height:45px;width:143px}.c428{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f360{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.s1503{min-width:320px;min-height:713px}.ps1243{margin-top:22px}.s1504{width:320px;min-height:675px}.ps1244{margin-left:29px}.s1505{min-width:278px;width:278px;min-height:675px}.ps1245{margin-left:4px}.s1506{min-width:270px;width:270px;height:75px}.f361{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1246{margin-top:12px}.s1507{min-width:278px;width:278px;min-height:280px}.s1508{min-width:90px;width:90px;min-height:90px;height:90px}.i72{width:90px;height:90px}.ps1247{margin-left:4px}.ps1248{margin-left:4px}.ps1249{margin-left:0;margin-top:5px}.ps1250{margin-left:4px;margin-top:5px}.ps1251{margin-left:0;margin-top:5px}.ps1252{margin-left:2px;margin-top:30px}.s1509{min-width:275px;width:275px;height:278px}.f362{font-size:22px;font-size:calc(22px * var(--f));line-height:1.456}.f363{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f364{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1510{min-width:320px;min-height:809px}.ps1253{margin-top:10px}.s1511{width:320px;min-height:776px}.ps1254{margin-left:30px}.s1512{min-width:281px;width:281px;min-height:618px}.s1513{min-width:280px;width:280px;min-height:153px}.s1514{min-width:90px;width:90px;height:29px}.f365{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1255{margin-left:5px}.ps1256{margin-left:4px}.s1515{min-width:90px;width:90px;height:29px}.ps1257{margin-left:0;margin-top:95px}.s1516{min-width:90px;width:90px;height:29px}.ps1258{margin-left:5px;margin-top:95px}.ps1259{margin-left:5px;margin-top:95px}.ps1260{margin-top:-124px}.s1517{min-width:280px;width:280px;min-height:214px}.s1518{min-width:90px;width:90px;min-height:90px;height:90px}.i73{width:90px;height:90px}.ps1261{margin-left:5px}.ps1262{margin-left:0;margin-top:34px}.ps1263{margin-left:5px;margin-top:34px}.ps1264{margin-left:5px;margin-top:34px}.i74{width:90px;height:90px}.ps1265{margin-top:5px}.s1519{min-width:280px;width:280px;min-height:245px}.s1520{min-width:91px;width:91px;min-height:119px}.ps1267{margin-left:1px}.ps1268{margin-top:0}.ps1269{margin-left:4px;margin-top:0}.s1521{min-width:90px;width:90px;min-height:119px}.s1522{min-width:90px;width:90px;height:29px}.ps1270{margin-top:0}.ps1271{margin-left:5px}.s1523{min-width:90px;width:90px;min-height:119px}.s1524{min-width:90px;width:90px;height:29px}.ps1272{margin-top:0}.ps1273{margin-left:0;margin-top:6px}.ps1274{margin-left:5px;margin-top:6px}.s1525{min-width:90px;width:90px;height:29px}.ps1275{margin-left:5px;margin-top:6px}.s1526{min-width:90px;width:90px;height:29px}.ps1276{margin-top:0}.ps1277{margin-top:6px}.s1527{min-width:281px;width:281px;min-height:119px}.s1528{min-width:90px;width:90px;min-height:119px}.s1529{min-width:89px;width:89px;height:29px}.ps1278{margin-top:0}.i75{width:90px;height:90px}.ps1279{margin-left:6px}.s1530{min-width:89px;width:89px;height:29px}.ps1280{margin-top:0}.s1531{min-width:89px;width:89px;height:29px}.ps1281{margin-top:0}.ps1282{margin-left:31px;margin-top:28px}.s1532{min-width:274px;width:274px;height:130px}.s1533{min-width:320px;min-height:820px}.s1534{min-width:320px;min-height:381px}.ps1283{margin-top:114px}.s1535{min-width:320px;width:320px}.ps1284{margin-top:27px}.s1536{width:320px;min-height:403px}.ps1285{margin-left:31px}.s1537{min-width:272px;width:272px;min-height:403px}.s1538{min-width:270px;width:270px;height:76px}.ps1286{margin-top:24px}.s1539{min-width:272px;width:272px;height:303px}.s1540{min-width:320px;height:967px;padding-bottom:37px}.ps1287{margin-top:21px}.s1541{width:320px;min-height:946px}.ps1288{margin-left:10px}.s1542{min-width:301px;width:301px}.un332 .slider{height:304px}.un332 .slick-list{height:304px}.ps1289{margin-left:10px;margin-top:17px}.un333 .slider{height:304px}.un333 .slick-list{height:304px}.un334 .slider{height:304px}.un334 .slick-list{height:304px}.s1545{min-width:320px;min-height:1326px}.ps1290{margin-top:20px}.s1546{width:320px;min-height:1279px}.ps1291{margin-left:27px}.s1547{min-width:270px;width:270px;height:65px}.f366{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1292{margin-left:9px;margin-top:10px}.s1548{min-width:300px;width:300px;min-height:393px}.ps1293{margin-top:-393px}.i76{width:300px;height:193px}.ps1294{margin-left:29px;margin-top:-183px}.s1549{min-width:254px;width:254px;height:41px}.ps1295{margin-left:29px;margin-top:-136px}.s1550{min-width:231px;width:231px;height:62px}.f368{font-size:16px;font-size:calc(16px * var(--f))}.ps1296{margin-left:28px;margin-top:-70px}.s1551{min-width:118px;height:48px;width:116px}.c434{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f369{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps1297{margin-left:0;margin-top:30px}.s1552{min-width:301px;width:301px;min-height:377px}.ps1298{margin-top:-377px}.i77{width:301px;height:193px}.ps1299{margin-left:27px;margin-top:-170px}.s1553{min-width:233px;width:233px;height:34px}.ps1300{margin-left:27px;margin-top:-130px}.s1554{min-width:235px;width:235px;height:60px}.ps1301{margin-left:26px;margin-top:-67px}.s1555{min-width:112px;height:45px;width:110px}.ps1302{margin-left:0;margin-top:29px}.s1556{min-width:299px;width:299px;min-height:375px}.ps1303{margin-top:-375px}.i78{width:299px;height:193px}.ps1304{margin-left:28px;margin-top:-168px}.s1557{min-width:232px;width:232px;height:32px}.ps1305{margin-left:28px;margin-top:-128px}.s1558{min-width:238px;width:238px;height:59px}.ps1306{margin-left:27px;margin-top:-67px}.s1559{min-width:111px;height:45px;width:109px}.s1560{min-width:320px;height:1248px;padding-bottom:40px}.ps1307{margin-top:27px}.s1561{width:320px;min-height:1221px}.ps1308{margin-left:10px}.s1562{min-width:300px;width:300px;min-height:300px}.s1563{min-width:300px;width:300px;min-height:300px}.s1564{min-width:300px;width:300px;min-height:300px}.c435{background-image:url(../images/c/wohnzimmer102-600.jpg)}.webp .c435{background-image:url(../images/8/wohnzimmer102-600.webp)}.ps1309{margin-top:-197px}.s1565{min-width:300px;width:300px;min-height:99px}.ps1310{margin-left:96px;margin-top:-88px}.s1566{min-width:117px;width:117px;height:43px}.f370{font-size:20px;font-size:calc(20px * var(--f))}.ps1311{margin-left:1px;margin-top:-43px}.s1567{min-width:299px;width:299px;height:42px}.f371{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.ps1312{margin-left:10px;margin-top:7px}.s1568{min-width:300px;width:300px;min-height:300px}.s1569{min-width:300px;width:300px;min-height:300px}.c437{background-image:url(../images/i/bad-rs-120-600-1.jpg)}.webp .c437{background-image:url(../images/2/bad-rs-120-600.webp)}.ps1313{margin-top:-201px}.s1570{min-width:300px;width:300px;min-height:99px}.ps1314{margin-left:0;margin-top:-86px}.s1571{min-width:300px;width:300px;height:40px}.ps1315{margin-left:0;margin-top:-42px}.s1572{min-width:300px;width:300px;height:34px}.ps1316{margin-left:10px;margin-top:7px}.c438{background-image:url(../images/5/kuche-weiss-600-1.jpg)}.webp .c438{background-image:url(../images/0/kuche-weiss-600-1.webp)}.ps1317{margin-top:-198px}.s1573{min-width:300px;width:300px;min-height:99px}.ps1318{margin-left:0;margin-top:-86px}.s1574{min-width:300px;width:300px;height:42px}.ps1319{margin-left:0;margin-top:-43px}.s1575{min-width:300px;width:300px;height:34px}.s1576{min-width:300px;width:300px;min-height:300px}.s1577{min-width:300px;width:300px;min-height:300px}.s1578{min-width:300px;width:300px;min-height:300px}.c439{background-image:url(../images/l/p6051117-600.jpg)}.webp .c439{background-image:url(../images/6/p6051117-600-1.webp)}.ps1320{margin-top:-204px}.s1579{min-width:300px;width:300px;min-height:99px}.s1580{min-width:300px;width:300px;min-height:99px}.s1581{min-width:296px;width:296px;min-height:99px}.ps1321{margin-top:-88px}.s1582{min-width:300px;width:300px;height:44px}.ps1322{margin-top:-43px}.s1583{min-width:300px;width:300px;height:39px}.s1584{min-width:320px;min-height:364px}.ps1323{margin-top:18px}.s1585{width:320px;min-height:304px}.ps1324{margin-left:12px}.ps1325{margin-left:2px}.s1586{min-width:290px;width:290px;height:36px}.f372{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1326{margin-left:0;margin-top:26px}.ps1327{margin-left:17px}.i79{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps1328{margin-top:9px}.s1587{min-width:90px;width:90px;height:48px}.f373{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1329{margin-left:19px}.ps1330{margin-left:14px}.s1588{min-width:81px;width:81px;height:48px}.ps1331{margin-left:21px}.ps1332{margin-left:21px}.s1589{min-width:85px;width:85px;height:48px}.ps1333{margin-left:5px;margin-top:25px}.ps1334{margin-left:53px}.ps1335{margin-top:11px}.s1590{min-width:150px;width:150px;height:49px}.ps1336{margin-left:23px;margin-top:25px}.ps1337{margin-left:13px}.i80{width:50px;height:50px}.s1591{min-width:77px;width:77px;height:49px}.s1592{min-width:320px;min-height:1000px}.s1593{min-width:320px;min-height:1000px}.ps1338{margin-top:-993px}.s1594{width:320px;min-height:993px}.ps1339{margin-left:9px}.ps1340{margin-left:11px}.ps1341{margin-top:5px}.s1595{min-width:303px;width:303px;min-height:912px}.ps1342{margin-left:35px;margin-top:-891px}.s1596{min-width:234px;width:234px;height:29px}.f374{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1343{margin-left:0;margin-top:148px}.s1597{min-width:234px;width:234px;height:33px}.ps1344{margin-left:0;margin-top:130px}.s1598{min-width:234px;width:234px;height:34px}.ps1345{margin-left:0;margin-top:178px}.s1599{min-width:234px;width:234px;height:24px}.ps1346{margin-top:-539px}.s1600{min-width:234px;width:234px;height:118px}.f375{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1347{margin-left:0;margin-top:-356px}.s1601{min-width:234px;width:234px;height:89px}.f376{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1348{margin-left:0;margin-top:-192px}.s1602{min-width:182px;width:182px;height:140px}.ps1349{margin-left:0;margin-top:8px}.s1603{min-width:158px;width:158px;height:120px}.ps1350{margin-left:32px;margin-top:-158px}.s1604{min-width:100px;height:41px;width:100px}.c442{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f377{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1351{margin-left:37px;margin-top:-159px}.s1605{min-width:102px;height:43px;width:100px}.c443{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1352{margin-left:232px;margin-top:-451px}.s1606{min-width:40px;width:40px;height:40px}.ps1353{margin-left:235px;margin-top:-402px}.s1607{min-width:35px;width:35px;height:35px}.ps1354{margin-left:36px;margin-top:-71px}.s1608{min-width:233px;width:233px;height:38px}.f378{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1355{margin-left:10px;margin-top:11px}.s1609{min-width:282px;width:282px;height:25px}.f379{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f380{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1356{width:320px}.ps1357{margin-left:80px;margin-top:55px}.ps1358{margin-left:16px}.s1611{min-width:208px;width:208px;height:29px}.f381{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1612{min-width:195px;width:195px;height:26px}.p76{text-indent:0}.f382{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1360{margin-top:1px}.s1613{min-width:195px;width:195px;height:26px}.s1614{min-width:195px;width:195px;height:26px}.s1615{min-width:195px;width:195px;height:26px}.s1616{min-width:195px;width:195px;height:26px}.s1617{min-width:195px;width:195px;height:26px}.s1618{min-width:195px;width:195px;height:26px}.ps1361{margin-top:11px}.ps1363{margin-top:5px}.s1619{min-width:198px;width:198px;height:26px}.f383{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1620{min-width:198px;width:198px;height:26px}.s1621{min-width:198px;width:198px;height:26px}.s1622{min-width:198px;width:198px;height:26px}.s1623{min-width:198px;width:198px;height:26px}.s1624{min-width:187px;width:187px;height:26px}.f384{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1625{min-width:187px;width:187px;height:26px}.s1626{min-width:187px;width:187px;height:26px}.s1627{min-width:187px;width:187px;height:26px}.s1628{min-width:187px;width:187px;height:26px}.s1629{min-width:187px;width:187px}.s1630{min-width:187px;width:187px}.s1631{min-width:187px;width:187px}.ps1364{margin-top:5px}.s1632{min-width:187px;width:187px;height:26px}.s1633{min-width:187px;width:187px}.s1634{min-width:187px;width:187px}.s1635{min-width:187px;width:187px;height:26px}.s1636{min-width:187px;width:187px;height:26px}.s1637{min-width:187px;width:187px;height:26px}.ps1366{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.c452{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c453{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps1367{margin-left:-29px;margin-top:33px}.s1638{min-width:87px;width:87px;height:25px}.f385{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;letter-spacing:0.10px}.ps1368{margin-top:60px;margin-bottom:60px}.s1639{min-width:271px;width:271px;height:calc(100vh - 120px);height:calc(var(--vh, 1vh) * 100 - 120px);}.c457{margin-top:max(calc(50vh - 282px), 0px);margin-top:max(calc(var(--vh, 1vh) * 50 - 282px), 0px);height:444px}.ps1369{margin-left:219px;margin-top:10px}.s1640{min-width:40px;width:40px;height:40px}.c458{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.ps1370{margin-left:11px;margin-top:-7px}.s1641{min-width:247px;width:247px;height:390px}.f386{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f387{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.ps1371{margin-top:53px}.c463{height:50px}.ps1372{margin-left:8px;margin-top:6px}.input29{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1373{margin-left:2px}.s1642{min-width:60px;height:36px;width:58px}.c464{color:#838b83}.f388{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1643{height:8px}.f376:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f376:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f376:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c444::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c444:hover:before{opacity:1}.c444:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c445::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c445:hover:before{opacity:1}.c445:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f379:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f379:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f379:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f385:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;letter-spacing:0.10px}.f385:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;letter-spacing:0.10px}.f385:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.334;letter-spacing:0.10px}.f387:visited{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f387:hover{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}.f387:active{font-size:15px;font-size:calc(15px * var(--f));line-height:1.468}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c435{background-image:url(../images/q/wohnzimmer102-452.jpg)}.webp .c435{background-image:url(../images/l/wohnzimmer102-452.webp)}.c437{background-image:url(../images/b/bad-rs-120-460.jpg)}.webp .c437{background-image:url(../images/h/bad-rs-120-460.webp)}.c438{background-image:url(../images/2/kuche-weiss-460.jpg)}.webp .c438{background-image:url(../images/2/kuche-weiss-460.webp)}.c439{background-image:url(../images/s/p6051117-454.jpg)}.webp .c439{background-image:url(../images/a/p6051117-454.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c435{background-image:url(../images/q/wohnzimmer102-445.jpg)}.webp .c435{background-image:url(../images/6/wohnzimmer102-445.webp)}.c437{background-image:url(../images/l/bad-rs-120-452.jpg)}.webp .c437{background-image:url(../images/t/bad-rs-120-452-1.webp)}.c438{background-image:url(../images/t/kuche-weiss-452.jpg)}.webp .c438{background-image:url(../images/4/kuche-weiss-452.webp)}.c439{background-image:url(../images/n/p6051117-447.jpg)}.webp .c439{background-image:url(../images/8/p6051117-447.webp)}}@media (min-width:320px){.fx10{background-attachment:fixed;background-image:url(../images/n/rosthundweiss-960.jpg)}.webp .fx10{background-attachment:fixed;background-image:url(../images/j/rosthundweiss-960.webp)}}@media (min-width:480px){.fx10{background-attachment:fixed;background-image:url(../images/q/rosthundweiss-1536.jpg)}.webp .fx10{background-attachment:fixed;background-image:url(../images/c/rosthundweiss-1536-1.webp)}}@media (min-width:768px){.fx10{background-attachment:fixed;background-image:url(../images/u/rosthundweiss-960.jpg)}.webp .fx10{background-image:url(../images/v/rosthundweiss-960.webp);background-attachment:fixed}}@media (min-width:768px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:768px) and (min-resolution:144dpi){.fx10{background-image:url(../images/h/rosthundweiss-1920.jpg);background-attachment:fixed}.webp .fx10{background-image:url(../images/v/rosthundweiss-1920.webp);background-attachment:fixed}}@media (min-width:960px){.fx10{background-attachment:fixed;background-image:url(../images/f/rosthundweiss-1200.jpg)}.webp .fx10{background-image:url(../images/n/rosthundweiss-1200.webp);background-attachment:fixed}}@media (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:960px) and (min-resolution:144dpi){.fx10{background-image:url(../images/b/rosthundweiss-2400.jpg);background-attachment:fixed}.webp .fx10{background-image:url(../images/8/rosthundweiss-2400.webp);background-attachment:fixed}}@media (min-width:1200px){.fx10{background-attachment:fixed;background-image:url(../images/d/rosthundweiss-1600.jpg)}.webp .fx10{background-image:url(../images/2/rosthundweiss-1600.webp);background-attachment:fixed}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7),(min-width:1200px) and (min-resolution:144dpi){.fx10{background-image:url(../images/k/rosthundweiss-3200.jpg);background-attachment:fixed}.webp .fx10{background-image:url(../images/6/rosthundweiss-3200-1.webp);background-attachment:fixed}}@media (min-width:1600px){.fx10{background-attachment:fixed;background-image:url(../images/s/rosthundweiss-2000.jpg)}.webp .fx10{background-image:url(../images/l/rosthundweiss-2000.webp);background-attachment:fixed}}@media (min-width:2000px){.fx10{background-attachment:fixed;background-image:url(../images/t/rosthundweiss-2560.jpg)}.webp .fx10{background-image:url(../images/p/rosthundweiss-2560.webp);background-attachment:fixed}}.v184{display:block}.ps1409{position:relative;margin-top:0}.s1689{width:100%;min-width:1200px;height:200px;padding-bottom:20px}.c481{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1106{z-index:53}.ps1410{display:inline-block;width:0;height:0}.ps1411{position:relative;margin-top:20px}.v185{display:block;pointer-events:none}.s1690{width:1200px;margin-left:auto;margin-right:auto;height:180px}.v186{display:inline-block;vertical-align:top}.ps1412{position:relative;margin-left:101px;margin-top:0}.s1691{min-width:179px;width:179px;min-height:180px}.c482{border:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:transparent;overflow:hidden}.ps1413{position:relative;margin-left:0;margin-top:1px}.s1692{min-width:179px;width:179px;min-height:179px}.ps1414{position:relative;margin-left:0;margin-top:0}.s1693{min-width:179px;width:179px;min-height:179px;line-height:0}.v187{display:inline-block;vertical-align:top;pointer-events:auto}.s1694{min-width:179px;width:179px;min-height:179px;height:179px}.z1107{z-index:39}.i81{position:absolute;left:0;width:179px;top:0;height:179px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i82{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps1415{position:relative;margin-left:16px;margin-top:-166px}.s1695{min-width:147px;width:147px;overflow:hidden;height:47px}.z1108{z-index:40}.p81{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f403{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:#fff;text-shadow:0 2px 0 #fff}.ps1416{position:relative;margin-left:26px;margin-top:0}.s1696{min-width:179px;width:179px;min-height:180px;line-height:0}.s1697{min-width:179px;width:179px;min-height:180px;height:180px}.z1109{z-index:42}.i83{position:absolute;left:0;width:179px;top:0;height:180px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1417{position:relative;margin-left:12px;margin-top:-166px}.s1698{min-width:143px;width:143px;overflow:hidden;height:49px}.z1110{z-index:43}.z1111{z-index:45}.ps1418{position:relative;margin-left:11px;margin-top:-166px}.s1699{min-width:134px;width:134px;overflow:hidden;height:49px}.z1112{z-index:46}.f404{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:#fff;text-shadow:0 2px 0 #fff}.ps1419{position:relative;margin-left:26px;margin-top:0}.s1700{min-width:178px;width:178px;min-height:180px}.s1701{min-width:178px;width:178px;min-height:180px;line-height:0}.s1702{min-width:178px;width:178px;min-height:180px;height:180px}.z1113{z-index:48}.i84{position:absolute;left:0;width:178px;top:0;height:180px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1420{position:relative;margin-left:11px;margin-top:-164px}.s1703{min-width:144px;width:144px;overflow:hidden;height:49px}.z1114{z-index:49}.ps1421{position:relative;margin-left:26px;margin-top:0}.z1115{z-index:51}.ps1422{position:relative;margin-left:10px;margin-top:-165px}.s1704{min-width:137px;width:137px;overflow:hidden;height:49px}.z1116{z-index:52}.s1705{width:100%;min-width:1200px;min-height:559px;padding-bottom:0}.z1117{z-index:36}.ps1423{position:relative;margin-top:59px}.s1706{width:1200px;margin-left:auto;margin-right:auto;min-height:450px}.ps1424{position:relative;margin-left:59px;margin-top:0}.s1707{min-width:1080px;width:1080px;min-height:450px}.s1708{min-width:508px;width:508px;min-height:450px;height:450px}.i85{position:absolute;left:0;width:508px;top:0;height:450px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1425{position:relative;margin-left:64px;margin-top:0}.s1709{width:100%;min-width:1200px;min-height:174px;padding-bottom:0}.z1118{z-index:60}.ps1426{position:relative;margin-top:27px}.s1710{width:1200px;margin-left:auto;margin-right:auto;min-height:127px}.ps1427{position:relative;margin-left:57px;margin-top:0}.s1711{min-width:1087px;width:1087px;overflow:hidden;height:127px}.p82{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f405{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f406{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s1712{width:100%;min-width:1200px;min-height:320px;padding-bottom:20px}.z1119{z-index:5}.ps1428{position:relative;margin-top:20px}.s1713{width:1200px;margin-left:auto;margin-right:auto;min-height:300px}.ps1429{position:relative;margin-left:55px;margin-top:0}.s1714{min-width:350px;width:350px;min-height:300px}.c483{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#edefeb;overflow:hidden}.ps1430{position:relative;margin-left:1px;margin-top:0}.s1715{min-width:349px;width:349px;min-height:300px;height:300px}.i86{position:absolute;left:0;width:349px;top:0;height:300px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1431{position:relative;margin-left:20px;margin-top:0}.s1716{width:100%;min-width:1200px;min-height:501px;padding-bottom:0}.z1120{z-index:80}.ps1432{position:relative;margin-top:50px}.s1717{width:1200px;margin-left:auto;margin-right:auto;height:400px}.ps1433{position:relative;margin-left:56px;margin-top:0}.s1718{min-width:1075px;width:1075px;min-height:400px}.s1719{min-width:1075px;width:1075px;min-height:400px;line-height:0}.ps1434{position:relative;margin-left:0;margin-top:0}.s1720{min-width:1075px;width:1075px;min-height:400px}.z1121{z-index:6}.s1721{min-width:1075px;width:1075px;min-height:400px;line-height:0}.s1722{min-width:1075px;width:1075px;min-height:399px}.z1122{z-index:7}.ps1435{position:relative;margin-left:0;margin-top:0}.s1723{min-width:536px;width:536px;min-height:399px}.c484{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:cover;background-image:url(../images/l/_48a4631-1112-536.jpg)}.webp .c484{background-image:url(../images/4/_48a4631-1112-536.webp)}.ps1436{position:relative;margin-left:28px;margin-top:143px}.s1724{min-width:511px;width:511px;overflow:hidden;height:127px}.v188{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1437{position:relative;margin-left:753px;margin-top:-66px}.s1725{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c485{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1123{z-index:10}.a41{display:inline-block;width:100%;z-index:1}.f407{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1438{position:relative;margin-left:564px;margin-top:-396px}.s1726{min-width:223px;width:223px;overflow:hidden;height:127px}.z1124{z-index:11}.f408{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.s1727{width:100%;min-width:1200px;min-height:671px;padding-bottom:0}.z1125{z-index:37}.ps1439{position:relative;margin-top:20px}.s1728{width:1200px;margin-left:auto;margin-right:auto;height:623px}.ps1440{position:relative;margin-left:55px;margin-top:0}.s1729{min-width:1083px;width:1083px;min-height:623px}.ps1441{position:relative;margin-left:0;margin-top:232px}.s1730{min-width:410px;width:410px;min-height:348px;line-height:0}.ps1442{position:relative;margin-left:0;margin-top:0}.s1731{min-width:126px;width:126px;overflow:hidden;height:39px}.z1126{z-index:35}.f409{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1443{position:relative;margin-left:0;margin-top:30px}.s1732{min-width:410px;width:410px;overflow:hidden;height:279px}.z1127{z-index:31}.ps1444{margin-left:30px}.p83{text-indent:-17px;padding-bottom:0;padding-right:0;text-align:left}.p84{text-indent:-17px;padding-bottom:0;padding-right:0;text-align:left}.ps1445{position:relative;margin-left:2px;margin-top:-580px}.s1733{min-width:1081px;width:1081px;min-height:623px}.z1128{z-index:32}.ps1446{position:relative;margin-left:0;margin-top:0}.s1734{min-width:1079px;width:1079px;overflow:hidden;height:158px}.ps1447{position:relative;margin-left:464px;margin-top:10px}.s1735{min-width:617px;width:617px;min-height:455px}.c486{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-image:url(../images/8/metallspachtel-alu-kupfer-streifen-wohnzimmer-617.jpg)}.webp .c486{background-image:url(../images/6/metallspachtel-alu-kupfer-streifen-wohnzimmer-617.webp)}.s1736{width:100%;min-width:1200px;min-height:302px;padding-bottom:0}.z1129{z-index:30}.ps1448{position:relative;margin-top:31px}.s1737{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps1449{position:relative;margin-left:64px;margin-top:0}.ps1450{position:relative;margin-left:0;margin-top:0}.s1738{min-width:1087px;width:1087px;overflow:hidden;height:51px}.p85{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f410{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1451{position:relative;margin-left:28px;margin-top:31px}.ps1452{position:relative;margin-left:29px;margin-top:0}.i87{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps1453{position:relative;margin-left:0;margin-top:20px}.s1739{min-width:118px;width:118px;overflow:hidden;height:62px}.f411{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1454{position:relative;margin-left:103px;margin-top:0}.ps1455{position:relative;margin-left:33px;margin-top:0}.s1740{min-width:127px;width:127px;overflow:hidden;height:60px}.ps1456{position:relative;margin-left:97px;margin-top:0}.ps1457{position:relative;margin-left:37px;margin-top:0}.s1741{min-width:134px;width:134px;overflow:hidden;height:61px}.ps1458{position:relative;margin-left:70px;margin-top:0}.ps1459{position:relative;margin-left:56px;margin-top:0}.ps1460{position:relative;margin-left:0;margin-top:20px}.s1742{min-width:172px;width:172px;overflow:hidden;height:64px}.ps1461{position:relative;margin-left:82px;margin-top:0}.ps1462{position:relative;margin-left:29px;margin-top:0}.i88{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s1743{min-width:118px;width:118px;overflow:hidden;height:61px}.ps1463{position:relative;margin-top:0}.s1744{width:100%;min-width:1200px;min-height:639px;padding-bottom:0}.c487{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1130{z-index:85}.ps1464{position:relative;margin-top:40px}.s1745{width:1200px;margin-left:auto;margin-right:auto;min-height:554px}.ps1465{position:relative;margin-left:0;margin-top:0}.s1746{min-width:1200px;width:1200px;overflow:hidden;height:68px}.z1131{z-index:67}.f412{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.441;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps1466{position:relative;margin-left:32px;margin-top:22px}.z1132{z-index:61}.s1747{min-width:359px;width:359px;min-height:464px;line-height:0}.c488{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z1133{z-index:62}.ps1467{position:relative;margin-left:0;margin-top:-464px}.z1134{z-index:63}.i89{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1468{position:relative;margin-left:32px;margin-top:-202px}.s1748{min-width:296px;width:296px;overflow:hidden;height:30px}.z1135{z-index:64}.f413{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1469{position:relative;margin-left:30px;margin-top:-165px}.s1749{min-width:296px;width:296px;overflow:hidden;height:66px}.z1136{z-index:65}.f414{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1470{position:relative;margin-left:33px;margin-top:-92px}.s1750{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c489{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1137{z-index:66}.f415{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1471{position:relative;margin-left:29px;margin-top:0}.z1138{z-index:73}.s1751{min-width:359px;width:359px;min-height:464px;line-height:0}.z1139{z-index:68}.ps1472{position:relative;margin-left:0;margin-top:-464px}.z1140{z-index:69}.i90{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1473{position:relative;margin-left:32px;margin-top:-202px}.s1752{min-width:296px;width:296px;overflow:hidden;height:30px}.z1141{z-index:70}.ps1474{position:relative;margin-left:32px;margin-top:-165px}.s1753{min-width:296px;width:296px;overflow:hidden;height:66px}.z1142{z-index:71}.ps1475{position:relative;margin-left:33px;margin-top:-92px}.s1754{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z1143{z-index:72}.ps1476{position:relative;margin-left:31px;margin-top:0}.z1144{z-index:79}.s1755{min-width:359px;width:359px;min-height:464px;line-height:0}.ps1477{position:relative;margin-left:0;margin-top:0}.z1145{z-index:74}.ps1478{position:relative;margin-left:0;margin-top:-464px}.z1146{z-index:75}.i91{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1479{position:relative;margin-left:32px;margin-top:-202px}.s1756{min-width:296px;width:296px;overflow:hidden;height:30px}.z1147{z-index:76}.ps1480{position:relative;margin-left:32px;margin-top:-165px}.s1757{min-width:296px;width:296px;overflow:hidden;height:66px}.z1148{z-index:77}.ps1481{position:relative;margin-left:33px;margin-top:-92px}.s1758{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z1149{z-index:78}.s1759{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z1150{z-index:89}.v189{display:inline-block;vertical-align:top;pointer-events:none}.s1760{width:100%;min-width:1200px;min-height:633px}.z1151{z-index:90}.ps1482{position:relative;margin-top:-604px}.s1761{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1483{position:relative;margin-left:32px;margin-top:0}.z1152{z-index:91}.ps1484{position:relative;margin-left:0;margin-top:0}.c490{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1153{z-index:92}.ps1485{position:relative;margin-left:0;margin-top:22px}.z1154{z-index:109}.s1762{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c491{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1155{z-index:93}.ps1486{position:relative;margin-left:55px;margin-top:-430px}.z1156{z-index:94}.s1763{min-width:123px;width:123px;overflow:hidden;height:39px}.z1157{z-index:99}.f416{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1487{position:relative;margin-left:106px;margin-top:0}.s1764{min-width:111px;width:111px;overflow:hidden;height:39px}.z1158{z-index:100}.ps1488{position:relative;margin-left:199px;margin-top:0}.s1765{min-width:104px;width:104px;overflow:hidden;height:39px}.z1159{z-index:101}.ps1489{position:relative;margin-left:154px;margin-top:0}.s1766{min-width:231px;width:231px;overflow:hidden;height:39px}.z1160{z-index:102}.ps1490{position:relative;margin-left:0;margin-top:4px}.s1767{min-width:207px;width:207px;overflow:hidden;height:176px}.z1161{z-index:103}.f417{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1491{position:relative;margin-left:22px;margin-top:4px}.s1768{min-width:273px;width:273px;overflow:hidden;height:176px}.z1162{z-index:104}.f418{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1492{position:relative;margin-left:37px;margin-top:4px}.s1769{min-width:231px;width:231px;overflow:hidden;height:176px}.z1163{z-index:105}.ps1493{position:relative;margin-left:27px;margin-top:4px}.s1770{min-width:231px;width:231px;overflow:hidden;height:176px}.z1164{z-index:106}.ps1494{position:relative;margin-left:55px;margin-top:-181px}.s1771{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c492{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1165{z-index:97}.f419{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1495{position:relative;margin-left:19px;margin-top:-182px}.s1772{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c493{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1166{z-index:95}.ps1496{position:relative;margin-left:588px;margin-top:-153px}.s1773{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c494{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1167{z-index:96}.a42{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1497{position:relative;margin-left:25px;margin-top:-149px}.s1774{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c495{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1168{z-index:98}.ps1498{position:relative;margin-left:64px;margin-top:-66px}.s1775{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1169{z-index:107}.f420{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1499{position:relative;margin-left:354px;margin-top:19px}.s1776{min-width:426px;width:426px;overflow:hidden;height:21px}.z1170{z-index:108}.f421{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f422{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c496{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:2146435208;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1500{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1501{position:relative;margin-left:836px;margin-top:70px}.c497{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c498{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c499{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1777{width:100%;height:100%}.c500{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v190{display:inline-block;vertical-align:top;overflow:visible}.ps1502{position:relative;margin-left:47px;margin-top:18px}.m10{padding:0px 0px 0px 0px}.mcv10{display:inline-block}.ps1503{position:relative;margin-left:0;margin-top:1px}.s1778{min-width:272px;width:272px;overflow:hidden;height:34px}.f423{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v191{display:none}.z1171{z-index:9999}.ps1504{position:relative;margin-left:0;margin-top:4px}.s1779{min-width:188px;width:188px;overflow:hidden;height:34px}.p86{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f424{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1505{position:relative;margin-left:0;margin-top:0}.s1780{min-width:170px;width:170px;overflow:hidden;height:34px}.s1781{min-width:186px;width:186px;overflow:hidden;height:34px}.s1782{min-width:267px;width:267px;overflow:hidden;height:34px}.s1783{min-width:208px;width:208px;overflow:hidden;height:34px}.s1784{min-width:177px;width:177px;overflow:hidden;height:34px}.s1785{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1506{position:relative;margin-left:0;margin-top:9px}.ps1507{position:relative;margin-left:0;margin-top:0}.ps1508{position:relative;margin-left:0;margin-top:4px}.s1786{min-width:242px;width:242px;overflow:hidden;height:34px}.f425{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1787{min-width:203px;width:203px;overflow:hidden;height:34px}.s1788{min-width:200px;width:200px;overflow:hidden;height:34px}.s1789{min-width:239px;width:239px;overflow:hidden;height:34px}.s1790{min-width:167px;width:167px;overflow:hidden;height:34px}.s1791{min-width:150px;width:150px;overflow:hidden;height:34px}.f426{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1792{min-width:163px;width:163px;overflow:hidden;height:34px}.s1793{min-width:135px;width:135px;overflow:hidden;height:34px}.s1794{min-width:158px;width:158px;overflow:hidden;height:34px}.s1795{min-width:170px;width:170px;overflow:hidden;height:34px}.s1796{min-width:108px;width:108px;min-height:73px;height:73px}.s1797{min-width:108px;width:108px;height:36px}.s1798{min-width:108px;width:108px;min-height:36px}.ps1509{position:relative;margin-left:0;margin-top:1px}.s1799{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1510{position:relative;margin-left:0;margin-top:1px}.s1800{min-width:96px;width:96px;height:36px}.s1801{min-width:96px;width:96px;min-height:36px}.s1802{min-width:96px;width:96px;overflow:hidden;height:34px}.s1803{min-width:189px;width:189px;overflow:hidden;height:34px}.s1804{min-width:138px;width:138px;overflow:hidden;height:34px}.c501{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}.ps1511{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.c502{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0;background-color:#fff}.c503{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0}.ps1512{position:relative;margin-left:-27px;margin-top:43px}.s1805{min-width:104px;width:104px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z1172{z-index:88}.p87{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f427{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c504{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:2146435209;pointer-events:none;opacity:0}.v192{display:block;vertical-align:top;pointer-events:auto}.ps1513{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c505{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c506{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c507{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c508{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1514{position:relative;margin-left:12px;margin-top:7px}.input32{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input32::placeholder{color:rgb(169,169,169);opacity:1}.ps1515{position:relative;margin-left:3px;margin-top:0}.s1806{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c509{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f428{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1807{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c510{display:inline-block;position:relative;margin-left:0;margin-top:0}.c485:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c485:active{transition:initial;background-color:#edefeb}.c489:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c489:active{transition:initial;background-color:#edefeb}.c492:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c492:active{transition:initial;background-color:#edefeb;color:#404040}.c493:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c493:active{transition:initial;background-color:#edefeb}.c494::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c494:hover:before{opacity:1}.c494:hover{border-color:transparent;color:transparent}.c494:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c494:active{transition:initial}.c495::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c495:hover:before{opacity:1}.c495:hover{border-color:transparent;color:transparent}.c495:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c495:active{transition:initial}.c509:hover{background-clip:padding-box;border-color:#000}.c509:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s1689{min-width:960px;height:392px;padding-bottom:-216px}.ps1411{margin-top:16px}.s1690{width:960px;min-height:376px}.ps1412{margin-left:94px}.s1691{min-width:178px;width:178px}.s1692{min-width:178px;width:178px}.s1693{min-width:178px;width:178px;min-height:178px}.s1694{min-width:178px;width:178px;min-height:178px;height:178px}.i81{width:178px;height:178px}.ps1415{margin-top:-167px}.s1695{min-width:146px;width:146px}.f403{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1416{margin-left:20px}.s1696{min-width:178px;width:178px}.s1697{min-width:178px;width:178px}.i83{width:178px}.ps1417{margin-left:11px;margin-top:-167px}.s1698{min-width:141px;width:141px;height:48px}.ps1418{margin-top:-167px}.s1699{min-width:133px;width:133px;height:48px}.f404{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1419{margin-left:20px}.s1700{min-width:177px;width:177px}.s1701{min-width:176px;width:176px}.s1702{min-width:176px;width:176px}.i84{width:176px}.s1703{min-width:143px;width:143px;height:48px}.ps1421{margin-left:94px;margin-top:16px}.ps1422{margin-left:9px}.s1704{min-width:136px;width:136px;height:48px}.s1705{min-width:960px;min-height:447px}.ps1423{margin-top:47px}.s1706{width:960px;min-height:360px}.ps1424{margin-left:47px}.s1707{min-width:864px;width:864px;min-height:360px}.s1708{min-width:406px;width:406px;min-height:360px;height:360px}.i85{width:406px;height:360px}.ps1425{margin-left:52px}.s1709{min-width:960px;min-height:139px}.ps1426{margin-top:21px}.s1710{width:960px;min-height:102px}.ps1427{margin-left:46px}.s1711{min-width:870px;width:870px;height:102px}.f405{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f406{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1712{min-width:960px;min-height:256px;padding-bottom:16px}.ps1428{margin-top:16px}.s1713{width:960px;min-height:240px}.ps1429{margin-left:44px}.s1714{min-width:280px;width:280px;min-height:240px}.s1715{min-width:279px;width:279px;min-height:240px;height:240px}.i86{width:279px;height:240px}.ps1431{margin-left:16px}.s1716{min-width:960px;min-height:401px}.ps1432{margin-top:40px}.s1717{width:960px;height:320px}.ps1433{margin-left:45px}.s1718{min-width:860px;width:860px;min-height:321px}.s1719{min-width:860px;width:860px;min-height:321px}.s1720{min-width:860px;width:860px;min-height:321px}.s1721{min-width:860px;width:860px;min-height:321px}.s1722{min-width:860px;width:860px;min-height:319px}.s1723{min-width:429px;width:429px;min-height:319px}.c484{background-image:url(../images/4/_48a4631-1112-429.jpg)}.webp .c484{background-image:url(../images/h/_48a4631-1112-429.webp)}.ps1436{margin-left:22px;margin-top:115px}.s1724{min-width:409px;width:409px;height:102px}.ps1437{margin-left:602px;margin-top:-52px}.s1725{min-width:135px;height:54px;width:133px}.c485{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f407{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1438{margin-left:451px;margin-top:-317px}.s1726{min-width:178px;width:178px;height:102px}.f408{font-size:19px;font-size:calc(19px * var(--f));line-height:1.475}.s1727{min-width:960px;min-height:537px}.ps1439{margin-top:16px}.s1728{width:960px;height:498px}.ps1440{margin-left:44px}.s1729{min-width:867px;width:867px;min-height:499px}.ps1441{margin-top:186px}.s1730{min-width:328px;width:328px;min-height:278px}.s1731{min-width:101px;width:101px;height:31px}.f409{font-size:19px;font-size:calc(19px * var(--f));line-height:1.475}.ps1443{margin-top:24px}.s1732{min-width:328px;width:328px;height:223px}.ps1444{margin-left:24px}.p83{text-indent:-14px}.p84{text-indent:-14px}.ps1445{margin-top:-464px}.s1733{min-width:865px;width:865px;min-height:499px}.s1734{min-width:863px;width:863px;height:126px}.ps1447{margin-left:371px;margin-top:9px}.s1735{min-width:494px;width:494px;min-height:364px}.c486{background-image:url(../images/f/metallspachtel-alu-kupfer-streifen-wohnzimmer-494.jpg)}.webp .c486{background-image:url(../images/i/metallspachtel-alu-kupfer-streifen-wohnzimmer-494.webp)}.s1736{min-width:960px;min-height:242px}.ps1448{margin-top:25px}.s1737{width:960px;min-height:180px}.ps1449{margin-left:51px}.s1738{min-width:870px;width:870px;height:41px}.f410{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps1451{margin-left:23px;margin-top:24px}.ps1452{margin-left:23px}.i87{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps1453{margin-top:16px}.s1739{min-width:94px;width:94px;height:50px}.f411{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1454{margin-left:82px}.ps1455{margin-left:27px}.s1740{min-width:102px;width:102px;height:48px}.ps1456{margin-left:78px}.ps1457{margin-left:29px}.s1741{min-width:107px;width:107px;height:49px}.ps1458{margin-left:56px}.ps1459{margin-left:45px}.ps1460{margin-top:16px}.s1742{min-width:138px;width:138px;height:51px}.ps1461{margin-left:65px}.ps1462{margin-left:23px}.i88{width:48px;height:48px}.s1743{min-width:94px;width:94px;height:49px}.s1744{min-width:960px;min-height:511px}.ps1464{margin-top:32px}.s1745{width:960px;min-height:443px}.s1746{min-width:960px;width:960px;height:54px}.f412{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1466{margin-left:26px;margin-top:18px}.s1747{min-width:287px;width:287px;min-height:371px}.ps1467{margin-top:-371px}.i89{width:287px;height:193px}.ps1468{margin-left:25px;margin-top:-162px}.s1748{min-width:237px;width:237px;height:24px}.f413{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1469{margin-left:24px;margin-top:-132px}.s1749{min-width:237px;width:237px;height:53px}.f414{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1470{margin-left:26px;margin-top:-74px}.s1750{min-width:135px;height:54px;width:133px}.c489{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f415{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1471{margin-left:23px}.s1751{min-width:287px;width:287px;min-height:371px}.ps1472{margin-top:-371px}.i90{width:287px;height:193px}.ps1473{margin-left:26px;margin-top:-162px}.s1752{min-width:237px;width:237px;height:24px}.ps1474{margin-left:26px;margin-top:-132px}.s1753{min-width:237px;width:237px;height:53px}.ps1475{margin-left:26px;margin-top:-74px}.s1754{min-width:135px;height:54px;width:133px}.ps1476{margin-left:25px}.s1755{min-width:287px;width:287px;min-height:371px}.ps1478{margin-top:-371px}.i91{width:287px;height:193px}.ps1479{margin-left:26px;margin-top:-162px}.s1756{min-width:237px;width:237px;height:24px}.ps1480{margin-left:26px;margin-top:-132px}.s1757{min-width:237px;width:237px;height:53px}.ps1481{margin-left:26px;margin-top:-74px}.s1758{min-width:135px;height:54px;width:133px}.s1759{min-width:960px;min-height:506px}.s1760{min-width:960px;min-height:506px}.ps1482{margin-top:-483px}.s1761{width:960px;min-height:467px}.ps1483{margin-left:26px}.ps1485{margin-top:18px}.s1762{min-width:910px;width:910px;min-height:378px}.ps1486{margin-left:44px;margin-top:-345px}.s1763{min-width:98px;width:98px;height:31px}.f416{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1487{margin-left:85px}.s1764{min-width:89px;width:89px;height:31px}.ps1488{margin-left:159px}.s1765{min-width:83px;width:83px;height:31px}.ps1489{margin-left:123px}.s1766{min-width:185px;width:185px;height:31px}.s1767{min-width:166px;width:166px;height:141px}.f417{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1491{margin-left:17px}.s1768{min-width:218px;width:218px;height:141px}.f418{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1492{margin-left:30px}.s1769{min-width:185px;width:185px;height:141px}.ps1493{margin-left:21px}.s1770{min-width:185px;width:185px;height:141px}.ps1494{margin-left:44px;margin-top:-146px}.s1771{min-width:110px;height:42px;width:110px}.c492{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f419{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1495{margin-left:15px;margin-top:-147px}.s1772{min-width:108px;height:44px;width:106px}.c493{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1496{margin-left:470px;margin-top:-123px}.s1773{min-width:48px;width:48px;height:48px}.ps1497{margin-left:20px;margin-top:-120px}.s1774{min-width:43px;width:43px;height:43px}.ps1498{margin-left:51px;margin-top:-54px}.s1775{min-width:807px;width:807px;height:25px}.f420{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1499{margin-left:283px;margin-top:14px}.s1776{min-width:341px;width:341px;height:17px}.f421{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f422{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1500{width:960px}.ps1501{margin-left:669px;margin-top:56px}.ps1502{margin-left:37px;margin-top:14px}.s1778{min-width:218px;width:218px;height:26px}.f423{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1779{min-width:148px;width:148px;height:26px}.p86{text-indent:5px}.f424{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1780{min-width:133px;width:133px;height:26px}.s1781{min-width:146px;width:146px;height:26px}.s1782{min-width:209px;width:209px;height:26px}.s1783{min-width:163px;width:163px;height:26px}.s1784{min-width:139px;width:139px;height:26px}.s1785{min-width:125px;width:125px;height:26px}.ps1506{margin-top:7px}.ps1507{margin-top:-1px}.s1786{min-width:189px;width:189px;height:26px}.f425{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1787{min-width:159px;width:159px;height:26px}.s1788{min-width:157px;width:157px;height:26px}.s1789{min-width:187px;width:187px;height:26px}.s1790{min-width:131px;width:131px;height:26px}.s1791{min-width:118px;width:118px;height:26px}.f426{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1792{min-width:128px;width:128px;height:26px}.s1793{min-width:106px;width:106px;height:26px}.s1794{min-width:124px;width:124px;height:26px}.s1795{min-width:133px;width:133px;height:26px}.s1796{min-width:84px;width:84px;min-height:58px;height:59px}.s1797{min-width:84px;width:84px;height:29px}.s1798{min-width:84px;width:84px;min-height:29px}.s1799{min-width:84px;width:84px;height:26px}.ps1510{margin-top:0}.s1800{min-width:76px;width:76px;height:29px}.s1801{min-width:76px;width:76px;min-height:29px}.s1802{min-width:76px;width:76px;height:26px}.s1803{min-width:147px;width:147px;height:26px}.s1804{min-width:108px;width:108px;height:26px}.ps1511{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.c502{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c503{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps1512{margin-left:-21px;margin-top:36px}.s1805{min-width:83px;width:83px;height:28px}.f427{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1513{margin-top:56px}.c505{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c506{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c507{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c508{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1514{margin-left:10px;margin-top:5px}.input32{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1515{margin-left:2px}.s1806{min-width:68px;height:37px;width:66px}.f428{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1807{height:8px}.f418:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f418:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f418:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c494::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c494:hover:before{opacity:1}.c494:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c495::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c495:hover:before{opacity:1}.c495:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f421:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f421:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f421:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f427:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f427:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f427:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}}@media (max-width:959px){.s1689{min-width:320px;height:1206px;padding-bottom:11px}.ps1411{margin-top:11px}.s1690{width:320px;min-height:1195px}.ps1412{margin-left:12px}.s1691{min-width:297px;width:297px;min-height:230px}.ps1413{margin-top:2px}.s1692{min-width:297px;width:297px;min-height:226px}.s1693{min-width:297px;width:297px;min-height:226px}.s1694{min-width:297px;width:297px;min-height:226px;height:226px}.i81{width:297px;height:226px}.ps1415{margin-left:79px;margin-top:-199px}.s1695{min-width:131px;width:131px;height:43px}.f403{text-shadow:none}.ps1416{margin-left:12px;margin-top:11px}.s1696{min-width:297px;width:297px;min-height:230px}.s1697{min-width:297px;width:297px;min-height:230px;height:230px}.i83{width:297px;height:230px}.ps1417{margin-left:79px;margin-top:-192px}.s1698{min-width:139px;width:139px;height:40px}.ps1418{margin-left:79px;margin-top:-190px}.s1699{min-width:131px;width:131px;height:42px}.ps1419{margin-left:12px;margin-top:12px}.s1700{min-width:297px;width:297px;min-height:230px}.s1701{min-width:297px;width:297px;min-height:230px}.s1702{min-width:297px;width:297px;min-height:230px;height:230px}.i84{width:297px;height:230px}.ps1420{margin-left:89px;margin-top:-189px}.s1703{min-width:110px;width:110px;height:40px}.ps1421{margin-left:12px;margin-top:11px}.ps1422{margin-left:89px;margin-top:-190px}.s1704{min-width:96px;width:96px;height:47px}.s1705{min-width:320px;min-height:682px}.ps1423{margin-top:29px}.s1706{width:320px;min-height:621px}.ps1424{margin-left:0}.s1707{min-width:320px;width:320px;min-height:621px}.s1708{min-width:320px;width:320px;min-height:298px;height:298px}.i85{width:320px;height:298px}.ps1425{margin-left:0;margin-top:25px}.s1709{min-width:320px;min-height:257px}.ps1426{margin-top:18px}.s1710{width:320px;min-height:225px}.ps1427{margin-left:31px}.s1711{min-width:272px;width:272px;height:225px}.f405{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f406{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1712{min-width:320px;min-height:753px;padding-bottom:21px}.ps1428{margin-top:21px}.s1713{width:320px;min-height:732px}.ps1429{margin-left:10px}.s1714{min-width:300px;width:300px;min-height:230px}.ps1430{margin-left:0}.s1715{min-width:300px;width:300px;min-height:230px;height:230px}.i86{width:300px;height:230px}.ps1431{margin-left:10px;margin-top:21px}.s1716{min-width:320px;min-height:652px}.ps1432{margin-top:19px}.s1717{width:320px;height:595px}.ps1433{margin-left:1px}.s1718{min-width:312px;width:312px;min-height:595px}.s1719{min-width:312px;width:312px;min-height:595px}.ps1434{margin-top:86px}.s1720{min-width:312px;width:312px;min-height:509px}.s1721{min-width:312px;width:312px;min-height:509px}.s1722{min-width:312px;width:312px;min-height:428px}.ps1435{margin-top:157px}.s1723{min-width:312px;width:312px;min-height:271px}.c484{background-image:url(../images/8/_48a4631-1112-624.jpg)}.webp .c484{background-image:url(../images/s/_48a4631-1112-624.webp)}.ps1436{margin-left:29px;margin-top:-428px}.s1724{min-width:269px;width:269px;height:130px}.ps1437{margin-left:95px;margin-top:36px}.s1725{min-width:129px;height:45px;width:127px}.c485{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f407{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps1438{margin-left:29px;margin-top:-595px}.s1726{min-width:269px;width:269px;height:63px}.f408{font-size:18px;font-size:calc(18px * var(--f));line-height:1.501}.s1727{min-width:320px;min-height:834px}.ps1439{margin-top:24px}.s1728{width:320px;height:793px}.ps1440{margin-left:0}.s1729{min-width:320px;width:320px;min-height:793px}.ps1441{margin-left:31px;margin-top:512px}.s1730{min-width:275px;width:275px;min-height:281px}.ps1442{margin-left:17px}.s1731{min-width:79px;width:79px;height:31px}.f409{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1443{margin-top:0}.s1732{min-width:275px;width:275px;height:250px}.p83{text-indent:-13px}.p84{text-indent:-14px}.ps1445{margin-left:0;margin-top:-793px}.s1733{min-width:320px;width:320px;min-height:494px}.ps1446{margin-left:31px}.s1734{min-width:276px;width:276px;height:229px}.ps1447{margin-left:0}.s1735{min-width:320px;width:320px;min-height:255px}.c486{background-image:url(../images/3/metallspachtel-alu-kupfer-streifen-wohnzimmer-640.jpg)}.webp .c486{background-image:url(../images/b/metallspachtel-alu-kupfer-streifen-wohnzimmer-640.webp)}.s1736{min-width:320px;min-height:501px}.ps1448{margin-top:26px}.s1737{width:320px;min-height:304px}.ps1449{margin-left:12px}.ps1450{margin-left:2px}.s1738{min-width:290px;width:290px;height:36px}.f410{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1451{margin-left:0;margin-top:26px}.ps1452{margin-left:17px}.i87{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps1453{margin-top:9px}.s1739{min-width:90px;width:90px;height:48px}.f411{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1454{margin-left:19px}.ps1455{margin-left:14px}.s1740{min-width:81px;width:81px;height:48px}.ps1456{margin-left:21px}.ps1457{margin-left:21px}.s1741{min-width:85px;width:85px;height:48px}.ps1458{margin-left:5px;margin-top:25px}.ps1459{margin-left:53px}.ps1460{margin-top:11px}.s1742{min-width:150px;width:150px;height:49px}.ps1461{margin-left:23px;margin-top:25px}.ps1462{margin-left:13px}.i88{width:50px;height:50px}.s1743{min-width:77px;width:77px;height:49px}.ps1463{margin-top:-131px}.s1744{min-width:320px;min-height:1394px}.ps1464{margin-top:29px}.s1745{width:320px;min-height:1327px}.ps1465{margin-left:21px}.s1746{min-width:278px;width:278px;height:108px}.f412{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1466{margin-left:9px;margin-top:15px}.s1747{min-width:300px;width:300px;min-height:393px}.ps1467{margin-top:-393px}.i89{width:300px;height:193px}.ps1468{margin-left:29px;margin-top:-183px}.s1748{min-width:254px;width:254px;height:41px}.ps1469{margin-left:29px;margin-top:-136px}.s1749{min-width:231px;width:231px;height:62px}.f414{font-size:16px;font-size:calc(16px * var(--f))}.ps1470{margin-left:28px;margin-top:-67px}.s1750{min-width:149px;height:48px;width:147px}.c489{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f415{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps1471{margin-left:0;margin-top:30px}.s1751{min-width:301px;width:301px;min-height:377px}.ps1472{margin-top:-377px}.i90{width:301px;height:193px}.ps1473{margin-left:27px;margin-top:-170px}.s1752{min-width:233px;width:233px;height:34px}.ps1474{margin-left:27px;margin-top:-130px}.s1753{min-width:235px;width:235px;height:60px}.ps1475{margin-left:26px;margin-top:-62px}.s1754{min-width:112px;height:45px;width:110px}.ps1476{margin-left:0;margin-top:29px}.s1755{min-width:299px;width:299px;min-height:375px}.ps1477{margin-left:1px}.ps1478{margin-top:-375px}.i91{width:299px;height:193px}.ps1479{margin-left:28px;margin-top:-168px}.s1756{min-width:232px;width:232px;height:32px}.ps1480{margin-left:28px;margin-top:-128px}.s1757{min-width:238px;width:238px;height:59px}.ps1481{margin-left:27px;margin-top:-62px}.s1758{min-width:111px;height:45px;width:109px}.s1759{min-width:320px;min-height:1000px}.s1760{min-width:320px;min-height:1000px}.ps1482{margin-top:-993px}.s1761{width:320px;min-height:993px}.ps1483{margin-left:9px}.ps1484{margin-left:11px}.ps1485{margin-top:5px}.s1762{min-width:303px;width:303px;min-height:912px}.ps1486{margin-left:35px;margin-top:-891px}.s1763{min-width:234px;width:234px;height:29px}.f416{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1487{margin-left:0;margin-top:148px}.s1764{min-width:234px;width:234px;height:33px}.ps1488{margin-left:0;margin-top:130px}.s1765{min-width:234px;width:234px;height:34px}.ps1489{margin-left:0;margin-top:178px}.s1766{min-width:234px;width:234px;height:24px}.ps1490{margin-top:-539px}.s1767{min-width:234px;width:234px;height:118px}.f417{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1491{margin-left:0;margin-top:-356px}.s1768{min-width:234px;width:234px;height:89px}.f418{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1492{margin-left:0;margin-top:-192px}.s1769{min-width:182px;width:182px;height:140px}.ps1493{margin-left:0;margin-top:8px}.s1770{min-width:158px;width:158px;height:120px}.ps1494{margin-left:32px;margin-top:-158px}.s1771{min-width:100px;height:41px;width:100px}.c492{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f419{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1495{margin-left:37px;margin-top:-159px}.s1772{min-width:102px;height:43px;width:100px}.c493{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1496{margin-left:232px;margin-top:-451px}.s1773{min-width:40px;width:40px;height:31px}.ps1497{margin-left:235px;margin-top:-402px}.s1774{min-width:35px;width:35px;height:30px}.ps1498{margin-left:36px;margin-top:-71px}.s1775{min-width:233px;width:233px;height:38px}.f420{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1499{margin-left:10px;margin-top:11px}.s1776{min-width:282px;width:282px;height:25px}.f421{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f422{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1500{width:320px}.ps1501{margin-left:80px;margin-top:55px}.ps1502{margin-left:16px}.ps1503{margin-top:0}.s1778{min-width:208px;width:208px;height:29px}.f423{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1779{min-width:195px;width:195px;height:26px}.p86{text-indent:0}.f424{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1505{margin-top:1px}.s1780{min-width:195px;width:195px;height:26px}.s1781{min-width:195px;width:195px;height:26px}.s1782{min-width:195px;width:195px;height:26px}.s1783{min-width:195px;width:195px;height:26px}.s1784{min-width:195px;width:195px;height:26px}.s1785{min-width:195px;width:195px;height:26px}.ps1506{margin-top:11px}.ps1508{margin-top:5px}.s1786{min-width:198px;width:198px;height:26px}.f425{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1787{min-width:198px;width:198px;height:26px}.s1788{min-width:198px;width:198px;height:26px}.s1789{min-width:198px;width:198px;height:26px}.s1790{min-width:198px;width:198px;height:26px}.s1791{min-width:187px;width:187px;height:26px}.f426{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1792{min-width:187px;width:187px;height:26px}.s1793{min-width:187px;width:187px;height:26px}.s1794{min-width:187px;width:187px;height:26px}.s1795{min-width:187px;width:187px;height:26px}.s1796{min-width:187px;width:187px}.s1797{min-width:187px;width:187px}.s1798{min-width:187px;width:187px}.ps1509{margin-top:5px}.s1799{min-width:187px;width:187px;height:26px}.s1800{min-width:187px;width:187px}.s1801{min-width:187px;width:187px}.s1802{min-width:187px;width:187px;height:26px}.s1803{min-width:187px;width:187px;height:26px}.s1804{min-width:187px;width:187px;height:26px}.ps1511{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.c502{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c503{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps1512{margin-left:-23px;margin-top:29px}.s1805{min-width:76px;width:76px;height:23px}.p87{text-align:left}.f427{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.ps1513{margin-top:53px}.c508{height:50px}.ps1514{margin-left:8px;margin-top:6px}.input32{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1515{margin-left:2px}.s1806{min-width:60px;height:36px;width:58px}.c509{color:#838b83}.f428{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1807{height:8px}.f418:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f418:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f418:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c494::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c494:hover:before{opacity:1}.c494:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c495::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c495:hover:before{opacity:1}.c495:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f421:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f421:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f421:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f427:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.f427:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.f427:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}}@media (min-width:1200px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:1200px) and (min-resolution:144dpi){.c484{background-image:url(../images/a/_48a4631-1112-1072.jpg)}.webp .c484{background-image:url(../images/t/_48a4631-1112-1072.webp)}.c486{background-image:url(../images/l/metallspachtel-alu-kupfer-streifen-wohnzimmer-1234.jpg)}.webp .c486{background-image:url(../images/8/metallspachtel-alu-kupfer-streifen-wohnzimmer-1234.webp)}}@media (min-width:960px) and (max-width:1199px) and (min-width:960px) and (-webkit-min-device-pixel-ratio:1.7), (min-width:960px) and (max-width:1199px) and (min-width:960px) and (min-resolution:144dpi){.c484{background-image:url(../images/t/_48a4631-1112-858.jpg)}.webp .c484{background-image:url(../images/2/_48a4631-1112-858.webp)}.c486{background-image:url(../images/r/metallspachtel-alu-kupfer-streifen-wohnzimmer-988.jpg)}.webp .c486{background-image:url(../images/s/metallspachtel-alu-kupfer-streifen-wohnzimmer-988.webp)}}.v204{display:block}.ps1552{position:relative;margin-top:0}.s1851{width:100%;min-width:1200px;min-height:258px;padding-bottom:0}.c526{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1201{z-index:194}.ps1553{display:inline-block;width:0;height:0}.ps1554{position:relative;margin-top:43px}.v205{display:block;pointer-events:none}.s1852{width:1200px;margin-left:auto;margin-right:auto;min-height:195px}.v206{display:inline-block;vertical-align:top;pointer-events:auto}.ps1555{position:relative;margin-left:50px;margin-top:0}.s1853{min-width:1115px;width:1115px;overflow:hidden;height:49px}.p92{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f444{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1556{position:relative;margin-left:57px;margin-top:27px}.s1854{min-width:1087px;width:1087px;overflow:hidden;height:119px}.p93{text-indent:0;padding-bottom:0;padding-right:0;text-align:justify}.f445{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.s1855{width:100%;min-width:1200px;min-height:300px;padding-bottom:20px}.z1202{z-index:210}.ps1557{position:relative;margin-top:20px}.s1856{width:1200px;margin-left:auto;margin-right:auto;min-height:280px}.v207{display:inline-block;vertical-align:top}.ps1558{position:relative;margin-left:10px;margin-top:0}.s1857{min-width:280px;width:280px;min-height:280px}.c527{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.z1203{z-index:183}.ps1559{position:relative;margin-left:0;margin-top:0}.s1858{min-width:280px;width:280px;min-height:280px;height:280px}.z1204{z-index:184}.a46{display:block;height:100%}.i94{position:absolute;left:0;width:280px;top:0;height:280px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.i95{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps1560{position:relative;margin-left:20px;margin-top:0}.z1205{z-index:185}.z1206{z-index:186}.ps1561{position:relative;margin-left:20px;margin-top:0}.z1207{z-index:187}.z1208{z-index:188}.ps1562{position:relative;margin-left:20px;margin-top:0}.z1209{z-index:189}.z1210{z-index:190}.s1859{width:100%;min-width:1200px;min-height:307px;padding-bottom:0}.z1211{z-index:46}.ps1563{position:relative;margin-top:50px}.s1860{width:1200px;margin-left:auto;margin-right:auto;min-height:242px}.ps1564{position:relative;margin-left:77px;margin-top:0}.s1861{min-width:1047px;width:1047px;min-height:135px}.z1212{z-index:172}.ps1565{position:relative;margin-left:41px;margin-top:0}.s1862{min-width:960px;width:960px;min-height:80px}.s1863{min-width:80px;width:80px;min-height:80px;height:80px}.z1213{z-index:174}.i96{position:absolute;left:0;min-width:80px;max-width:80px;min-height:80px;max-height:80px;top:0}.ps1566{position:relative;margin-left:215px;margin-top:0}.z1214{z-index:175}.ps1567{position:relative;margin-left:211px;margin-top:0}.z1215{z-index:176}.ps1568{position:relative;margin-left:214px;margin-top:0}.z1216{z-index:178}.i97{position:absolute;left:0;width:80px;top:0;height:80px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1569{position:relative;margin-left:0;margin-top:19px}.s1864{min-width:1047px;width:1047px;min-height:36px}.s1865{min-width:163px;width:163px;overflow:hidden;height:36px}.z1217{z-index:179}.f446{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1570{position:relative;margin-left:131px;margin-top:0}.s1866{min-width:163px;width:163px;overflow:hidden;height:36px}.z1218{z-index:177}.ps1571{position:relative;margin-left:133px;margin-top:0}.s1867{min-width:163px;width:163px;overflow:hidden;height:36px}.z1219{z-index:180}.ps1572{position:relative;margin-left:131px;margin-top:0}.s1868{min-width:163px;width:163px;overflow:hidden;height:36px}.z1220{z-index:181}.ps1573{position:relative;margin-left:281px;margin-top:58px}.s1869{min-width:639px;width:639px;overflow:hidden;height:49px}.z1221{z-index:173}.f447{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#0d1926;background-color:initial;text-shadow:none}.s1870{width:100%;min-width:1200px;height:602px;--lbas:64;--lbab:0;padding-bottom:37px}.c528{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z1222{z-index:171}.ps1574{position:relative;margin-top:36px}.s1871{width:1200px;margin-left:auto;margin-right:auto;height:566px}.ps1575{position:relative;margin-left:10px;margin-top:0}.s1872{min-width:100px;width:100px;min-height:70px}.s1873{min-width:100px;width:100px;min-height:70px;height:70px}.i98{position:absolute;left:0;width:100px;top:0;height:70px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.ps1576{position:relative;margin-left:20px;margin-top:0}.ps1577{position:relative;margin-left:20px;margin-top:0}.ps1578{position:relative;margin-left:20px;margin-top:0}.ps1579{position:relative;margin-left:20px;margin-top:0}.ps1580{position:relative;margin-left:10px;margin-top:12px}.ps1581{position:relative;margin-left:20px;margin-top:12px}.ps1582{position:relative;margin-left:20px;margin-top:12px}.ps1583{position:relative;margin-left:20px;margin-top:12px}.ps1584{position:relative;margin-left:10px;margin-top:13px}.ps1585{position:relative;margin-left:20px;margin-top:13px}.ps1586{position:relative;margin-left:20px;margin-top:13px}.ps1587{position:relative;margin-left:20px;margin-top:13px}.ps1588{position:relative;margin-left:10px;margin-top:13px}.ps1589{position:relative;margin-left:20px;margin-top:13px}.ps1590{position:relative;margin-left:10px;margin-top:12px}.ps1591{position:relative;margin-left:20px;margin-top:12px}.s1874{width:100%;min-width:1200px;min-height:507px;padding-bottom:0}.z1223{z-index:182}.ps1592{position:relative;margin-top:34px}.s1875{width:1200px;margin-left:auto;margin-right:auto;min-height:445px}.ps1593{position:relative;margin-left:33px;margin-top:0}.s1876{min-width:1131px;width:1131px;min-height:445px}.z1224{z-index:41}.ps1594{position:relative;margin-left:0;margin-top:20px}.s1877{min-width:459px;width:459px;min-height:425px;line-height:0}.s1878{min-width:459px;width:459px;overflow:hidden;height:117px}.z1225{z-index:43}.p94{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.ps1595{position:relative;margin-left:0;margin-top:10px}.s1879{min-width:459px;width:459px;overflow:hidden;height:191px}.z1226{z-index:44}.f448{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.v208{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1596{position:relative;margin-left:158px;margin-top:42px}.s1880{min-width:166px;height:65px;box-sizing:border-box;width:166px;padding-right:0}.c529{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:33px;-moz-border-radius:33px;border-radius:33px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1227{z-index:45}.a47{display:inline-block;width:100%;z-index:1}.f449{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1597{position:relative;margin-left:59px;margin-top:0}.z1228{z-index:42}.i99{position:absolute;left:0;width:613px;top:0;height:445px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.s1881{width:100%;min-width:1200px;min-height:305px;padding-bottom:0}.z1229{z-index:22}.ps1598{position:relative;margin-top:34px}.s1882{width:1200px;margin-left:auto;margin-right:auto;min-height:226px}.ps1599{position:relative;margin-left:57px;margin-top:0}.ps1600{position:relative;margin-left:0;margin-top:0}.s1883{min-width:1087px;width:1087px;overflow:hidden;height:51px}.f450{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.434;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1601{position:relative;margin-left:28px;margin-top:31px}.ps1602{position:relative;margin-left:29px;margin-top:0}.i100{position:absolute;left:0;min-width:60px;max-width:60px;min-height:60px;max-height:60px;top:0}.ps1603{position:relative;margin-left:0;margin-top:20px}.s1884{min-width:118px;width:118px;overflow:hidden;height:62px}.f451{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:200;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1604{position:relative;margin-left:103px;margin-top:0}.ps1605{position:relative;margin-left:33px;margin-top:0}.s1885{min-width:127px;width:127px;overflow:hidden;height:60px}.ps1606{position:relative;margin-left:97px;margin-top:0}.ps1607{position:relative;margin-left:37px;margin-top:0}.s1886{min-width:134px;width:134px;overflow:hidden;height:61px}.ps1608{position:relative;margin-left:70px;margin-top:0}.ps1609{position:relative;margin-left:56px;margin-top:0}.ps1610{position:relative;margin-left:0;margin-top:20px}.s1887{min-width:172px;width:172px;overflow:hidden;height:64px}.ps1611{position:relative;margin-left:82px;margin-top:0}.ps1612{position:relative;margin-left:29px;margin-top:0}.i101{position:absolute;left:0;width:60px;top:0;height:60px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}.s1888{min-width:118px;width:118px;overflow:hidden;height:61px}.s1889{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z1230{z-index:40}.v209{display:inline-block;vertical-align:top;pointer-events:none}.s1890{width:100%;min-width:1200px;min-height:633px}.c530{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1231{z-index:2}.ps1613{position:relative;margin-top:-604px}.s1891{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1614{position:relative;margin-left:32px;margin-top:0}.z1232{z-index:3}.ps1615{position:relative;margin-left:0;margin-top:0}.c531{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1233{z-index:4}.ps1616{position:relative;margin-left:0;margin-top:22px}.z1234{z-index:21}.s1892{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c532{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1235{z-index:5}.ps1617{position:relative;margin-left:55px;margin-top:-430px}.z1236{z-index:6}.s1893{min-width:123px;width:123px;overflow:hidden;height:39px}.z1237{z-index:11}.f452{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1618{position:relative;margin-left:106px;margin-top:0}.s1894{min-width:111px;width:111px;overflow:hidden;height:39px}.z1238{z-index:12}.ps1619{position:relative;margin-left:199px;margin-top:0}.s1895{min-width:104px;width:104px;overflow:hidden;height:39px}.z1239{z-index:13}.ps1620{position:relative;margin-left:154px;margin-top:0}.s1896{min-width:231px;width:231px;overflow:hidden;height:39px}.z1240{z-index:14}.ps1621{position:relative;margin-left:0;margin-top:4px}.s1897{min-width:207px;width:207px;overflow:hidden;height:176px}.z1241{z-index:15}.f453{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1622{position:relative;margin-left:22px;margin-top:4px}.s1898{min-width:273px;width:273px;overflow:hidden;height:176px}.z1242{z-index:16}.f454{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1623{position:relative;margin-left:37px;margin-top:4px}.s1899{min-width:231px;width:231px;overflow:hidden;height:176px}.z1243{z-index:17}.ps1624{position:relative;margin-left:27px;margin-top:4px}.s1900{min-width:231px;width:231px;overflow:hidden;height:176px}.z1244{z-index:18}.ps1625{position:relative;margin-left:55px;margin-top:-181px}.s1901{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c533{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1245{z-index:9}.f455{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;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:12px;padding-bottom:12px}.ps1626{position:relative;margin-left:19px;margin-top:-182px}.s1902{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c534{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1246{z-index:7}.f456{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1627{position:relative;margin-left:588px;margin-top:-153px}.s1903{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c535{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1247{z-index:8}.a48{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1628{position:relative;margin-left:25px;margin-top:-149px}.s1904{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c536{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1248{z-index:10}.ps1629{position:relative;margin-left:64px;margin-top:-66px}.s1905{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1249{z-index:19}.f457{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1630{position:relative;margin-left:354px;margin-top:19px}.s1906{min-width:426px;width:426px;overflow:hidden;height:21px}.z1250{z-index:20}.f458{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f459{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c537{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:2146435316;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1631{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1632{position:relative;margin-left:836px;margin-top:70px}.c538{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c539{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c540{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s1907{width:100%;height:100%}.c541{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v210{display:inline-block;vertical-align:top;overflow:visible}.ps1633{position:relative;margin-left:47px;margin-top:18px}.m11{padding:0px 0px 0px 0px}.mcv11{display:inline-block}.ps1634{position:relative;margin-left:0;margin-top:1px}.s1908{min-width:272px;width:272px;overflow:hidden;height:34px}.f460{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v211{display:none}.z1251{z-index:9999}.ps1635{position:relative;margin-left:0;margin-top:4px}.s1909{min-width:188px;width:188px;overflow:hidden;height:34px}.p95{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f461{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1636{position:relative;margin-left:0;margin-top:0}.s1910{min-width:170px;width:170px;overflow:hidden;height:34px}.s1911{min-width:186px;width:186px;overflow:hidden;height:34px}.s1912{min-width:267px;width:267px;overflow:hidden;height:34px}.s1913{min-width:208px;width:208px;overflow:hidden;height:34px}.s1914{min-width:177px;width:177px;overflow:hidden;height:34px}.s1915{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1637{position:relative;margin-left:0;margin-top:9px}.ps1638{position:relative;margin-left:0;margin-top:0}.ps1639{position:relative;margin-left:0;margin-top:4px}.s1916{min-width:242px;width:242px;overflow:hidden;height:34px}.f462{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1917{min-width:203px;width:203px;overflow:hidden;height:34px}.s1918{min-width:200px;width:200px;overflow:hidden;height:34px}.s1919{min-width:239px;width:239px;overflow:hidden;height:34px}.s1920{min-width:167px;width:167px;overflow:hidden;height:34px}.s1921{min-width:150px;width:150px;overflow:hidden;height:34px}.f463{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s1922{min-width:163px;width:163px;overflow:hidden;height:34px}.s1923{min-width:135px;width:135px;overflow:hidden;height:34px}.s1924{min-width:158px;width:158px;overflow:hidden;height:34px}.s1925{min-width:170px;width:170px;overflow:hidden;height:34px}.s1926{min-width:108px;width:108px;min-height:73px;height:73px}.s1927{min-width:108px;width:108px;height:36px}.s1928{min-width:108px;width:108px;min-height:36px}.ps1640{position:relative;margin-left:0;margin-top:1px}.s1929{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1641{position:relative;margin-left:0;margin-top:1px}.s1930{min-width:96px;width:96px;height:36px}.s1931{min-width:96px;width:96px;min-height:36px}.s1932{min-width:96px;width:96px;overflow:hidden;height:34px}.s1933{min-width:189px;width:189px;overflow:hidden;height:34px}.s1934{min-width:138px;width:138px;overflow:hidden;height:34px}.c542{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}.ps1642{position:relative;margin-top:calc(50vh - 63px);margin-top:calc(var(--vh, 1vh) * 50 - 63px);margin-left:0;-webkit-transform:translate3d(0,0,0)}.c543{border:1px solid #000;background-clip:padding-box;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0;background-color:#fff}.c544{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:125px;width:100%;margin-top:-1px;margin-left:-1px;border:1px solid transparent;-webkit-border-radius:0 24px 24px 0;-moz-border-radius:0 24px 24px 0;border-radius:0 24px 24px 0}.ps1643{position:relative;margin-left:-27px;margin-top:45px}.s1935{min-width:104px;width:104px;overflow:hidden;height:35px;-ms-transform:rotate(270deg);-moz-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg)}.z1252{z-index:214}.p96{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f464{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.10px;color:#000;background-color:initial;text-shadow:none}.c545{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:2146435317;pointer-events:none;opacity:0}.v212{display:block;vertical-align:top;pointer-events:auto}.ps1644{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c546{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c547{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c548{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c549{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1645{position:relative;margin-left:12px;margin-top:7px}.input35{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input35::placeholder{color:rgb(169,169,169);opacity:1}.ps1646{position:relative;margin-left:3px;margin-top:0}.s1936{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c550{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f465{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s1937{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c551{display:inline-block;position:relative;margin-left:0;margin-top:0}.c529:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c529:active{transition:initial;background-color:#edefeb;color:#404040}.c533:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c533:active{transition:initial;background-color:#edefeb;color:#404040}.c534:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c534:active{transition:initial;background-color:#edefeb}.c535::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c535:hover:before{opacity:1}.c535:hover{border-color:transparent;color:transparent}.c535:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c535:active{transition:initial}.c536::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c536:hover:before{opacity:1}.c536:hover{border-color:transparent;color:transparent}.c536:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c536:active{transition:initial}.c550:hover{background-clip:padding-box;border-color:#000}.c550:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s1851{min-width:960px;min-height:206px}.ps1554{margin-top:34px}.s1852{width:960px;min-height:156px}.ps1555{margin-left:40px}.s1853{min-width:892px;width:892px;height:39px}.f444{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1556{margin-left:46px;margin-top:22px}.s1854{min-width:870px;width:870px;height:95px}.f445{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1855{min-width:960px;min-height:240px;padding-bottom:16px}.ps1557{margin-top:16px}.s1856{width:960px;min-height:224px}.ps1558{margin-left:8px}.s1857{min-width:224px;width:224px;min-height:224px}.s1858{min-width:224px;width:224px;min-height:224px;height:224px}.i94{width:224px;height:224px}.ps1560{margin-left:16px}.ps1561{margin-left:16px}.ps1562{margin-left:16px}.s1859{min-width:960px;min-height:246px}.ps1563{margin-top:41px}.s1860{width:960px;min-height:193px}.ps1564{margin-left:62px}.s1861{min-width:837px;width:837px;min-height:108px}.ps1565{margin-left:32px}.s1862{min-width:768px;width:768px;min-height:64px}.s1863{min-width:64px;width:64px;min-height:64px;height:64px}.i96{min-width:64px;max-width:64px;min-height:64px;max-height:64px}.ps1566{margin-left:172px}.ps1567{margin-left:169px}.ps1568{margin-left:171px}.i97{width:64px;height:64px}.ps1569{margin-top:15px}.s1864{min-width:837px;width:837px;min-height:29px}.s1865{min-width:130px;width:130px;height:29px}.f446{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1570{margin-left:105px}.s1866{min-width:130px;width:130px;height:29px}.ps1571{margin-left:107px}.s1867{min-width:130px;width:130px;height:29px}.ps1572{margin-left:105px}.s1868{min-width:130px;width:130px;height:29px}.ps1573{margin-left:225px;margin-top:46px}.s1869{min-width:511px;width:511px;height:39px}.f447{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.s1870{min-width:960px;height:659px;--lbas:51;padding-bottom:-148px}.ps1574{margin-top:29px}.s1871{width:960px;min-height:630px}.ps1575{margin-left:24px}.ps1576{margin-left:16px}.ps1577{margin-left:16px}.ps1578{margin-left:24px;margin-top:10px}.ps1579{margin-left:16px;margin-top:10px}.ps1580{margin-left:16px;margin-top:10px}.ps1581{margin-left:16px;margin-top:10px}.ps1582{margin-left:16px;margin-top:10px}.ps1583{margin-left:24px;margin-top:10px}.ps1584{margin-left:16px;margin-top:10px}.ps1585{margin-left:16px;margin-top:10px}.ps1586{margin-left:24px;margin-top:10px}.ps1587{margin-left:16px;margin-top:10px}.ps1588{margin-left:16px;margin-top:10px}.ps1589{margin-left:24px;margin-top:10px}.ps1590{margin-left:24px;margin-top:10px}.ps1591{margin-left:24px;margin-top:10px}.s1874{min-width:960px;min-height:406px}.ps1592{margin-top:27px}.s1875{width:960px;min-height:356px}.ps1593{margin-left:26px}.s1876{min-width:905px;width:905px;min-height:356px}.ps1594{margin-top:16px}.s1877{min-width:367px;width:367px;min-height:340px}.s1878{min-width:367px;width:367px;height:94px}.ps1595{margin-top:7px}.s1879{min-width:367px;width:367px;height:153px}.f448{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1596{margin-left:127px;margin-top:34px}.s1880{min-width:133px;height:52px;width:133px}.c529{-webkit-border-radius:26px;-moz-border-radius:26px;border-radius:26px}.f449{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1597{margin-left:48px}.i99{width:490px;height:356px}.s1881{min-width:960px;min-height:244px}.ps1598{margin-top:27px}.s1882{width:960px;min-height:181px}.ps1599{margin-left:46px}.s1883{min-width:870px;width:870px;height:41px}.f450{font-size:24px;font-size:calc(24px * var(--f));line-height:1.418}.ps1601{margin-left:22px;margin-top:25px}.ps1602{margin-left:23px}.i100{min-width:48px;max-width:48px;min-height:48px;max-height:48px}.ps1603{margin-top:16px}.s1884{min-width:94px;width:94px;height:50px}.f451{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1604{margin-left:83px}.ps1605{margin-left:26px}.s1885{min-width:102px;width:102px;height:48px}.ps1606{margin-left:77px}.ps1607{margin-left:30px}.s1886{min-width:107px;width:107px;height:49px}.ps1608{margin-left:56px}.ps1609{margin-left:45px}.ps1610{margin-top:16px}.s1887{min-width:138px;width:138px;height:51px}.ps1611{margin-left:65px}.ps1612{margin-left:24px}.i101{width:48px;height:48px}.s1888{min-width:94px;width:94px;height:49px}.s1889{min-width:960px;min-height:506px}.s1890{min-width:960px;min-height:506px}.ps1613{margin-top:-483px}.s1891{width:960px;min-height:468px}.ps1614{margin-left:26px}.ps1616{margin-top:18px}.s1892{min-width:910px;width:910px;min-height:378px}.ps1617{margin-left:44px;margin-top:-344px}.s1893{min-width:98px;width:98px;height:31px}.f452{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1618{margin-left:85px}.s1894{min-width:89px;width:89px;height:31px}.ps1619{margin-left:159px}.s1895{min-width:83px;width:83px;height:31px}.ps1620{margin-left:123px}.s1896{min-width:185px;width:185px;height:31px}.ps1621{margin-top:3px}.s1897{min-width:166px;width:166px;height:141px}.f453{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1622{margin-left:17px;margin-top:3px}.s1898{min-width:218px;width:218px;height:141px}.f454{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1623{margin-left:30px;margin-top:3px}.s1899{min-width:185px;width:185px;height:141px}.ps1624{margin-left:21px;margin-top:3px}.s1900{min-width:185px;width:185px;height:141px}.ps1625{margin-left:44px;margin-top:-145px}.s1901{min-width:110px;height:42px;width:110px}.c533{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f455{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1626{margin-left:15px;margin-top:-146px}.s1902{min-width:108px;height:44px;width:106px}.c534{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f456{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1627{margin-left:470px;margin-top:-123px}.s1903{min-width:48px;width:48px;height:48px}.ps1628{margin-left:20px;margin-top:-120px}.s1904{min-width:43px;width:43px;height:43px}.ps1629{margin-left:51px;margin-top:-53px}.s1905{min-width:807px;width:807px;height:25px}.f457{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1630{margin-left:283px;margin-top:15px}.s1906{min-width:341px;width:341px;height:17px}.f458{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f459{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1631{width:960px}.ps1632{margin-left:669px;margin-top:56px}.ps1633{margin-left:37px;margin-top:14px}.s1908{min-width:218px;width:218px;height:26px}.f460{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1909{min-width:148px;width:148px;height:26px}.p95{text-indent:5px}.f461{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1910{min-width:133px;width:133px;height:26px}.s1911{min-width:146px;width:146px;height:26px}.s1912{min-width:209px;width:209px;height:26px}.s1913{min-width:163px;width:163px;height:26px}.s1914{min-width:139px;width:139px;height:26px}.s1915{min-width:125px;width:125px;height:26px}.ps1637{margin-top:7px}.ps1638{margin-top:-1px}.s1916{min-width:189px;width:189px;height:26px}.f462{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1917{min-width:159px;width:159px;height:26px}.s1918{min-width:157px;width:157px;height:26px}.s1919{min-width:187px;width:187px;height:26px}.s1920{min-width:131px;width:131px;height:26px}.s1921{min-width:118px;width:118px;height:26px}.f463{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1922{min-width:128px;width:128px;height:26px}.s1923{min-width:106px;width:106px;height:26px}.s1924{min-width:124px;width:124px;height:26px}.s1925{min-width:133px;width:133px;height:26px}.s1926{min-width:84px;width:84px;min-height:58px;height:59px}.s1927{min-width:84px;width:84px;height:29px}.s1928{min-width:84px;width:84px;min-height:29px}.s1929{min-width:84px;width:84px;height:26px}.ps1641{margin-top:0}.s1930{min-width:76px;width:76px;height:29px}.s1931{min-width:76px;width:76px;min-height:29px}.s1932{min-width:76px;width:76px;height:26px}.s1933{min-width:147px;width:147px;height:26px}.s1934{min-width:108px;width:108px;height:26px}.ps1642{margin-top:calc(50vh - 51px);margin-top:calc(var(--vh, 1vh) * 50 - 51px)}.c543{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.c544{height:100px;-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0}.ps1643{margin-left:-22px;margin-top:37px}.s1935{min-width:83px;width:83px;height:28px}.f464{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1644{margin-top:56px}.c546{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c547{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c548{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c549{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1645{margin-left:10px;margin-top:5px}.input35{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1646{margin-left:2px}.s1936{min-width:68px;height:37px;width:66px}.f465{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s1937{height:8px}.f446:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f446:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f446:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f454:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f454:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f454:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c535::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c535:hover:before{opacity:1}.c535:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c536::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c536:hover:before{opacity:1}.c536:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f458:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f458:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f458:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f464:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f464:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f464:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}}@media (max-width:959px){.s1851{min-width:320px;min-height:329px}.ps1554{margin-top:20px}.s1852{width:320px;min-height:284px}.ps1555{margin-left:12px}.s1853{min-width:297px;width:297px;height:47px}.f444{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1556{margin-left:31px;margin-top:6px}.s1854{min-width:276px;width:276px;height:231px}.f445{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.s1855{min-width:320px;min-height:330px;padding-bottom:15px}.ps1557{margin-top:15px}.s1856{width:320px;min-height:315px}.ps1558{margin-left:3px}.s1857{min-width:150px;width:150px;min-height:150px}.s1858{min-width:150px;width:150px;min-height:150px;height:150px}.i94{width:150px;height:150px}.ps1560{margin-left:15px}.ps1561{margin-left:3px;margin-top:15px}.ps1562{margin-left:15px;margin-top:15px}.s1859{min-width:320px;min-height:384px}.ps1563{margin-top:31px}.s1860{width:320px;min-height:352px}.ps1564{margin-left:33px}.s1861{min-width:250px;width:250px;min-height:246px}.ps1565{margin-left:23px}.s1862{min-width:193px;width:193px;min-height:183px}.s1863{min-width:50px;width:50px;min-height:50px;height:50px}.i96{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps1566{margin-left:93px}.ps1567{margin-left:0;margin-top:83px}.ps1568{margin-left:93px;margin-top:83px}.i97{width:50px;height:50px}.ps1569{margin-top:-107px}.s1864{min-width:250px;width:250px;min-height:170px}.s1865{min-width:94px;width:94px;height:26px}.f446{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1570{margin-left:39px}.s1866{min-width:117px;width:117px;height:29px}.ps1571{margin-left:4px;margin-top:104px}.s1867{min-width:87px;width:87px}.ps1572{margin-left:46px;margin-top:104px}.s1868{min-width:107px;width:107px;height:37px}.ps1573{margin-left:12px;margin-top:36px}.s1869{min-width:292px;width:292px;height:70px}.f447{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.s1870{min-width:320px;height:1546px;--lbas:32;padding-bottom:33px}.ps1574{margin-top:9px}.s1871{width:320px;min-height:1537px}.ps1575{margin-left:5px}.ps1576{margin-left:5px}.ps1577{margin-left:5px;margin-top:3px}.ps1578{margin-left:5px;margin-top:3px}.ps1579{margin-left:5px;margin-top:4px}.ps1580{margin-left:5px;margin-top:4px}.ps1581{margin-left:5px;margin-top:4px}.ps1582{margin-left:5px;margin-top:3px}.ps1583{margin-left:5px;margin-top:3px}.ps1584{margin-left:5px;margin-top:4px}.ps1585{margin-left:5px;margin-top:3px}.ps1586{margin-left:5px;margin-top:4px}.ps1587{margin-left:5px;margin-top:4px}.ps1588{margin-left:5px;margin-top:3px}.ps1589{margin-left:5px;margin-top:3px}.ps1590{margin-left:5px;margin-top:3px}.ps1591{margin-left:5px;margin-top:4px}.s1874{min-width:320px;min-height:676px}.ps1592{margin-top:40px}.s1875{width:320px;min-height:622px}.ps1593{margin-left:10px}.s1876{min-width:300px;width:300px;min-height:622px}.ps1594{margin-left:21px;margin-top:221px}.s1877{min-width:269px;width:269px;min-height:401px}.s1878{min-width:267px;width:267px;height:100px}.ps1595{margin-left:1px;margin-top:12px}.s1879{min-width:268px;width:268px;height:230px}.f448{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501;color:#000}.ps1596{margin-left:67px;margin-top:16px}.s1880{min-width:127px;height:43px;width:127px}.c529{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f449{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps1597{margin-left:0;margin-top:-622px}.i99{width:300px;height:193px}.s1881{min-width:320px;min-height:382px}.ps1598{margin-top:39px}.s1882{width:320px;min-height:304px}.ps1599{margin-left:12px}.ps1600{margin-left:2px}.s1883{min-width:290px;width:290px;height:36px}.f450{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1601{margin-left:0;margin-top:26px}.ps1602{margin-left:17px}.i100{min-width:50px;max-width:50px;min-height:50px;max-height:50px}.ps1603{margin-top:9px}.s1884{min-width:90px;width:90px;height:48px}.f451{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1604{margin-left:19px}.ps1605{margin-left:14px}.s1885{min-width:81px;width:81px;height:48px}.ps1606{margin-left:21px}.ps1607{margin-left:21px}.s1886{min-width:85px;width:85px;height:48px}.ps1608{margin-left:5px;margin-top:25px}.ps1609{margin-left:53px}.ps1610{margin-top:11px}.s1887{min-width:150px;width:150px;height:49px}.ps1611{margin-left:23px;margin-top:25px}.ps1612{margin-left:13px}.i101{width:50px;height:50px}.s1888{min-width:77px;width:77px;height:49px}.s1889{min-width:320px;min-height:1000px}.s1890{min-width:320px;min-height:1000px}.ps1613{margin-top:-993px}.s1891{width:320px;min-height:993px}.ps1614{margin-left:9px}.ps1615{margin-left:11px}.ps1616{margin-top:5px}.s1892{min-width:303px;width:303px;min-height:912px}.ps1617{margin-left:35px;margin-top:-891px}.s1893{min-width:234px;width:234px;height:29px}.f452{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1618{margin-left:0;margin-top:148px}.s1894{min-width:234px;width:234px;height:33px}.ps1619{margin-left:0;margin-top:130px}.s1895{min-width:234px;width:234px;height:34px}.ps1620{margin-left:0;margin-top:178px}.s1896{min-width:234px;width:234px;height:24px}.ps1621{margin-top:-539px}.s1897{min-width:234px;width:234px;height:118px}.f453{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1622{margin-left:0;margin-top:-356px}.s1898{min-width:234px;width:234px;height:89px}.f454{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1623{margin-left:0;margin-top:-192px}.s1899{min-width:182px;width:182px;height:140px}.ps1624{margin-left:0;margin-top:8px}.s1900{min-width:158px;width:158px;height:120px}.ps1625{margin-left:32px;margin-top:-158px}.s1901{min-width:100px;height:41px;width:100px}.c533{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f455{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:300;padding-top:9px;padding-bottom:9px}.ps1626{margin-left:37px;margin-top:-159px}.s1902{min-width:102px;height:43px;width:100px}.c534{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f456{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1627{margin-left:232px;margin-top:-451px}.s1903{min-width:40px;width:40px;height:31px}.ps1628{margin-left:235px;margin-top:-402px}.s1904{min-width:35px;width:35px;height:30px}.ps1629{margin-left:36px;margin-top:-71px}.s1905{min-width:233px;width:233px;height:38px}.f457{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1630{margin-left:10px;margin-top:11px}.s1906{min-width:282px;width:282px;height:25px}.f458{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f459{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1631{width:320px}.ps1632{margin-left:80px;margin-top:55px}.ps1633{margin-left:16px}.ps1634{margin-top:0}.s1908{min-width:208px;width:208px;height:29px}.f460{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s1909{min-width:195px;width:195px;height:26px}.p95{text-indent:0}.f461{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1636{margin-top:1px}.s1910{min-width:195px;width:195px;height:26px}.s1911{min-width:195px;width:195px;height:26px}.s1912{min-width:195px;width:195px;height:26px}.s1913{min-width:195px;width:195px;height:26px}.s1914{min-width:195px;width:195px;height:26px}.s1915{min-width:195px;width:195px;height:26px}.ps1637{margin-top:11px}.ps1639{margin-top:5px}.s1916{min-width:198px;width:198px;height:26px}.f462{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s1917{min-width:198px;width:198px;height:26px}.s1918{min-width:198px;width:198px;height:26px}.s1919{min-width:198px;width:198px;height:26px}.s1920{min-width:198px;width:198px;height:26px}.s1921{min-width:187px;width:187px;height:26px}.f463{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s1922{min-width:187px;width:187px;height:26px}.s1923{min-width:187px;width:187px;height:26px}.s1924{min-width:187px;width:187px;height:26px}.s1925{min-width:187px;width:187px;height:26px}.s1926{min-width:187px;width:187px}.s1927{min-width:187px;width:187px}.s1928{min-width:187px;width:187px}.ps1640{margin-top:5px}.s1929{min-width:187px;width:187px;height:26px}.s1930{min-width:187px;width:187px}.s1931{min-width:187px;width:187px}.s1932{min-width:187px;width:187px;height:26px}.s1933{min-width:187px;width:187px;height:26px}.s1934{min-width:187px;width:187px;height:26px}.ps1642{margin-top:calc(50vh - 46px);margin-top:calc(var(--vh, 1vh) * 50 - 46px)}.c543{-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.c544{height:90px;-webkit-border-radius:0 16px 16px 0;-moz-border-radius:0 16px 16px 0;border-radius:0 16px 16px 0}.ps1643{margin-left:-23px;margin-top:29px}.s1935{min-width:76px;width:76px;height:23px}.p96{text-align:left}.f464{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.ps1644{margin-top:53px}.c549{height:50px}.ps1645{margin-left:8px;margin-top:6px}.input35{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1646{margin-left:2px}.s1936{min-width:60px;height:36px;width:58px}.c550{color:#838b83}.f465{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s1937{height:8px}.f446:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f446:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f446:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f454:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f454:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f454:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c535::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c535:hover:before{opacity:1}.c535:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c536::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c536:hover:before{opacity:1}.c536:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f458:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f458:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f458:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f464:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.f464:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}.f464:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.287;text-decoration:underline}}.ps1695{display:inline-block;position:relative;left:50%;-ms-transform:translate(-50%,0);-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.v224{display:inline-block;vertical-align:top}.ps1696{position:relative;margin-left:158px;margin-top:99px}.s1993{min-width:885px;width:885px;min-height:50px}.z1294{z-index:15}.v225{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1697{position:relative;margin-left:0;margin-top:0}.s1994{min-width:60px;height:50px;box-sizing:border-box;width:60px;padding-right:0}.c568{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1295{z-index:2}.a51{display:inline-block;width:100%;z-index:1}.f482{font-family:"Helvetica Neue", sans-serif;font-size:12px;font-size:calc(12px * var(--f));line-height:1.168;font-weight:400;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:18px;padding-bottom:18px}.ps1698{position:relative;margin-left:15px;margin-top:0}.z1296{z-index:3}.z1297{z-index:4}.z1298{z-index:5}.ps1699{position:relative;margin-left:15px;margin-top:0}.z1299{z-index:6}.z1300{z-index:7}.z1301{z-index:8}.z1302{z-index:9}.z1303{z-index:10}.z1304{z-index:11}.z1305{z-index:12}.z1306{z-index:13}.v226{display:block}.ps1700{position:relative;margin-top:94px}.s1995{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.c569{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1307{z-index:32}.ps1701{display:inline-block;width:0;height:0}.v227{display:inline-block;vertical-align:top;pointer-events:none}.ps1702{position:relative;margin-top:0}.s1996{width:100%;min-width:1200px;min-height:633px}.c570{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1308{z-index:33}.ps1703{position:relative;margin-top:-604px}.v228{display:block;pointer-events:none}.s1997{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1704{position:relative;margin-left:32px;margin-top:0}.z1309{z-index:34}.ps1705{position:relative;margin-left:0;margin-top:0}.c571{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1310{z-index:35}.ps1706{position:relative;margin-left:0;margin-top:22px}.z1311{z-index:52}.s1998{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c572{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1312{z-index:36}.ps1707{position:relative;margin-left:55px;margin-top:-430px}.z1313{z-index:37}.v229{display:inline-block;vertical-align:top;pointer-events:auto}.s1999{min-width:123px;width:123px;overflow:hidden;height:39px}.z1314{z-index:42}.p102{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f483{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1708{position:relative;margin-left:106px;margin-top:0}.s2000{min-width:111px;width:111px;overflow:hidden;height:39px}.z1315{z-index:43}.ps1709{position:relative;margin-left:199px;margin-top:0}.s2001{min-width:104px;width:104px;overflow:hidden;height:39px}.z1316{z-index:44}.ps1710{position:relative;margin-left:154px;margin-top:0}.s2002{min-width:231px;width:231px;overflow:hidden;height:39px}.z1317{z-index:45}.ps1711{position:relative;margin-left:0;margin-top:4px}.s2003{min-width:207px;width:207px;overflow:hidden;height:176px}.z1318{z-index:46}.f484{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1712{position:relative;margin-left:22px;margin-top:4px}.s2004{min-width:273px;width:273px;overflow:hidden;height:176px}.z1319{z-index:47}.f485{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1713{position:relative;margin-left:37px;margin-top:4px}.s2005{min-width:231px;width:231px;overflow:hidden;height:176px}.z1320{z-index:48}.ps1714{position:relative;margin-left:27px;margin-top:4px}.s2006{min-width:231px;width:231px;overflow:hidden;height:176px}.z1321{z-index:49}.ps1715{position:relative;margin-left:55px;margin-top:-181px}.s2007{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c573{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1322{z-index:40}.f486{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1716{position:relative;margin-left:19px;margin-top:-182px}.s2008{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c574{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1323{z-index:38}.ps1717{position:relative;margin-left:588px;margin-top:-153px}.s2009{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c575{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1324{z-index:39}.a52{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1718{position:relative;margin-left:25px;margin-top:-149px}.s2010{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c576{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1325{z-index:41}.ps1719{position:relative;margin-left:64px;margin-top:-66px}.s2011{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1326{z-index:50}.p103{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f487{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1720{position:relative;margin-left:354px;margin-top:19px}.s2012{min-width:426px;width:426px;overflow:hidden;height:21px}.z1327{z-index:51}.f488{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f489{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c577{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:2146435139;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1721{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1722{position:relative;margin-left:836px;margin-top:70px}.c578{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c579{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c580{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s2013{width:100%;height:100%}.c581{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v230{display:inline-block;vertical-align:top;overflow:visible}.ps1723{position:relative;margin-left:47px;margin-top:18px}.m12{padding:0px 0px 0px 0px}.mcv12{display:inline-block}.ps1724{position:relative;margin-left:0;margin-top:1px}.s2014{min-width:272px;width:272px;overflow:hidden;height:34px}.f490{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v231{display:none}.z1328{z-index:9999}.ps1725{position:relative;margin-left:0;margin-top:4px}.s2015{min-width:188px;width:188px;overflow:hidden;height:34px}.p104{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f491{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1726{position:relative;margin-left:0;margin-top:0}.s2016{min-width:170px;width:170px;overflow:hidden;height:34px}.s2017{min-width:186px;width:186px;overflow:hidden;height:34px}.s2018{min-width:267px;width:267px;overflow:hidden;height:34px}.s2019{min-width:208px;width:208px;overflow:hidden;height:34px}.s2020{min-width:177px;width:177px;overflow:hidden;height:34px}.s2021{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1727{position:relative;margin-left:0;margin-top:9px}.ps1728{position:relative;margin-left:0;margin-top:0}.ps1729{position:relative;margin-left:0;margin-top:4px}.s2022{min-width:242px;width:242px;overflow:hidden;height:34px}.f492{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2023{min-width:203px;width:203px;overflow:hidden;height:34px}.s2024{min-width:200px;width:200px;overflow:hidden;height:34px}.s2025{min-width:239px;width:239px;overflow:hidden;height:34px}.s2026{min-width:167px;width:167px;overflow:hidden;height:34px}.s2027{min-width:150px;width:150px;overflow:hidden;height:34px}.f493{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2028{min-width:163px;width:163px;overflow:hidden;height:34px}.s2029{min-width:135px;width:135px;overflow:hidden;height:34px}.s2030{min-width:158px;width:158px;overflow:hidden;height:34px}.s2031{min-width:170px;width:170px;overflow:hidden;height:34px}.s2032{min-width:108px;width:108px;min-height:73px;height:73px}.s2033{min-width:108px;width:108px;height:36px}.s2034{min-width:108px;width:108px;min-height:36px}.ps1730{position:relative;margin-left:0;margin-top:1px}.s2035{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1731{position:relative;margin-left:0;margin-top:1px}.s2036{min-width:96px;width:96px;height:36px}.s2037{min-width:96px;width:96px;min-height:36px}.s2038{min-width:96px;width:96px;overflow:hidden;height:34px}.s2039{min-width:189px;width:189px;overflow:hidden;height:34px}.s2040{min-width:138px;width:138px;overflow:hidden;height:34px}.c582{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:2146435140;pointer-events:none;opacity:0}.v232{display:block;vertical-align:top;pointer-events:auto}.ps1732{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c583{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c584{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c585{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c586{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1733{position:relative;margin-left:12px;margin-top:7px}.input38{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input38::placeholder{color:rgb(169,169,169);opacity:1}.ps1734{position:relative;margin-left:3px;margin-top:0}.s2041{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c587{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f494{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s2042{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c588{display:inline-block;position:relative;margin-left:0;margin-top:0}.c568:hover{background-color:#82939e;background-clip:padding-box;color:#000}.c568:active{transition:initial;color:#fff}.c573:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c573:active{transition:initial;background-color:#edefeb;color:#404040}.c574:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c574:active{transition:initial;background-color:#edefeb}.c575::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c575:hover:before{opacity:1}.c575:hover{border-color:transparent;color:transparent}.c575:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c575:active{transition:initial}.c576::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c576:hover:before{opacity:1}.c576:hover{border-color:transparent;color:transparent}.c576:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c576:active{transition:initial}.c587:hover{background-clip:padding-box;border-color:#000}.c587:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps1696{margin-left:126px;margin-top:79px}.s1993{min-width:708px;width:708px;min-height:40px}.s1994{min-width:48px;height:40px;width:48px}.f482{font-size:9px;font-size:calc(9px * var(--f));line-height:1.223;padding-top:15px;padding-bottom:14px}.ps1698{margin-left:12px}.ps1699{margin-left:12px}.ps1700{margin-top:75px}.s1995{min-width:960px;min-height:506px}.s1996{min-width:960px;min-height:506px}.ps1703{margin-top:-483px}.s1997{width:960px;min-height:468px}.ps1704{margin-left:26px}.ps1706{margin-top:18px}.s1998{min-width:910px;width:910px;min-height:378px}.ps1707{margin-left:44px;margin-top:-344px}.s1999{min-width:98px;width:98px;height:31px}.f483{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1708{margin-left:85px}.s2000{min-width:89px;width:89px;height:31px}.ps1709{margin-left:159px}.s2001{min-width:83px;width:83px;height:31px}.ps1710{margin-left:123px}.s2002{min-width:185px;width:185px;height:31px}.ps1711{margin-top:3px}.s2003{min-width:166px;width:166px;height:141px}.f484{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1712{margin-left:17px;margin-top:3px}.s2004{min-width:218px;width:218px;height:141px}.f485{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1713{margin-left:30px;margin-top:3px}.s2005{min-width:185px;width:185px;height:141px}.ps1714{margin-left:21px;margin-top:3px}.s2006{min-width:185px;width:185px;height:141px}.ps1715{margin-left:44px;margin-top:-145px}.s2007{min-width:110px;height:42px;width:110px}.c573{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f486{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1716{margin-left:15px;margin-top:-146px}.s2008{min-width:108px;height:44px;width:106px}.c574{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1717{margin-left:470px;margin-top:-123px}.s2009{min-width:48px;width:48px;height:48px}.ps1718{margin-left:20px;margin-top:-120px}.s2010{min-width:43px;width:43px;height:43px}.ps1719{margin-left:51px;margin-top:-53px}.s2011{min-width:807px;width:807px;height:25px}.f487{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1720{margin-left:283px;margin-top:15px}.s2012{min-width:341px;width:341px;height:17px}.f488{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f489{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1721{width:960px}.ps1722{margin-left:669px;margin-top:56px}.ps1723{margin-left:37px;margin-top:14px}.s2014{min-width:218px;width:218px;height:26px}.f490{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2015{min-width:148px;width:148px;height:26px}.p104{text-indent:5px}.f491{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2016{min-width:133px;width:133px;height:26px}.s2017{min-width:146px;width:146px;height:26px}.s2018{min-width:209px;width:209px;height:26px}.s2019{min-width:163px;width:163px;height:26px}.s2020{min-width:139px;width:139px;height:26px}.s2021{min-width:125px;width:125px;height:26px}.ps1727{margin-top:7px}.ps1728{margin-top:-1px}.s2022{min-width:189px;width:189px;height:26px}.f492{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2023{min-width:159px;width:159px;height:26px}.s2024{min-width:157px;width:157px;height:26px}.s2025{min-width:187px;width:187px;height:26px}.s2026{min-width:131px;width:131px;height:26px}.s2027{min-width:118px;width:118px;height:26px}.f493{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2028{min-width:128px;width:128px;height:26px}.s2029{min-width:106px;width:106px;height:26px}.s2030{min-width:124px;width:124px;height:26px}.s2031{min-width:133px;width:133px;height:26px}.s2032{min-width:84px;width:84px;min-height:58px;height:59px}.s2033{min-width:84px;width:84px;height:29px}.s2034{min-width:84px;width:84px;min-height:29px}.s2035{min-width:84px;width:84px;height:26px}.ps1731{margin-top:0}.s2036{min-width:76px;width:76px;height:29px}.s2037{min-width:76px;width:76px;min-height:29px}.s2038{min-width:76px;width:76px;height:26px}.s2039{min-width:147px;width:147px;height:26px}.s2040{min-width:108px;width:108px;height:26px}.ps1732{margin-top:56px}.c583{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c584{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c585{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c586{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1733{margin-left:10px;margin-top:5px}.input38{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1734{margin-left:2px}.s2041{min-width:68px;height:37px;width:66px}.f494{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s2042{height:8px}.f485:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f485:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f485:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c575::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c575:hover:before{opacity:1}.c575:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c576::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c576:hover:before{opacity:1}.c576:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f488:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f488:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f488:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.ps1696{margin-left:32px;margin-top:29px}.s1993{min-width:256px;width:256px;min-height:21px}.s1994{min-width:18px;height:21px;width:18px}.f482{font-size:14px;font-size:calc(14px * var(--f));line-height:1.144;padding-top:3px;padding-bottom:2px}.ps1698{margin-left:4px}.ps1699{margin-left:2px}.ps1700{margin-top:59px}.s1995{min-width:320px;min-height:1000px}.s1996{min-width:320px;min-height:1000px}.ps1703{margin-top:-993px}.s1997{width:320px;min-height:993px}.ps1704{margin-left:9px}.ps1705{margin-left:11px}.ps1706{margin-top:5px}.s1998{min-width:303px;width:303px;min-height:912px}.ps1707{margin-left:35px;margin-top:-891px}.s1999{min-width:234px;width:234px;height:29px}.f483{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1708{margin-left:0;margin-top:148px}.s2000{min-width:234px;width:234px;height:33px}.ps1709{margin-left:0;margin-top:130px}.s2001{min-width:234px;width:234px;height:34px}.ps1710{margin-left:0;margin-top:178px}.s2002{min-width:234px;width:234px;height:24px}.ps1711{margin-top:-539px}.s2003{min-width:234px;width:234px;height:118px}.f484{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1712{margin-left:0;margin-top:-356px}.s2004{min-width:234px;width:234px;height:89px}.f485{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1713{margin-left:0;margin-top:-192px}.s2005{min-width:182px;width:182px;height:140px}.ps1714{margin-left:0;margin-top:8px}.s2006{min-width:158px;width:158px;height:120px}.ps1715{margin-left:32px;margin-top:-158px}.s2007{min-width:100px;height:41px;width:100px}.c573{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f486{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1716{margin-left:37px;margin-top:-159px}.s2008{min-width:102px;height:43px;width:100px}.c574{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1717{margin-left:232px;margin-top:-451px}.s2009{min-width:40px;width:40px;height:40px}.ps1718{margin-left:235px;margin-top:-402px}.s2010{min-width:35px;width:35px;height:35px}.ps1719{margin-left:36px;margin-top:-71px}.s2011{min-width:233px;width:233px;height:38px}.f487{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1720{margin-left:10px;margin-top:11px}.s2012{min-width:282px;width:282px;height:25px}.f488{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f489{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1721{width:320px}.ps1722{margin-left:80px;margin-top:55px}.ps1723{margin-left:16px}.ps1724{margin-top:0}.s2014{min-width:208px;width:208px;height:29px}.f490{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2015{min-width:195px;width:195px;height:26px}.p104{text-indent:0}.f491{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1726{margin-top:1px}.s2016{min-width:195px;width:195px;height:26px}.s2017{min-width:195px;width:195px;height:26px}.s2018{min-width:195px;width:195px;height:26px}.s2019{min-width:195px;width:195px;height:26px}.s2020{min-width:195px;width:195px;height:26px}.s2021{min-width:195px;width:195px;height:26px}.ps1727{margin-top:11px}.ps1729{margin-top:5px}.s2022{min-width:198px;width:198px;height:26px}.f492{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s2023{min-width:198px;width:198px;height:26px}.s2024{min-width:198px;width:198px;height:26px}.s2025{min-width:198px;width:198px;height:26px}.s2026{min-width:198px;width:198px;height:26px}.s2027{min-width:187px;width:187px;height:26px}.f493{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2028{min-width:187px;width:187px;height:26px}.s2029{min-width:187px;width:187px;height:26px}.s2030{min-width:187px;width:187px;height:26px}.s2031{min-width:187px;width:187px;height:26px}.s2032{min-width:187px;width:187px}.s2033{min-width:187px;width:187px}.s2034{min-width:187px;width:187px}.ps1730{margin-top:5px}.s2035{min-width:187px;width:187px;height:26px}.s2036{min-width:187px;width:187px}.s2037{min-width:187px;width:187px}.s2038{min-width:187px;width:187px;height:26px}.s2039{min-width:187px;width:187px;height:26px}.s2040{min-width:187px;width:187px;height:26px}.ps1732{margin-top:53px}.c586{height:50px}.ps1733{margin-left:8px;margin-top:6px}.input38{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1734{margin-left:2px}.s2041{min-width:60px;height:36px;width:58px}.c587{color:#838b83}.f494{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s2042{height:8px}.f485:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f485:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f485:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c575::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c575:hover:before{opacity:1}.c575:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c576::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c576:hover:before{opacity:1}.c576:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f488:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f488:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f488:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v244{display:block}.ps1766{position:relative;margin-top:0}.s2083{width:100%;min-width:1200px;min-height:406px;padding-bottom:0}.c603{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1352{z-index:34}.ps1767{display:inline-block;width:0;height:0}.ps1768{position:relative;margin-top:51px}.v245{display:block;pointer-events:none}.s2084{width:1200px;margin-left:auto;margin-right:auto;height:355px}.v246{display:inline-block;vertical-align:top;pointer-events:auto}.ps1769{position:relative;margin-left:379px;margin-top:0}.s2085{min-width:443px;width:443px;overflow:hidden;height:65px}.p108{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f509{font-family:"Helvetica Neue", sans-serif;font-size:30px;font-size:calc(30px * var(--f));line-height:1.334;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v247{display:inline-block}.ga10{position:relative;vertical-align:top;margin-top:38px;width:1200px;margin-left:0;height:252px;overflow:hidden}.ps1770{position:relative;margin-left:0;margin-top:0}.s2086{display:block;height:57px;width:100%;overflow:hidden}.s2087{width:auto;height:100%;padding:0px 571px 0px 571px;background-color:transparent}.v248{display:inline-block;vertical-align:top}.ps1771{position:relative;margin-left:0;margin-top:20px}.s2088{min-width:1200px;width:1200px;overflow:hidden;height:168px}.f510{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f511{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#808080;background-color:initial;text-shadow:none}.ps1772{position:relative;margin-left:0;margin-top:15px}.s2089{min-width:1200px;width:1200px;overflow:hidden;height:180px}.f512{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.701;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f513{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#808080;background-color:initial;text-shadow:none}.ps1773{position:relative;margin-left:0;margin-top:15px}.s2090{min-width:1200px;width:1200px;overflow:hidden;height:180px}.f514{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f515{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#808080;background-color:initial;text-shadow:none}.s2091{min-width:1200px;width:1200px;overflow:hidden;height:180px}.f516{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.ps1774{position:relative;margin-left:0;margin-top:13px}.s2092{min-width:1200px;width:1200px;overflow:hidden;height:182px}.un481 .slider{height:57px}.un481 .slick-prev,.un481 .slick-next{opacity:0.75;height:20px;width:20px;margin-top:-10px;pointer-events:auto;color:#404040}
.un481 .slick-prev{left:-25px}
.un481 .slick-next{right:-25px}
.un481 .slider-for{margin-bottom:0px}
.un481 .slider-nav{margin-bottom:0px}
.un481 .slider-nav picture{border:solid 0px transparent;margin:auto}
.un481 .slider-nav .slick-center picture{border-color:transparent}
.un481 .slick-dots{bottom:0px}
.un481 .slick-dots li{height:20px;width:20px;margin:0 5px}
.un481 .slick-dots li button{height:20px;width:20px}
.un481 .slick-dots li button:before{width:20px;height:20px}
.un481 .slick-dots button{color:#404040}
[dir="rtl"] .un481 .slick-next{right:auto;left:{{arrowdistance}}px}
[dir="rtl"] .un481 .slick-prev{right:{{arrowdistance}}px;left:auto}
@media (prefers-color-scheme: dark) {
    .un481 .slick-prev,.un481 .slick-next{{{arrowcolordark}}}
    .un481 .slider-nav .slick-center picture{{{selthumbnailcolordark}}}
    .un481 .slick-dots button{{{dotscolordark}}}
}
.s2093{width:100%;min-width:1200px;min-height:421px;padding-bottom:0}.c604{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z1353{z-index:38}.ps1775{position:relative;margin-top:43px}.s2094{width:1200px;margin-left:auto;margin-right:auto;min-height:338px}.ps1776{position:relative;margin-left:346px;margin-top:0}.s2095{min-width:593px;width:593px;overflow:hidden;height:65px}.ps1777{position:relative;margin-left:0;margin-top:11px}.s2096{min-width:1200px;width:1200px;overflow:hidden;height:72px}.f517{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.601;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:0.20px;color:#000;background-color:initial;text-shadow:none}.ps1778{position:relative;margin-left:54px;margin-top:26px}.s2097{min-width:1095px;width:1095px;min-height:164px}.ps1779{position:relative;margin-left:81px;margin-top:0}.s2098{min-width:927px;width:927px;min-height:71px}.ps1780{position:relative;margin-left:0;margin-top:0}.c605{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/l/icon-projekt-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps1781{position:relative;margin-left:222px;margin-top:6px}.c606{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/q/icon-lieferung-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps1782{position:relative;margin-left:223px;margin-top:6px}.c607{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/f/icon-verarbeiter-suche-schwatz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps1783{position:relative;margin-left:222px;margin-top:6px}.c608{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/b/icon-support-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.ps1784{position:relative;margin-left:0;margin-top:31px}.s2099{min-width:1095px;width:1095px;min-height:62px}.s2100{min-width:237px;width:237px;overflow:hidden;height:61px}.f518{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1785{position:relative;margin-left:50px;margin-top:0}.s2101{min-width:236px;width:236px;overflow:hidden;height:61px}.ps1786{position:relative;margin-left:58px;margin-top:0}.s2102{min-width:220px;width:220px;overflow:hidden;height:61px}.ps1787{position:relative;margin-left:58px;margin-top:0}.s2103{min-width:236px;width:236px;overflow:hidden;height:62px}.s2104{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z1354{z-index:22}.v249{display:inline-block;vertical-align:top;pointer-events:none}.s2105{width:100%;min-width:1200px;min-height:633px}.c609{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1355{z-index:2}.ps1788{position:relative;margin-top:-604px}.s2106{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1789{position:relative;margin-left:32px;margin-top:0}.z1356{z-index:3}.ps1790{position:relative;margin-left:0;margin-top:0}.c610{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1357{z-index:4}.ps1791{position:relative;margin-left:0;margin-top:22px}.z1358{z-index:21}.s2107{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c611{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1359{z-index:5}.ps1792{position:relative;margin-left:55px;margin-top:-430px}.z1360{z-index:6}.s2108{min-width:123px;width:123px;overflow:hidden;height:39px}.z1361{z-index:11}.p109{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f519{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1793{position:relative;margin-left:106px;margin-top:0}.s2109{min-width:111px;width:111px;overflow:hidden;height:39px}.z1362{z-index:12}.ps1794{position:relative;margin-left:199px;margin-top:0}.s2110{min-width:104px;width:104px;overflow:hidden;height:39px}.z1363{z-index:13}.ps1795{position:relative;margin-left:154px;margin-top:0}.s2111{min-width:231px;width:231px;overflow:hidden;height:39px}.z1364{z-index:14}.ps1796{position:relative;margin-left:0;margin-top:4px}.s2112{min-width:207px;width:207px;overflow:hidden;height:176px}.z1365{z-index:15}.f520{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1797{position:relative;margin-left:22px;margin-top:4px}.s2113{min-width:273px;width:273px;overflow:hidden;height:176px}.z1366{z-index:16}.f521{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1798{position:relative;margin-left:37px;margin-top:4px}.s2114{min-width:231px;width:231px;overflow:hidden;height:176px}.z1367{z-index:17}.ps1799{position:relative;margin-left:27px;margin-top:4px}.s2115{min-width:231px;width:231px;overflow:hidden;height:176px}.z1368{z-index:18}.v250{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1800{position:relative;margin-left:55px;margin-top:-181px}.s2116{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c612{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1369{z-index:9}.a55{display:inline-block;width:100%;z-index:1}.f522{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:400;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:12px;padding-bottom:12px}.ps1801{position:relative;margin-left:19px;margin-top:-182px}.s2117{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c613{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1370{z-index:7}.f523{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1802{position:relative;margin-left:588px;margin-top:-153px}.s2118{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c614{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1371{z-index:8}.a56{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1803{position:relative;margin-left:25px;margin-top:-149px}.s2119{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c615{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1372{z-index:10}.ps1804{position:relative;margin-left:64px;margin-top:-66px}.s2120{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1373{z-index:19}.f524{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1805{position:relative;margin-left:354px;margin-top:19px}.s2121{min-width:426px;width:426px;overflow:hidden;height:21px}.z1374{z-index:20}.f525{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f526{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c616{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:2146435142;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1806{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1807{position:relative;margin-left:836px;margin-top:70px}.c617{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c618{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c619{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s2122{width:100%;height:100%}.c620{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v251{display:inline-block;vertical-align:top;overflow:visible}.ps1808{position:relative;margin-left:47px;margin-top:18px}.m13{padding:0px 0px 0px 0px}.mcv13{display:inline-block}.ps1809{position:relative;margin-left:0;margin-top:1px}.s2123{min-width:272px;width:272px;overflow:hidden;height:34px}.f527{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v252{display:none}.z1375{z-index:9999}.ps1810{position:relative;margin-left:0;margin-top:4px}.s2124{min-width:188px;width:188px;overflow:hidden;height:34px}.p110{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f528{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1811{position:relative;margin-left:0;margin-top:0}.s2125{min-width:170px;width:170px;overflow:hidden;height:34px}.s2126{min-width:186px;width:186px;overflow:hidden;height:34px}.s2127{min-width:267px;width:267px;overflow:hidden;height:34px}.s2128{min-width:208px;width:208px;overflow:hidden;height:34px}.s2129{min-width:177px;width:177px;overflow:hidden;height:34px}.s2130{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1812{position:relative;margin-left:0;margin-top:9px}.ps1813{position:relative;margin-left:0;margin-top:0}.ps1814{position:relative;margin-left:0;margin-top:4px}.s2131{min-width:242px;width:242px;overflow:hidden;height:34px}.f529{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2132{min-width:203px;width:203px;overflow:hidden;height:34px}.s2133{min-width:200px;width:200px;overflow:hidden;height:34px}.s2134{min-width:239px;width:239px;overflow:hidden;height:34px}.s2135{min-width:167px;width:167px;overflow:hidden;height:34px}.s2136{min-width:150px;width:150px;overflow:hidden;height:34px}.f530{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2137{min-width:163px;width:163px;overflow:hidden;height:34px}.s2138{min-width:135px;width:135px;overflow:hidden;height:34px}.s2139{min-width:158px;width:158px;overflow:hidden;height:34px}.s2140{min-width:170px;width:170px;overflow:hidden;height:34px}.s2141{min-width:108px;width:108px;min-height:73px;height:73px}.s2142{min-width:108px;width:108px;height:36px}.s2143{min-width:108px;width:108px;min-height:36px}.ps1815{position:relative;margin-left:0;margin-top:1px}.s2144{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1816{position:relative;margin-left:0;margin-top:1px}.s2145{min-width:96px;width:96px;height:36px}.s2146{min-width:96px;width:96px;min-height:36px}.s2147{min-width:96px;width:96px;overflow:hidden;height:34px}.s2148{min-width:189px;width:189px;overflow:hidden;height:34px}.s2149{min-width:138px;width:138px;overflow:hidden;height:34px}.c621{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:2146435143;pointer-events:none;opacity:0}.v253{display:block;vertical-align:top;pointer-events:auto}.ps1817{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c622{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c623{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c624{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c625{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1818{position:relative;margin-left:12px;margin-top:7px}.input41{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input41::placeholder{color:rgb(169,169,169);opacity:1}.ps1819{position:relative;margin-left:3px;margin-top:0}.s2150{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c626{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f531{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s2151{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c627{display:inline-block;position:relative;margin-left:0;margin-top:0}.c612:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c612:active{transition:initial;background-color:#edefeb;color:#404040}.c613:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c613:active{transition:initial;background-color:#edefeb}.c614::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c614:hover:before{opacity:1}.c614:hover{border-color:transparent;color:transparent}.c614:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c614:active{transition:initial}.c615::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c615:hover:before{opacity:1}.c615:hover{border-color:transparent;color:transparent}.c615:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c615:active{transition:initial}.c626:hover{background-clip:padding-box;border-color:#000}.c626:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s2083{min-width:960px;min-height:325px}.ps1768{margin-top:118px}.s2084{width:960px;min-height:207px}.ps1769{margin-left:303px}.s2085{min-width:354px;width:354px;height:52px}.f509{font-size:24px;font-size:calc(24px * var(--f));line-height:1.376}.ga10{margin-top:9px;width:960px;height:146px}.ps1770{margin-top:22px}.s2086{height:46px}.s2087{padding:0px 457px 0px 457px}.ps1771{margin-top:-56px}.s2088{min-width:960px;width:960px;height:134px}.f510{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f511{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1772{margin-top:-66px}.s2089{min-width:960px;width:960px;height:144px}.f512{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f513{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1773{margin-top:-66px}.s2090{min-width:960px;width:960px;height:144px}.f514{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.f515{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2091{min-width:960px;width:960px;height:144px}.f516{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1774{margin-top:-68px}.s2092{min-width:960px;width:960px;height:146px}.un481 .slider{height:46px}.s2093{min-width:960px;min-height:337px}.ps1775{margin-top:35px}.s2094{width:960px;min-height:270px}.ps1776{margin-left:277px}.s2095{min-width:474px;width:474px;height:52px}.ps1777{margin-top:8px}.s2096{min-width:960px;width:960px;height:58px}.f517{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.ps1778{margin-left:43px;margin-top:21px}.s2097{min-width:876px;width:876px;min-height:131px}.ps1779{margin-left:65px}.s2098{min-width:742px;width:742px;min-height:57px}.ps1781{margin-left:178px;margin-top:5px}.ps1782{margin-left:178px;margin-top:5px}.ps1783{margin-left:178px;margin-top:5px}.ps1784{margin-top:24px}.s2099{min-width:876px;width:876px;min-height:50px}.s2100{min-width:190px;width:190px;height:49px}.f518{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1785{margin-left:40px}.s2101{min-width:189px;width:189px;height:49px}.ps1786{margin-left:46px}.s2102{min-width:176px;width:176px;height:49px}.ps1787{margin-left:46px}.s2103{min-width:189px;width:189px;height:50px}.s2104{min-width:960px;min-height:506px}.s2105{min-width:960px;min-height:506px}.ps1788{margin-top:-483px}.s2106{width:960px;min-height:468px}.ps1789{margin-left:26px}.ps1791{margin-top:18px}.s2107{min-width:910px;width:910px;min-height:378px}.ps1792{margin-left:44px;margin-top:-345px}.s2108{min-width:98px;width:98px;height:31px}.f519{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1793{margin-left:85px}.s2109{min-width:89px;width:89px;height:31px}.ps1794{margin-left:159px}.s2110{min-width:83px;width:83px;height:31px}.ps1795{margin-left:123px}.s2111{min-width:185px;width:185px;height:31px}.s2112{min-width:166px;width:166px;height:141px}.f520{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1797{margin-left:17px}.s2113{min-width:218px;width:218px;height:141px}.f521{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1798{margin-left:30px}.s2114{min-width:185px;width:185px;height:141px}.ps1799{margin-left:21px}.s2115{min-width:185px;width:185px;height:141px}.ps1800{margin-left:44px;margin-top:-145px}.s2116{min-width:110px;height:42px;width:110px}.c612{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f522{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1801{margin-left:15px;margin-top:-146px}.s2117{min-width:108px;height:44px;width:106px}.c613{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f523{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1802{margin-left:470px;margin-top:-123px}.s2118{min-width:48px;width:48px;height:48px}.ps1803{margin-left:20px;margin-top:-120px}.s2119{min-width:43px;width:43px;height:43px}.ps1804{margin-left:51px;margin-top:-53px}.s2120{min-width:807px;width:807px;height:25px}.f524{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1805{margin-left:283px;margin-top:15px}.s2121{min-width:341px;width:341px;height:17px}.f525{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f526{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1806{width:960px}.ps1807{margin-left:669px;margin-top:56px}.ps1808{margin-left:37px;margin-top:14px}.s2123{min-width:218px;width:218px;height:26px}.f527{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2124{min-width:148px;width:148px;height:26px}.p110{text-indent:5px}.f528{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2125{min-width:133px;width:133px;height:26px}.s2126{min-width:146px;width:146px;height:26px}.s2127{min-width:209px;width:209px;height:26px}.s2128{min-width:163px;width:163px;height:26px}.s2129{min-width:139px;width:139px;height:26px}.s2130{min-width:125px;width:125px;height:26px}.ps1812{margin-top:7px}.ps1813{margin-top:-1px}.s2131{min-width:189px;width:189px;height:26px}.f529{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2132{min-width:159px;width:159px;height:26px}.s2133{min-width:157px;width:157px;height:26px}.s2134{min-width:187px;width:187px;height:26px}.s2135{min-width:131px;width:131px;height:26px}.s2136{min-width:118px;width:118px;height:26px}.f530{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2137{min-width:128px;width:128px;height:26px}.s2138{min-width:106px;width:106px;height:26px}.s2139{min-width:124px;width:124px;height:26px}.s2140{min-width:133px;width:133px;height:26px}.s2141{min-width:84px;width:84px;min-height:58px;height:59px}.s2142{min-width:84px;width:84px;height:29px}.s2143{min-width:84px;width:84px;min-height:29px}.s2144{min-width:84px;width:84px;height:26px}.ps1816{margin-top:0}.s2145{min-width:76px;width:76px;height:29px}.s2146{min-width:76px;width:76px;min-height:29px}.s2147{min-width:76px;width:76px;height:26px}.s2148{min-width:147px;width:147px;height:26px}.s2149{min-width:108px;width:108px;height:26px}.ps1817{margin-top:56px}.c622{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c623{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c624{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c625{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1818{margin-left:10px;margin-top:5px}.input41{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1819{margin-left:2px}.s2150{min-width:68px;height:37px;width:66px}.f531{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s2151{height:8px}.f521:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f521:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f521:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c614::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c614:hover:before{opacity:1}.c614:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c615::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c615:hover:before{opacity:1}.c615:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f525:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f525:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f525:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.s2083{min-width:320px;min-height:366px}.ps1768{margin-top:23px}.s2084{width:320px;min-height:327px}.ps1769{margin-left:31px}.s2085{min-width:257px;width:257px;height:48px}.f509{font-size:22px;font-size:calc(22px * var(--f));line-height:1.365}.ga10{margin-top:17px;width:320px;height:262px}.s2086{height:49px}.s2087{padding:0px 135px 0px 135px}.ps1771{margin-left:9px;margin-top:10px}.s2088{min-width:300px;width:300px;height:203px}.f510{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f511{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1772{margin-left:10px;margin-top:10px}.s2089{min-width:300px;width:300px;height:166px}.f512{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400}.f513{font-family:"Lato 3";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:700}.ps1773{margin-left:9px;margin-top:10px}.s2090{min-width:300px;width:300px;height:150px}.f514{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400}.f515{font-family:"Lato 2";font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:400}.s2091{min-width:300px;width:300px;height:119px}.f516{font-family:"Hanken Grotesk 3";font-size:16px;font-size:calc(16px * var(--f));line-height:1.563;font-weight:400}.ps1774{margin-left:9px;margin-top:10px}.s2092{min-width:300px;width:300px;height:123px}.un481 .slider{height:49px}.s2093{min-width:320px;min-height:543px}.ps1775{margin-top:20px}.s2094{width:320px;min-height:498px}.ps1776{margin-left:40px}.s2095{min-width:242px;width:242px;height:41px}.ps1777{margin-left:21px;margin-top:21px}.s2096{min-width:278px;width:278px;height:147px}.f517{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563;letter-spacing:normal}.ps1778{margin-left:32px;margin-top:10px}.s2097{min-width:253px;width:253px;min-height:279px}.ps1779{margin-left:37px}.s2098{min-width:172px;width:172px;min-height:198px}.ps1781{margin-left:92px;margin-top:0}.ps1782{margin-left:1px;margin-top:118px}.ps1783{margin-left:91px;margin-top:118px}.ps1784{margin-top:-138px}.s2099{min-width:253px;width:253px;min-height:219px}.s2100{min-width:115px;width:115px;height:73px}.f518{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1785{margin-left:22px}.s2101{min-width:115px;width:115px;height:73px}.ps1786{margin-left:0;margin-top:87px}.s2102{min-width:115px;width:115px;height:59px}.ps1787{margin-left:23px;margin-top:87px}.s2103{min-width:115px;width:115px;height:59px}.s2104{min-width:320px;min-height:1000px}.s2105{min-width:320px;min-height:1000px}.ps1788{margin-top:-993px}.s2106{width:320px;min-height:993px}.ps1789{margin-left:9px}.ps1790{margin-left:11px}.ps1791{margin-top:5px}.s2107{min-width:303px;width:303px;min-height:912px}.ps1792{margin-left:35px;margin-top:-891px}.s2108{min-width:234px;width:234px;height:29px}.f519{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1793{margin-left:0;margin-top:148px}.s2109{min-width:234px;width:234px;height:33px}.ps1794{margin-left:0;margin-top:130px}.s2110{min-width:234px;width:234px;height:34px}.ps1795{margin-left:0;margin-top:178px}.s2111{min-width:234px;width:234px;height:24px}.ps1796{margin-top:-539px}.s2112{min-width:234px;width:234px;height:118px}.f520{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1797{margin-left:0;margin-top:-356px}.s2113{min-width:234px;width:234px;height:89px}.f521{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1798{margin-left:0;margin-top:-192px}.s2114{min-width:182px;width:182px;height:140px}.ps1799{margin-left:0;margin-top:8px}.s2115{min-width:158px;width:158px;height:120px}.ps1800{margin-left:32px;margin-top:-158px}.s2116{min-width:100px;height:41px;width:100px}.c612{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f522{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;font-weight:300;padding-top:9px;padding-bottom:9px}.ps1801{margin-left:37px;margin-top:-159px}.s2117{min-width:102px;height:43px;width:100px}.c613{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.f523{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1802{margin-left:232px;margin-top:-451px}.s2118{min-width:40px;width:40px;height:31px}.ps1803{margin-left:235px;margin-top:-402px}.s2119{min-width:35px;width:35px;height:30px}.ps1804{margin-left:36px;margin-top:-71px}.s2120{min-width:233px;width:233px;height:38px}.f524{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1805{margin-left:10px;margin-top:11px}.s2121{min-width:282px;width:282px;height:25px}.f525{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f526{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1806{width:320px}.ps1807{margin-left:80px;margin-top:55px}.ps1808{margin-left:16px}.ps1809{margin-top:0}.s2123{min-width:208px;width:208px;height:29px}.f527{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2124{min-width:195px;width:195px;height:26px}.p110{text-indent:0}.f528{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1811{margin-top:1px}.s2125{min-width:195px;width:195px;height:26px}.s2126{min-width:195px;width:195px;height:26px}.s2127{min-width:195px;width:195px;height:26px}.s2128{min-width:195px;width:195px;height:26px}.s2129{min-width:195px;width:195px;height:26px}.s2130{min-width:195px;width:195px;height:26px}.ps1812{margin-top:11px}.ps1814{margin-top:5px}.s2131{min-width:198px;width:198px;height:26px}.f529{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s2132{min-width:198px;width:198px;height:26px}.s2133{min-width:198px;width:198px;height:26px}.s2134{min-width:198px;width:198px;height:26px}.s2135{min-width:198px;width:198px;height:26px}.s2136{min-width:187px;width:187px;height:26px}.f530{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2137{min-width:187px;width:187px;height:26px}.s2138{min-width:187px;width:187px;height:26px}.s2139{min-width:187px;width:187px;height:26px}.s2140{min-width:187px;width:187px;height:26px}.s2141{min-width:187px;width:187px}.s2142{min-width:187px;width:187px}.s2143{min-width:187px;width:187px}.ps1815{margin-top:5px}.s2144{min-width:187px;width:187px;height:26px}.s2145{min-width:187px;width:187px}.s2146{min-width:187px;width:187px}.s2147{min-width:187px;width:187px;height:26px}.s2148{min-width:187px;width:187px;height:26px}.s2149{min-width:187px;width:187px;height:26px}.ps1817{margin-top:53px}.c625{height:50px}.ps1818{margin-left:8px;margin-top:6px}.input41{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1819{margin-left:2px}.s2150{min-width:60px;height:36px;width:58px}.c626{color:#838b83}.f531{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s2151{height:8px}.f521:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f521:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f521:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c614::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c614:hover:before{opacity:1}.c614:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c615::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c615:hover:before{opacity:1}.c615:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f525:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f525:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f525:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v265{display:block}.ps1854{position:relative;margin-top:0}.s2193{width:100%;min-width:1200px;min-height:513px;padding-bottom:0}.c643{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1400{z-index:1}.ps1855{display:inline-block;width:0;height:0}.ps1856{position:relative;margin-top:28px}.v266{display:block;pointer-events:none}.s2194{width:1200px;margin-left:auto;margin-right:auto;min-height:432px}.v267{display:inline-block;vertical-align:top}.ps1857{position:relative;margin-left:116px;margin-top:0}.s2195{min-width:1022px;width:1022px;min-height:42px}.v268{display:inline-block;vertical-align:top;pointer-events:auto}.ps1858{position:relative;margin-left:0;margin-top:0}.s2196{min-width:399px;width:399px;height:42px}.z1401{z-index:2}.input44{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:399px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input44::placeholder{color:rgb(128,128,128);opacity:1}.ps1859{position:relative;margin-left:53px;margin-top:0}.s2197{min-width:95px;width:95px;height:42px}.z1402{z-index:3}.input45{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:95px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input45::placeholder{color:rgb(128,128,128);opacity:1}.ps1860{position:relative;margin-left:35px;margin-top:0}.s2198{min-width:349px;width:349px;height:42px}.z1403{z-index:8}.input46{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:349px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input46::placeholder{color:rgb(128,128,128);opacity:1}.ps1861{position:relative;margin-left:53px;margin-top:1px}.s2199{min-width:38px;width:38px;min-height:32px}.z1404{z-index:11}.v269{display:inline-block;vertical-align:top;pointer-events:none}.ps1862{position:relative;margin-left:0;margin-top:0}.s2200{min-width:38px;width:38px;min-height:32px;line-height:0}.c644{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#fff}.z1405{z-index:15}.ps1863{position:relative;margin-left:9px;margin-top:-29px}.s2201{min-width:29px;width:29px;height:29px;box-sizing:border-box}.c645{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:rgba(255,255,255,0.5);background-image:url(../images/9/kreuz-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.z1406{z-index:16}.ps1864{position:relative;margin-left:116px;margin-top:14px}.s2202{min-width:931px;width:931px;min-height:42px}.ps1865{position:relative;margin-left:0;margin-top:0}.s2203{min-width:399px;width:399px;height:42px}.z1407{z-index:4}.input47{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:399px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input47::placeholder{color:rgb(128,128,128);opacity:1}.ps1866{position:relative;margin-left:53px;margin-top:0}.s2204{min-width:479px;width:479px;height:42px}.z1408{z-index:12}.input48{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:479px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input48::placeholder{color:rgb(128,128,128);opacity:1}.ps1867{position:relative;margin-left:115px;margin-top:14px}.s2205{min-width:932px;width:932px;min-height:153px}.s2206{min-width:400px;width:400px;min-height:153px;line-height:0}.s2207{min-width:400px;width:400px;height:42px}.z1409{z-index:13}.input49{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:400px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input49::placeholder{color:rgb(128,128,128);opacity:1}.ps1868{position:relative;margin-left:1px;margin-top:13px}.s2208{min-width:399px;width:399px;height:42px}.z1410{z-index:6}.input50{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:399px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input50::placeholder{color:rgb(128,128,128);opacity:1}.ps1869{position:relative;margin-left:1px;margin-top:14px}.s2209{min-width:399px;width:399px;height:42px}.z1411{z-index:10}.input51{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:399px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input51::placeholder{color:rgb(128,128,128);opacity:1}.ps1870{position:relative;margin-left:53px;margin-top:0}.s2210{min-width:479px;width:479px;height:153px}.z1412{z-index:5}.input52{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:479px;height:153px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input52::placeholder{color:rgb(128,128,128);opacity:1}.ps1871{position:relative;margin-left:569px;margin-top:16px}.s2211{min-width:250px;width:250px;min-height:34px}.ps1872{position:relative;margin-left:0;margin-top:1px}.s2212{min-width:40px;width:40px;min-height:25px}.z1413{z-index:14}.input53{width:14px;height:14px;margin-top:7px;vertical-align:top}.f547{margin-left:3px;max-width:23px;font-family:"Lato 2";font-size:20px;line-height:normal;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:transparent;background-color:initial;text-shadow:none;text-indent:0;padding-bottom:0;padding-right:0;text-align:left;display:inline-block;overflow:hidden;vertical-align:middle;white-space:nowrap}.ps1873{position:relative;margin-left:26px;margin-top:-26px}.s2213{min-width:224px;width:224px;overflow:hidden;height:34px}.z1414{z-index:9}.p115{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f548{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.612;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f549{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.612;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1874{position:relative;margin-left:-322px;margin-top:94px}.s2214{min-width:205px;width:205px;height:67px}.z1415{z-index:7}.submit2{font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.451;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;text-shadow:none;text-indent:0;text-align:center;border:1px solid #000;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:#fff;box-shadow:2px 2px 4px #000;padding-top:18px;padding-bottom:18px;padding-left:0;padding-right:0;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.s2215{width:205px}.s2216{width:100%;min-width:1200px;min-height:656px;padding-bottom:0}.c646{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#dad9c3}.z1416{z-index:47}.ps1875{position:relative;margin-top:46px}.s2217{width:1200px;margin-left:auto;margin-right:auto;min-height:592px}.ps1876{position:relative;margin-left:32px;margin-top:0}.s2218{min-width:1168px;width:1168px;min-height:592px}.ps1877{position:relative;margin-left:0;margin-top:85px}.s2219{min-width:359px;width:359px;min-height:464px}.z1417{z-index:61}.s2220{min-width:359px;width:359px;min-height:464px;line-height:0}.c647{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fafafa}.z1418{z-index:62}.ps1878{position:relative;margin-left:0;margin-top:-464px}.s2221{min-width:359px;width:359px;min-height:241px;height:241px}.z1419{z-index:63}.i103{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(104%);-moz-filter: brightness(104%);filter: brightness(104%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.i104{width:100%;height:100%;display:inline-block;-webkit-transform:translate3d(0,0,0)}.ps1879{position:relative;margin-left:32px;margin-top:-202px}.s2222{min-width:296px;width:296px;overflow:hidden;height:30px}.z1420{z-index:64}.f550{font-family:"Lato 3";font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:700;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#232323;background-color:initial;text-shadow:none}.ps1880{position:relative;margin-left:32px;margin-top:-159px}.s2223{min-width:296px;width:296px;overflow:hidden;height:66px}.z1421{z-index:65}.f551{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.v270{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1881{position:relative;margin-left:33px;margin-top:-92px}.s2224{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c648{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1422{z-index:66}.f552{width:100%;max-height:100%;overflow:hidden;z-index:1;font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1882{position:relative;margin-left:39px;margin-top:-549px}.s2225{min-width:1063px;width:1063px;min-height:549px;line-height:0}.ps1883{position:relative;margin-left:0;margin-top:0}.s2226{min-width:1063px;width:1063px;overflow:hidden;height:64px}.z1423{z-index:54}.p116{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f553{font-family:"Helvetica Neue", sans-serif;font-size:25px;font-size:calc(25px * var(--f));line-height:1.481;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1884{position:relative;margin-left:349px;margin-top:21px}.z1424{z-index:48}.s2227{min-width:359px;width:359px;min-height:464px;line-height:0}.z1425{z-index:49}.ps1885{position:relative;margin-left:0;margin-top:-464px}.z1426{z-index:50}.i105{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-filter: brightness(119%);-moz-filter: brightness(119%);filter: brightness(119%);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1886{position:relative;margin-left:32px;margin-top:-202px}.s2228{min-width:296px;width:296px;overflow:hidden;height:30px}.z1427{z-index:51}.ps1887{position:relative;margin-left:32px;margin-top:-159px}.s2229{min-width:296px;width:296px;overflow:hidden;height:66px}.z1428{z-index:52}.ps1888{position:relative;margin-left:33px;margin-top:-92px}.s2230{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.c649{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#404040;border:1px solid #7d856a;-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;background-color:transparent;box-shadow:2px 2px 4px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1429{z-index:53}.f554{width:100%;max-height:100%;overflow:hidden;z-index:1;font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:18px;padding-bottom:18px}.ps1889{position:relative;margin-left:359px;margin-top:-506px}.s2231{min-width:809px;width:809px;min-height:549px;line-height:0}.s2232{min-width:809px;width:809px;min-height:549px}.c650{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb}.z1430{z-index:67}.ps1890{position:relative;margin-left:56px;margin-top:38px}.s2233{min-width:698px;width:698px;min-height:47px}.ps1891{position:relative;margin-left:0;margin-top:5px}.s2234{min-width:335px;width:335px;height:42px}.z1431{z-index:74}.input54{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:335px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input54::placeholder{color:rgb(128,128,128);opacity:1}.ps1892{position:relative;margin-left:317px;margin-top:0}.s2235{min-width:46px;width:46px;min-height:39px}.z1432{z-index:68}.s2236{min-width:46px;width:46px;min-height:39px;line-height:0}.z1433{z-index:80}.ps1893{position:relative;margin-left:11px;margin-top:-35px}.s2237{min-width:35px;width:35px;height:35px;box-sizing:border-box}.c651{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#edefeb;background-image:url(../images/9/kreuz-schwarz.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear;transform-style:preserve-3d}.z1434{z-index:81}.ps1894{position:relative;margin-left:56px;margin-top:27px}.s2238{min-width:699px;width:699px;min-height:42px}.z1435{z-index:77}.input54::placeholder{color:rgb(128,128,128);opacity:1}.ps1895{position:relative;margin-left:29px;margin-top:0}.z1436{z-index:69}.input54::placeholder{color:rgb(128,128,128);opacity:1}.ps1896{position:relative;margin-left:56px;margin-top:28px}.z1437{z-index:75}.input54::placeholder{color:rgb(128,128,128);opacity:1}.s2239{min-width:72px;width:72px;height:42px}.z1438{z-index:76}.input55{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:72px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input55::placeholder{color:rgb(128,128,128);opacity:1}.ps1897{position:relative;margin-left:5px;margin-top:0}.s2240{min-width:258px;width:258px;height:42px}.z1439{z-index:78}.input56{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:258px;height:42px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input56::placeholder{color:rgb(128,128,128);opacity:1}.ps1898{position:relative;margin-left:56px;margin-top:27px}.z1440{z-index:79}.input54::placeholder{color:rgb(128,128,128);opacity:1}.z1441{z-index:70}.input54::placeholder{color:rgb(128,128,128);opacity:1}.ps1899{position:relative;margin-left:56px;margin-top:24px}.s2241{min-width:638px;width:638px;min-height:192px}.ps1900{position:relative;margin-left:0;margin-top:3px}.s2242{min-width:335px;width:335px;height:189px}.z1442{z-index:72}.input57{border:1px solid #000;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;width:335px;height:189px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input57::placeholder{color:rgb(128,128,128);opacity:1}.ps1901{position:relative;margin-left:30px;margin-top:0}.z1443{z-index:71}.ps1902{position:relative;margin-left:-20px;margin-top:4px}.s2243{min-width:224px;width:224px;overflow:hidden;height:37px}.z1444{z-index:73}.p117{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f555{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.f556{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.223;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1903{position:relative;margin-left:435px;margin-top:-72px}.s2244{min-width:203px;width:203px;height:71px}.z1445{z-index:82}.submit3{font-family:"Lato 2";font-size:20px;line-height:1.401;font-weight:400;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;text-shadow:none;text-indent:0;text-align:center;border:0;-webkit-border-radius:36px;-moz-border-radius:36px;border-radius:36px;background-color:#838b83;padding-top:22px;padding-bottom:21px;padding-left:0;padding-right:0;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.s2245{width:203px}.ps1904{position:relative;margin-left:419px;margin-top:-507px}.s2246{min-width:359px;width:359px;min-height:464px}.z1446{z-index:60}.s2247{min-width:359px;width:359px;min-height:464px;line-height:0}.ps1905{position:relative;margin-left:0;margin-top:0}.s2248{min-width:359px;width:359px;min-height:464px}.z1447{z-index:55}.ps1906{position:relative;margin-left:0;margin-top:-464px}.z1448{z-index:56}.i106{position:absolute;left:0;width:359px;top:0;height:241px;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;border:0}.ps1907{position:relative;margin-left:32px;margin-top:-202px}.s2249{min-width:296px;width:296px;overflow:hidden;height:30px}.z1449{z-index:57}.ps1908{position:relative;margin-left:32px;margin-top:-159px}.s2250{min-width:296px;width:296px;overflow:hidden;height:66px}.z1450{z-index:58}.ps1909{position:relative;margin-left:33px;margin-top:-92px}.s2251{min-width:168px;height:67px;box-sizing:border-box;width:166px;padding-right:0}.z1451{z-index:59}.s2252{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.z1452{z-index:46}.s2253{width:100%;min-width:1200px;min-height:633px}.c652{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1453{z-index:24}.ps1910{position:relative;margin-top:-604px}.s2254{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.ps1911{position:relative;margin-left:32px;margin-top:0}.z1454{z-index:25}.ps1912{position:relative;margin-left:0;margin-top:0}.c653{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1455{z-index:26}.ps1913{position:relative;margin-left:0;margin-top:22px}.z1456{z-index:43}.s2255{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c654{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1457{z-index:27}.ps1914{position:relative;margin-left:55px;margin-top:-430px}.z1458{z-index:28}.s2256{min-width:123px;width:123px;overflow:hidden;height:39px}.z1459{z-index:33}.f557{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1915{position:relative;margin-left:106px;margin-top:0}.s2257{min-width:111px;width:111px;overflow:hidden;height:39px}.z1460{z-index:34}.ps1916{position:relative;margin-left:199px;margin-top:0}.s2258{min-width:104px;width:104px;overflow:hidden;height:39px}.z1461{z-index:35}.ps1917{position:relative;margin-left:154px;margin-top:0}.s2259{min-width:231px;width:231px;overflow:hidden;height:39px}.z1462{z-index:36}.ps1918{position:relative;margin-left:0;margin-top:4px}.s2260{min-width:207px;width:207px;overflow:hidden;height:176px}.z1463{z-index:37}.f558{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1919{position:relative;margin-left:22px;margin-top:4px}.s2261{min-width:273px;width:273px;overflow:hidden;height:176px}.z1464{z-index:38}.f559{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1920{position:relative;margin-left:37px;margin-top:4px}.s2262{min-width:231px;width:231px;overflow:hidden;height:176px}.z1465{z-index:39}.ps1921{position:relative;margin-left:27px;margin-top:4px}.s2263{min-width:231px;width:231px;overflow:hidden;height:176px}.z1466{z-index:40}.ps1922{position:relative;margin-left:55px;margin-top:-181px}.s2264{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c655{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1467{z-index:31}.a59{display:inline-block;width:100%;z-index:1}.f560{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1923{position:relative;margin-left:19px;margin-top:-182px}.s2265{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c656{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1468{z-index:29}.ps1924{position:relative;margin-left:588px;margin-top:-153px}.s2266{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c657{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1469{z-index:30}.a60{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1925{position:relative;margin-left:25px;margin-top:-149px}.s2267{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c658{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1470{z-index:32}.ps1926{position:relative;margin-left:64px;margin-top:-66px}.s2268{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1471{z-index:41}.f561{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1927{position:relative;margin-left:354px;margin-top:19px}.s2269{min-width:426px;width:426px;overflow:hidden;height:21px}.z1472{z-index:42}.f562{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f563{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c659{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:2146435181;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps1928{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps1929{position:relative;margin-left:836px;margin-top:70px}.c660{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c661{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c662{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s2270{width:100%;height:100%}.c663{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v271{display:inline-block;vertical-align:top;overflow:visible}.ps1930{position:relative;margin-left:47px;margin-top:18px}.m14{padding:0px 0px 0px 0px}.mcv14{display:inline-block}.s2271{min-width:272px;width:272px;overflow:hidden;height:34px}.f564{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v272{display:none}.z1473{z-index:9999}.ps1931{position:relative;margin-left:0;margin-top:4px}.s2272{min-width:188px;width:188px;overflow:hidden;height:34px}.p118{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f565{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1932{position:relative;margin-left:0;margin-top:0}.s2273{min-width:170px;width:170px;overflow:hidden;height:34px}.s2274{min-width:186px;width:186px;overflow:hidden;height:34px}.s2275{min-width:267px;width:267px;overflow:hidden;height:34px}.s2276{min-width:208px;width:208px;overflow:hidden;height:34px}.s2277{min-width:177px;width:177px;overflow:hidden;height:34px}.s2278{min-width:159px;width:159px;overflow:hidden;height:34px}.ps1933{position:relative;margin-left:0;margin-top:9px}.ps1934{position:relative;margin-left:0;margin-top:0}.ps1935{position:relative;margin-left:0;margin-top:4px}.s2279{min-width:242px;width:242px;overflow:hidden;height:34px}.f566{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2280{min-width:203px;width:203px;overflow:hidden;height:34px}.s2281{min-width:200px;width:200px;overflow:hidden;height:34px}.s2282{min-width:239px;width:239px;overflow:hidden;height:34px}.s2283{min-width:167px;width:167px;overflow:hidden;height:34px}.s2284{min-width:150px;width:150px;overflow:hidden;height:34px}.f567{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2285{min-width:163px;width:163px;overflow:hidden;height:34px}.s2286{min-width:135px;width:135px;overflow:hidden;height:34px}.s2287{min-width:158px;width:158px;overflow:hidden;height:34px}.s2288{min-width:170px;width:170px;overflow:hidden;height:34px}.s2289{min-width:108px;width:108px;min-height:73px;height:73px}.s2290{min-width:108px;width:108px;height:36px}.s2291{min-width:108px;width:108px;min-height:36px}.ps1936{position:relative;margin-left:0;margin-top:1px}.s2292{min-width:108px;width:108px;overflow:hidden;height:34px}.ps1937{position:relative;margin-left:0;margin-top:1px}.s2293{min-width:96px;width:96px;height:36px}.s2294{min-width:96px;width:96px;min-height:36px}.s2295{min-width:96px;width:96px;overflow:hidden;height:34px}.s2296{min-width:189px;width:189px;overflow:hidden;height:34px}.s2297{min-width:138px;width:138px;overflow:hidden;height:34px}.c664{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:2146435182;pointer-events:none;opacity:0}.v273{display:block;vertical-align:top;pointer-events:auto}.ps1938{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c665{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c666{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c667{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c668{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps1939{position:relative;margin-left:12px;margin-top:7px}.input58{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input58::placeholder{color:rgb(169,169,169);opacity:1}.ps1940{position:relative;margin-left:3px;margin-top:0}.s2298{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c669{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f568{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s2299{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c670{display:inline-block;position:relative;margin-left:0;margin-top:0}.c645:hover{background-color:transparent;color:transparent;background-clip:padding-box;border:0}.c645:active{transition:initial}.submit2:hover{border-color:#838b83;color:#000;background-color:#dad9c3;background-clip:padding-box}.submit2:active{transition:initial}.c648:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c648:active{transition:initial;background-color:#edefeb}.c649:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c649:active{transition:initial;background-color:#edefeb}.c651:hover{background-color:transparent;color:transparent;background-clip:padding-box;border:0}.c651:active{transition:initial}.submit3:hover{color:#000;background-color:#dad9c3;background-clip:padding-box}.submit3:active{transition:initial}.c655:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c655:active{transition:initial;background-color:#edefeb;color:#404040}.c656:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c656:active{transition:initial;background-color:#edefeb}.c657::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c657:hover:before{opacity:1}.c657:hover{border-color:transparent;color:transparent}.c657:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c657:active{transition:initial}.c658::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c658:hover:before{opacity:1}.c658:hover{border-color:transparent;color:transparent}.c658:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c658:active{transition:initial}.c669:hover{background-clip:padding-box;border-color:#000}.c669:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.s2193{min-width:960px;min-height:410px}.ps1856{margin-top:22px}.s2194{width:960px;min-height:347px}.ps1857{margin-left:93px}.s2195{min-width:817px;width:817px;min-height:34px}.s2196{min-width:320px;width:320px;height:34px}.input44{width:320px;height:34px;font-size:16px;line-height:1.126}.ps1859{margin-left:41px}.s2197{min-width:76px;width:76px;height:34px}.input45{width:76px;height:34px;font-size:16px;line-height:1.126}.ps1860{margin-left:28px}.s2198{min-width:280px;width:280px;height:34px}.input46{width:280px;height:34px;font-size:16px;line-height:1.126}.ps1861{margin-left:42px}.s2199{min-width:30px;width:30px;min-height:26px}.s2200{min-width:30px;width:30px;min-height:26px}.ps1863{margin-left:7px;margin-top:-23px}.s2201{min-width:23px;width:23px;height:23px}.ps1864{margin-left:93px;margin-top:11px}.s2202{min-width:745px;width:745px;min-height:34px}.s2203{min-width:320px;width:320px;height:34px}.input47{width:320px;height:34px;font-size:16px;line-height:1.126}.ps1866{margin-left:41px}.s2204{min-width:384px;width:384px;height:34px}.input48{width:384px;height:34px;font-size:16px;line-height:1.126}.ps1867{margin-left:92px;margin-top:11px}.s2205{min-width:746px;width:746px;min-height:123px}.s2206{min-width:321px;width:321px;min-height:123px}.s2207{min-width:320px;width:320px;height:34px}.input49{width:320px;height:34px;font-size:16px;line-height:1.126}.ps1868{margin-top:10px}.s2208{min-width:320px;width:320px;height:34px}.input50{width:320px;height:34px;font-size:16px;line-height:1.126}.ps1869{margin-top:11px}.s2209{min-width:320px;width:320px;height:34px}.input51{width:320px;height:34px;font-size:16px;line-height:1.126}.ps1870{margin-left:41px}.s2210{min-width:384px;width:384px;height:123px}.input52{width:384px;height:123px;font-size:16px;line-height:1.126}.ps1871{margin-left:455px;margin-top:12px}.s2211{min-width:200px;width:200px;min-height:27px}.s2212{min-width:32px;width:32px;min-height:20px}.input53{margin-top:4px}.f547{max-width:15px;font-size:16px}.ps1873{margin-left:21px;margin-top:-21px}.s2213{min-width:179px;width:179px;height:27px}.f548{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.f549{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.ps1874{margin-left:-258px;margin-top:74px}.s2214{min-width:164px;width:164px;height:54px}.submit2{font-size:16px;line-height:1.438;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;padding-top:15px;padding-bottom:14px}.s2215{width:164px}.s2216{min-width:960px;min-height:525px}.ps1875{margin-top:37px}.s2217{width:960px;min-height:474px}.ps1876{margin-left:26px}.s2218{min-width:934px;width:934px;min-height:474px}.ps1877{margin-top:68px}.s2219{min-width:287px;width:287px;min-height:371px}.s2220{min-width:287px;width:287px;min-height:371px}.ps1878{margin-top:-371px}.s2221{min-width:287px;width:287px;min-height:193px;height:193px}.i103{width:287px;height:193px}.ps1879{margin-left:25px;margin-top:-161px}.s2222{min-width:237px;width:237px;height:24px}.f550{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1880{margin-left:25px;margin-top:-127px}.s2223{min-width:237px;width:237px;height:53px}.f551{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1881{margin-left:26px;margin-top:-73px}.s2224{min-width:135px;height:54px;width:133px}.c648{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f552{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1882{margin-left:31px;margin-top:-439px}.s2225{min-width:850px;width:850px;min-height:439px}.s2226{min-width:850px;width:850px;height:51px}.f553{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1884{margin-left:279px;margin-top:17px}.s2227{min-width:287px;width:287px;min-height:371px}.ps1885{margin-top:-371px}.i105{width:287px;height:193px}.ps1886{margin-left:26px;margin-top:-161px}.s2228{min-width:237px;width:237px;height:24px}.ps1887{margin-left:26px;margin-top:-127px}.s2229{min-width:237px;width:237px;height:53px}.ps1888{margin-left:26px;margin-top:-73px}.s2230{min-width:135px;height:54px;width:133px}.c649{-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px}.f554{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:15px;padding-bottom:14px}.ps1889{margin-left:287px;margin-top:-404px}.s2231{min-width:647px;width:647px;min-height:439px}.s2232{min-width:647px;width:647px;min-height:439px}.ps1890{margin-left:44px;margin-top:30px}.s2233{min-width:559px;width:559px;min-height:38px}.ps1891{margin-top:4px}.s2234{min-width:268px;width:268px;height:34px}.input54{width:268px;height:34px;font-size:16px;line-height:1.126}.ps1892{margin-left:254px}.s2235{min-width:37px;width:37px;min-height:31px}.s2236{min-width:37px;width:37px;min-height:31px}.ps1893{margin-left:9px;margin-top:-28px}.s2237{min-width:28px;width:28px;height:28px}.ps1894{margin-left:44px;margin-top:21px}.s2238{min-width:560px;width:560px;min-height:34px}.ps1895{margin-left:24px}.ps1896{margin-left:44px;margin-top:22px}.s2239{min-width:58px;width:58px;height:34px}.input55{width:58px;height:34px;font-size:16px;line-height:1.126}.ps1897{margin-left:3px}.s2240{min-width:207px;width:207px;height:34px}.input56{width:207px;height:34px;font-size:16px;line-height:1.126}.ps1898{margin-left:44px;margin-top:21px}.ps1899{margin-left:44px;margin-top:19px}.s2241{min-width:511px;width:511px;min-height:154px}.ps1900{margin-top:2px}.s2242{min-width:268px;width:268px;height:152px}.input57{width:268px;height:152px;font-size:16px;line-height:1.126}.ps1901{margin-left:25px}.ps1902{margin-left:-16px;margin-top:3px}.s2243{min-width:179px;width:179px;height:30px}.f555{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f556{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.ps1903{margin-left:349px;margin-top:-58px}.s2244{min-width:162px;width:162px;height:57px}.submit3{font-size:16px;line-height:1.438;-webkit-border-radius:29px;-moz-border-radius:29px;border-radius:29px;padding-top:17px;padding-bottom:17px}.s2245{width:162px}.ps1904{margin-left:335px;margin-top:-406px}.s2246{min-width:287px;width:287px;min-height:371px}.s2247{min-width:287px;width:287px;min-height:371px}.s2248{min-width:287px;width:287px;min-height:371px}.ps1906{margin-top:-371px}.i106{width:287px;height:193px}.ps1907{margin-left:26px;margin-top:-161px}.s2249{min-width:237px;width:237px;height:24px}.ps1908{margin-left:26px;margin-top:-127px}.s2250{min-width:237px;width:237px;height:53px}.ps1909{margin-left:26px;margin-top:-73px}.s2251{min-width:135px;height:54px;width:133px}.s2252{min-width:960px;min-height:506px}.s2253{min-width:960px;min-height:506px}.ps1910{margin-top:-483px}.s2254{width:960px;min-height:468px}.ps1911{margin-left:26px}.ps1913{margin-top:18px}.s2255{min-width:910px;width:910px;min-height:378px}.ps1914{margin-left:44px;margin-top:-344px}.s2256{min-width:98px;width:98px;height:31px}.f557{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1915{margin-left:85px}.s2257{min-width:89px;width:89px;height:31px}.ps1916{margin-left:159px}.s2258{min-width:83px;width:83px;height:31px}.ps1917{margin-left:123px}.s2259{min-width:185px;width:185px;height:31px}.ps1918{margin-top:3px}.s2260{min-width:166px;width:166px;height:141px}.f558{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1919{margin-left:17px;margin-top:3px}.s2261{min-width:218px;width:218px;height:141px}.f559{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1920{margin-left:30px;margin-top:3px}.s2262{min-width:185px;width:185px;height:141px}.ps1921{margin-left:21px;margin-top:3px}.s2263{min-width:185px;width:185px;height:141px}.ps1922{margin-left:44px;margin-top:-145px}.s2264{min-width:110px;height:42px;width:110px}.c655{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f560{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1923{margin-left:15px;margin-top:-146px}.s2265{min-width:108px;height:44px;width:106px}.c656{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1924{margin-left:470px;margin-top:-123px}.s2266{min-width:48px;width:48px;height:48px}.ps1925{margin-left:20px;margin-top:-120px}.s2267{min-width:43px;width:43px;height:43px}.ps1926{margin-left:51px;margin-top:-53px}.s2268{min-width:807px;width:807px;height:25px}.f561{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps1927{margin-left:283px;margin-top:15px}.s2269{min-width:341px;width:341px;height:17px}.f562{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f563{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1928{width:960px}.ps1929{margin-left:669px;margin-top:56px}.ps1930{margin-left:37px;margin-top:14px}.s2271{min-width:218px;width:218px;height:26px}.f564{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2272{min-width:148px;width:148px;height:26px}.p118{text-indent:5px}.f565{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2273{min-width:133px;width:133px;height:26px}.s2274{min-width:146px;width:146px;height:26px}.s2275{min-width:209px;width:209px;height:26px}.s2276{min-width:163px;width:163px;height:26px}.s2277{min-width:139px;width:139px;height:26px}.s2278{min-width:125px;width:125px;height:26px}.ps1933{margin-top:7px}.ps1934{margin-top:-1px}.s2279{min-width:189px;width:189px;height:26px}.f566{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2280{min-width:159px;width:159px;height:26px}.s2281{min-width:157px;width:157px;height:26px}.s2282{min-width:187px;width:187px;height:26px}.s2283{min-width:131px;width:131px;height:26px}.s2284{min-width:118px;width:118px;height:26px}.f567{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2285{min-width:128px;width:128px;height:26px}.s2286{min-width:106px;width:106px;height:26px}.s2287{min-width:124px;width:124px;height:26px}.s2288{min-width:133px;width:133px;height:26px}.s2289{min-width:84px;width:84px;min-height:58px;height:59px}.s2290{min-width:84px;width:84px;height:29px}.s2291{min-width:84px;width:84px;min-height:29px}.s2292{min-width:84px;width:84px;height:26px}.ps1937{margin-top:0}.s2293{min-width:76px;width:76px;height:29px}.s2294{min-width:76px;width:76px;min-height:29px}.s2295{min-width:76px;width:76px;height:26px}.s2296{min-width:147px;width:147px;height:26px}.s2297{min-width:108px;width:108px;height:26px}.ps1938{margin-top:56px}.c665{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c666{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c667{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c668{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps1939{margin-left:10px;margin-top:5px}.input58{width:386px;height:37px;font-size:16px;line-height:1.126}.ps1940{margin-left:2px}.s2298{min-width:68px;height:37px;width:66px}.f568{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s2299{height:8px}.f548:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.f548:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.f548:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.644}.f555:visited{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f555:hover{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f555:active{font-size:14px;font-size:calc(14px * var(--f));line-height:1.215}.f559:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f559:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f559:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c657::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c657:hover:before{opacity:1}.c657:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c658::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c658:hover:before{opacity:1}.c658:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f562:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f562:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f562:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.s2193{min-width:320px;min-height:597px}.ps1856{margin-top:0}.s2194{width:320px;min-height:571px}.ps1857{margin-left:34px}.s2195{min-width:264px;width:264px;min-height:355px}.ps1858{margin-top:320px}.s2196{min-width:260px;width:260px;height:35px}.input44{width:260px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1859{margin-left:1px;margin-top:-215px}.s2197{min-width:61px;width:61px;height:35px}.input45{width:61px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1860{margin-left:9px;margin-top:-215px}.s2198{min-width:191px;width:191px;height:35px}.input46{width:191px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1861{margin-left:234px;margin-top:-355px}.s2199{min-width:30px;width:30px;min-height:31px}.s2200{min-width:30px;width:30px;min-height:31px}.ps1863{margin-left:2px;margin-top:-31px}.s2201{min-width:28px;width:28px;height:28px}.ps1864{margin-left:33px;margin-top:-260px}.s2202{min-width:265px;width:265px;min-height:125px}.ps1865{margin-left:2px}.s2203{min-width:263px;width:263px;height:35px}.input47{width:263px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1866{margin-left:0;margin-top:55px}.s2204{min-width:263px;width:263px;height:35px}.input48{width:263px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1867{margin-left:33px;margin-top:-305px}.s2205{min-width:265px;width:265px;min-height:410px}.s2206{min-width:265px;width:265px;min-height:260px}.s2207{min-width:263px;width:263px;height:35px}.input49{width:263px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1868{margin-top:190px}.s2208{min-width:261px;width:261px;height:35px}.input50{width:261px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1869{margin-left:0;margin-top:-80px}.s2209{min-width:262px;width:262px;height:35px}.input51{width:262px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1870{margin-left:2px;margin-top:55px}.s2210{min-width:260px;width:260px;height:95px}.input52{width:260px;height:95px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1871{margin-left:35px;margin-top:7px}.s2211{min-width:231px;width:231px;min-height:29px}.ps1872{margin-top:0}.s2212{min-height:29px}.ps1873{margin-left:12px;margin-top:0}.s2213{min-width:179px;width:179px;height:29px}.f548{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.f549{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.ps1874{margin-left:98px;margin-top:21px}.s2214{min-width:124px;width:124px;height:48px}.submit2{font-size:16px;line-height:1.438;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;padding-top:12px;padding-bottom:11px}.s2215{width:124px}.s2216{min-width:320px;min-height:1373px}.ps1875{margin-top:30px}.s2217{width:320px;min-height:1308px}.ps1876{margin-left:8px}.s2218{min-width:303px;width:303px;min-height:1308px}.ps1877{margin-left:4px;margin-top:131px}.s2219{min-width:297px;width:297px;min-height:360px}.s2220{min-width:297px;width:297px;min-height:360px}.ps1878{margin-top:-360px}.s2221{min-width:297px;width:297px;min-height:193px;height:193px}.i103{width:297px;height:193px}.ps1879{margin-left:29px;margin-top:-153px}.s2222{min-width:254px;width:254px;height:41px}.f550{font-family:"Helvetica Neue", sans-serif;font-weight:500;color:#000}.ps1880{margin-left:29px;margin-top:-112px}.s2223{min-width:231px;width:231px;height:39px}.f551{font-size:16px;font-size:calc(16px * var(--f));color:#232323}.ps1881{margin-left:28px;margin-top:-74px}.s2224{min-width:129px;height:48px;width:127px}.c648{color:#000;-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.f552{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:12px;padding-bottom:11px}.ps1882{margin-left:5px;margin-top:-491px}.s2225{min-width:297px;width:297px;min-height:1308px}.ps1883{margin-left:14px}.s2226{min-width:263px;width:263px;height:104px}.f553{font-size:20px;font-size:calc(20px * var(--f));line-height:1.451}.ps1884{margin-left:0;margin-top:827px}.s2227{min-width:297px;width:297px;min-height:377px}.ps1885{margin-top:-377px}.i105{width:297px;height:193px}.ps1886{margin-left:27px;margin-top:-170px}.s2228{min-width:231px;width:231px;height:34px}.ps1887{margin-left:27px;margin-top:-130px}.s2229{min-width:233px;width:233px;height:60px}.ps1888{margin-left:26px;margin-top:-66px}.s2230{min-width:122px;height:45px;width:120px}.c649{color:#000;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px}.f554{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:10px}.ps1889{margin-left:0;margin-top:-817px}.s2231{min-width:303px;width:303px;min-height:642px}.s2232{min-width:303px;width:303px;min-height:642px}.ps1890{margin-left:27px;margin-top:12px}.s2233{min-width:252px;width:252px;min-height:75px}.ps1891{margin-top:40px}.s2234{min-width:252px;width:252px;height:35px}.input54{width:252px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1892{margin-left:218px;margin-top:-75px}.s2235{min-width:30px;width:30px;min-height:31px}.s2236{min-width:30px;width:30px;min-height:31px}.ps1893{margin-left:2px;margin-top:-31px}.s2237{min-width:28px;width:28px;height:28px}.ps1894{margin-left:27px;margin-top:15px}.s2238{min-width:252px;width:252px;min-height:85px}.ps1895{margin-left:0;margin-top:15px}.ps1896{margin-left:27px;margin-top:14px}.s2239{min-width:55px;width:55px;height:35px}.input55{width:55px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1897{margin-left:6px;margin-top:15px}.s2240{min-width:191px;width:191px;height:35px}.input56{width:191px;height:35px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1898{margin-left:27px;margin-top:14px}.ps1899{margin-left:27px;margin-top:14px}.s2241{min-width:252px;width:252px;min-height:209px}.ps1900{margin-top:0}.s2242{min-width:252px;width:252px;height:95px}.input57{width:252px;height:95px;font-family:"Lato 2";font-size:16px;line-height:1.188}.ps1901{margin-left:1px;margin-top:20px}.ps1902{margin-left:13px;margin-top:18px}.s2243{min-width:179px;width:179px;height:29px}.p117{text-align:left}.f555{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f556{font-size:16px;font-size:calc(16px * var(--f));line-height:1.126}.ps1903{margin-left:68px;margin-top:22px}.s2244{min-width:110px;width:110px;height:43px}.submit3{font-size:16px;line-height:1.438;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px;padding-top:10px;padding-bottom:10px}.s2245{width:110px}.ps1904{margin-left:4px;margin-top:-608px}.s2246{min-width:297px;width:297px;min-height:375px}.s2247{min-width:297px;width:297px;min-height:375px}.ps1905{margin-left:1px}.s2248{min-width:296px;width:296px;min-height:375px}.ps1906{margin-top:-375px}.i106{width:297px;height:193px}.ps1907{margin-left:28px;margin-top:-168px}.s2249{min-width:231px;width:231px;height:32px}.ps1908{margin-left:28px;margin-top:-128px}.s2250{min-width:237px;width:237px;height:59px}.ps1909{margin-left:27px;margin-top:-66px}.s2251{min-width:111px;height:45px;width:109px}.s2252{min-width:320px;min-height:1000px}.s2253{min-width:320px;min-height:1000px}.ps1910{margin-top:-993px}.s2254{width:320px;min-height:993px}.ps1911{margin-left:9px}.ps1912{margin-left:11px}.ps1913{margin-top:5px}.s2255{min-width:303px;width:303px;min-height:912px}.ps1914{margin-left:35px;margin-top:-891px}.s2256{min-width:234px;width:234px;height:29px}.f557{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1915{margin-left:0;margin-top:148px}.s2257{min-width:234px;width:234px;height:33px}.ps1916{margin-left:0;margin-top:130px}.s2258{min-width:234px;width:234px;height:34px}.ps1917{margin-left:0;margin-top:178px}.s2259{min-width:234px;width:234px;height:24px}.ps1918{margin-top:-539px}.s2260{min-width:234px;width:234px;height:118px}.f558{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1919{margin-left:0;margin-top:-356px}.s2261{min-width:234px;width:234px;height:89px}.f559{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1920{margin-left:0;margin-top:-192px}.s2262{min-width:182px;width:182px;height:140px}.ps1921{margin-left:0;margin-top:8px}.s2263{min-width:158px;width:158px;height:120px}.ps1922{margin-left:32px;margin-top:-158px}.s2264{min-width:100px;height:41px;width:100px}.c655{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f560{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1923{margin-left:37px;margin-top:-159px}.s2265{min-width:102px;height:43px;width:100px}.c656{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1924{margin-left:232px;margin-top:-451px}.s2266{min-width:40px;width:40px;height:31px}.ps1925{margin-left:235px;margin-top:-402px}.s2267{min-width:35px;width:35px;height:30px}.ps1926{margin-left:36px;margin-top:-71px}.s2268{min-width:233px;width:233px;height:38px}.f561{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps1927{margin-left:10px;margin-top:11px}.s2269{min-width:282px;width:282px;height:25px}.f562{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f563{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps1928{width:320px}.ps1929{margin-left:80px;margin-top:55px}.ps1930{margin-left:16px}.s2271{min-width:208px;width:208px;height:29px}.f564{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2272{min-width:195px;width:195px;height:26px}.p118{text-indent:0}.f565{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps1932{margin-top:1px}.s2273{min-width:195px;width:195px;height:26px}.s2274{min-width:195px;width:195px;height:26px}.s2275{min-width:195px;width:195px;height:26px}.s2276{min-width:195px;width:195px;height:26px}.s2277{min-width:195px;width:195px;height:26px}.s2278{min-width:195px;width:195px;height:26px}.ps1933{margin-top:11px}.ps1935{margin-top:5px}.s2279{min-width:198px;width:198px;height:26px}.f566{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s2280{min-width:198px;width:198px;height:26px}.s2281{min-width:198px;width:198px;height:26px}.s2282{min-width:198px;width:198px;height:26px}.s2283{min-width:198px;width:198px;height:26px}.s2284{min-width:187px;width:187px;height:26px}.f567{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2285{min-width:187px;width:187px;height:26px}.s2286{min-width:187px;width:187px;height:26px}.s2287{min-width:187px;width:187px;height:26px}.s2288{min-width:187px;width:187px;height:26px}.s2289{min-width:187px;width:187px}.s2290{min-width:187px;width:187px}.s2291{min-width:187px;width:187px}.ps1936{margin-top:5px}.s2292{min-width:187px;width:187px;height:26px}.s2293{min-width:187px;width:187px}.s2294{min-width:187px;width:187px}.s2295{min-width:187px;width:187px;height:26px}.s2296{min-width:187px;width:187px;height:26px}.s2297{min-width:187px;width:187px;height:26px}.ps1938{margin-top:53px}.c668{height:50px}.ps1939{margin-left:8px;margin-top:6px}.input58{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps1940{margin-left:2px}.s2298{min-width:60px;height:36px;width:58px}.c669{color:#838b83}.f568{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s2299{height:8px}.f548:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.f548:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.f548:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.563}.f555:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f555:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f555:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751}.f559:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f559:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f559:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c657::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c657:hover:before{opacity:1}.c657:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c658::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c658:hover:before{opacity:1}.c658:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f562:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f562:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f562:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.v286{display:block}.ps1980{position:relative;margin-top:42px}.s2347{width:100%;min-width:1200px;min-height:633px;padding-bottom:0}.c689{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.z1503{z-index:29}.ps1981{display:inline-block;width:0;height:0}.v287{display:inline-block;vertical-align:top;pointer-events:none}.ps1982{position:relative;margin-top:0}.s2348{width:100%;min-width:1200px;min-height:633px}.c690{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#838b83}.z1504{z-index:9}.ps1983{position:relative;margin-top:-604px}.v288{display:block;pointer-events:none}.s2349{width:1200px;margin-left:auto;margin-right:auto;min-height:584px}.v289{display:inline-block;vertical-align:top}.ps1984{position:relative;margin-left:32px;margin-top:0}.z1505{z-index:10}.ps1985{position:relative;margin-left:0;margin-top:0}.c691{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/2/glamur-neu-weiss.svg);background-size:contain;background-position:50% 50%;background-repeat:no-repeat}.z1506{z-index:11}.ps1986{position:relative;margin-left:0;margin-top:22px}.z1507{z-index:28}.ps1987{position:relative;margin-left:0;margin-top:0}.s2350{min-width:1137px;width:1137px;min-height:472px;line-height:0}.c692{border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff}.z1508{z-index:12}.ps1988{position:relative;margin-left:55px;margin-top:-430px}.z1509{z-index:13}.v290{display:inline-block;vertical-align:top;pointer-events:auto}.s2351{min-width:123px;width:123px;overflow:hidden;height:39px}.z1510{z-index:18}.p123{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f589{font-family:"Helvetica Neue", sans-serif;font-size:24px;font-size:calc(24px * var(--f));line-height:1.418;font-weight:500;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps1989{position:relative;margin-left:106px;margin-top:0}.s2352{min-width:111px;width:111px;overflow:hidden;height:39px}.z1511{z-index:19}.ps1990{position:relative;margin-left:199px;margin-top:0}.s2353{min-width:104px;width:104px;overflow:hidden;height:39px}.z1512{z-index:20}.ps1991{position:relative;margin-left:154px;margin-top:0}.s2354{min-width:231px;width:231px;overflow:hidden;height:39px}.z1513{z-index:21}.ps1992{position:relative;margin-left:0;margin-top:4px}.s2355{min-width:207px;width:207px;overflow:hidden;height:176px}.z1514{z-index:22}.f590{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1993{position:relative;margin-left:22px;margin-top:4px}.s2356{min-width:273px;width:273px;overflow:hidden;height:176px}.z1515{z-index:23}.f591{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps1994{position:relative;margin-left:37px;margin-top:4px}.s2357{min-width:231px;width:231px;overflow:hidden;height:176px}.z1516{z-index:24}.ps1995{position:relative;margin-left:27px;margin-top:4px}.s2358{min-width:231px;width:231px;overflow:hidden;height:176px}.z1517{z-index:25}.v291{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps1996{position:relative;margin-left:55px;margin-top:-181px}.s2359{min-width:138px;height:53px;box-sizing:border-box;width:138px;padding-right:0}.c693{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;-webkit-border-radius:27px;-moz-border-radius:27px;border-radius:27px;background-color:#838b83;box-shadow:2px 2px 3px #000;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1518{z-index:16}.a63{display:inline-block;width:100%;z-index:1}.f592{font-family:"Helvetica Neue", sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:1.451;font-weight:300;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:12px;padding-bottom:12px}.ps1997{position:relative;margin-left:19px;margin-top:-182px}.s2360{min-width:134px;height:55px;box-sizing:border-box;width:132px;padding-right:0}.c694{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#2f4444;border:1px solid #7d856a;-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;background-color:transparent;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.z1519{z-index:14}.ps1998{position:relative;margin-left:588px;margin-top:-153px}.s2361{min-width:60px;width:60px;height:60px;box-sizing:border-box}.c695{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/7/facebook-neu.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}.z1520{z-index:15}.a64{transform:translateZ(1px);display:inline-block;width:100%;height:100%;z-index:1}.ps1999{position:relative;margin-left:25px;margin-top:-149px}.s2362{min-width:54px;width:54px;height:54px;box-sizing:border-box}.c696{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;background-image:url(../images/5/instagram.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}.z1521{z-index:17}.ps2000{position:relative;margin-left:64px;margin-top:-66px}.s2363{min-width:1009px;width:1009px;overflow:hidden;height:31px}.z1522{z-index:26}.p124{text-indent:0;padding-bottom:0;padding-right:0;text-align:center}.f593{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.ps2001{position:relative;margin-left:354px;margin-top:19px}.s2364{min-width:426px;width:426px;overflow:hidden;height:21px}.z1523{z-index:27}.f594{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.f595{font-family:"Helvetica Neue", sans-serif;font-size:16px;font-size:calc(16px * var(--f));line-height:1.126;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#fff;background-color:initial;text-shadow:none}.c697{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:2146435130;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps2002{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.ps2003{position:relative;margin-left:836px;margin-top:70px}.c698{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c699{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c700{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s2365{width:100%;height:100%}.c701{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v292{display:inline-block;vertical-align:top;overflow:visible}.ps2004{position:relative;margin-left:47px;margin-top:18px}.m15{padding:0px 0px 0px 0px}.mcv15{display:inline-block}.ps2005{position:relative;margin-left:0;margin-top:1px}.s2366{min-width:272px;width:272px;overflow:hidden;height:34px}.f596{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v293{display:none}.z1524{z-index:9999}.ps2006{position:relative;margin-left:0;margin-top:4px}.s2367{min-width:188px;width:188px;overflow:hidden;height:34px}.p125{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f597{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps2007{position:relative;margin-left:0;margin-top:0}.s2368{min-width:170px;width:170px;overflow:hidden;height:34px}.s2369{min-width:186px;width:186px;overflow:hidden;height:34px}.s2370{min-width:267px;width:267px;overflow:hidden;height:34px}.s2371{min-width:208px;width:208px;overflow:hidden;height:34px}.s2372{min-width:177px;width:177px;overflow:hidden;height:34px}.s2373{min-width:159px;width:159px;overflow:hidden;height:34px}.ps2008{position:relative;margin-left:0;margin-top:9px}.ps2009{position:relative;margin-left:0;margin-top:0}.ps2010{position:relative;margin-left:0;margin-top:4px}.s2374{min-width:242px;width:242px;overflow:hidden;height:34px}.f598{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2375{min-width:203px;width:203px;overflow:hidden;height:34px}.s2376{min-width:200px;width:200px;overflow:hidden;height:34px}.s2377{min-width:239px;width:239px;overflow:hidden;height:34px}.s2378{min-width:167px;width:167px;overflow:hidden;height:34px}.s2379{min-width:150px;width:150px;overflow:hidden;height:34px}.f599{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2380{min-width:163px;width:163px;overflow:hidden;height:34px}.s2381{min-width:135px;width:135px;overflow:hidden;height:34px}.s2382{min-width:158px;width:158px;overflow:hidden;height:34px}.s2383{min-width:170px;width:170px;overflow:hidden;height:34px}.s2384{min-width:108px;width:108px;min-height:73px;height:73px}.s2385{min-width:108px;width:108px;height:36px}.s2386{min-width:108px;width:108px;min-height:36px}.ps2011{position:relative;margin-left:0;margin-top:1px}.s2387{min-width:108px;width:108px;overflow:hidden;height:34px}.ps2012{position:relative;margin-left:0;margin-top:1px}.s2388{min-width:96px;width:96px;height:36px}.s2389{min-width:96px;width:96px;min-height:36px}.s2390{min-width:96px;width:96px;overflow:hidden;height:34px}.s2391{min-width:189px;width:189px;overflow:hidden;height:34px}.s2392{min-width:138px;width:138px;overflow:hidden;height:34px}.c702{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:2146435131;pointer-events:none;opacity:0}.v294{display:block;vertical-align:top;pointer-events:auto}.ps2013{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c703{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c704{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c705{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c706{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps2014{position:relative;margin-left:12px;margin-top:7px}.input61{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input61::placeholder{color:rgb(169,169,169);opacity:1}.ps2015{position:relative;margin-left:3px;margin-top:0}.s2393{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c707{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.f600{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s2394{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c708{display:inline-block;position:relative;margin-left:0;margin-top:0}.c693:hover{background-color:#dad9c3;background-clip:padding-box;color:#000}.c693:active{transition:initial;background-color:#edefeb;color:#404040}.c694:hover{background-color:#dad9c3;background-clip:padding-box;border-color:#000;color:#000}.c694:active{transition:initial;background-color:#edefeb}.c695::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c695:hover:before{opacity:1}.c695:hover{border-color:transparent;color:transparent}.c695:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c695:active{transition:initial}.c696::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c696:hover:before{opacity:1}.c696:hover{border-color:transparent;color:transparent}.c696:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c696:active{transition:initial}.c707:hover{background-clip:padding-box;border-color:#000}.c707:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps1980{margin-top:34px}.s2347{min-width:960px;min-height:506px}.s2348{min-width:960px;min-height:506px}.ps1983{margin-top:-483px}.s2349{width:960px;min-height:468px}.ps1984{margin-left:26px}.ps1986{margin-top:18px}.s2350{min-width:910px;width:910px;min-height:378px}.ps1988{margin-left:44px;margin-top:-345px}.s2351{min-width:98px;width:98px;height:31px}.f589{font-size:19px;font-size:calc(19px * var(--f));line-height:1.422}.ps1989{margin-left:85px}.s2352{min-width:89px;width:89px;height:31px}.ps1990{margin-left:159px}.s2353{min-width:83px;width:83px;height:31px}.ps1991{margin-left:123px}.s2354{min-width:185px;width:185px;height:31px}.s2355{min-width:166px;width:166px;height:141px}.f590{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1993{margin-left:17px}.s2356{min-width:218px;width:218px;height:141px}.f591{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.ps1994{margin-left:30px}.s2357{min-width:185px;width:185px;height:141px}.ps1995{margin-left:21px}.s2358{min-width:185px;width:185px;height:141px}.ps1996{margin-left:44px;margin-top:-145px}.s2359{min-width:110px;height:42px;width:110px}.c693{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f592{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:10px;padding-bottom:9px}.ps1997{margin-left:15px;margin-top:-146px}.s2360{min-width:108px;height:44px;width:106px}.c694{-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1998{margin-left:470px;margin-top:-123px}.s2361{min-width:48px;width:48px;height:48px}.ps1999{margin-left:20px;margin-top:-120px}.s2362{min-width:43px;width:43px;height:43px}.ps2000{margin-left:51px;margin-top:-53px}.s2363{min-width:807px;width:807px;height:25px}.f593{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.ps2001{margin-left:283px;margin-top:15px}.s2364{min-width:341px;width:341px;height:17px}.f594{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f595{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps2002{width:960px}.ps2003{margin-left:669px;margin-top:56px}.ps2004{margin-left:37px;margin-top:14px}.s2366{min-width:218px;width:218px;height:26px}.f596{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2367{min-width:148px;width:148px;height:26px}.p125{text-indent:5px}.f597{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2368{min-width:133px;width:133px;height:26px}.s2369{min-width:146px;width:146px;height:26px}.s2370{min-width:209px;width:209px;height:26px}.s2371{min-width:163px;width:163px;height:26px}.s2372{min-width:139px;width:139px;height:26px}.s2373{min-width:125px;width:125px;height:26px}.ps2008{margin-top:7px}.ps2009{margin-top:-1px}.s2374{min-width:189px;width:189px;height:26px}.f598{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2375{min-width:159px;width:159px;height:26px}.s2376{min-width:157px;width:157px;height:26px}.s2377{min-width:187px;width:187px;height:26px}.s2378{min-width:131px;width:131px;height:26px}.s2379{min-width:118px;width:118px;height:26px}.f599{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2380{min-width:128px;width:128px;height:26px}.s2381{min-width:106px;width:106px;height:26px}.s2382{min-width:124px;width:124px;height:26px}.s2383{min-width:133px;width:133px;height:26px}.s2384{min-width:84px;width:84px;min-height:58px;height:59px}.s2385{min-width:84px;width:84px;height:29px}.s2386{min-width:84px;width:84px;min-height:29px}.s2387{min-width:84px;width:84px;height:26px}.ps2012{margin-top:0}.s2388{min-width:76px;width:76px;height:29px}.s2389{min-width:76px;width:76px;min-height:29px}.s2390{min-width:76px;width:76px;height:26px}.s2391{min-width:147px;width:147px;height:26px}.s2392{min-width:108px;width:108px;height:26px}.ps2013{margin-top:56px}.c703{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c704{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c705{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c706{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps2014{margin-left:10px;margin-top:5px}.input61{width:386px;height:37px;font-size:16px;line-height:1.126}.ps2015{margin-left:2px}.s2393{min-width:68px;height:37px;width:66px}.f600{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s2394{height:8px}.f591:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f591:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.f591:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.501}.c695::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c695:hover:before{opacity:1}.c695:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c696::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c696:hover:before{opacity:1}.c696:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f594:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f594:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f594:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}@media (max-width:959px){.ps1980{margin-top:20px}.s2347{min-width:320px;min-height:1000px}.s2348{min-width:320px;min-height:1000px}.ps1983{margin-top:-993px}.s2349{width:320px;min-height:993px}.ps1984{margin-left:9px}.ps1985{margin-left:11px}.ps1986{margin-top:5px}.s2350{min-width:303px;width:303px;min-height:912px}.ps1988{margin-left:35px;margin-top:-891px}.s2351{min-width:234px;width:234px;height:29px}.f589{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.ps1989{margin-left:0;margin-top:148px}.s2352{min-width:234px;width:234px;height:33px}.ps1990{margin-left:0;margin-top:130px}.s2353{min-width:234px;width:234px;height:34px}.ps1991{margin-left:0;margin-top:178px}.s2354{min-width:234px;width:234px;height:24px}.ps1992{margin-top:-539px}.s2355{min-width:234px;width:234px;height:118px}.f590{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1993{margin-left:0;margin-top:-356px}.s2356{min-width:234px;width:234px;height:89px}.f591{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.ps1994{margin-left:0;margin-top:-192px}.s2357{min-width:182px;width:182px;height:140px}.ps1995{margin-left:0;margin-top:8px}.s2358{min-width:158px;width:158px;height:120px}.ps1996{margin-left:32px;margin-top:-158px}.s2359{min-width:100px;height:41px;width:100px}.c693{-webkit-border-radius:21px;-moz-border-radius:21px;border-radius:21px}.f592{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438;padding-top:9px;padding-bottom:9px}.ps1997{margin-left:37px;margin-top:-159px}.s2360{min-width:102px;height:43px;width:100px}.c694{color:#000;-webkit-border-radius:22px;-moz-border-radius:22px;border-radius:22px}.ps1998{margin-left:232px;margin-top:-451px}.s2361{min-width:40px;width:40px;height:31px}.ps1999{margin-left:235px;margin-top:-402px}.s2362{min-width:35px;width:35px;height:30px}.ps2000{margin-left:36px;margin-top:-71px}.s2363{min-width:233px;width:233px;height:38px}.f593{font-size:12px;font-size:calc(12px * var(--f));line-height:1.418}.ps2001{margin-left:10px;margin-top:11px}.s2364{min-width:282px;width:282px;height:25px}.f594{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f595{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.ps2002{width:320px}.ps2003{margin-left:80px;margin-top:55px}.ps2004{margin-left:16px}.ps2005{margin-top:0}.s2366{min-width:208px;width:208px;height:29px}.f596{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2367{min-width:195px;width:195px;height:26px}.p125{text-indent:0}.f597{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps2007{margin-top:1px}.s2368{min-width:195px;width:195px;height:26px}.s2369{min-width:195px;width:195px;height:26px}.s2370{min-width:195px;width:195px;height:26px}.s2371{min-width:195px;width:195px;height:26px}.s2372{min-width:195px;width:195px;height:26px}.s2373{min-width:195px;width:195px;height:26px}.ps2008{margin-top:11px}.ps2010{margin-top:5px}.s2374{min-width:198px;width:198px;height:26px}.f598{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s2375{min-width:198px;width:198px;height:26px}.s2376{min-width:198px;width:198px;height:26px}.s2377{min-width:198px;width:198px;height:26px}.s2378{min-width:198px;width:198px;height:26px}.s2379{min-width:187px;width:187px;height:26px}.f599{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2380{min-width:187px;width:187px;height:26px}.s2381{min-width:187px;width:187px;height:26px}.s2382{min-width:187px;width:187px;height:26px}.s2383{min-width:187px;width:187px;height:26px}.s2384{min-width:187px;width:187px}.s2385{min-width:187px;width:187px}.s2386{min-width:187px;width:187px}.ps2011{margin-top:5px}.s2387{min-width:187px;width:187px;height:26px}.s2388{min-width:187px;width:187px}.s2389{min-width:187px;width:187px}.s2390{min-width:187px;width:187px;height:26px}.s2391{min-width:187px;width:187px;height:26px}.s2392{min-width:187px;width:187px;height:26px}.ps2013{margin-top:53px}.c706{height:50px}.ps2014{margin-left:8px;margin-top:6px}.input61{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps2015{margin-left:2px}.s2393{min-width:60px;height:36px;width:58px}.c707{color:#838b83}.f600{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s2394{height:8px}.f591:visited{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f591:hover{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.f591:active{font-size:16px;font-size:calc(16px * var(--f));line-height:1.751;color:#232323}.c695::before{background-color:transparent;background-image:url(../images/8/facebook-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c695:hover:before{opacity:1}.c695:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.c696::before{background-color:transparent;background-image:url(../images/6/instagram-olive.svg);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-clip:content-box;border:0;-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:0;margin-left:0;top:0;left:0;z-index:-1;transition:opacity 0.2s, color 0.2s, border-color 0.2s, background-color 0.2s}.c696:hover:before{opacity:1}.c696:active:before{background-color:transparent;background-clip:padding-box;border:0;transition:initial}.f594:visited{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f594:hover{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}.f594:active{font-size:12px;font-size:calc(12px * var(--f));line-height:1.251}}.c723{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:2146435125;background-color:rgba(0,0,0,0.5);pointer-events:auto;opacity:0;transition:opacity 1s}.ps2049{margin-left:auto;margin-right:auto;width:1200px;pointer-events:none}.v306{display:inline-block;vertical-align:top;pointer-events:auto}.ps2050{position:relative;margin-left:836px;margin-top:70px}.c724{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c725{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.c726{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;background-color:#fff;opacity:0.96}.s2439{width:100%;height:100%}.c727{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100% - 0px);-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px}.v307{display:inline-block;vertical-align:top;overflow:visible}.ps2051{position:relative;margin-left:47px;margin-top:18px}.v308{display:inline-block;vertical-align:top}.ps2052{position:relative;margin-left:0;margin-top:0}.m16{padding:0px 0px 0px 0px}.v309{display:block}.mcv16{display:inline-block}.v310{display:inline-block;vertical-align:top;pointer-events:none}.c728{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent}.ps2053{position:relative;margin-left:0;margin-top:1px}.s2440{min-width:272px;width:272px;overflow:hidden;height:34px}.p130{text-indent:0;padding-bottom:0;padding-right:0;text-align:left}.f616{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#000;background-color:initial;text-shadow:none}.v311{display:none}.z1551{z-index:9999}.ps2054{position:relative;margin-left:0;margin-top:4px}.s2441{min-width:188px;width:188px;overflow:hidden;height:34px}.p131{text-indent:6px;padding-bottom:0;padding-right:0;text-align:left}.f617{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.ps2055{position:relative;margin-left:0;margin-top:0}.s2442{min-width:170px;width:170px;overflow:hidden;height:34px}.s2443{min-width:186px;width:186px;overflow:hidden;height:34px}.s2444{min-width:267px;width:267px;overflow:hidden;height:34px}.s2445{min-width:208px;width:208px;overflow:hidden;height:34px}.s2446{min-width:177px;width:177px;overflow:hidden;height:34px}.s2447{min-width:159px;width:159px;overflow:hidden;height:34px}.ps2056{position:relative;margin-left:0;margin-top:9px}.ps2057{position:relative;margin-left:0;margin-top:0}.ps2058{position:relative;margin-left:0;margin-top:4px}.s2448{min-width:242px;width:242px;overflow:hidden;height:34px}.f618{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2449{min-width:203px;width:203px;overflow:hidden;height:34px}.s2450{min-width:200px;width:200px;overflow:hidden;height:34px}.s2451{min-width:239px;width:239px;overflow:hidden;height:34px}.s2452{min-width:167px;width:167px;overflow:hidden;height:34px}.s2453{min-width:150px;width:150px;overflow:hidden;height:34px}.f619{font-family:"Helvetica Neue", sans-serif;font-size:18px;font-size:calc(18px * var(--f));line-height:1.501;font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase;letter-spacing:normal;color:#404040;background-color:initial;text-shadow:none}.s2454{min-width:163px;width:163px;overflow:hidden;height:34px}.s2455{min-width:135px;width:135px;overflow:hidden;height:34px}.s2456{min-width:158px;width:158px;overflow:hidden;height:34px}.s2457{min-width:170px;width:170px;overflow:hidden;height:34px}.s2458{min-width:108px;width:108px;min-height:73px;height:73px}.s2459{min-width:108px;width:108px;height:36px}.s2460{min-width:108px;width:108px;min-height:36px}.ps2059{position:relative;margin-left:0;margin-top:1px}.s2461{min-width:108px;width:108px;overflow:hidden;height:34px}.ps2060{position:relative;margin-left:0;margin-top:1px}.s2462{min-width:96px;width:96px;height:36px}.s2463{min-width:96px;width:96px;min-height:36px}.s2464{min-width:96px;width:96px;overflow:hidden;height:34px}.s2465{min-width:189px;width:189px;overflow:hidden;height:34px}.s2466{min-width:138px;width:138px;overflow:hidden;height:34px}.c729{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:2146435126;pointer-events:none;opacity:0}.v312{display:block;vertical-align:top;pointer-events:auto}.ps2061{position:relative;margin-left:auto;margin-top:70px;margin-right:auto;-webkit-transform:translate3d(0,0,0)}.c730{-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.c731{position:absolute;pointer-events:none;width:100%;height:100%;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 4px 4px rgba(0,0,0,0.4)}.c732{position:absolute;box-sizing:border-box;border:0;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px;background-color:transparent}.c733{overflow:scroll;pointer-events:auto;scrollbar-width:none;-ms-overflow-style:none;height:65px;-webkit-border-radius:0 0 22px 22px;-moz-border-radius:0 0 22px 22px;border-radius:0 0 22px 22px}.ps2062{display:inline-block;width:0;height:0}.ps2063{position:relative;margin-left:12px;margin-top:7px}.input64{border:1px solid #838b83;-webkit-border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px;border-radius:16px 0 0 16px;background-color:#fff;width:482px;height:46px;font-family:"Helvetica Neue", sans-serif;font-size:20px;line-height:1.201;font-weight:300;font-style:normal;text-decoration:none;text-transform:none;letter-spacing:normal;color:#838b83;text-shadow:none;text-indent:0;padding-bottom:0;text-align:left;padding:4px}.input64::placeholder{color:rgb(169,169,169);opacity:1}.v313{display:inline-block;vertical-align:top;pointer-events:auto;outline:0}.ps2064{position:relative;margin-left:3px;margin-top:0}.s2467{min-width:85px;height:46px;box-sizing:border-box;width:83px;padding-right:0}.c734{-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#8b8b7a;border:1px solid #838b83;-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;background-color:#fff;transition:color 0.2s, border-color 0.2s, background-color 0.2s;transition-timing-function:linear}.a67{display:inline-block;width:100%;z-index:1}.f620{font-family:Arial, Helvetica, sans-serif;font-size:20px;font-size:calc(20px * var(--f));line-height:0.551;letter-spacing:normal;text-indent:0;padding-right:0;text-align:center;cursor:pointer;padding-top:17px;padding-bottom:16px}.s2468{display:inline-block;height:10px;margin-right:0;padding-right:0;text-indent:initial;transform-origin:50% 100%;transform:scale(2) translateY(2px)}.c735{display:inline-block;position:relative;margin-left:0;margin-top:0}.c734:hover{background-clip:padding-box;border-color:#000}.c734:active{transition:initial}@media (min-width:960px) and (max-width:1199px){.ps2049{width:960px}.ps2050{margin-left:669px;margin-top:56px}.ps2051{margin-left:37px;margin-top:14px}.s2440{min-width:218px;width:218px;height:26px}.f616{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2441{min-width:148px;width:148px;height:26px}.p131{text-indent:5px}.f617{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2442{min-width:133px;width:133px;height:26px}.s2443{min-width:146px;width:146px;height:26px}.s2444{min-width:209px;width:209px;height:26px}.s2445{min-width:163px;width:163px;height:26px}.s2446{min-width:139px;width:139px;height:26px}.s2447{min-width:125px;width:125px;height:26px}.ps2056{margin-top:7px}.ps2057{margin-top:-1px}.s2448{min-width:189px;width:189px;height:26px}.f618{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2449{min-width:159px;width:159px;height:26px}.s2450{min-width:157px;width:157px;height:26px}.s2451{min-width:187px;width:187px;height:26px}.s2452{min-width:131px;width:131px;height:26px}.s2453{min-width:118px;width:118px;height:26px}.f619{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2454{min-width:128px;width:128px;height:26px}.s2455{min-width:106px;width:106px;height:26px}.s2456{min-width:124px;width:124px;height:26px}.s2457{min-width:133px;width:133px;height:26px}.s2458{min-width:84px;width:84px;min-height:58px;height:59px}.s2459{min-width:84px;width:84px;height:29px}.s2460{min-width:84px;width:84px;min-height:29px}.s2461{min-width:84px;width:84px;height:26px}.ps2060{margin-top:0}.s2462{min-width:76px;width:76px;height:29px}.s2463{min-width:76px;width:76px;min-height:29px}.s2464{min-width:76px;width:76px;height:26px}.s2465{min-width:147px;width:147px;height:26px}.s2466{min-width:108px;width:108px;height:26px}.ps2061{margin-top:56px}.c730{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c731{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c732{-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.c733{height:52px;-webkit-border-radius:0 0 21px 21px;-moz-border-radius:0 0 21px 21px;border-radius:0 0 21px 21px}.ps2063{margin-left:10px;margin-top:5px}.input64{width:386px;height:37px;font-size:16px;line-height:1.126}.ps2064{margin-left:2px}.s2467{min-width:68px;height:37px;width:66px}.f620{font-size:16px;font-size:calc(16px * var(--f));line-height:0.563;padding-top:13px;padding-bottom:13px}.s2468{height:8px}}@media (max-width:959px){.ps2049{width:320px}.ps2050{margin-left:80px;margin-top:55px}.ps2051{margin-left:16px}.ps2053{margin-top:0}.s2440{min-width:208px;width:208px;height:29px}.f616{font-size:16px;font-size:calc(16px * var(--f));line-height:1.438}.s2441{min-width:195px;width:195px;height:26px}.p131{text-indent:0}.f617{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.30px}.ps2055{margin-top:1px}.s2442{min-width:195px;width:195px;height:26px}.s2443{min-width:195px;width:195px;height:26px}.s2444{min-width:195px;width:195px;height:26px}.s2445{min-width:195px;width:195px;height:26px}.s2446{min-width:195px;width:195px;height:26px}.s2447{min-width:195px;width:195px;height:26px}.ps2056{margin-top:11px}.ps2058{margin-top:5px}.s2448{min-width:198px;width:198px;height:26px}.f618{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430;letter-spacing:0.60px}.s2449{min-width:198px;width:198px;height:26px}.s2450{min-width:198px;width:198px;height:26px}.s2451{min-width:198px;width:198px;height:26px}.s2452{min-width:198px;width:198px;height:26px}.s2453{min-width:187px;width:187px;height:26px}.f619{font-size:14px;font-size:calc(14px * var(--f));line-height:1.430}.s2454{min-width:187px;width:187px;height:26px}.s2455{min-width:187px;width:187px;height:26px}.s2456{min-width:187px;width:187px;height:26px}.s2457{min-width:187px;width:187px;height:26px}.s2458{min-width:187px;width:187px}.s2459{min-width:187px;width:187px}.s2460{min-width:187px;width:187px}.ps2059{margin-top:5px}.s2461{min-width:187px;width:187px;height:26px}.s2462{min-width:187px;width:187px}.s2463{min-width:187px;width:187px}.s2464{min-width:187px;width:187px;height:26px}.s2465{min-width:187px;width:187px;height:26px}.s2466{min-width:187px;width:187px;height:26px}.ps2061{margin-top:53px}.c733{height:50px}.ps2063{margin-left:8px;margin-top:6px}.input64{width:220px;height:36px;font-size:16px;line-height:1.126;font-weight:400;color:#000}.ps2064{margin-left:2px}.s2467{min-width:60px;height:36px;width:58px}.c734{color:#838b83}.f620{font-family:"Lato 2";font-size:15px;font-size:calc(15px * var(--f));line-height:0.601;padding-top:13px;padding-bottom:12px}.s2468{height:8px}}