@font-face {
   font-family: 'Nexa';
   src: url( /fonts/NexaLight.otf) format('opentype');
   src: local ('Ø'), 
}

@font-face {
   font-family: 'Newa';
   src: url( /fonts/NewsCycle-Regular.otf) format('opentype');
   src: local ('Ø'), 
}

@font-face {
   font-family: 'Nexb';
   src: url( /fonts/NexaBold.otf) format('opentype');
   src: local ('Ø'), 
}

@font-face {
   font-family: 'Newb';
   src: url( /fonts/NewsCycle-Bold.otf) format('opentype');
   src: local ('Ø'), 
}

body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(161,208,186);
	/*overflow-x: hidden;*/

}

p { 
	font-family: 'Newa';
	color: color rgb(30,58,30);
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}
.social p {
    font-family: 'Nexa';
	color: color rgb(30,58,30);
	font-size: 12pt;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}

.cat-1 p, .cat-2 p, .cat-3 p, .cat-4 p, .cat-5 p, .cat-6 p {
	transform: skewX(45deg);
	text-align: right;
	margin: 10px 15px; 0px 0px;
	font-size: 18pt;
	font-family: 'Nexa';
}

h1 {
	font-family: 'Nexb';
	color: rgb(0,108,102);
	font-size: 32pt;
	margin:-10px 0px 0px 0px;
	padding: 0px
}
h2 {
	font-family: 'Nexa';
	color: rgb(0,108,102);
	font-size: 32pt;
	line-height: 0.9;
	margin:-6px 0px 0px 0px;
	padding: 0px
}
h3 {
	font-family: 'Nexb';
	color: white;
	font-size: 22pt;
	margin:10px 0px 10px 0px;
	padding: 0px
}
.whitee {
	top:1270px;
	left:0px;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 15px 40px rgba(0,0,0,0.3);
	width:1000px;
	height:2000px;
	background:-webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27.3%, rgba(255, 255, 255, 0.0) 37.3%);
	transform: skewY(45deg);
	
}

.greym1 {
	top:250px;
	left:0px;
	position: absolute;
	z-index: 3;
	box-shadow: 0px 15px 50px rgba(0,0,0,0.5);
	width:500px;
	height:400px;
	background-color:#414141;
	transform: skewY(45deg);
	
}

.greym2 {
	top:325px;
	left:0px;
	position: absolute;
	z-index: 3;
	width:300px;
	height:300px;
	background-color:#414141;
	transform: skewY(45deg);
	
}
	

.greym3 {
	top:561px;
	left:360px;
	position: absolute;
	z-index: 3;
	width:280px;
	height:280px;
	background-color:#414141;
	transform: rotate(45deg);
}

.whitee1 {
	top:755px;
	left:650px;
	position: absolute;
	z-index: 4;
	box-shadow: 0px 20px 50px rgba(0,0,0,0.7);
	width:310px;
	height:780px;
	background:-webkit-linear-gradient(-45deg, rgba(147,147,147,1) 0%,  rgba(255,255,255,1) 35.4%);
	transform: skewY(45deg);
	
}

#wrapper {
	position:relative;
	margin: 0px auto 0px auto;
	width: 1000px;
	display: block;
	height 100%;
	border: none;
}


.greym2-o {
	top:250px;
	left:500px;
	position: absolute;
	z-index: 3;
	box-shadow: 0px 15px 50px rgba(0,0,0,0.5);
	width:500px;
	height:400px;
	background-color:#414141;
	transform: skewY(-45deg);
	
}

.greym1-o {
	top:325px;
	left:0px;
	position: absolute;
	z-index: 2;
	width:300px;
	height:600px;
	background-color:#414141;
	transform: skewY(45deg);
	box-shadow: 15px 15px 50px rgba(0,0,0,0.5);
	
}

.greym3-o {
	top:1675px;
	left:0px;
	position: absolute;
	z-index: 4;
	width:960px;
	height:540px;
	background-color:#414141;
	transform: skewY(-45deg);
	
}

.logo {
	position: absolute;
	width: 260px;
	height: 150px;
	z-index: 5;
	left:676px;
	top:1151px;
}

.social {
	position: absolute;
	z-index: 10;
	top:1600px;
	left:600px;
	width: 170px;
	height: 40px;
	border-top: 1px solid #555;
	padding-top: 10px;
	color:#CCC;
	font-family:'Nexa'; 
	
}

.pin {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
	margin-left:  10px;
	
	
}

