.play-ground{
	/*border:1px solid red;*/
}

label{
    display: inline-block;
    width: 35px;
    /* height: 18px; */
    padding: 2px 5px;
    line-height: 19px;
    font-size: 13px;
    cursor: pointer;
    /* border: 1px solid white;*/
}

label.select-label{
	display: inline-block;
    width: 30%;
    padding: 2px 5px;
    line-height: 19px;
    font-size: 15px;
    font-weight: 600;
	cursor:auto;
	border: 0px solid white;
}

.feature-line{
	height:35px;
	margin-bottom: 7px;
    padding-bottom: 5px;
	border-bottom: 1px solid white;
}

input[type='color']{
	width:30px;
	height:25px;
	border:0px thin;
    padding: 0px 0px;
	cursor:pointer;
}

select.font-select{
	width:180px;
	height:40px;
	color: var(--black);
	background-color:var(--white);
}
select.font-select option{
	color: var(--black);
}

button.fature-button{
	width:auto;
	height:25px;
	min-width: 60px;
	background-color:rgba(112, 175, 4, 1);
	color:var(--black);
	font-size:13px;
	font-weight:600;
	padding:3px 5px;
	border-radius:5px;
}

button.fature-button:hover{
	background-color:var(--black);
	color:var(--white);
	font-weight:600;
	background-color:rgba(112, 175, 4, .5);
}

button.selected{
	color:var(--white);
	background-color:rgba(112, 175, 4, .5);
}

input[type='text']{
    width: 30px;
    height: 10px;
    font-size: 16px;
    background-color: var(--white);
    color: var(--black) !important;
    margin-bottom: 0 !important;
    text-align: center;
}

#steuereinheit{
	text-align:left;
	margin:10px 0;
	padding:20px 0;
	/*border:1px solid yellow;*/
}

.my-color-label{
	/*border:1px solid green;*/
}
.feature-wrapper{
	/*border:1px solid red;*/
}
.my-feature-label, .my-color-label{
	display: inline-block;
    width: 70px;
    padding: 3px 5px;
    line-height: 35px;
    color: var(--white);
    font-size: 13px;
    font-weight: bold;
    /*border: 1px solid yellow;*/
}

.flex-left {
    justify-content: space-between;
    /*border: 1px solid green;*/
}

/* START::: range */
#range-wrapper{
	margin-left:10px;
}

.range-wrapper{
	text-align:center;
}

/* Der Slider-Track (Linie) */
input[type="range"]{
    width: 350px;
}
/* ENDE::: range */

#ausgabe-wrapper{
	width:90%;
	text-align:center;
	/*border: 1px solid white;*/
}

.ausgabe-wrapper{
	width: 60%;
    /*border: 1px solid green;*/
}

.beispiel-text{
	width:500px;
	min-height:120px;
	margin:0 auto;
	padding:10px;
	text-align: center;
	color:var(--black);
	background-color:var(--white);
	border:7px dotted var(--skillflow-base-font-color);
}

.beispiel-code{
	width:300px;
	height:210px;
	margin:10px auto;
	padding:10px;
	color:var(--black);
	font-size:13px;
	background-color:var(--white);
	border:7px dotted var(--skillflow-base-font-color);
	resize: none;
}

.copy-button{
	font-size:13px;
	width:auto;
	height:auto;
	margin:5px auto;
	padding:3px 5px;
	background-color:var(--white);
	border:1px solid var(--white);
	border-radius:3px;
	cursor:pointer;
}
.copy-button:hover{
	background: repeating-linear-gradient(-15deg, rgba(112,175,4,.9) 50%, rgba(0,0,0,1) 100%);
	color:var(--white);
	font-weight:600;
}

