:root {
--btn_txt_color: #ffffff;
--btn_bg_color: #27ae60;
}
.bm-content-blocker.blocked {
width: auto;
padding: 5em 0;
border-radius: 5px;
background-color: #e5e5f7;
opacity: 0.8;
background-image: radial-gradient(circle at center center, #efefef, #e5e5f7), repeating-radial-gradient(circle at center center, #efefef, #efefef, 10px, transparent 20px, transparent 10px);
background-blend-mode: multiply;
}
.bm-content-blocker.blocked.maps {
background: url(//cvjm-lippe.de/wp-content/plugins/bm-gfonts/assets/img/map.jpg) no-repeat;
background-size: cover;
}
.bm-content-blocker.blocked.youtube {
background: url(//cvjm-lippe.de/wp-content/plugins/bm-gfonts/assets/img/player.jpg) center bottom no-repeat;
background-size: cover;
}
.bm-content-blocker.blocked a {
color: #333;
text-decoration: underline;
}
.bm-content-blocker.blocked .bm-content-blocker-inner {
backdrop-filter: blur(5px);
padding: 3.5em 3.5em;
text-align: center;
background: rgba(255, 255, 255, 0.8);
color: #333;
}
.bm-content-blocker.blocked .bm-content-blocker-inner p {
margin: 0 0 20px 0 !important;
line-height: 1.5;
}
.bm-content-blocker.blocked .bm-content-blocker-btn {
display: inline-block;
text-decoration: none;
color: var(--btn_txt_color);
background: var(--btn_bg_color);
padding: 10px 14px !important;
border: 0;
border-radius: 5px;
}