/** Page PopUp **/
#pagePopUp {
	display: none;
	background: #eee;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	opacity: .99;
	overflow-y: scroll;
}
#pagePopUp > div {
	padding: 9em 0 2em 0;
}
#pagePopUpClose {
    position: absolute;
    right: 26px;
    top: 12px;
    font-size: 5em;
    color: #ed1c24;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    transition: all 0.5s;
}
#pagePopUpClose:hover {
	cursor: pointer;
	color: #fff;
	background: #000;
	transition: all 0.5s;
}
#pagePopUp span.headline {
	font-size: 6em;
	line-height: 1em;
	font-weight: 600;
	color: #000;
}
.pagePopUpTrigger:hover {
	cursor: pointer;
}
.pagePopUpTrigger .button:hover {
	background: #000 !important;
	color: #fff !important;
}
#pagePopUp h2 {
	margin: 0 0 0.5em 0;
}
span.tag {
	width: 25%;
	display: inline-block;
}