/* 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;
}
@media (min-width: 1200px){
	#centerMenueBar li:last-child{
		margin-right: 0;
	}
}
@media (max-width: 1999px){
	#content{
		box-sizing: border-box;
		padding: 0 2%;
	}
	#logo{
		margin-left: 20px;
	}
}
body{
	width: 100%;
	height: 100vh;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family:'roboto';
	color: #464646;
	overflow: hidden;
}
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%;
	overflow: hidden;
}
#pageLoading{
	font-family:'bebasneue';
	position: fixed;
	top: 0;
	z-index: 7000;
	height: 50%;
	width: 100%;
	padding: 25% 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);
}
.uploadanimation{
	width: 0.75em;
	height: 0.75em;
	display: none;
	position: relative;
   -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
	float: left;
  	margin: 0 20px 0 0;
}
.sk-folding-cube .sk-cube, .uploadanimation .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, .uploadanimation .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, .uploadanimation .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3, .uploadanimation .sk-cube3{
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4, .uploadanimation .sk-cube4{
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before, .uploadanimation .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before, .uploadanimation .sk-cube3:before{
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before, .uploadanimation .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; 
  }
}
#statusBar{
	position: fixed;
	top: 5em;
	width: 100%;
	height: 3px;
	z-index: 100;
}
#statusBarCount{
	position: absolute;
	height: 3px;
	width: 0;
	top: 0;
	left: 0;
	background: #00a56b;
}
@-webkit-keyframes statusbar{
	0%  { width: 0px }
	100% { width: 100% }
}
@keyframes statusbar{
	0%  { width: 0px }
	100% { width: 100% }
}
.imageLayer{
 	position: absolute;
	width: 100vw;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#imageSlide2{
	display: none;
}
#tempImage{
	display: none;
	opacity: 0;
}
.imageDesc{
	position: absolute;
	bottom: 100px;
	right: 50px;
	padding: 10px;
	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;
}
.centerDesc{
	max-width: 1180px;
	margin: 0 auto;
}
#pageContainer{}
#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 0.5em;
}
#logo a{
	text-decoratoin: none;
	display: inline-block;
	font-size: 1em;
}
#logolayer{
	max-width: 100%;
	height: 2.9em;
	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: 1.1em;
}
#centerMenueBar ul{
	margin-top: 2.25em;
	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.5em;
	color: #8c8c8c;
	border: 0;
}
#centerMenueBar a:hover{
	color: #00a56b;
}
#content{
	float: left;
	width: 100%;
	margin: 100vh 0 0 0;
	top: 0;
	background: #f0f0f0;
}

/*SECTION*/
#centerSection{
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
section{
	width: 100%;
	float: left;
	min-heigt: 300px;
	margin-bottom: 5em;
}
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 h1{
	width: 100%;
	color: #dcdcdc;
	text-align: center;
	font-size: 1.8em;
	padding: 25px 0 15px 0;
	font-style: normal;
	position: absolute;
	left: 0;
	margin-top: -2em;
	z-index: 1000;
}
section h2{
	text-align: center;
	margin: 0 0 20px;
	width: 100%;
	padding: 1em 0 .5em 0;
	background: #1e1e1e;
	color: #00a56b;
}
.corporateColor{
	color: #00a56b;
}
.corporateColorClickable{
	color: #00a56b;
	cursor: pointer;
}

.sectionImage{
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.sectionContent p, .sectionContentLeft 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%;
}
.sectionContentLeft p{
	float: right;
}
.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%;
}
.contentMoreImages{
	float: left;
	width: 100%;
	margin: 20px 0 10px 0;
}
.moreContentImages {
    float: left;
    width: 30%;
    margin: 0 2% 2% 0;
}


/*FOOTER*/
#footer{
	background: #1e1e1e;
	width: 100%;
	float: left;
}

#centerFooter{
	max-width: 1180px;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

.footerLeft{
	width: 50%;
	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{
	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;
	background: none;
	border: none;
}
#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);
}

/* Portfolio page*/

.protfoliopreview{
	float: left;
	width: 30%;
	margin-right: 5%;
	-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%);
	
	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);
}

.protfoliopreview: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%);
	 -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;
	-webkit-filter: grayscale(60%) contrast(120%);
	-moz-filter: grayscale(60%) contrast(120%);
	-ms-filter: grayscale(60%) contrast(120%);
	-o-filter: grayscale(60%) contrast(120%);
	filter: grayscale(60%) contrast(120%);
	 -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);
	-webkit-filter: grayscale(0%) contrast(110%);
	-moz-filter: grayscale(0%) contrast(110%);
	-ms-filter: grayscale(0%) contrast(110%);
	-o-filter: grayscale(0%) contrast(110%);
}

.moreImages:nth-of-type(6n+6){
	margin-right: 0;	
}

.imagePreviewFrame{
	float: left;
	height: auto;
	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%;
}