.insta {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

.fb {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.deva {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

.pin:hover, .insta:hover, .fb:hover, .deva:hover {
	transform:rotate(15deg);
	transition: 0.2s all;
	
}
a svg:hover #pin, 
a svg:hover #insta_1_,
a svg:hover #face,
a svg:hover #devi {
	fill:#85c7b6;
}

.logo svg #tri {
	animation: pulse 1s infinite;
		
}
@keyframes pulse {
	0% {fill:#d81c5c;}
	90% {fill:#2d7575;}
	100% {fill:#d81c5c;}
}
.name {
	position: absolute;
	width: 750px;
	height: 50px;
	top:514px;
	left:103px;
	z-index: 5;
}

.countframe {
	width:350px;
	height: 180px;
	position: absolute;
	z-index: 4;
	top:400px;
	left:135px;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 15px 20px rgba(0,0,0,0.4);
}

.countbox {
	font-size: 16pt;
	text-align: center;
	width: 330px;
	height:140px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: 10px;
	padding: 10px ;
}

.mail {
	font-family: 'Newa';
	font-size:14pt;
	color:white;
	text-decoration: none;
	line-height: 1.3;
	
}
.kontakt .mail{
    font-family: 'Nexb';
	font-size:14pt;
	color:#CCC;
	text-decoration: none;
	line-height: 1.3;
    text-transform: uppercase;
}
.kontakt .mail:hover{
    color:#D81C5C;
}
#bg {
	position: fixed;
	top:0px;
	height:100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
	z-index: 0;
}

.pinkie-l {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 150px solid transparent;
	border-right: 45px solid transparent;
	border-bottom: 45px solid #D81C5C;
	transform: rotate(45deg);
	top:393px;
	left:349px;
	z-index: 4;
	margin: 0px;
	
}

.pinkie-r {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 45px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 45px solid #D81C5C;
	transform: rotate(-45deg);
	top:393px;
	left:456px;
	z-index: 4;
	
}

.copy {
    position: relative;
    float: left;
	z-index: 4;
	width: 100%;
    color: #ccc;
}


.cube {
    position: absolute;
	width: 46px;
	height: 46px;
	background-color: #D81C5C;
	position: absolute;
	z-index: 50;
	left: 477px;
	top: 445px;
	transform: rotate(45deg);
	
}

.whitee2 {
	top:870px;
	left:200px;
	position: absolute;
	z-index: 1;
	box-shadow: 0px 15px 20px rgba(0,0,0,0.5);
	width:600px;
	height:1400px;
	background-color:#FFF;
	transform: skewY(45deg);
}

.greym5 {
	top:840px;
	left:690px;
	position: absolute;
	z-index: 3;
	box-shadow: 0px 15px 20px rgba(0,0,0,0.5);
	width:310px;
	height:780px;
	background-color:#414141;
	transform: skewY(45deg);	
	
}

html {
	margin: 0px;
	padding: 0px;
}

.greym3-o-sha {
	top:1675px;
	left:0px;
	position: absolute;
	z-index: 2;
	width:960px;
	height:540px;
	background-color:#414141;
	transform: skewY(-45deg);
	box-shadow: 30px 0px 30px rgba(0,0,0,0.7);
}

#overflow {
	overflow: hidden;
	width: 1000px;
	height: 11200px;
	position: relative;
}

.blue-q {
	position: absolute;
	width: 800px;
	height: 800px;
	background:-webkit-linear-gradient(90deg, rgba(114,185,160,1) 0%, rgba(159,205,183,1) 50%, rgba(0,102,108,0.7) 100%);
	z-index: ;
	transform: rotate(45deg);
	top:550px;
	left:600px;
}

.text-oben {
	color: rgb(30,48,30);
	height: 380px;
	width: 340px;
	position: absolute;
	top: 1160px;
	left:240px;
	z-index: 3;
	
}

.qube {
	width: 10px;
	height: 10px;
	position: absolute;
	top:8970px;
	left:521px;
	background-color: rgba(255,0,0,1);
	z-index: 10;
	visibility: hidden;
}

.l-grey1 {
	height: 130px;
	width: 1000px;
	background-color: rgb(149,151,154);
	position: absolute;
	top:2025px;
	z-index:1;
	box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
}

.greym6-o {
	top:0px;
	left:-460px;
	position: absolute;
	z-index: 1;
	width:960px;
	height:540px;
	background-color:#414141;
	transform: skewY(45deg);
}

.grey6-frame {
	width: 500px;
	height: 1200px;
	position: absolute;
	top:1675px;
	left:500px;
	overflow: hidden;
	
}

.l-grey2 {
	height: 215px;
	width: 375px;
	background-color: rgb(149,151,154);
	position: absolute;
	top:2200px;
	left:-50px;
	z-index:4;
	box-shadow: -50px 0px 50px rgba(0,0,0,0.5);
	transform: skewX(72deg);
	
}

.l-grey3 {
	height: 215px;
	width: 450px;
	background-color: rgb(65,65,65);
	position: absolute;
	top:2200px;
	left:540px;
	z-index:1;
	box-shadow: 20px 10px 40px rgba(0,0,0,0.7);
	transform: skewX(-72deg);
	
}

.whiteebg {
	top:2070px;
	left:0px;
	position: absolute;
	z-index: 1;
	width:1000px;
	height:5500px;
	background-color: rgb(255,255,255);
}

.logoteam {
	position: absolute;
	top: 2065px;
	left:120px;
	z-index: 10;
	width: 800px;
	height: 50px;
	color: rgb(255,255,255);
	font-family: 'Nexa';
	font-size: 33pt;
	letter-spacing: 15px;


}

.svg {
	width: 1000px;
	height: 500px;
}



.MAAN {
	position: relative;
	float: left;
	
}

.team {
	position: relative;
	float: left;
	margin: 2px 0px 0px 10px;
}

.team-frame {
	position: absolute;
	width: 800px;
	height: 1360px;
	z-index: 1;
	top:2500px;
	left:100px;
	background-color: rgb(255,255,255);
}


.MA {
	position: relative;
	float: left;
	margin: 10px 100px 0px 10px;
	width: 340px;
	height: 820px;
	
}

.portrait-M {
	width: 330px;
	height: 330px;
	border:5px solid rgb(198,198,198);
	border-radius: 50%;
	z-index: 4;
	overflow: hidden;
	box-shadow: 0px -10px 0px rgb(160,162,165) inset;
}

.AN {
	position: relative;
	float: left;
	margin: 10px 0px 0px 0px;
	width: 340px;
	height: 820px;
}

.portrait-A {
	width: 330px;
	height: 330px;
	border:5px solid rgb(198,198,198);
	border-radius: 50%;
	z-index: 4;
	overflow: hidden;
	box-shadow: 0px -10px 0px rgb(160,162,165) inset;
	
}

.martin {
	position: relative;
	width: 232px;
	height: 42px;
	overflow: hidden;
	margin: 30px auto 0px auto;
}

.M {
	color:rgb(114,185,160); 
	font-family: 'Nexb';
	font-size: 42pt;
	line-height: 0.9;
	position: relative;
	float: left;
	letter-spacing: 3px;
}

.artin {
	color:rgb(77,77,77); 
	font-family: 'Nexa';
	font-size: 42pt;
	line-height: 0.9;
	position: relative;
	float: left;
	letter-spacing: 3px;
}

.angie {
	position: relative;
	width: 303px;
	height: 42px;
	overflow: hidden;
	margin: 30px auto 0px auto;
	
}

.A {
	color:rgb(114,185,160); 
	font-family: 'Nexb';
	font-size: 42pt;
	line-height: 0.9;
	position: relative;
	float: left;
	letter-spacing: 3px;
}

.gelina {
	color:rgb(77,77,77); 
	font-family: 'Nexa';
	font-size: 42pt;
	line-height: 0.9;
	position: relative;
	float: left;
	letter-spacing: 3px;
}

.skillset-M {
	font-family: 'Newa';
	font-size: 14pt;
	color: rgb(77,77,77);
	text-align: center;
}

h6 {
	font-family: 'Nexa';
	font-size: 16pt;
	margin: 60px 0px 20px 0px;
}

.skillset-A {
	font-family: 'Newa';
	font-size: 14pt;
	color: rgb(77,77,77);
	text-align: center;
}

.team-shadow {
	position: absolute;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	width: 650px;
	height: 650px;
	z-index: 1;
	top: 3200px;
	left: 110px;
	border-radius:25%;
	
}

.dot-l {
	margin: -10px 0px 0px 160px;
	width: 220px;
	height: 330px;
	position: relative;
	float: left;
}

svg {
	padding: 0px;
	margin: 0px;
}

.dot-r {
	margin: -10px 0px 0px 40px;
	width: 220px;
	height: 330px;
	position: relative;
	float: left;
	
}

.black-maan {
	position: absolute;
	top:1090px;
	left:330px;
	width: 138px;
	height: 82px;
}

.resume {
	width: 450px;
	height: 150px;
	font-family: 'Newa';
	font-size: 14pt;
	color: rgb(77,77,77);
	text-align: center;
	line-height: 1.2;
	position: absolute;
	margin: 0px 0px 0px -225px;
	bottom: 15px;
	left:400px;
	line-height: 1.5;
}

.greym7 {
	top:4252px;
	left:-343px;
	position: absolute;
	z-index: 3;
	box-shadow: 0px 15px 50px rgba(0,0,0,0.5);
	width:830px;
	height:1030px;
	background-color:#414141;
	transform: rotate(-45deg);
}

.greym8 {
	top:3951px;
	left:740px;
	position: absolute;
	z-index: 3;
	box-shadow: 0px 15px 50px rgba(0,0,0,0.5);
	width:260px;
	height:1240px;
	background-color:#414141;
	transform: skewY(45deg);
}

.greym9 {
	top:3952px;
	left:392px;
	position: absolute;
	z-index: 2;
	box-shadow: -20px 0px 50px rgba(0,0,0,0.5);
	width:221px;
	height:1630px;
	background-color:#414141;
	transform: rotate(-45deg);
}

.greym9-o {
	top:3952px;
	left:392px;
	position: absolute;
	z-index: 3;
	width:221px;
	height:1630px;
	background-color:#414141;
	transform: rotate(-45deg);
}

.pinkie-V {
	position: absolute;
	border-left: 420px solid transparent;
	border-right: 53px solid transparent;
	border-bottom: 53px solid #D81C5C;
	transform: rotate(45deg);
	top:4636px;
	left:355px;
	z-index: 4;
}

.pinkie-V2 {
	position: absolute;
	border-left: 62px solid transparent;
	border-right: 215px solid transparent;
	border-bottom: 62px solid #D81C5C;
	transform: rotate(-90deg);
	top:4679px;
	left:571px;
	z-index: 4;
	
}

.whitee3 {
	top:4888px;
	left:200px;
	position: absolute;
	z-index: 4;
	box-shadow: -20px 30px 50px rgba(0,0,0,0.5);
	width:180px;
	height:780px;
	background:-webkit-linear-gradient(-45deg, rgba(147,147,147,1) 0%,  rgba(255,255,255,1) 35.4%);
	transform: skewY(45deg);
	
}

.blue-grad-1 {
	position: absolute;
	width: 1000px;
	height: 1000px;
	background:-webkit-linear-gradient(-56.1deg, rgba(0,102,108,0) 0%, rgba(0,102,108,0) 45%, rgba(0,102,108,1) 80%);
	z-index: 1;
	top:3800px;
	left:0px;
}

.logowork {
	position: absolute;
	top: 4907px;
	left:513px;
	z-index: 10;
	width: 800px;
	height: 50px;
	color: rgb(255,255,255);
	font-family: 'Nexa';
	font-size: 33pt;
	letter-spacing: 15px;
	
}

.blackbox {
	position: relative;	
	padding: 5px 10px 0px 5px;
	margin: 20px 0px 0px 0px;
	background-color: rgb(0,0,0);
	color:rgb(255,255,255);
	font-family: 'Nexa';
	font-size: 24pt;
}

.boxframe {
	position: absolute;
	top:5300px;
	left: 300px;
	z-index: 6;
}

hover .boxframe {
	background-color: antiquewhite;
	
}

.chuurch {
	position: absolute;
	top:3827px;
	left: -40px;
	z-index: 6;
	width: 1200px;
	height: 800px;
}





.chuurch-sha-1 {
	position: absolute;
	z-index: 4;
	border-radius: 50%;
	box-shadow: 0px 30px 50px rgba(0,0,0,0.7);
	top:4335px;
	left:50px;
	width: 280px;
	height: 150px;
	transform: skewY(47deg);

}

.chuurch-sha-2 {
	position: absolute;
	z-index: 4;
	box-shadow: 5px 0px 50px rgba(0,0,0,0.7);
	top:4450px;
	left:270px;
	width: 100px;
	height: 100px;
	transform: rotate(34deg);
}

.chuurch-sha-3 {
	position: absolute;
	z-index: 4;
	border-radius: 15%;
	box-shadow: 20px 10px 50px rgba(0,0,0,0.7);
	top:4370px;
	left:650px;
	width: 280px;
	height: 150px;
	transform: skewX(-58deg) skewY(30deg);
}

.chuurch-sha-4 {
	position: absolute;
	z-index: 4;
	box-shadow: 20px -10px 50px rgba(0,0,0,0.7);
	top:4190px;
	left:710px;
	width: 270px;
	height: 100px;
	transform: skewX(-30deg) skewY(50deg);
	
}

.chuurch-sha-5 {
	position: absolute;
	z-index: 4;
	box-shadow: 10px 20px 50px rgba(0,0,0,0.7);
	top:4450px;
	left:380px;
	width: 400px;
	height: 100px;
	transform: skewX(-50deg) skewY(17deg);
		
}

.chuurch-sha-6 {
	position: absolute;
	z-index: 4;
	box-shadow: -20px 10px 50px rgba(0,0,0,0.7);
	top:4265px;
	left:80px;
	width: 100px;
	height: 100px;
	transform: skewX(40deg) skewY(30deg);
}

.chuurch-sha-7 {
	position: absolute;
	z-index: 4;
	box-shadow: 0px 30px 50px rgba(0,0,0,0.7);
	top:4300px;
	left:870px;
	width: 100px;
	height: 130px;
	transform: skewY(5deg) skewX(30deg);
}

.whitee4 {
	position: relative;
	z-index: 4;
	box-shadow: -20px 15px 25px rgba(0,0,0,0.5);
	width:280px;
	height:80px;
	background:-webkit-linear-gradient(-45deg, rgba(240,240,240,1) 0%,  rgba(255,255,255,1) 35.1%);
	transform: skewX(45deg);
}

.blackbox-title {
	position: relative;	
	padding: 5px 10px 0px 5px;
	margin: -60px 0px 0px 0px;
	background-color: rgb(0,0,0);
	color:rgb(255,255,255);
	font-family: 'Nexa';
	font-size: 24pt;
	letter-spacing: 15px;
	z-index: 9;
}



.ubahn {
	width: 900px;
	height: 2500px;
	position: absolute;
	top:5320px;
	left: 50px;
	z-index: 13;
}

.print {
	font-family: 'Newa';
	letter-spacing: 15px;
	color:rgb(147,147,147);
	font-size: 14pt;
	position: absolute;
	top: 5960px;
	left: 50px;
	width: 580px;
	height: 280px;
	z-index: 9;
	background-color: rgb(255,255,255);
}



.worxframe {
	position: absolute;
	top: 5950px;
	left: 50px;
	width: 580px;
	height: 300px;
	z-index: 9;
	background-color: rgb(255,255,255);
}

.web {
	font-family: 'Newa';
	letter-spacing: 15px;
	color:rgb(147,147,147);
	font-size: 14pt;
	position: absolute;
	top: 6320px;
	left: 50px;
	width: 580px;
	height: 280px;
	z-index: 9;
	background-color: rgb(255,255,255);
}

.shad-p {
	width: 300px;
	height: 150px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	z-index: 1;
	position: absolute;
	top: 130px;
	left: 0px;
}

.prod {
	font-family: 'Newa';
	letter-spacing: 15px;
	color:rgb(147,147,147);
	font-size: 14pt;
	position: absolute;
	top: 6740px;
	left: 350px;
	width: 580px;
	height: 280px;
	z-index: 9;
	background-color: rgb(255,255,255);

}

.corp {
	font-family: 'Newa';
	letter-spacing: 15px;
	color:rgb(147,147,147);
	font-size: 14pt;
	position: absolute;
	top: 7078px;
	left: 170px;
	width: 580px;
	height: 280px;
	z-index: 9;
	background-color: rgb(255,255,255);
}

.illu {
	font-family: 'Newa';
	letter-spacing: 15px;
	color:rgb(147,147,147);
	font-size: 14pt;
	position: absolute;
	top: 7465px;
	left: 50px;
	width: 580px;
	height: 280px;
	z-index: 9;
	background-color: rgb(255,255,255);

}

.shad-i {
	width: 500px;
	height: 150px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	z-index: 1;
	position: absolute;
	top: 50px;
	left: 75px;
}

.shad-c {
	width: 115%;
	height: 150px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.35) inset;
	position: absolute;
	top: -45px;
	left: -7.5%;
}

.shad-o {
	width: 500px;
	height: 150px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	z-index: 7;
	position: absolute;
	top: 130px;
	left: 40px;
	z-index: 1;
}

.shad-w {
	width: 300px;
	height: 150px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	z-index: 1;
	position: absolute;
	top: 130px;
	left:280px;
}

.shad-c2 {
	width: 300px;
	height: 20px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.3);
	position: absolute;
	top: 260px;
	left: 130px;
	z-index: 1;
}

