body.geschuetzt .page-body .post-content p,
body.geschuetzt .page-body .post-content h2,
body.geschuetzt .page-body .post-content li,
body.geschuetzt .page-body .post-content span {
       opacity: .25!important;
    pointer-events: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    text-shadow: 3px 0px 11px #1a1a1a !important;
color: #bfbfbf !important;
}
/*body.geschuetzt #masthead {
  z-index: 9999999;
}*/
body.geschuetzt .lity {
    background: rgba(197, 197, 197, 0);
}

body.geschuetzt button.lity-close {
	display:none;
}

body.geschuetzt #popup_form {
	padding: 25px;
}

body.geschuetzt #popup_form #error {
	display: block;
	color: #F44336;
    margin-top: 10px;
}
body.geschuetzt #popup_form #error.hide {
	display: none;
}

body.geschuetzt #popup_form input {
    padding: 4px;
}

body.geschuetzt #popup_form a.btn_link {
    margin-top: 25px;
}
