.svcodeoverlay {
	width:  100%;
	height:  100vh;
	background-color:  rgba(0,0,0,0.8);
	position: fixed;
	z-index: 99999;
	top: 0;
	right:  0;
	left:  0;
	bottom:  0;
	text-align: center;
	display:  none;
}

.svcodeoverlay .svcodewrapper {
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    display: block;
}

/*.svcodeoverlay p.success {
	display:  none;
	font-size: 1.125rem;
    line-height: 1.5rem;
}*/

.svcodeoverlay .svcodetext {
	background-color: #fff;
	width:  350px;
	text-align: center;
	margin:  0 auto;
	border-radius: 8px;
	padding:  1rem;
	position: relative;
	height: auto;
	-webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}

.svcodeoverlay .close {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding:  0.5rem;
	cursor: pointer;
}

/*.svcodeoverlay input {
	display: inline-block;
	margin: 0;
	-webkit-appearance: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0.4em 0.5em;
    max-width: 100%;
    width:  200px;
    background: #fff;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}

.svcodeoverlay span {
	margin-top:  2rem;
	display: inline-block;
	font-weight: 500;
	width:  200px;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
	    color: #505050!important;
    border-width: 0px!important;
    border-color: #FFD300;
    border-radius: 8px;
    font-size: 20px;
    background-color: #FFD300;
        padding-right: 1em!important;
    padding-left: 1em!important;
        transition: all 300ms ease 0ms;
        cursor: pointer;
}
*/
.svcodeoverlay h2 {
	margin-bottom:  0.25rem;
	padding-bottom: 0;
}

.svcodeoverlay p {
	padding-bottom: 1rem !important;
}

.sv_code_eingabe_box h3 {
	font-size: 1.25rem;
	color: var(--sailer-teal-dark);
	font-weight: 600;
	display: none;
}