.c45deg {
	position: absolute;
	width: 250px;
	height: 50px;
	transform: skewX(-45deg);
	overflow: hidden;
	top: 10px;
	left: 30px;
	border-left: solid 1px rgba(0,0,0,0.2);
	border-right: solid 1px rgba(0,0,0,0.2);
	/*background-color: rgba(255,0,0,0.3);*/
}

.corner5 {
	position: absolute;
	top: 2025px;
	left: -79px;
	z-index: 10;
}



.corner1 {
	position: absolute;
	top: 4080px;
	right: -79px;
	z-index: 10;
}

.corner2 {
	position: absolute;
	top: 0px;
	right: -80px;
	z-index: 10;
}

.corner3 {
	position: absolute;
	top: 4405px;
	right: -78px;
	z-index: 10;
}

.corner4 {
	position: absolute;
	top: 1925px;
	right: -79px;
	z-index: 2;
}

.shad-cl {
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -35px;
}

.greym10 {
	top:7940px;
	left:0px;
	position: absolute;
	z-index: 2;
	box-shadow: -20px 0px 50px rgba(0,0,0,0.5);
	width:254px;
	height:1120px;
	background-color:rgb(65, 65, 65);
	transform: skewY(-45deg);
	
}

.greym11 {
   	top:7703px;
	left:370px;
	position: absolute;
	z-index: 2;
	width:220px;
	height:1700px;
	background-color:rgba(65, 65, 65,1);
	transform: rotate(45deg);
}

