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

#Scene07 {
	background-color: #ffff4a;
}

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

#Scene07 .Title {
	opacity: 1;
    position: absolute;
    width: 0vW;
    right: 0;
    transform-origin: top right;
}

#Scene07 .FirstPara {
	margin-top: 4em;
}

#Scene07 .BaumFarbe {
	position: relative;
	height: 43vH;
    transform: translate(30vW, -3%);
    left: -5%;
}

#Scene07 [class*="Baum0"] {
	position: absolute;
    height: 40vH;
    top: 0;
}

#Scene07 .Baum01 {
	transform: translate(-50%,0) rotate(-4deg);
    left: 37%;
    top: 2%;
}
#Scene07 .Baum02 {
	transform: translate(-50%,0) rotate(1deg);
    left: 30%;
    top: 8%;
}
#Scene07 .Baum03 {
	    transform: translate(-50%,0) rotate(4deg);
    left: 23%;
    top: 2%;
}
#Scene07 .Baum04 {
	transform: translate(-50%,0) rotate(5deg);
    left: 43%;
    top: 11%;
}
#Scene07 .Baum05 {
	transform: translate(-50%,0) rotate(-1deg);
    left: 50%;
    top: 17%;
}
#Scene07 .Baum06 {
	transform: translate(-50%,0) rotate(-6deg);
    left: 56%;
    top: 2%;
}
#Scene07 .Baum07 {
	transform: translate(-50%,0) rotate(-5deg);
    left: 17%;
    top: 15%;
}

#Scene07 .Lampe {
	position: absolute;
    height: 40vH;
    top: 40%;
    left: 0;
    transform: translate(-130%,0);
}


#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: 900px){
	
	#Scene07 .Lampe {
		height: auto;
	    max-width: 40vW;
	    left: -20vW;
	}
	
}

@media (max-width: 767px){
	
	.Pencil {
	    top: calc(100% - 3em);
    }
    
    #Scene07 .FirstPara {
	    margin-top: 0;
    }
    
    #Scene07 .Title {
	    z-index: 9;
    }
}