.Pencil {
	position: fixed;
    z-index: 99997;
    top: calc(50% + 7.5em);
    left: calc(50%/*  + 2em */);
    transform: translate(-50%,-50%);
    max-width: 15em;
}

#Scene04 {
	background-color: #ffff4a;
}

#Scene04 *, #Scene04 .headline, #Scene04 a, #Scene04 a:hover, #Scene04 a:focus, #Scene04 a:active {
	color: #ff0086;
}

#Scene04 .Title {
    opacity: 1;
    position: absolute;
    width: 60vW;
    right: 0;
}

#Scene04 .FirstPara {
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 15em;
	margin-top: 7em;
}
#Scene04 .SecondPara {
	margin-bottom: 3em;
}

#Scene04 .OldMac {
	z-index: 99;
    position: relative;
}
#Scene04 .Wachmacher {
	position: absolute;
    z-index: 1;
    width: 37%;
    left: 51%;
    transform: translate(-50%,0);
}
#Scene04 .Wachmacher img {
	display: none;
	position: absolute;
}
#Scene04 .Wachmacher img:nth-child(1) {
	display: block;
}



#SceneContent {
	min-height: 50vH;
	padding: 4em 0;	
}
#SceneContent * {
	color: #ff0086;
}
#SceneContent a, #SceneContent a:hover, #SceneContent a:focus, #SceneContent a:active, #Scene03 a, #Scene03 a:hover, #Scene03 a:focus, #Scene03 a:active {
	color: #ff0086;
	border-bottom: 1px solid #ff0086;
}

#SceneContent h2 {
    font-size: 2.5em;
    margin-top: 1.5em;
}
#SceneContent h3 {
    font-size: 1.5em;
    margin-top: 1.5em;
}


#SceneABoutUs {
	min-height: auto;
	padding: 4em 0;
}
#SceneABoutUs * {
	color: #ff0086;
}
#SceneABoutUs .Logo {
    max-width: 30em;
}



@media (max-width: 767px){
	
	.Pencil {
	    top: calc(100% - 3em);
    }
    
    #Scene04 .FirstPara {
		background-image: none !important;
	    padding-bottom: 0;
	}
	
}