.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: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	color: #00a56b;
	width: 20%;
	padding: 15px 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
}

.closeButton:hover{
	background: #00a56b;
	color: #1e1e1e;
}

.portfolioTitle{
	float: right;
	width: 70%;
}

.projectDesc{
	float: left;
	margin: 20px 0;
	padding-right: 30px;
	box-sizing: border-box;
	width: 30%;
}

.cangePictureSection{
	width: 100%;
	margin: 20px 0;
	box-sizing: border-box;
	float: left;
}

.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;
}

/* CMS */
.CMSSysInfo{
	text-align: center;
	color: #dcdcdc;
}

.CMSErrors{
	text-align: center;
	color: #aa202B;
}
.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%);
}
.sectionContentLogin{
	margin-top: 50px;
}


#editProjectMenue{
	position: fixed;
	width: 100%;
	background: #1e1e1e;
	text-align: center;
}
#centerEditProjectMenue{
	width: 1180px;
	margin: 0 auto;
}
#centerEditProjectMenue ul{
	font-family:'bebasneue';
	font-weight: 200;
	text-align: 200;
	list-style: none;
	color: #dcdcdc;
	width: 100%;
	float: left;
}
#centerEditProjectMenue ul li{
	float: left;
	width: 300px;
	text-align: left;
}
#centerEditProjectMenue ul li:hover{
	color: #00a56b;
	cursor: pointer;
}
.mainMenue{
	font-size: 2em;
	margin: 10px 0;
}
.subMenue{
	font-size: 1.5em;
	margin: 0 0 10px;
}


.projects{
	width: 100%;
	float: left;
	margin: 5px 0;
}
.projects:first-of-type{
	margin-top: 30px;
}
.projectName{
	background: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	color: #00a56b;
	width: 100%;
	float: left;
	font-size: 1.5em;
	padding: 25px 0 15px 30px;
	font-style: normal;
	z-index: 1000;
	box-sizing: border-box;
	cursor: pointer;
	letter-spacing: 0.05em;
}
.projectResponsEN:before{
	content: "Responsible: ";
}
.projectRespons:before{
	content: "Verantwortlicher: ";
}
.projectRespons:before, .projectResponsEN:before{
	font-weight: 300;
	float: left;
	width: auto;
	color: #dcdcdc;
	font-family:'roboto';
	font-size: 1.2em;
	margin: -0.18em 5px 0  0 ;
	letter-spacing: 0em;
}
.projectRespons, projectResponsEN{
	width: auto;
	float: right;
	margin: 0.5em 5vw 0 0;
	color: #dcdcdc;
	font-family:'roboto';
	font-size: 0.5em;
	letter-spacing: 0em;
}
.projectOpenClose{
	background-image: url(Images/layout/pfeilsingle.svg);
	background-position: center center;
	background-width: 100% 100%;
	width: 1.5em;
	height: 1.5em;
	margin: -0.5em 1.5em;
	float: right;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
	border-radius: 50%;
}
.projectOpenClose:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.projectEditDetails{
	width: 100%;
	max-height: 0;
	overflow: hidden;
	float: right;
	display: none;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
}
.projectName:hover projectOpenClose{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.projectEditDetailsContent{
	width: 70%;
	float: left;
	height: 400px;
	overflow: hidden;
}
.projectEditMenue{
	width: 30%;
	height: 400px;
	overflow: hidden;
	background-color: #1e1e1e;
	float: right; 
}
.projectEditMenue ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0 30px 25px;
	box-sizing: border-box;
	font-family:'bebasneue';
	color: #dcdcdc;
	font-weight: 200;
	font-size: 1.4em;
}
.projectEditMenue ul li{
	padding: 2.5px 0;
	cursor: pointer;
	

}
.projectEditMenue ul li a{
	text-decoration: none;
	font-size: 1em;
	color: #dcdcdc;
}
.projectEditMenue ul li:nth-of-type(2n-1){
	margin-bottom: 15px;
}
.projectEditMenue ul li:hover, .projectEditMenue ul li:hover a{
	color: #00a56b;
}
.projectEditDetailsContentSubMenue{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 2.5px 2.5px 2.5px 30px;
	background: #464646;
}
.projectEditDetailsContentSubMenue ul{
	font-family:'bebasneue';
	font-weight: 200;
	text-align: 200;
	font-size: 1.4em;
	list-style: none;
	color: #dcdcdc;
	width: 100%;
	float: left;
	
}
.projectEditDetailsContentSubMenue ul li{
	float: left;
	width: 33.33%;
}
.projectEditDetailsContentSubMenue ul li:hover{
	color: #00a56b;
	cursor: pointer;
}
.projectEditDetailsContentContent{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 20px;
	float: left;
	max-height: 371px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: .9em;
}
.projectEditDetailsContentContentContent{
	width: 100%;
	float: left;
	display: none;
	overflow: hidden;
}
.projectEditDetailsContentContentContent:first-of-type{
	display: block;
}
.dataTransfair, .addFile{
	width: 100%;
	color: #1e1e1e;
	font-family:'bebasneue';
	font-weight: 200;
	font-size: 1.5em;
	float: left;
	margin-bottom: 10px;
}
.addFile{
	background-color: #8c8c8c;
	padding: 8px 5px 5px 25px;
	box-sizing: border-box;
	cursor: pointer;
}
input[type=file]:hover .addFile, .addFile:hover{
	color: #00a56b;
	background-color: #464646;
}
.addFile span{
}
input[type=file]{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -100px;
	margin-left: -500px
}