.greym12 {
	top:8230px;
	left:489px;
	position: absolute;
	z-index: 2;
	width:646px;
	height:1200px;
	background-color:rgba(65, 65, 65,1);
	transform: rotate(45deg);
}

.whitee5 {
	top:8800px;
	left:100px;
	position: absolute;
	z-index: 4;
	box-shadow: 0px 20px 50px rgba(0,0,0,0.7);
	width:320px;
	height:2100px;
	/*background:-webkit-linear-gradient(0deg, rgba(147,147,147,1) 10%,  rgba(255,255,255,1) 0%);*/
	background:-webkit-linear-gradient(20deg, rgba(255,255,255,1) 55.0%,  rgba(147,147,147,1) 100%);
	transform: skewY(-45deg);
}

.corner6 {
	position: absolute;
	top: 8328px;
	left: -79px;
	z-index: 10;
}

.arrow {
	width: 1000px;
	height: 1000px;
	position: absolute;
	z-index: 6;
	top:7884px;
	left:-12px;
}

.shadcube {
	position: absolute;
	width: 115px;
	height: 115px;
	background:-webkit-linear-gradient(30deg, rgba(0,102,108,1) 30%, rgba(0,0,0,1) 80%);
	transform: rotate(45deg);
	top:8389px;
	left:-56px;
	z-index:1;
}

