
@charset "UTF-8";
/* CSS Document */

/* Hintergrund Test */
html { 
  background: url(../img/hintergrund/vitronic_hg_02.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #090909;  
}



/*  -----------------------------------------------------------------
    |  RESET BROWSER DEFAULTS
    -----------------------------------------------------------------  */

body, div, p, h1, h2, h3, img, a, ul, li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px none;
}


body {
	font-family: Strait, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #EFEFEF;
	
}

/*  -----------------------------------------------------------------
    |  MAIN PAGE
    -----------------------------------------------------------------  */

::selection {
    background: #666666;
    color: #EFEFEF;
}
::-moz-selection {background: #666666; color: #EFEFEF;}


/*  --- CENTER PAGE ---  */

#zentriert{
	position: relative;
	top: 30px;
	left: 50%;
	width: 900px;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
	background-color: rgba(0,0,0,0.86);
	border-radius: 20px 0px 20px 0px;
}
#kopf{
	position: relative;
	top: 20px;
	left: 50px;
	width: 800px;
	height: 70px;
	margin-bottom: 40px;

}
#inhalt{
	position: relative;
	top: 0px;
	left: 50px;
	width: 800px;

}
#fuss{
	position: relative;
	top: 0px;
	left: 50px;
	width: 800px;
	height: 30px;
	font-size: 18px;
	word-spacing: 18px;
	padding-top: 5px;
	color: #666666;
	padding-bottom: 20px;
}
#navigation{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 18px;
	text-align: right;
}
#navigation a {
	color: #666666;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	margin-left: 15px;
}
#navigation a:hover {
	color: #EFEFEF;
	text-decoration: none;
	margin-left: 15px;
}
#navigation a:active {
	color: #EFEFEF;
	text-decoration: none;
	margin-left: 15px;
}

#externallinks {
	position: absolute;
	right: 0px;
	font-size: 18px;
	word-spacing: 15px;
	top: 0px;
}

.font18 {
	font-size: 18px;
	margin-bottom: 10px;
}
.kopf_logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.schatten {
-moz-box-shadow: 0 0 5px 5px rgba(150,150,150,0.15);
-webkit-box-shadow: 0 0 5px 5px rgba(150,150,150,0.15);
box-shadow: 0 0 5px 5px rgbargba(150,150,150,0.15);
}

.kleinerWortAbstand {
	word-spacing: 0px;
}

.TextboxLinks {
	position: relative;
	top: 0px;
	left: 0px;
	width: 435px;
	font-size: 14px;
	float: left;
	text-align: right;
    margin-top: 17px;
}
.TeamLinks {
	position: relative;
	top: 0px;
	left: 0px;
	width: 390px;
	font-size: 14px;
	float: left;
	text-align: justify;
}

.TeamRechts {
	position: relative;
	top: 0px;
	left: 60px;
	width: 390px;
	font-size: 14px;
	float: left;
	text-align: justify;
}

.TextboxLinksBild{
	position: relative;
	top: 0px;
	left: 25px;
	width: 340px;
	float: left;
	margin-top: 20px;
}

.TextboxRechts {
	position: relative;
	top: 0px;
	left: 25px;
	width: 435px;
	font-size: 14px;
	float: left;
	text-align: left;
    margin-top: 17px;
}
.TextboxRechtSchmal {
	position: relative;
	top: 0px;
	left: 25px;
	width: 340px;
	font-size: 14px;
	float: left;
	text-align: left;
}



.TextboxRechtsBild{
	position:relative;
	top: 0px;
	left: 0px;
	width: 340px;
	float: left;
	margin-top: 20px;
	}
	
.clear{
	height:30px;
	clear: both;
}
.clear0{
	clear: both;
}

/* LINKS #000000 #e31c18 #615353 */

