#backdrop{bottom:0;background:rgba(0,0,0,.7)}#backdrop,#popup{position:fixed;top:0;left:0;width:100%;height:100%}#popup{z-index:3500;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column;-ms-flex-pack:center;justify-content:center}#popupContainer{position:relative;width:500px;max-width:80%;height:auto;font-size:1.8em;line-height:1.5;color:#404042;margin:0 auto;background:#fff;-webkit-box-shadow:0 5px 12px 0 rgba(0,0,0,.3);-moz-box-shadow:0 5px 12px 0 rgba(0,0,0,.3);box-shadow:0 5px 12px 0 rgba(0,0,0,.3)}#popup .headline{position:relative;padding:25px 25px 0;color:#cf5f2d;font-size:2.5em;font-family:lora,serif;text-transform:uppercase;text-align:center;font-weight:400;margin:0;line-height:1.1}#popup .wrapper{padding:15px 25px}#popupClose{position:absolute;display:block;top:-15px;right:-15px}#popupClose:hover{cursor:pointer}#popupClose img{width:30px;height:30px}@media(max-width:414px){#popup .wrapper{max-height:515px}}@media(max-width:375px){#popup .wrapper{max-height:450px}}@media(max-width:320px){#popup .wrapper{max-height:375px}}