.logoclient {
	position: absolute;
	top: 8630px;
	left:440px;
	z-index: 10;
	width: 800px;
	height: 50px;
	color: rgb(255,255,255);
	font-family: 'Nexa';
	font-size: 33pt;
	letter-spacing: 15px;
	
}

.whiteebg-low {
	top:7400px;
	left:0px;
	position: absolute;
	z-index: 1;
	width:1000px;
	height:1500px;
	background:-webkit-linear-gradient(110deg, rgba(0,80,87, 0.5) 40%, rgba(0,80,87,0.7) 50%, rgba(161,208,186,0.8) 60%,rgba(255,255,255,1.0) 80%);
}

.arrow-sha {
	position: absolute;
	top:8370px;
	left:0px;
	width: 600px;
	height: 200px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.5);
	z-index: 3;
	transform: skewY(-45deg);
}

.whiteebg-client {
	top:8700px;
	left:0px;
	position: absolute;
	z-index: 1;
	width:1000px;
	height:2200px;
	background-color: rgb(255,255,255);
}



.client-logo svg{
	width: 200px;
	height: auto;
}


.categorie {
	position: absolute;
	top:9300px;
	left: 100px;
	z-index: 2;
	width: 450px;
}

.categorie .med .client-logo svg #hof {
	position: inherit;
	left:-300px;
	width: 450px;

}