.fileDetails{
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
}
.fileName{
	width: 100%;
	background: #8c8c8c;
	box-sizing: border-box;
	padding: 8px 5px 5px 25px;
	cursor: pointer;
}
.minimizeFiles{
	background-image: url(Images/layout/pfeilsingle.svg);
	background-position: center center;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	float: right;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all  250ms ease-in;
	-o-transition: all  250ms ease-in;
	transition: all  250ms ease-in;
	background-color: #464646;
	border-radius: 100%;
	margin-right: 5px;
}
.fileName .minimizeFiles:hover{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fileHistory, .sendFile{
	width: 70%;
	float: left;
	padding: 5px 15px 5px 10px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 223px;
}
.fileHistory *{
	display: inline-block;
}
.fileMenue{
	width: 30%;
	min-height: 200px;
	float: right;
	background: #8c8c8c;
	box-sizing: border-box;
	padding: 0 10px 10px;
}
.fileMenue ul{
	list-style: none;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.fileMenueButton, .fileMenue ul li{
	float: left; 
	width: 100%;
	font-size: 0.8em;
	padding: 5px 5px 3px;
	box-sizing: border-box;
	
}
.fileMenueButton a{
	text-decoration: none;
	color: #1e1e1e;
}
.fileMenueButton a:hover{
	color: #F4044C;
}
.fileMenue ul li span{
	float: right;
	width: 70%;
}
.fileMenueButton{
	font-size: 0.9em;
}
.fileMenueButton:hover:first-of-type{
	color: #00a56b;
	background: #1e1e1e;
	cursor: pointer;
}
.fileMenueButton:hover:last-of-type, .fileMenueButton:hover:last-of-type a{
	color: #F4044C;
	cursor: pointer;
	background: #1e1e1e;
}
.fileHistoryEntry{
	width: 100%;
	font-family:'roboto';
	font-size: 0.8em;
	float: left;
	margin-bottom: 5px;
}
.fileHistoryEvent{
	float: left;
	max-width: 400px;
}
.fileHistoryDate{
	float: right;
}
.fileHistoryEntry .minimizeFiles{
	float: left;
	margin-top: 5px;
}
.fileHistoryEntry form{
	float: left;
	width: 100%;
}
.up{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.out{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.in{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sendFile form{
	width: 100%;
	float: left;
}
.projectEditDetailsContentContentContent > label, 
.projectEditDetailsContentContentContent > form > label, 
.sendFile label{
	float: left;
	font-size: .9em;
	clear: both;
	color: #1e1e1e;
}
.projectEditDetailsContentContentContent > input, 
.projectEditDetailsContentContentContent > form > input, 
.sendFile input{
	float: left;
	width: 50%;
	font-size: .9em;
	padding: 5px;
	margin: 0 10px 10px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}
.projectEditDetailsContentContentContent > input[type=submit],
.projectEditDetailsContentContentContent > form > input[type=submit],
.sendFile input[type=submit]{
	background: #1e1e1e;
	color: #8c8c8c;
	font-size: 1.4em;
	font-weight: 200;
	font-family:'bebasneue';
	border: 0;	
	cursor: pointer;
	margin-top: 10px;
}
.projectEditDetailsContentContentContent > input[type=submit]:hover,
.projectEditDetailsContentContentContent > form > input[type=submit]:hover,
.sendFile input[type=submit]:hover{
	background: #1e1e1e;
	color: #00a56b;
	float: left;
}
.projectEditDetailsContentContentContent > textarea,
.projectEditDetailsContentContentContent > form >textarea,
.sendFile textarea{
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0 10px 10px;
	padding: 5px;
	font-size: .9em;
	color: #1e1e1e;
	border-color: #dcdcdc;
}
input[focus], textarea[focus]{
	outline: none;
}
.sendFile{
	display: none;
	font-size: .6em;
}
input[type=checkbox], 
.projectEditDetailsContentContentContent input[type=checkbox]{
	width: 1em;
	height: 1em;
	clear: both;
	float: left;
	margin-top: 3px;
	margin-bottom: 0;
}
.sendFile label:last-of-type, 
.projectEditDetailsContentContentContent label:last-of-type{
	width: 50%;
	clear: none;
}
label span{
	cursor: help;
}