@charset "utf-8";
.sectionContent {
	box-sizing:border-box;
	width:100%;
	padding:20px;
}
.headline, .headline2 {
	width:100%;
	font-size:2rem;
	color:#920508;
	margin:0 0 5px 0;
}
.headline2{
	margin:50px 0 5px 0;
}
.headline2 {
	font-size:1.5rem;
}
.text {
	font-size:1.2rem;
	color:#333;
	margin:0 0 15px 0;
}
.text>a , .functionsP>a, .functionsPTools>a{
	color:#920508;
	text-decoration:none;
}
.text>a:hover, .functionsP>a:hover, .functionsPTools>a:hover {
	text-decoration:underline;
	color:#333;
}
.functionsTools{
	width:100%;
	overflow: auto;
}
.imageDivTools{
	float:left;
	width:300px;
	padding:6px 40px 0 0;
}
.imageDivSettings{
	width:400px;
}
.imageDivTools>img{
	height: auto;
	width: 100%;
}
.functionsPTools{
	font-size:1.2rem;
	color:#333;
}
.functions{
	position: relative;
	width:100%;
	overflow: auto;
	border-bottom: #666 dotted 1px;
	margin: 0 0 10px 0;
	min-height: 47px;
}
.lastFunction{
	margin: 0;
}
.imageDiv{
	position:absolute;
	top: calc(50% - 23px);
	float:left;
	height: 37px;
}
.imageDiv>img{
	height: 100%;
	width: auto;
}
.functionsP{
	float:left;
	font-size:1.2rem;
	color:#333;
	margin:0 0 0 230px;
	width: calc(100% - 230px);
	padding:0 0 10px 0;
}
.functionsSpan{
	font-family:'Source Code Pro', monospace;
	padding:0 5px 0 5px;
	font-size: .9rem;
	vertical-align:1px;
	letter-spacing: 0px;
	background-color:#666;
	color:#fff;
}
.absatz{
	display: block;
	height: 10px;
}
.headgallery{
	margin-bottom:15px;
}
.gallery{
	display: inline-block;
	padding: 5px;
	margin: 0 20px 0 0;
	border:#666 dotted 1px;
}

.emuMain{
	position: relative;
	box-sizing: border-box;
	
	
	width: 664px;
	height: 350px;
	background-image: url(../img/emu.gif);
	background-position: center;
	background-size: contain;
	cursor: default;
}
.screen, .homescreen{
	position: absolute;
	box-sizing: border-box;
	border:none;
	overflow: hidden;
	top:16px;
	left:54px;
	width: 526px;
	height: 317px;
	cursor:url(../img/openhand.cur), default !important;
}
.homescreen{
	background-color: #000;
}
.icon{
	position: absolute;
	left:30px;
	top:30px;
	width: 50px;
	height: 63px;
	background-image: url(../img/appLogo.gif);
	background-position: center;
	background-size: contain;
}
.closeApp{
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: rgba(0,0,0,0);
	left:591px;
	top:166px;
	border-radius: 50%;
	cursor:url(../img/openhand.cur), default !important;
}