categorie .med .client-logo svg #hof:hover {
	left: 200px;
}

.print-1 {
	position: absolute;
	overflow: hidden;
	top: 65px;
	left: 15px;
	width: 310px;
	height: 200px;
	z-index: 4;
}



.print-3 {
	position: absolute;
	top: 65px;
	left: 350px;
	width: 0px;
	height: 0px;
	border-left: 230px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 200px solid rgba(0,0,0,0.5);
}

.print-frame {
	position: absolute;
	overflow: hidden;
	width: 560px;
	height: 210px;
	margin: 50px 0px 0px 0px;
	background-color: #fff;
	border: 10px solid #fff;
	z-index: 2;
}

.web-frame {
	position: absolute;
	overflow: hidden;
	width: 560px;
	height: 210px;
	margin: 50px 0px 0px 0px;
	border: 10px solid #fff;
	z-index: 2;
}
.p-left {
	position: absolute;
	overflow: hidden;
	top:-50px;
	left:-175px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: crimson;

}

.p-left, img {
	top:-60px;
	left:-20px;
	width: 350px;
	height: 350px;
}

.p-right {
	position: absolute;
	overflow: hidden;
	top:-110px;
	right:-110px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: chartreuse;
}

.p-middle {
	position: absolute;
	overflow: hidden;
	top:-160px;
	left:190px;
	width:0px;
	height:0px;
	transform: rotate(-15deg);
	border-left:0px solid transparent;
	border-right:150px solid transparent;
	border-bottom:440px solid #d81c5c;	
}

.w-left {
	position: absolute;
	overflow: hidden;
	top:-120px;
	left:-110px;
	/*width:400px;
	height:400px;*/
	transform: rotate(25deg);
	background-color: crimson;

}

.w-right {
	position: absolute;
	overflow: hidden;
	top:-50px;
	right:-110px;
	width:400px;
	height:400px;
	transform: rotate(25deg);
	background-color: chartreuse;
}

.w-middle {
	position: absolute;
	overflow: hidden;
	top:-80px;
	left:210px;
	width:0px;
	height:0px;
	transform: rotate(195deg);
	border-left:150px solid transparent;
	border-right:0px solid transparent;
	border-bottom:440px solid rgb(139, 198, 185);	
}

.footer {
	top:10800px;
	left:0px;
	position: absolute;
	z-index: 1;
	width:1000px;
	height:500px;
	background-color: rgb(30,30,30);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
    z-index: 15;
}

.butt {
	position: absolute;
	top:-150px;
	left: 500px;
	width: 300px;
	height: 75px;
	background-color: rgb(241,99,31);
	border-radius: 10px;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.5);
}

.prod-frame {
	position: absolute;
	overflow: hidden;
	width: 560px;
	height: 210px;
	margin: 50px 0px 0px 0px;
	border: 10px solid #fff;
	z-index: 2;
}

.pr-left {
	position: absolute;
	overflow: hidden;
	top:-50px;
	left:-120px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: crimson;
}

.pr-right {
	position: absolute;
	overflow: hidden;
	top:-100px;
	right:-110px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: chartreuse;
}

.pr-middle {
	position: absolute;
	overflow: hidden;
	top:-160px;
	left:190px;
	width:0px;
	height:0px;
	transform: rotate(-15deg);
	border-left:0px solid transparent;
	border-right:150px solid transparent;
	border-bottom:440px solid rgb(95, 96, 98);
}

