@keyframes shimmer{100%{transform:translateX(100%)}}.skeletonBar{display:inline-block;position:relative;overflow:hidden;background-color:#dddbdd;color:transparent !important;max-width:50%}.skeletonBar:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 20%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0));animation:shimmer 2s infinite;content:''}#costModule{width:100%;float:left;padding:65px 0;background-color:#f0f0f3;display:flex;justify-content:center;align-items:center;font-family:'MarkPro'}#costModule .saveAmount{width:100%;text-align:center}@media only screen and (max-width:1350px){#costModule{flex-direction:column}}@media only screen and (max-width:830px){#costModule{padding:calc(100vw / 12) 0}}#costModule strong{font-family:'MarkPro-Medium',Arial,sans-serif}#costModule .textContainer{width:calc(100vw / 12 * 5);padding:0 calc(100vw / 12)}@media only screen and (max-width:1350px){#costModule .textContainer{width:100%;margin-bottom:22px}}#costModule .textContainer h1{hyphens:auto}#costModule .textContainer label{font-size:1.8rem;line-height:2.3rem;width:100%;margin:20px 0 10px 0;float:left;font-family:'MarkPro-Medium',Arial,sans-serif}#costModule .textContainer .investAmount{position:relative;width:100%;float:left}#costModule .textContainer .investAmount .infoBubble{position:absolute;bottom:calc(100% + 15px);right:0;background-color:#fff;color:var(--color-primary);padding:10px 10px 10px 15px;width:100%;box-shadow:0px 0px 6px #00000008;border-radius:var(--border-radius-default);text-align:center;display:none}#costModule .textContainer .investAmount .infoBubble:before{content:'';position:absolute;border:1px solid #333;border-color:#fff transparent;border-width:11px 13px 0 13px;bottom:-10px;left:45%}#costModule .textContainer .investAmount input{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e2e2e2;height:50px;outline:0;border-radius:0;text-align:center;font-family:'MarkPro-Medium',Arial,sans-serif;font-size:1.8rem;line-height:2.3rem}#costModule .slideContainer{width:100%;float:left;margin-top:20px;position:relative;height:32px}#costModule .slider{-webkit-appearance:none;appearance:none;width:100%;height:6px;background:transparent;outline:0;border-radius:6px;position:relative;z-index:3}#costModule .slideBar{background:var(--color-primary);height:6px;width:0;position:absolute;left:1px;top:12px;z-index:2;border-radius:6px;pointer-events:none}#costModule .slideBarIndicator{background:#e2e2e2;height:6px;width:calc(100% - 1px);position:absolute;left:1px;top:12px;z-index:1;border-radius:6px;pointer-events:none}@-moz-document url-prefix(){#costModule .slideBar,#costModule .slideBarIndicator{top:0}}#costModule .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:32px;height:32px;background:var(--color-primary);background-image:url(https://www.liqid.de/hubfs/8.%20New%20Website/move-icon.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;border-radius:50%;z-index:3;border:0}#costModule .slider::-moz-range-thumb{width:32px;height:32px;background:var(--color-primary);background-image:url(https://www.liqid.de/hubfs/8.%20New%20Website/move-icon.svg);background-repeat:no-repeat;background-position:center;cursor:pointer;border-radius:50%;z-index:3;border:0}#costModule .textContainer .investAmount .euroSign{width:30px;position:absolute;top:13px;right:0;font-family:'MarkPro-Medium',Arial,sans-serif;font-size:1.8rem;line-height:2.3rem;color:#222}#costModule .cardsContainer{width:calc(100vw / 12 * 7);padding:0 calc(100vw / 12) 0 0;display:flex;justify-content:center;align-items:center;flex-direction:column}@media only screen and (max-width:1350px){#costModule .cardsContainer{width:100%;padding:0 calc(100vw / 12)}}#costModule .cardsContainer .costCard{background:#fff;border-radius:0px 0px 0px 24px;width:100%;margin-bottom:20px;display:flex;flex-direction:row}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard{flex-direction:column;height:auto}}#costModule .cardsContainer .costCard:last-child{margin-bottom:0}#costModule .cardsContainer .costCard .leftContent{width:100%;min-width:390px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .leftContent{min-width:100%}}#costModule .cardsContainer .costCard .cardTitle{width:100%;font-size:1.8rem;line-height:2.4rem;color:#222;font-family:'MarkPro-Medium';padding:10px 30px 10px 30px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .cardTitle{font-size:1.6rem;line-height:2.2rem;text-align:center;padding:15px 15px 10px 15px}}#costModule .cardsContainer .costCard .cardTitle span{color:var(--color-primary)}#costModule .cardsContainer .costCard .numbers{width:100%;display:flex;padding:0 30px 10px 30px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .numbers{padding:0 15px 15px 15px}}#costModule .cardsContainer .costCard .numbers .numberContainer{width:100%;display:flex}#costModule .cardsContainer .costCard .number{width:100%;font-size:2.5rem;line-height:3.5rem;color:#222;display:flex;justify-content:center;align-items:center;flex-direction:column}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .number{font-size:1.6rem;line-height:1.6rem}}#costModule .cardsContainer .costCard .plus{width:100%;max-width:50px;font-size:2.5rem;line-height:3.5rem;color:#222;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:50px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .plus{font-size:1.6rem;line-height:1.6rem;max-width:10px}}#costModule .cardsContainer .costCard .number strong{font-weight:normal}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .number strong{margin-bottom:5px}}#costModule .cardsContainer .costCard .number span{font-size:1.5rem;line-height:2.3rem;color:#707070;width:100%;text-align:center}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .number span{font-size:1.3rem;line-height:1.8rem}}#costModule .cardsContainer .costCard .middleContent{width:100%;background-color:#3e4d64;display:flex;align-items:center;flex-direction:column;max-width:25%}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .middleContent{max-width:100%;padding:15px}}#costModule .cardsContainer .costCard .middleContent.global{background-color:#3e4d64}#costModule .cardsContainer .costCard .middleContent.select{background-color:#3e4d64}#costModule .cardsContainer .costCard .middleContent .numberTitle{width:100%;padding:10px 0 10px 0;text-align:center;color:#fff;font-family:'MarkPro-Medium'}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .middleContent .numberTitle{padding:0 0 5px 0;font-size:1.3rem;font-family:'MarkPro'}}#costModule .cardsContainer .costCard .middleContent .number span{color:#fff;padding:2px 0;width:100%;text-align:center}#costModule .cardsContainer .costCard .middleContent .number strong{color:#fff;padding:2px 0;margin-bottom:10px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .middleContent .number strong{height:auto;padding:0}}#costModule .cardsContainer .costCard .rightContent{width:100%;height:100%;display:flex;align-items:center;flex-direction:column;max-width:25%}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .rightContent{max-width:100%;flex-direction:row}}#costModule .cardsContainer .costCard .rightContent .numberTitle{width:100%;padding:10px 0 10px 0;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .rightContent .numberTitle{padding:15px;font-size:1.3rem;justify-content:flex-start}}#costModule .cardsContainer .costCard .rightContent .number span{padding:2px 0}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .rightContent .number span{display:none}}#costModule .cardsContainer .costCard .rightContent .number strong{padding:2px 0;margin-bottom:10px}@media only screen and (max-width:830px){#costModule .cardsContainer .costCard .rightContent .number{justify-content:flex-end;flex-direction:row;padding-right:15px}#costModule .cardsContainer .costCard .rightContent .number strong{height:auto;font-size:1.6rem;padding:0;margin:0}}#costModule .toolTip{background:var(--color-primary);width:11px;height:11px;border-radius:50%;color:#fff;font-size:.8rem;line-height:1.2rem;cursor:pointer;display:inline-block;margin-left:5px;display:flex;justify-content:center;align-items:center;font-family:'MarkPro-Medium';position:relative}#costModule .toolTip .toolTipBubble{position:absolute;bottom:calc(100% + 15px);right:-10px;background-color:#fff;color:#222;padding:10px 10px 10px 15px;width:250px;box-shadow:0px 0px 6px #00000018;border-radius:0 0 0 6px;display:none;z-index:3}@media only screen and (max-width:830px){#costModule .toolTip .toolTipBubble{left:-20vw}}#costModule .toolTip:hover .toolTipBubble{display:block}#costModule .toolTip .toolTipBubble p{padding:0 !important;margin:0 !important;font-size:1.4rem !important;line-height:1.8rem !important}