File: D:/HostingSpaces/SBogers68/resortouddorpduin.nl/wwwroot/public/css/popup.css
@keyframes movingDown{0%,100%{-webkit-transform:translate3d(0, 0, 0) rotate(0deg);-moz-transform:translate3d(0, 0, 0) rotate(0deg);-ms-transform:translate3d(0, 0, 0) rotate(0deg);-o-transform:translate3d(0, 0, 0) rotate(0deg);-spec-transform:translate3d(0, 0, 0) rotate(0deg);transform:translate3d(0, 0, 0) rotate(0deg)}50%{-webkit-transform:translate3d(0, 8px, 0) rotate(0deg);-moz-transform:translate3d(0, 8px, 0) rotate(0deg);-ms-transform:translate3d(0, 8px, 0) rotate(0deg);-o-transform:translate3d(0, 8px, 0) rotate(0deg);-spec-transform:translate3d(0, 8px, 0) rotate(0deg);transform:translate3d(0, 8px, 0) rotate(0deg)}}@keyframes movingRight{0%,100%{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);-spec-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}50%{-webkit-transform:translate3d(5px, 0, 0);-moz-transform:translate3d(5px, 0, 0);-ms-transform:translate3d(5px, 0, 0);-o-transform:translate3d(5px, 0, 0);-spec-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}}@keyframes waveSurroundingHoverEffect{0%,100%{stroke-dashoffset:0}50%{stroke-dashoffset:30px}}@keyframes waveSurroundingHoverEffectInvert{0%,100%{stroke-dashoffset:0}50%{stroke-dashoffset:-30px}}@keyframes diamondShine{0%{transform:rotate(0deg) scale3d(1, 1, 1)}20%{transform:rotate(45deg) scale3d(0.6, 0.6, 1)}40%,100%{transform:rotate(90deg) scale3d(1, 1, 1)}}.c-button{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding:10px 15px;background-color:#c8ba9f;text-decoration:none}.c-button__text{width:calc(100% - 16px);font-size:20px;line-height:24px;font-family:"phenomena",sans-serif;font-weight:normal;font-style:normal;color:#052c35}.c-button__arrow{color:#052c35;width:13px;transform:translate3d(0, 0, 0);transition:transform .3s;display:inline-block}.c-button:hover .c-button__arrow{transform:translate3d(5px, 0, 0)}.c-button--blue{background-color:#052c35}.c-button--blue .c-button__text,.c-button--blue .c-button__arrow{color:#fff}.c-pop-up{position:fixed;z-index:800;top:0;left:0;width:100%;height:100%;overflow-y:scroll}.c-pop-up *{box-sizing:border-box}.fade-out{visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s linear}.c-pop-up__contain{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;height:100%;min-height:640px;width:100%}@media screen and (max-width: 500px){.c-pop-up__contain{margin:100px 0}}.c-pop-up__overlay{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#052c35;opacity:.85}.c-pop-up__modal{position:relative;z-index:2;width:calc(95% - 48px);max-width:900px}.c-pop-up__close{z-index:2;position:absolute;right:-12px;top:-12px;width:24px;height:24px;background-color:#c8ba9f;border-radius:12px;cursor:pointer}.c-pop-up__close:before,.c-pop-up__close:after{content:"";display:block;width:12px;height:3px;background-color:#052c35;position:absolute;top:calc(50% - 1px);left:calc(50% - 6px)}.c-pop-up__close:before{transform:rotate(45deg)}.c-pop-up__close:after{transform:rotate(135deg)}.c-pop-up__top{width:100%;position:relative}.c-pop-up__background{position:relative;width:100%;height:0;padding-bottom:50%}@media screen and (max-width: 640px){.c-pop-up__background{padding-bottom:0;height:250px}}.c-pop-up__background:before{content:"";position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-image:url("https://ridderstee.com/img/pop-up-background.jpg?v=2");background-color:#c3c3c3;background-position:center;background-size:cover}.c-pop-up__bottom{width:100%;background-color:#c8ba9f;color:#052c35;display:flex}@media screen and (max-width: 500px){.c-pop-up__bottom{display:block}}.c-pop-up__pre-title{font-size:16px;line-height:22px;font-weight:600;font-style:italic;color:#fff;text-align:center;margin-bottom:20px}.c-pop-up__logo{width:60%;max-width:400px;margin:0 auto 15px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:50px}.c-pop-up__logo svg{width:100%;-webkit-filter:drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));filter:drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4))}@media screen and (max-width: 900px){.c-pop-up__logo{bottom:20px;margin-bottom:0}}.c-pop-up__description{color:#052c35;font-size:16px;line-height:1.4}.c-pop-up__arrowlink{display:inline-block;color:#052c35;text-decoration:none;margin-top:10px;margin-right:10px;font-weight:600}.c-pop-up__buttons{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}@media screen and (max-width: 500px){.c-pop-up__buttons{display:block;text-align:center}}.c-pop-up__cta-item{width:49.5%;padding:25px 40px 25px 40px;display:inline-block;margin:0}@media screen and (max-width: 500px){.c-pop-up__cta-item{width:100%;margin-bottom:20px;text-align:center}}.c-pop-up__button-layout{text-align:center}.c-pop-up__label{margin:0 0 15px;font-weight:700}.c-pop-up__button{display:inline-block;width:100%;max-width:225px}.c-pop-up__overlay-button{border-radius:9999px;background-color:#e67f19;height:130px;width:130px;-webkit-box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);-moz-box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);box-shadow:5px 5px 10px -5px rgba(0,0,0,.5);display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;position:absolute;top:150px;right:50px}.c-pop-up__overlay-button span{text-align:center;font-size:24px;line-height:30px;font-family:"phenomena",sans-serif;font-weight:normal;font-style:normal;color:#fff;transform:rotate(12deg)}@media screen and (max-width: 900px){.c-pop-up__overlay-button{top:20px}}@media screen and (max-width: 640px){.c-pop-up__overlay-button{right:auto;top:-10px;left:-10px}.c-pop-up__overlay-button span{transform:rotate(345deg)}}/*# sourceMappingURL=popup.css.map */