.corp-frame {
	position: absolute;
	overflow: hidden;
	width: 560px;
	height: 210px;
	margin: 50px 0px 0px 0px;
	border: 10px solid #fff;
	z-index: 2;
}

.c-left {
	position: absolute;
	overflow: hidden;
	top:-100px;
	left:-120px;
	width:400px;
	height:400px;
	transform: rotate(25deg);
	background-color: crimson;
}

.c-right {
	position: absolute;
	overflow: hidden;
	top:-50px;
	right:-110px;
	width:400px;
	height:400px;
	transform: rotate(25deg);
	background-color: chartreuse;
}

.c-middle {
	position: absolute;
	overflow: hidden;
	top:-80px;
	left:210px;
	width:0px;
	height:0px;
	transform: rotate(195deg);
	border-left:150px solid transparent;
	border-right:0px solid transparent;
	border-bottom:440px solid rgb(190, 225, 208);
}

.ill-frame {
	position: absolute;
	overflow: hidden;
	width: 560px;
	height: 210px;
	margin: 50px 0px 0px 0px;
	border: 10px solid #fff;
	z-index: 2;
}

.ill-left {
	position: absolute;
	overflow: hidden;
	top:-50px;
	left:-120px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: crimson;
}

.ill-right {
	position: absolute;
	overflow: hidden;
	top:-100px;
	right:-100px;
	width:400px;
	height:400px;
	transform: rotate(-25deg);
	background-color: chartreuse;
}

.ill-middle {
	position: absolute;
	overflow: hidden;
	top:-160px;
	left:190px;
	width:0px;
	height:0px;
	transform: rotate(-15deg);
	border-left:0px solid transparent;
	border-right:150px solid transparent;
	border-bottom:440px solid rgb(3, 102, 108);
}

.cat-frame {
	margin: 50px 0px 0px 0px;
	position: relative;
	height: 200px;
	width: 500px;
}

.client-logo {
	position: relative;
	float: left;
	margin: 5px 10px 0px 20px;
}

.whitee6 {
	top:9220px;
	left:100px;
	position: absolute;
	z-index: 6;
	box-shadow: 0px 20px 50px rgba(0,0,0,0.7);
	width:520px;
	height:2100px;
	/*background:-webkit-linear-gradient(0deg, rgba(147,147,147,1) 10%,  rgba(255,255,255,1) 0%);*/
	background:-webkit-linear-gradient(20deg, rgba(255,255,255,1) 55.0%,  rgba(147,147,147,1) 100%);
	transform: skewY(45deg);
}

.print-left {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6000px;
    left: 50px;
    z-index: 15;
}

.print-right {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6000px;
    left: 380px;
    z-index: 15;
}

.web-left {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6360px;
    left: 50px;
    z-index: 15;

    
}

.web-right {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6360px;
    left: 380px;
    z-index: 15;

    
}

.pro-right {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6780px;
    left: 680px;
    z-index: 15;

    
}

.pro-left {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 6780px;
    left: 350px;
    z-index: 15;

    
}

.illu-right {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 7500px;
    left: 380px;
    z-index: 15;

}

.illu-left {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 7500px;
    left: 50px;
    z-index: 15;

}

.corp-right {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 7110px;
    left: 500px;
    z-index: 15;

}

.corp-left {
    width: 250px;
    height: 250px;
    position:absolute;
    top: 7110px;
    left: 170px;
    z-index: 15;

}

/*.client-logo svg g path {
    fill:rgb(128,128,128);
}*/

#opf {
    position: absolute;
    z-index: 3;
}

#opf-1 {
    position: absolute;
    z-index: 5;
}

#mft {
    position: absolute;
    z-index: 3;
    left: 250px;
}
#mft-1 {
    position: absolute;
    z-index: 5;
    left: 250px;
}

#guc-1 {
    position: absolute;
    z-index: 5;
}
#guc {
    position: absolute;
    z-index: 3;
}

#hol {
    position: absolute;
    z-index:3;
    }
#hol-1 {
    position: absolute;
    z-index:5;
}
#gck {
    position: absolute;
    z-index:3;
    }
#gck-1 {
    position: absolute;
    z-index:5;
}

#db {
    position: absolute;
    z-index:3;
    }
#db-1 {
    position: absolute;
    z-index:5;
}
#is {
    position: absolute;
    z-index:3;
    top:60px;
    left:250px;
}
#is-1 {
    position: absolute;
    z-index:5;
    top:60px;
    left:250px;
}
#mw {
    position: absolute;
    z-index:3;
    top:80px;
}
#mw-1 {
    position: absolute;
    z-index:5;
    top:80px;
}
#vav {
    position: absolute;
    z-index:3;
    top:40px;
    left:250px;
}
#vav-1 {
    position: absolute;
    z-index:5;
    top:40px;
    left:250px;
}
#oc {
    position: absolute;
    z-index:3;
    top:100px;
}
#oc-1 {
    position: absolute;
    z-index:5;
    top:100px;
}
#ms {
    position: absolute;
    z-index:3;
    top:140px;
    left:250px;
}
#ms-1 {
    position: absolute;
    z-index:5;
    top:140px;
    left:250px;
}
#tk {
    position: absolute;
    z-index:3;
    top:200px;
}
#tk-1 {
    position: absolute;
    z-index:5;
    top:200px;
}
#nss {
    position: absolute;
    z-index:3;
    }
