/* INFO Just some other styles to beautify the page ;) */
body{
	font-family: sans-serif;
	color: #999;
	white-space: nowrap;
}
img{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}

h1, .h1{
	font-family:arial;
	color:#444444;
	font-weight:bold;
	font-size:38px;
}

h2, .h2{
	font-family:arial;
	color:#444444;
	font-weight:normal;
	font-size:26px;
	line-height: 32.5px
}
h3, .h3{
	font-family:arial;
	color:#444444;
	font-weight:bold;
	font-size:20px;
	line-height: 25px;
}
p{
	margin: 2rem 0;
	font-family:arial;
	color:#444444;
	font-size:16px;
	font-weight:normal;
}
.sample .coding-box{
	padding-left: 15px;
	padding-right:  15px;

	font-family: 'TNC640';
	font-weight: 400;
	font-style: normal;
	color: #000;
	margin: 1rem 0;
}

.sample .coding-box #scrollable-coding-box{
	height: 360px;
	overflow-x: auto;
}
path{cursor:  pointer;}

.excercise-box{margin-bottom: 15px;}
.excercise-text{background-color: #F6F6F6;}

.sample-simulation{
	background-color: #EAEAEA;
	color:  black;
	padding-top: 20px;
}
.sample .coding-box{
	padding:5px;
	width:  100%;
	height: 390px;
	background-color: white;
	margin: 0;
	word-wrap: normal;

}
.sample .coding-box .additional-information{background-color: #FFF001;}
.sample .coding-box .additional-information #working-step div{
	display: inline;
}

.sample .coding-box #lines .cycleDefSpecialRendering .codingLineName{
	float: left;

}

.sample .coding-box #lines .codingLine{
	display: block;
	height: auto;
	margin-left: 5px;

}

.sample .coding-box #lines{
	min-width: auto;

}

.codingLineNumber{
	min-width: 40px;
	margin-left: 5px;
}

.sample .coding-box #lines .current-line{
	background-color: #0000FE;
	color: white;
	min-width: auto;

}

.sample .coding-box #lines .codingLine .codingLineNumber,
.sample .coding-box #lines .codingLineMulti .codingLineNumber {
	color: #CF78C0;
	display: inline-block;
}

.sample .coding-box #lines .codingLine.current-line .codingLineNumber,
.sample .coding-box #lines .codingLineMulti.current-line .codingLineNumber {
	color: white;
}

.codingMode {
	margin: 0 5px;
	display: inline;
}

.codingCellsMultiline .codingCell{
	margin-left: 51px;
	margin-top: 1px;
	float: none;
	clear: both;
}

.codingCellsMultiline .dinIsoStar{
	color: green;
	margin: 0px;
}

.codingCellsMultiline .codingCell .textboxWithBlinkingCursor {
	margin-left: 0;
	/*min-width: 101px;*/
}

.codingCellsMultiline .activeLine {
	background: yellow;
	min-width: auto;
}

.codingCellsMultiline .activeLine .cellComment {
	color: black;
}

.codingCellsMultiline .activeLine .cellComment:before {
	content: '';
}

.codingCellsMultiline .cellComment, .cellCodingComment{
	color: green;
	margin-left: 9px;
}

.current-line .cellCodingComment{
	color: white;
}

.codingCellsMultiline .cellComment:before{
	content: ';';
}

.codingCellsMultiline .codingText {
	min-width: auto;
	display: inline-block;
}

.sample .coding-box #lines .codingLine .codingCells{
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 50px);
}

.sample .coding-box #lines .codingLine .codingCells .codingCell{
	float: left;
	margin: 0 5px;
}
.sample .coding-box #lines .codingLine .codingCells .dinIsoStar{
	float: left;
	color: green;
	margin-left: -5px;
}
.sample .coding-box #lines .codingLine.current-line .codingCells .dinIsoStar{
	margin: 0px;
	margin-left: -2px;
	color: white;
}

