/* CSS Document */
*{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-rendering: optimizeLegibility;
}
@font-face{
	font-family:'bebasneue';
	src: url('fonts/BebasNeueBook.woff') format('woff'), 
		url('fonts/BebasNeueBookd41d.eot?#iefix') format('embedded-opentype'),  
		url('fonts/BebasNeueBook.otf')  format('opentype'),
		url('fonts/BebasNeueBook.ttf')  format('truetype'), 
		url('fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
	font-weight: 200;
}
@font-face{
	font-family:'bebasneue';
	src: url('fonts/BebasNeueRegular.woff') format('woff'), 
		 url('fonts/BebasNeueRegulard41d.eot?#iefix') format('embedded-opentype'),  
		 url('fonts/BebasNeueRegular.otf')  format('opentype'),
		 url('fonts/BebasNeueRegular.ttf')  format('truetype'), 
		 url('fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: 300;
}
@font-face{
	font-family:'roboto';
	src: url('fonts/Roboto-Light.ttf');
	font-weight: 200;
}
body{
	width: 100%;
	overflow-x: hidden;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family:'roboto';
	color: #464646;
}
a{
	text-decoration: none;
}
h1{
	background: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	color: #00a56b;
}
h2{
	width: 100%;
	font-family:'bebasneue';
	font-weight: 200;
	color: #464646;
}
#diaShow{
	position: absolute;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
#imageSlide1{
 	position: absolute;
	width: 100vw;
	height: 100vh;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imageDesc{
	position: absolute;
	bottom: 100px;
	padding: 10px;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	font-family:'bebasneue';
	font-size: 3em;
	color: rgba(255,255,255,1);
	text-shadow: rgba(30,30,30,1) 0px 0px 4px, 
		rgba(30,30,30,1) 0px 0px 10px, 
		rgba(30,30,30,1) 0px 0px 20px,
		rgba(30,30,30,1) 0px 0px 30px,
		rgba(30,30,30,1) 0px 0px 40px;
}
#tempImage{
	display: none;
	opacity: 0;
}
#parallax{
	-webkit-perspective: 1px;
	perspective: 1px;
}
#menueBar{
	position: fixed;
	width: 100%;
	height: 5em;
	top: 0;
	background: #1e1e1e;
	z-index: 10000;
}
#mobileMenueButton{
	display: none;
	height: 1px;
	width: 1px;
}
#centerMenueBar{
	max-width: 1180px;
	margin: 0 auto;
}
#logo{
	height: 3em;
	width: 130px;
	float: left;
	margin: 0.7em 0 0 20px;
}
#logo a{
	text-decoratoin: none;
	display: inline-block;
	font-size: 1em;
}
#logolayer{
	max-width: 100%;
	height: 2.1em;
	background-image:url(Images/layout/ipk_logo.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
#location{
	font-family:'bebasneue';
	font-weight: 300;
	background: #1e1e1e;
	color: #00a56b;
	font-size: 1em;
	letter-spacing: 0.7em;
}
#centerMenueBar ul{
	margin-top: 2.5em;
	width: auto;
	float: right;
	list-style: none;
}
#centerMenueBar ul li{
	float: left;
	margin-right: 20px;
}
#mainMenue a{
	font-family:'bebasneue';
	font-weight: 200;
	font-size: 1.4em;
	color: #8c8c8c;
	border: 0;
}
#centerMenueBar a:hover{
	color: #00a56b;
}
#imageSlide2{
	display: none;
}
#content{
	float: left;
	width: 100%;
	margin: 100vh 0 0 0;
	top: 0;
	background: #f0f0f0;
}
/*SECTION*/
#centerSection{
	width: 100%;
	left:0;
	overflow: hidden;
}
#pageLoading{
	font-family:'bebasneue';
	position: fixed;
	top: 0;
	z-index: 501;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	padding: 30% 0 0 0;
	background: #1e1e1e;
	color: #00a56b;
	opacity: 1;
	font-size: 5em;
	text-align: center;
	visibility: visible;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity  500ms ease-out;
	-o-transition: opacity  500ms ease-out;
	transition: opacity  500ms ease-out;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a56b;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