#nss-1 {
    position: absolute;
    z-index:5;
}
#dv {
    position: absolute;
    z-index:3;
    left:250px;
}
#dv-1 {
    position: absolute;
    z-index:5;
    left:250px;
}

.cat-edu {
	position: absolute;
	top:9300px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-med {
	position: absolute;
	top:9800px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-serv {
	position: absolute;
	top:9450px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-media {
	position: absolute;
	top:9950px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-pack {
    position: absolute;
	top:10100px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-spr {
    position:absolute;
	top:10350px;
	left:100px;
	width: 520px;
	height: 50px;
	background-color: rgb(95,96,98);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 10;
}

.cat-6 {
    position: absolute;
	left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.cat-5 {
    position: absolute;
    top:1050px;
	left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.cat-4 {
  	position: absolute;
	top:150px;
    left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.cat-3 {
  	position: absolute;
    top:800px;
	left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.cat-2 {
    position: absolute;
    top:650px;
	left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.cat-1 {
	position: absolute;
    top:500px;
	left: 350px;
	width: 400px;
	height: 50px;
	background-color: rgb(95,96,98);		
	transform: skewX(-45deg);
	color:rgb(255,255,255);
	margin: 200px 0px 0px 0px;
	z-index: 3;
}

.foo-1 {
    position: absolute;
    top:10600px;
    right:-430px;
    width:850px;
    height:850px;
    z-index:14;
    background-color:rgb(65,65,65);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
    transform: rotate(-45deg);
}

.foo-2 {
    position: absolute;
    top:10665px;
    right:45px;
    width:161px;
    height:534px;
    z-index:15;
    background-color:rgb(65,65,65);
    box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.5);
    transform: rotate(-45deg);
}

.md-content-2 p {
	font-size: 14pt;
	color: #4a3c3c;
}
.md-content-3 p {
	font-size: 14pt;
	color: #fff;
}

#modal-19 .md-content-3 p {
	font-size: 14pt;
	color: #fff;
    text-align: justify;
}

.fltextbox {
    font-family: 'Nexb';
    text-align: right;
    width: 200px;
    /*height: 400px;*/
    float: left;
    position: relative;
    z-index: 3;
    margin: 50px 0px 0px 100px;
    padding-right: 30px;
}

#EffektHeader {
    display: block;
    width: 1200px;
    height: 420px;
    position: absolute;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.75);
    
}
.clienttext {
    font-family: 'Newa';
    color: #efefef;
    position: absolute;
    width: 470px;
    height: 250px;
    top:8700px;
    left:430px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    z-index: 5;
    padding: 20px;
    font-size: 14pt;
    letter-spacing: 0.5px;
    text-align: justify;

}

#modal-19 .md-content-3 h6 {
    font-family: 'Nexa';
	font-size: 16pt;
	margin: 60px 0px 20px 0px;
    
}

.separator {
    position: absolute;
    width: 600px;
    height: 27px;
    top:9246px;
    left: 302px;
    background-color: #fff;
    z-index: 3;
    font-family: 'Nexa';
    text-align: center;
    color: #000;
    padding: 8px 0px 0px 0px;
}

.kontakt {
    position: absolute;
	z-index: 10;
	top:1700px;
	left:456px;
	width: 314px;
	height: 216px;
	border-top: 1px solid #555;
    background-color: #414141;
	padding-top: 10px;
	color:#CCC;
	font-family:'nexb';
    font-size: 16pt;
}



.kontakt p {
    font-family: 'Nexb';
	color: color rgb(30,58,30);
	font-size: 14pt;
	padding: 5px 0px 5px 0px;
	margin: 0px;
    
}

p1 {
    font-family: 'Newa';
	color: color rgb(30,58,30);
	font-size: 13pt;
	padding: 0px;
	margin: 0px;
    letter-spacing: 1.5px;
}

.postbox {
    font-family: 'Nexa';
    text-align: right;
    width: 250px;
    float: right;
    position: relative;
    z-index: 3;
    margin: 50px 350px 0px 0px;
    padding-right: 30px;
    color: #CCC;
}

.kontakt-s {
    position: absolute;
    top: 1876px;
    left: 470px;
    width: 280px;
    height: 40px;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0px 0px 40px -5px rgba(0,0,0,1);
}

.corner7 {
    position: absolute;
	top: 0px;
	left: -79px;
	z-index: 10;
}

.fb {
    position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
}

#modal-16 {
    color: #fff;
}
