/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

@import url(https://fonts.googleapis.com/css?family=Signika:300,600);
html{height: 100%;}

body { 
	font:normal 100% 'Signika', sans-serif;
	letter-spacing:0;
	color:#434343;
	padding:20px 0 0;
	position:relative;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	background-color:#f3f3f3;
	height:100%;
}

#container {
	float: left;
  	width:860px;
	margin:0 0 0 200px;;
	position:relative;
}

#impressum {
	float: left;
  	width:860px;
	margin:0 0 0 200px;;
	position:relative;
	font:normal 80%/1.5 'Signika', sans-serif; sans-serif;
}


#containerindex {
	float: left;
  	width:1100px;
	margin:0 0 0 200px;;
	position:relative;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#434343;
	text-decoration:none;
}

a:hover,a:active {


	text-decoration:underline;
}

#wrapper {
	display: block;
	width: 180px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float: left;
	margin: 20px 40px 0 40px;
	}

#navi {
	margin-top: 50px;
	height: 100%;
	font:normal 80%/1.5 'Signika', sans-serif; sans-serif;
	}


#navi p{margin-top:20px;}

/* fixed navi */
  .fixiert {
    position: absolute;
  }
  
  html>body .fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  
h1 {font:bold 280%/1.5 'Signika', sans-serif; margin: 30px 0 20px;}
h2 {font:bold 150%/1.5 'Signika', sans-serif; margin: 5px 0;}
h3 {font:bold 110%/1.5 'Signika', sans-serif; margin: 5px 0;}
h4 {font-size: 9px; margin: 20px 0;}
h5 {font-size: 9px; margin: 10px 0;}

.details {text-align: left;}

#kontakt {margin-top: 20px;}

#desc { width:650px; font:normal 80%/1.5 'Signika', sans-serif; padding-left:5px; }

#shorty {margin-top: -25px; width: 200px; text-align: right; float: right; font:normal 70%/1.5 'Signika', sans-serif; }

.split{text-align:center;color:#999; margin: 30px auto;}

 
#footer { width:850px; font:normal 80%/1.5 'Signika', sans-serif; float:left; }
#footer_index { font:normal 80%/1.5 'Signika', sans-serif;}











/* Quicksand Image Grid
---------------------------------------------------------------------- */

.image-grid {
  margin-left: -25px;
  padding-left: 0px;
}

.image-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 183px;
  margin: 25px 5px 0 30px;
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74;
  height: 140px;
  overflow: hidden;
}

.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li strong {
  color: #fff;
}


.cut {  width: 1000px;
  margin: 25px 5px 0 30px;
  float: left;
  line-height: 17px;
  color: #686f74;
  height: 40px;
  overflow: hidden;
  clear:both;
   }
   
.semester {
   	  width: 120px;
 	  float: right;
	  line-height: 17px;
	  color: #686f74;
	  height: 160px;
	  overflow: hidden;
	  text-align: right;
	  margin: 25px 5px 0 30px;
}


/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**** Isotope Filtering ****/

.isotope-item {
/*  z-index: 2; **/
}

.isotope-hidden.isotope-item {
  pointer-events: none;
/*  z-index: 1; */
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
Content
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

#shadow {position:absolute; left:0; top:0; width:100%;  z-index:100; background-color: rgba(0, 0, 0, 0.5);} 

#command { position:relative; width: 23px; height:29px; display:block; float: right; margin-right: -20px;}

.lightSwitcher {position:absolute; z-index:101; background-image:url(images/light_bulb_off.png);
                      background-repeat:no-repeat; background-position:left; padding: 0 0 0 20px;
                      outline:none; text-decoration:none;} 
					  
.turnedOff {color:#ffff00; background-image:url(images/light_bulb.png);} 


#flashContent {display:block; width: 650px; height: 450px; margin-left: 60px }

#adblock{   
	background-color: #F3F3F3;
    display: block;
    height: 565px;
    left: 731px;
    position: absolute;
    top: 0;
    width: 125px;
    z-index: 300;
}

#video{
	margin-left: 60px;
	width:856px;
	height:563px;
	}

  #videoWide{
    margin-left: 45px;
    width: 856px;
    height: 563px;
    margin-top: 70px;
  }