section{
	width: 100%;
	float: left;
	min-heigt: 300px;
	margin-bottom: 5em;
	box-sizing: border-box;
	padding: 0 10px;
}
section h1{
	width: 100%;
	color: #dcdcdc;
	text-align: center;
	font-size: 1.8em;
	padding: 1em 0 .5em 0 ;
	font-style: normal;
	position: absolute;
	left: 0;
	margin-top: -2em;
	z-index: 500;
}
section:first-of-type h1::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 45px;
	left: 50%;
	margin: -58px 0 0 -30px;
	background-image: url(Images/layout/pfeil.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 50% 50% 0 0;
	z-index: 999;
}
section h2{
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
	padding: 1em 0 .5em 0;
	background: #373737;
	color: #00a56b;
}
.corporateColor{
	color: #00a56b;
}
.sectionContent p, .sectionContentWide p{
	float: left;
	width: 50%;
	height: auto;
	box-sizing: border-box;
	padding: 2em;
	font-family:'roboto';
	font-size: 1.2em;
	font-weight: 200;
}
.sectionContentWide p{
	width: 100%;
}
.sectionContent a, .sectionContentWide a{
	text-decoration: none;
	font-family: 'roboto';
	font-size: 1em;
	font-weight: 200;
	color: #00a56b;
}
.sectionContent a:hover, sectionContentWide a:hover{
	color: #006C46;
}
.sectionImage, .sectionImageWide{
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.sectionImageWide {
    width: 100px;
}
.sectionImage img{
	margin: 1.5em auto;
	width: 50%;
}
.sectionImageWide img{
	margin: 1.5em auto;
	width: 100%;
}
/*FOOTER*/
#footer{
	background: #1e1e1e;
	width: 100%;
	float: left;
}
#centerFooter{
	max-width: 1180px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.footerLeft{
	width: 100%;
	float: left;
	padding: 30px 0;
}
.quickContent{
	color: #8c8c8c;
	display: inline-block;
}
.footerLeft h1{
	font-size: 1.8em;
	font-family:'bebasneue';
	color: #00a56b;
}
.footerRight h2{
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.footerRight{
	display: none;
	width: 350px;
	float: right;
	padding: 30px 0;
}
form{
	width: 100%;
}
form label{
	width: 100%;
	float: left;
	font-size: 0.8em;
	font-family:'roboto';
	color: #8c8c8c;
}
form input{
	float: left;
	width: 350px;
	margin-bottom: 10px;
	border: none;
	padding: 5px 5px;
	box-sizing: border-box;
	background: #dcdcdc;
	font-family:'roboto';
}
form textarea{
	width: 350px;
	height: 3em;
	float: left;
	margin-bottom: 10px;
	padding: 5px 5px;
	box-sizing: border-box;
	border: none;
	background: #dcdcdc;
	resize:vertical;
}
#submit{
	float: right;
	max-width: 50%;
	width: 50%;
	text-align: right;
	color: #8c8c8c;
	font-family:'bebasneue';
	font-weight: 200;
	font-size: 1.3em;
	cursor: pointer;
}
#submit:hover{
	color: #00a56b;
}
table{
	width: 90%;
	float: left;
	margin: 10px 0 0 0;
}
tr{ margin: 10px;}
th{
	text-decoration: none;
	font-family:'roboto';
	font-weight: 200;
	font-size: 1.2em;
}
th:nth-of-type(2){ 
	text-align: left;
	width: 80%; 
}
.icon{
	
	background-repeat: no-repeat;
	background-size: 1.75em auto;
	width: 1.75em;
	height: 1.75em;
	text-align: center;
	display: inline-block;
}
#post{
	background-image: url(Images/layout/mail.svg);
}
#phone{
	background-image: url(Images/layout/phone.svg);
}
#fax{
	background-image: url(Images/layout/fax.svg);
}
#mail{
	background-image: url(Images/layout/email.svg);
}
#facebook{
	background-image: url(Images/layout/facebook.svg);
}

