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

#Scene03, #SceneContent {
	background-color: #19b9cb;
}

#Scene03 img {
	opacity: 0;
}

#Scene03 .Title {
    opacity: 1;
    position: absolute;
    width: 60vW;
}

#Scene03 .FirstPara {
	margin-top: 20vH;
}

#Scene03 .Brain {
	position: absolute;
    height: 40vH;
    margin-top: 4vH;
    right: 20vW;
}

#Scene03 .Krone {
	max-width: 80%;
    position: relative;
    float: right;
    transform-origin: center center;
}


#SceneContent {
	min-height: 50vH;
	padding: 4em 0;	
}
#SceneContent a, #SceneContent a:hover, #SceneContent a:focus, #SceneContent a:active, #Scene03 a, #Scene03 a:hover, #Scene03 a:focus, #Scene03 a:active {
	color: #ffff4a;
}

#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);
    }
    
    #Scene03 .text-right {
		text-align: left;
	}
	
	
	
}