.emersya-app .konfigurator_bild {
    position: relative;
    display: inline-block;
    height: 500px;
    width: 100%;
    max-width: 800px;
    background-color: #eeeeee;
}
/* Don't display PrevieImage because of LCP */
.emersya-app .konfigurator_bild #viewerPreviewImage { display: none !important; }
@keyframes l2 { 0%{background-position: 100%} }

.emersya-app .cw-overlay {
	position: fixed;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center; 
    align-items: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.8;
	z-index: 1000;
}
.emersya-app .cw-overlay #loadertext {
	display: inline-block;
	position: fixed;
	top: 200px;
    color: white;
    font-family: sans-serif;
	font-size: 2em;
	text-align: center;
}
@keyframes ldio-xfjoc8gm1tm {
  0% { background: #f2651c }
  25% { background: #f2651c }
  25.25% { background: #777777 }
  100% { background: #777777 }
}
.emersya-app .ldio-xfjoc8gm1tm div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #777777;
  animation: ldio-xfjoc8gm1tm 1s linear infinite;
}
.emersya-app .loadingio-spinner-blocks-0p69ophki2xe {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
  position: fixed;
  top: 0;
}
.emersya-app .ldio-xfjoc8gm1tm {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.emersya-app .ldio-xfjoc8gm1tm div { box-sizing: content-box; }


/* Measurement */
.emersya-app #measure {
    position: relative;
    display: block;
    height: 500px;
    width: 100%;
    font-family: Assistant, sans-serif;
    font-size: 0.9rem;
    color: rgba(18,18,18,0.75);
}
.emersya-app .imagediv {
	float: left;
	margin: 50px 50px 0 0;
}
.emersya-app .imagediv img {
    width: 380px;
}
.emersya-app .inputdiv {
	float: left;
	margin: 50px 50px 0 0;
	width: 380px;
}
@media screen and (min-width: 990px) {
    .emersya-app .imagediv {
        margin: 50px;
    }
    .emersya-app .imagediv img {
        width: 412px;
    }
    .emersya-app .inputdiv {
        margin: 50px;
    }
}
.emersya-app .labeldiv {
	padding: 0 0 0 20px;
	margin: 15px 0 0 0;
	width: 220px;
	float: left;
	line-height: 15px;
}
.emersya-app .labeldiv .right {
    margin: 0 5px 0 0;
    text-align: right;
    width: 20px;
    float: left;
}
.emersya-app .inputdiv img {
    float: right;
    padding: 10px 10px 5px 0;
}
.emersya-app .inputdiv2 {
    padding: 0 0 8px 0;
}
.emersya-app input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid rgba(18,18,18,0.75);
    margin: 2px 0 2px 0;
}
.emersya-app .inputdiv2 input {
    width: 30px;
    padding: 10px;
    border-radius: 10px;
}
.emersya-app .inputdiv3 input {
    border: 2px solid rgba(18,18,18,0.75);
    margin: 0 0 0 20px;
    padding: 10px;
    border-radius: 10px;
    width: 330px;
}
.emersya-app .inputdiv3 input[type="file"]{
	color: rgba(18,18,18,0.75);
    padding: 10px;
    border-radius: 10px;
}
.emersya-app .inputdiv3 textarea {
    border: 2px solid black;
    height: 100px;
    margin: 0 0 0 20px;
    width: 330px;
    padding: 10px;
    border-radius: 10px;
}
.emersya-app .g-recaptcha,
.emersya-app .message {
    margin: 10px 0 0 20px;
}
.emersya-app .message {
    height: 4rem;
}
.emersya-app .cw-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 41px;
    margin: 10px 0 0 20px;
    padding: 0 3rem;
    min-width: 12rem;
    min-height: 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(255,255,255);
    transition: box-shadow 0.1s ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(18,18,18,1);
}
.emersya-app .cw-btn:disabled {
    cursor: not-allowed;
    background-color: rgba(200,200,200,1);
}
.emersya-app .width40 {
	width: 40%;
	display: table-cell;
	padding: 0 20px 0 0;
}
.emersya-app .width60 {
	width: 60%;
	display: table-cell;
}
.emersya-app h3,
.emersya-app ul li {
	font-family: Arial, sans-serif;
	letter-spacing: unset;
}
.emersya-app .tooltip-inner {
	background-color: #f2651c;
}
.emersya-app .tooltip.right .tooltip-arrow {
	border-right-color: #f2651c;
}
.emersya-app .tooltip.in {
	opacity: 1;
}
.emersya-app .save-button {
	display: none;
	background: none;
	border: none;
	color: #f2651c;
	text-decoration: underline;
	cursor: pointer;
}

/* Only for Touch Devices (Smartphones/Tablets) */
@media (hover: none) {
    #privateEmersyaViewerContainer .mainContainerMenu #svgZoomInIcon,
    #privateEmersyaViewerContainer .mainContainerMenu #svgZoomOutIcon,
    #privateEmersyaViewerContainer .mainContainerMenu #svgMoveIcon,
    #privateEmersyaViewerContainer .mainContainerMenu #svgRotateIcon { display: none; }
}