/******************** 18.0 - Information Popup ********************/

#pop { width:600px; background:#FFF; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); box-shadow:0 0 1px rgba(0,0,0,.3),0 0 30px rgba(0,0,0,.3); outline:9999px solid rgba(30,30,30,.6); display:none; z-index:999999; }
#pop:before { content:""; width:100%; height:100%; position:absolute; top:0; left:0; opacity:.2; }
#pop .container_popup { padding:20px; }

#pop img { width:100%; height:auto; display:block; position:relative; }

#pop i.fa-close { padding:10px 12px; font-size:25px; color:#FFF; position:absolute; top:0; right:0; border-radius:0 0 0 0px; z-index:1; cursor:pointer; }
#pop p.close a { color:white; font-size:14px; text-decoration:none; margin-bottom:10px; }
.hover #pop i.fa-close:hover { background:#333; }
.hover #pop p.close a:hover { color:rgba(0,0,0,.5); }

#pfeilhand { cursor:pointer; }
#img_popup { max-width:200px; float:left; margin:0 20px 20px 0; }
.container_popup { color:#fff; background-color:#ff2a70; }
h5 { font-size:16px; }

.event-detail-inner h2 { color:#ff2a70; font-size:22px; margin-bottom:10px;}