.generatedBBLM,
.openJsLink,
.openJsLinkBlank,
.js-href-a{
	cursor: pointer; 
}


.bblm_settings_div{
	display:none;
}

/* reverse popup window START */

.bblm_overlay_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	z-index: 999;
	top: 0;
	left: 0;
}

.bblm_overlaybox{
	position: fixed;
	width: 500px;
	left: 50%;
	top: 50%;
	height: auto;
	margin-left: -355px;
	margin-top: -207px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.3);
	border: 5px solid #464646;
	z-index: 1000;
}
.bblm_overlaybox .bblm_overlayinner {
	position: relative;
	padding: 15px;
}

.bblm_overlaybox .bblm_overlayClose {
	background: #999;
	color: #fff;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	line-height: 35px;
	right: 0;
	top: 0;
	width: 35px;
	text-align: center;
	margin: -20px -20px 0 0;
	box-sizing: border-box;
}
.bblm_overlaybox .bblm_overlayClose:hover {
	background: #bbb;
}




@media screen and (max-width: 767px) {
	.bblm_overlaybox {
		width: 280px;
		top: 25px;
		height: auto;
		margin-top: 0;
		margin-left: -140px;
	}
}

/*Green CTA Button*/
.bblm_overlaybox .bblm_overlayinner .ctabutton {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #008c5d 0px, #006b3f 100%) repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 25px auto 0;
    padding: 8px 10px;
    text-align: center;
    width: 50%;
}

/* reverse popup window ENDE */