.protfoliopreview{
	float: left;
	width: 30%;
	margin-right: 5%;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
	 -moz-transform: scale(.95 ,.95);
    -webkit-transform: scale(.95 ,.95);
    transform: scale(.95 ,.95);
	display: inline-block;
}
.protfoliopreview:hover{
	 -moz-transform: scale(1 ,1);
    -webkit-transform: scale(1 ,1);
    transform: scale(1 ,1);
}
.protfoliopreview:nth-of-type(3n+3){
	margin-right: 0;	
}
.moreImages{
	float: left;
	width: 15%;
	margin-right: 2%;
	cursor: pointer;
	-webkit-transition: all 75ms ease-in;
	-moz-transition: all  75ms ease-in;
	-o-transition: all  75ms ease-in;
	transition: all  75ms ease-in;
	 -moz-transform: scale(.95 ,.95);
    -webkit-transform: scale(.95 ,.95);
    transform: scale(.95 ,.95);
}
.moreImages:hover{
	-moz-transform: scale(1 ,1);
    -webkit-transform: scale(1 ,1);
    transform: scale(1 ,1);
}
.moreImages:nth-of-type(6n+6){
	margin-right: 0;	
}
.imagePreviewFrame{
	float: left;
	width: 100%;
	margin: 40px 0 10px 0;
}
.projectMoreImages{
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}
.projectDescription{
	float: left;
	width: 100%;
	margin: 10px 0 0;
	height: auto;
	max-height: 0px;
	display: none;
	overflow: hidden;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.projectDetails{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.projectDetails h2{
	float: left;
	background: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	color: #dcdcdc;
	width: 80%;
	padding: 15px 0 10px 0;
	margin: 0;
	text-align: center;
}
.closeButton{
	float: right;
	background: #00a56b;
	font-family:'bebasneue';
	font-weight: 200;
	color: #1e1e1e;
	width: 20%;
	padding: 15px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
}
.closeButton:hover{
	background: #1e1e1e;
	color: #00a56b;
}
.portfolioTitle{
	float: right;
	width: 100%;
}
.projectDesc{
	float: left;
	margin: 20px 0;
	padding-right: 30px;
	box-sizing: border-box;
	width: 100%;
}
.cangePictureSection{
	width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
	float: right;
}
.cangePictureSection h3{
	background: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	color: #dcdcdc;
	width: 100%;
	padding: 15px 10px 10px;
	text-align: left;
	font-size: 1.5em;
}
.consumerLogo{
	-webkit-filter: grayscale(100%) contrast(120%);
	-moz-filter: grayscale(100%) contrast(120%);
	-ms-filter: grayscale(100%) contrast(120%);
	-o-filter: grayscale(100%) contrast(120%);
	filter: grayscale(100%) contrast(120%);
	float: left;
	width: 33%;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
}
.consumerLogo:hover{
	-webkit-filter: grayscale(0%) contrast(110%);
	-moz-filter: grayscale(0%) contrast(110%);
	-ms-filter: grayscale(0%) contrast(110%);
	-o-filter: grayscale(0%) contrast(110%);
	filter: grayscale(0%);
}

/* CMS */
.CMSSysInfo{
	text-align: center;
	color: #dcdcdc;
}
.CMSErrors{
	text-align: center;
	color: #aa202B;
}

#infoBoxDummy{
	width: 485px; 
	height: 288px; 
	z-index: 3; 
	position: fixed; 
	background-color: #000; 
	opacity: .7; 
	display: none;
}
#ncShowSubmenuNoteId,
#ncShowMenu,
#ncUpdateSelLang,
#ncUpdatePageContentBoxId,
#ncUpdatePageId{
	display: none;
}
#parameterInfo > img{
	position: absolute; 
	margin: 8px 0 0 778px; 
	cursor: pointer;
}