.vividfront-modal{
	display: none;
}

.custom-modal .vividfront-modal{
	display: block;
}

.custom-modal.takeover{
	position: fixed;
	top: 0;
	bottom: 0;
	right:  0;
	left: 0;
	z-index: 99999;
	display: none;
}

.modal-inner{
	background-color: rgba(0,0,0,.5);
	position: fixed;
}

.vividfront-modal{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 40px 60px;
	background-color: white;
}

.vividfront-modal .modal__headline{
	padding-top: 0px;
}

.vividfront-modal .modal__form{
	margin-bottom: 25px;
}

.vividfront-modal .modal-close-button{
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 27px;    
}