.sample .coding-box #lines .codingLine .lblFunction .codingCell{
	margin: 0px;
	float: left;
}
.sample .coding-box #lines .codingLine .lblFunction .codingCell:nth-of-type(2){
	margin-left: 5px;
}
.sample .coding-box #lines .codingLine .lblFunction .dinIsoStar{
	margin-left: 0px;
}

.beginFunction .dinIsoStar,
.endFunction .dinIsoStar{
	margin-left: 13px !important;
}

.sample .coding-box ol{
	padding-left:0;
	list-style-position:inside;
}
.sample .coding-box ol li{
	height:20px;

}

.sample .coding-box ol li.current-line,
.sample .coding-box ol li.current-line div{
	color: white !important;

}

.sample .coding-box ol li div.colorBlack{
	color: black;
}

.sample .coding-box ol li:before{
	display: inline-block;
	width:  33px;
}

.sample .coding-box ol li div{
	display:  inline-block;
}
.sample .coding-box .current-line{

}
.sample .coding-box input,
.sample .coding-box textarea{
	font-size: 14px;
	padding: 7px 0;
	color: black;
	text-shadow: 0 0 0 #000;
	-webkit-text-fill-color: transparent;
	height:  20px;
	width:  60px;
	background-color: yellow;
	text-transform: uppercase;
	border: 0;
}
.sample .coding-box input:focus,
.sample .coding-box textarea:focus{
	border: 0;
	outline: none;
}

.sample .coding-box input::-webkit-input-placeholder,
.sample .coding-box textarea::-webkit-input-placeholder{
	color: #ccc;
	text-shadow: none;
	-webkit-text-fill-color: initial;
}

.sample .coding-video-spacer{
	float: left;
	width: 4%;
	min-width: 4%;
	max-width:4%;
}

.sample .multimedia-box img{
	max-height: 380px   !important;
	max-width: 100%;
}

.sample .multimedia-box {
	width: 540px;
	max-width: 100%;
	margin: 0 auto;
}

.sample .keyboard{
	background-color:  #606060;
	margin-left:  -15px;
	margin-right:  -15px;
}

.hidden {
	display: none;
}

.overlay{
	background-color: rgba(96,96,96,0.8);
	min-width: 99%;
	min-height: 100%;
	position: absolute;
	bottom: 0;
	display:  flex;
	align-items: center;
	justify-content: center;
}

.overlay a{
	cursor: pointer;
	color: #d2731d;
	font-size: 16px;
	font-family: Arial;
}



.close-overlay{
	color:  white;
	font-size:  20px;
	position:  absolute;
	top: 10px;
	right:  10px;
	cursor:  pointer;
	font-weight:  bold;
}

.overlay-headline{
	font-family:arial;
	color:#444444;
	font-weight:bold;
	font-size:20px;
	line-height: 25px;
}
.overlay-message{
	font-family:arial;
	color:#444444;
	font-size:16px;
	font-weight:normal;
}

.overlay .overlay-inner{

	color:  black;
	padding:  20px;
	width:  100%;
	position: relative;
	margin:  0 auto;
	white-space: normal;
}

.text-blue {
	color: blue;
}

.overlay .overlay-success{
	background-color:  #CFCD00;
}

.overlay .overlay-error{
	background-color:  #FF0000;
}

#workstep-text{
	white-space: normal;
	min-height: 75px;
}

.icons{
	height:  59px;
	line-height: 59px;
	margin: 20px 0;
	margin-right: -10px;
}

.icons .icon-print,
.icons .icon-print-disabled,
.icons .icon-programm-start{
	float:  right;
}