a{
	color: #666666;
	text-decoration: none;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
a:hover {
	color: #EFEFEF;
	text-decoration: none;
}
a:active {
	color: #B7B5B5;
	text-decoration: none;
}

/* TEXT */

.titel {
	font-size: 24px;
	color: #666666;
	padding-bottom: 10px;
	text-transform: lowercase;
	line-height: normal;
}
.rot{
	color: #666666;
}

.archivprojekttitel{
    color: #666666;
    border: 1px solid #FA0F13;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: bold;
}


.navigationactive{
	color: #EFEFEF;
}


.play {
	float: left;
	margin-right: 5px;
}

.download {
	float: left;
	margin-right: 5px;
}

.fileinfo {
		float: right;
		margin-right: 5px;
}
input {
	background-color: #F9F9F9;
	border: 1px solid #E31C18;
	border-radius: 4px;	
	font-family: 'Strait', sans-serif;
	font-size: 14px;
	color: #615353;
}
.arearound {
	border: 1px solid #e31c18;
	padding: 10px;
	border-radius: 15px;
}
.arearoundfile {
	border: 1px solid #e31c18;
	padding: 10px;
	border-radius: 15px;
}
.arearounduser {
	border: 1px solid #e31c18;
	padding: 10px;
	border-radius: 15px;
}
.filelist {
	background-color: none;
    transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.filelist a img {
	margin-right: 5px;
	margin-left: 5px;
}
.filelist .alignright {
	float: right;
}

.filelist:hover {
	background-color: #2F2F2F;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.userlist {
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.userlist a img {
	margin-right: 5px;
	margin-left: 5px;
}
.userlist .alignright {
	float: right;
}

.userlist:hover {
	background-color: #2F2F2F;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.userlistIsAdmin {
	border: 1px solid #999;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #e31c18;
	background-image: -webkit-gradient(linear, 0.00% 50.00%, 100.00% 50.00%, color-stop( 0% , rgba(213,213,213,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(0deg,rgba(213,213,213,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(213,213,213,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
.userlistIsAdmin a img {
	margin-right: 5px;
	margin-left: 5px;
}
.userlistIsAdmin .alignright {
	float: right;
}

/*  -----------------------------------------------------------------
    |  Uploadprogressbar
    -----------------------------------------------------------------  */


#Wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	background: #EEEEEE;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#progressbox {
	border: 1px solid #e31c18;
	padding: 1px;
	position: relative;
	width: 400px;
	border-radius: 3px;
	margin: 10px;
	display: none;
	text-align: left;
}
#progressbar {
	height: 20px;
	border-radius: 3px;
	background-color: #e31c18;
	width: 1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
	
	

#popupBackground
{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #000000;
}
#popupForm
{
	display: none;
	position: fixed;
	height: 450px;
	width: 800px;
	z-index: 2;
	padding: 0px;
	background-color: #000000;
	margin-top: -225px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
}

#popupFormCopter
{
	display: none;
	position: fixed;
	height: 340px;
	width: 800px;
	z-index: 2;
	padding: 0px;
	background-color: #000000;
	margin-top: -170px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
}

#popupForm2zu1
{
	display: none;
	position: fixed;
	height: 340px;
	width: 800px;
	z-index: 2;
	padding: 0px;
	background-color: #000000;
	margin-top: -170px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
}

.bold {
	font-weight: bolder;
}
.copytextarea {
	width: 400px;
	border-spacing: 2px 0px;
	border: 1px solid #E31C18;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.textareaarchiv {
	width: 250px;
	border-spacing: 2px 0px;
	border: 1px solid #E31C18;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.ArchivListLinks {
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	float: left;
	text-align: left;
}
.ArchivListRechts {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	float: left;
	text-align: left;
}

.ArchivList {
	position: relative;
	top: 20px;
	left: 24px;
	width: 750px;
	float: left;
	text-align: left;
}


input::placeholder {
  color: #EAA0A3;
}


.button {
    background-color: #615353;
    border: 1px solid #E31C18;
    border-radius: 4px;
    font-family: 'Strait', sans-serif;
    font-size: 18px;
    color: #F9F9F9;
	padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
	cursor: pointer;
}