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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, " sans-serif";
	font-size: 16px;
}

	
body {
		/* max-width: 1600px; */
		margin-left: auto;
	margin-right: auto;
	 color: #ffffff;
	background: #000000;
}	
	
header {
 position: fixed; 
	vertical-align: top; 
	padding: 0px 20px 10px 50px;
  left: 0;
  right: 0;
 
	/* text-align: center; */
	background: #000000;
	 background-image: url(bilder/obenbg.png); 
	background-size: contain;
	background-repeat: repeat;
	background-position:left top; 
	height: 100px;
	
	
	}
	

.main {
	 padding: 150px 45px 10px 45px; 
	width: 100%;
	text-align: center; 
	
}	
	
footer {

position: fixed; 
 padding: 20px 20px 10px;
  bottom: 0;
  left: 0;
  right: 0;
	
	text-align: center; 
	background: #000000;
	background-image: url(bilder/untenbg.png);
	background-size: contain;
	background-repeat: repeat;
	background-position:left top; 
	height: 60px;
	vertical-align: bottom; 
	
}


.crossfade > figure {
  animation: imageAnimation 60s linear 2 0s;
  -webkit-animation: imageAnimation 60s linear 2 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { 

background-image: url('fotos/4-kulturnacht-tubingen.jpg'); }

.crossfade > figure:nth-child(2) { 
  animation-delay: 5s;
background-image: url('fotos/projektion-filmtage.jpg'); }


.crossfade > figure:nth-child(3) {
  animation-delay: 10s;
  background-image: url('fotos/projektion-zollverein.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 15s;
  background-image: url('fotos/leucht-werk-projektion1.png');
}




@keyframes 
imageAnimation {  
0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
/* 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
} */

5% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}

@-webkit-keyframes 
imageAnimation {  
0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
/* 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
} */

5% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%); 
} 

 img {
	max-width: 100%;
	height: auto;
	/*vertical-align: middle; 
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 9px;  */	
}


.imgtr {
	
	/* max-width: 100%;
	height: auto;  */
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.imgrechts {
	
	/* max-width: 100%;
	height: auto;  */
    float: right;
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

.pfeil {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 10px;
}


a.in:link {  color:#666666; text-decoration:none; font-size: 0.8em; }
a.in:hover {  color:#e13024; text-decoration:none; }
a.in:visited {  color:#666666; text-decoration:none; }
a.in:active { color:#666666; text-decoration:none; }


a.tra:link {  color:#b30466; text-decoration:none; }
a.tra:hover {  color:#394e8c; text-decoration:none; }
a.tra:visited {  color:#b30466; text-decoration:none; }
a.tra:active { color:#b30466; text-decoration:none; }

a.oben:link {  color:#b30466; text-decoration:none;  font-size: 1.0em; }
a.oben:hover {  color:#394e8c; text-decoration:none; }
a.oben:visited {  color:#b30466; text-decoration:none; }
a.oben:active { color:#b30466; text-decoration:none; }


h1 {
	font-size: 0.9em;
	color: #333333;
	font-weight: 200;
	
}

h2 {
	font-size: 1.2em;
	margin-top: 3.5em;
	margin-bottom: 1.0em;
	color: #394e8c;
	
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1.0em;
	color: #b30466;
}

h4 {
	font-size: 1.1em;
	 color: #b30466;
	 font-weight: 200;
	
}

h5 {
	font-size: 0.9em;
	font-weight: 200;	
}

h6 {
	font-size: 0.8em;
	font-weight: 200;	
}

p {
	font-size: 15px;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}


hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #b30466;
	  width: 100%; 
   
}

.magenta {
	color: #b30466;
}

.blau {
	color: #003399;
}

.fader { position: relative; display: inline-block; } .fader img { vertical-align: top; } 
.fader img.next { position: absolute; top: 0; left: 0; } 

.balken {
	background-color: #5e71a8;
	 /*height: 10px; */
	width:  100%;
	max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.leerzeile {
	height: 10px;
	width: 100%;
}


.col {
	width: 100%;
	float: left;
	padding: 0px 10px 0px 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-halb {
		width: 50%;
		padding: 40px 40px 100px 40px;
	}
	
.col-viertel {
		width: 25%;
		
	}
.col-dreiviertel {
		width: 75%;
		padding: 40px 10px 0px 10px;
		text-align: right;
		
	
	}
.col-drittel {
		width: 33.3%;
	}
.col-zweidrittel {
		width: 66.6%;
		padding: 40px 40px 100px 40px;
	
	}
	

/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none; 
	 margin:0;
	padding:0;
	 position: relative; 
}

/*Create a horizontal list with spacing   mod ul dazu*/
ul li {
	display:inline-block;
	float: righ;
	margin-right: 0px;
	margin-top: 0px;
}

/*Style for menu links  mod ul dazu*/
ul li a {
	display:block;
	/* min-width:150px; */
	 height: 25px; 
	text-align: right;
	/* line-height: 40px; */
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  */
	letter-spacing: 0.05em;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	border-width: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	border-style: solid;
  border-color: #000;
	
		
	/*background: #22a1aa; */
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
color: #e13024;
	
}


/*li a:hover::before {
	content: " > "; color: firebrick; font-size: 1.2em }
	margin-right: .1em;
	
} */

.aktiv a {
	
color: #e13024;

}



/*Style for dropdown links*/
li:hover ul a {
	
	color: #333333;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	
	color: ##c50c1f;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-style: solid;
  border-color: #c50c1f;
  border-width: 0px 0px 1px 0px;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}




/*Responsive Styles*/

@media screen and (max-width : 768px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing mod ul vorgesetzt*/
	ul li a{
		/* margin-bottom: 1px; */
		height: 40px; 
		border-width: 0px 0px 1px 0px;
		padding: 5px 10px 0px 10px;
			text-align: center;
		
  border-style: solid;
  border-color: #c50c1f;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	
	
	header {
		height: auto;
			background-image: url(bilder/leer.gif);
} 

.headerm {
	 display: block;
		background: #df0079;

}


body {
		margin-left: auto;
	margin-right: auto;

	}

footer {

position: fixed; 
 padding: 3px 10px 2px;
  bottom: 0;
  left: 0;
  right: 0;
	
	
	height: 25px;
	vertical-align: bottom; 
	
}
.col {
	width: 100%;
	float: left;
	padding: 0px 10px 10px 10px;
	
}
	
.col-halb {
		width: 100%;
	}
	
.col-viertel {
		width: 100%;
	}
.col-dreiviertel {
		width: 100%;
	}
.col-drittel {
		width: 100%;
	}
.col-zweidrittel {
		width: 100%;
	}
h1 {
	font-size: 1.0em;
	margin-bottom: 0.2em;
}

h2 {
	font-size: 1.2em;
	margin-top: 0.1em;
	margin-bottom: 1.0em;
}

.unsichtbar {
	 display: none;
}

}