.icon-arrow-right{
	background:  url('../img/step_arrow.svg');
	width:  14px;
	height:  50px;
	display:  inline-block;
	margin-top: 3px;
	float: left;
	margin-right:  10px;
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-chevron-left{
	background: url('../img/icon_pfeil_chevron_left.svg');
	width:  20px;
	height:  20px;
	display:  block;
	line-height:  20px;
	float: left;
	margin-right:  10px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: top;
}

.grey-button{
	width: 40px;
	min-height: 30px;
	display: block;
	line-height: 20px;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	background-color: #666;
	color: white;
	word-break: break-word;
	word-wrap: break-word;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.grey-button:hover{
	text-decoration: none;
	color: white;
}

#popup-modal{
	overflow: visible !important;
	max-width: 100%;
}
#popup-modal img{
	max-width: 100%;
}


.icon-solution{
	background:  url('../img/loesung.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-reset{
	background:  url('../img/reset.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.icon-help{
	background:  url('../img/help.svg');
	width:  40px;
	height:  40px;
	display:  block;
	line-height:  59px;
	float: left;
	margin-right:  10px;
	cursor:  pointer;
}

.icon-print{
	background:  url('../img/drucken.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width:  40px;
	height:  40px;
	display:  block;
	line-height:  59px;
	float: left;
	margin-right:  10px;
	cursor:  pointer;
}

.icon-programm-start{
	background:  url('../img/programm-start.svg');
	width:  77px;
	height:  59px;
	display:  block;
	line-height:  59px;
	float: left;
	margin-right:  10px;
	cursor:  pointer;
}

.softkeys{
	padding: 10px;
	background-color:  #CCC;
	display: flex;
	justify-content: space-between;
}

.softkey-placeholder,
.softkey-pages-placeholder{
	background-color: #EAEAEA;
	visibility: hidden;
}

.softkeys .softkey{
	cursor: pointer;
	width: 95%;
}

.softkeys .softkey_small{
	cursor: pointer;
	width: 25%;
}

.softkeys .softkey_small img{
	/*height: 85px;*/
	max-width: 90%;
	height: 100%;
	width: 100%;
}

.softkeys .btnDEPRECATED{
	width:  calc(12.2vw - 14px);
	max-width: 12.3%;
	height:  10vw;
	max-height: 80px;

	background: #b6b6b6; /* Old browsers */
	background: -moz-linear-gradient(top, #b6b6b6 0%, #d9d9d9 0%, #ebebeb 1%, #eaeaea 22%, #e1e1e1 30%, #cfcfcf 41%, #c9c9c9 49%, #cbcbcb 62%, #d4d4d4 74%, #e2e2e2 87%, #e9e9e9 99%, #d8d8d8 100%, #b6b6b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b6b6b6 0%,#d9d9d9 0%,#ebebeb 1%,#eaeaea 22%,#e1e1e1 30%,#cfcfcf 41%,#c9c9c9 49%,#cbcbcb 62%,#d4d4d4 74%,#e2e2e2 87%,#e9e9e9 99%,#d8d8d8 100%,#b6b6b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b6b6b6 0%,#d9d9d9 0%,#ebebeb 1%,#eaeaea 22%,#e1e1e1 30%,#cfcfcf 41%,#c9c9c9 49%,#cbcbcb 62%,#d4d4d4 74%,#e2e2e2 87%,#e9e9e9 99%,#d8d8d8 100%,#b6b6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */

	border:  2px solid #6D6D6D;

	font-size:  18px;
}

#workstep-text ul{
	list-style-type: none;
}

#softkey-pages{
	min-height: 20px;
}

#softkey-pages .softkey-page ,
#softkey-pages .softkey-page:hover {
	background-color: black;
	width: 125px;
	height: 6px;
	padding: 0;
	margin: 0px 5px;
}
#softkey-pages .softkey-page.active {
	background-color: #003CFF;
}

@media(max-width:767px){
	.multimedia-box{
		margin-top: 10px !important;
	}
}

@media(min-width:855px) {
	.icons .icon-arrow-right,
	.icons .icon-solution,
	.icons .icon-reset,
	.icons .icon-help{
		margin-right:  50px;
	}
}
