.play-ground{
	border:0px solid red;
}

#element-wrapper{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 500px;
	height:300px;
	margin:10px 30px;
	background-color: var(--white);
	border:1px solid  var(--white);
}

#shadow-div{
	width: 250px;
	height:150px;
	background-color:rgb(207,207,207);
	box-shadow: 2px -1px 5px 0px rgba(0,0,0,1);
}

#text-ausgabe{
	width: 100%;
	max-width: 500px;
    padding:5px 0;
    font-size: 16px;
    color: var(--black);
    background-color: var(--white);
    margin: 0 auto;
    text-align: center;
    border: 1px solid red;
}

#eingabe-wrapper{
	width:100%;
	height:auto;
	text-align:center;
	/*border:1px solid green;*/
}

.text-headline{
	color:var(--white);
	font-size:15px;
	font-weight:600;
}

label {
    display: inline-block;
    width: 70px;
    height: 20px;
    padding: 5px 10px;
    line-height: 20px;
    cursor: pointer;
    /*border: 1px solid white;*/
}

label#mylabel,
label#mylabel_text{
	width:auto;
	height:auto;
	padding: 3px 5px;
}

input#colorpicker_text{
	margin-right:10px;
}

input[type='text']{
    width: 227px;
    height: 15px;
    background-color: var(--white);
    color: var(--black) !important;
    margin-bottom: 0 !important;
	text-align:center;
}

#steuereinheit {
    /* text-align: left; */
	width: 100%;
    /*max-width: 850px;*/
    /* margin: 10px auto; */
    padding: 10px 0;
    /*border: 1px solid yellow;*/
}

.flex {
    /*justify-content: space-between;*/
    justify-content: center;
    /*border: 1px solid yellow;*/
}

#color-wrapper, #range-wrapper{
	border:0px solid white;
}

#range-wrapper{
	margin-left:10px;
}

#color-wrapper{
	margin-top: 15px;
}

#eingabe-div{
	/*border: 1px solid silver; */
    /*width: 380px;*/
}

input[type='color']{
	width:30px;
	height:25px;
	border:0px;
    padding: 0px 0px;
	cursor:pointer;
}

.ausgabe{
	width:145px;
	height:15px;
	font-size:11pt;
	padding:5px;
}

.none{
	display:none;
}

#code {
    /*width: 98%;*/
    /*max-width: 1280px;*/
	min-height: 30px;
    padding: 5px;
    font-size: 12pt;
    /*font-weight: 900;*/
	color:var(--white);
    text-align: center;
    margin: 10px auto;
    /*visibility: hidden;*/
    border: 1px solid var(--white);
}

/* START::: range */

.range-wrapper{
	text-align:center;
}

output {
	width: 18px;
    display: inline-block;
    /*border: 1px solid var(--skillflow-base-font-color);*/
    padding: 3px 15px;
    /*font-size: 12px;*/
}

/* Der Slider-Track (Linie) */
input[type="range"]{
    width: 350px;
}

/* ENDE::: range */

#copy-button{
    width: auto;
    padding: 3px 5px;
    color: #FFF;
    background-color: rgb(112, 175, 4);
    cursor: pointer;
	font-size:12px;
}

.inset-headline{
	text-align: left;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 5px;	
}
.inset-wrapper{
	width:100%;
	max-width:500px;
	margin-left:30px;
	/*border:1px solid var(--white);*/
}

/*  START::: Switch */
.switch-border{
	width:50px;
	height:30px;	
	background-color:rgba(200,226,157,1);
	border:3px solid rgba(132,139,121,1);
	border-radius:3px;
	overflow:hidden;
}

.on-off-back{
	display:flex;
	width:100px;
	height:30px;
	margin-left:0px;
	background:linear-gradient(90deg, rgba(240,240,240,1) 0% 49%, rgba(112, 175, 4, 1) 49% 100%);
	transition:margin-left .2s;
}

.off, .touch-border, .on{
	display:inline-block;
	width:38px;
	height:30px;
	color:#000 !important;
	font-size:11px;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	border:1px solid transparent;
}

.touch-border{
	width:10px;
	background-color:rgba(213,220,226,1);
	border:1px solid #000;
	border-radius:3px;
	cursor:pointer;
}

.left{
	margin-left:-40px;
	transition:margin-left .2s;
}

.touch-border:hover{
	background-color:rgba(204,204,255,1);
}
/*  ENDE::: Switch */