.rahmenhohe-calc-button {
	margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;
	cursor:pointer;
	transition: color .5s
}
.rahmenhohe-calc-button:hover {
	color: #ff0000;
}
.modalBox-0-0-2 {
    padding: 40px 15px 10px!important;
}
/* custom popup */
/*
.frame_height_popup-overlay {
	top:0;
	left:0;
	height: 100vh;
	width: 100vw;
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99999999;
	background-color: rgba(0,0,0,0.4);
}
.frame_height_popup-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	width: 600px;
	max-width:90%;
	position:relative;
	background-color:#fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.frame_height_popup-popup:after {
	content: '';
    display: block;
    height: 0;
    width: 0;
	padding-bottom:80%;
} 
.frame_height_popup-content {
	position:absolute;
	top:36px;left:0;right:0;bottom:0;
}
.frame_height_popup-popup iframe {
	width:100%;
	height:100%;
}
.frame_height_popupoverlay-close {
	position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
	z-index: 1;
}

.rahmenhohe-calc {
	cursor: pointer
}
*/