* {margin:0; padding:0; border:0}
html{
	width:100%;
}

body{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	/* hellgrau
	background-color: #565656;*/
	background-color: #2b2e30;
	width:100%;
}

a:link {color: #ffffff;}    /* noch nicht besuchte Ziele */
a:visited {	color: #ffffff;} /* besuchte Ziele */
a:hover { color: #ffffff;
		  font-weight: bold;}   /* Verweise bei MouseOver */
a:active { color: #ffffff;
		   font-weight: bold;}  /* Angeklickte Verweise */
a:focus { color: #ffffff;
		  font-weight: bold;}   /* Verweise, die Fokus erhalten */

a{text-decoration:none;}

a img {
 	border: 0px;
 	margin: 0;
 	padding: 0;
 	border:#fff;
	border-width:0px;

}

img {padding:0px;
	margin:0px;
	text-align:left;
	border:#fff;
	border-width:0px;
}

h1{
font-size:20px;
font-weight:bold;
float:left;
}

h2{
color:#565656;
font-size:1.5em;
margin-bottom:0.6em;
}

h3{
font-size:20px;
color: #575757;
margin-bottom:20px;
}

h4{
color:#565656;
font-size:16px;
font-weight:lighter;
	
}





/* Wrapper */

#wrapper{
    margin: auto;
	padding-top:20px;
	color:#fff;
	background-color:#1f1f26;
	height:205px;
	display:block;

}


/* Header */
#header{
	display:block;
	width:1020px;
	margin: 40px auto auto;
	height:120px;
	color:#ffffff;
	}

#header #claim {
    display:block;
	font-size: 38px;
	font-weight:bold;
    margin-left: 0px;
    margin-top: 40px;
    width: 1020px;
	text-align:center;
}

#header  #subline{
    float: left;
    font-size: 18.5px;
    margin: 0px 0 40px 0px;
    width: 1020px;
	text-align:center;
	/*color:#f0eada;*/
	color:#8d8d8d;

}

#header #claim span{color:#fff;}


 
/* Navigation*/
/* mainnavi------------------------------------------------*/
#mainnavi {
    background-color: #ee7001;
    height: 37px;
    margin: auto auto;
    width: 100%;
	position: static;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(112,60,4,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(112,60,4,1);
	box-shadow: 0px 3px 0px 0px rgba(112,60,4,1);
}

#mainnavi ul{
	font-size:20px;
	width:1020px;
	margin:auto auto;
	padding-left: 400px;
}

#mainnavi ul ul{
	display:none;
	float:left;
	font-size:14px;
	width:auto;
	padding-left: 0px;
	margin-top: -2px;
	background-color:#8d8d8d;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

#mainnavi ul ul li{
    float: none;
    padding: 0 0 10px;
	font-size:1.25em;
}

#mainnavi ul ul a{
	color:#444;
}

#mainnavi ul .subnavi:hover ul{
	display:block;
}

#mainnavi li{
	float:left;
	list-style:none;
	text-align:center;
	/*padding:10px 7px 0 7px;*/
	height:28px;	
	text-transform: uppercase;
	}

#mainnavi ul li.subnavi ul li a
{
	border-right:0;

}


#mainnavi li a {
	width:auto;
	padding:10px 15px 10px 15px;
	text-align:center;
	text-decoration:none;
	display:block;
	color:#f0eada;
	width:150px;
	}

#mainnavi ul li:last-child a{
	border-right:0;
}

#mainnavi li a:hover, #mainnavi li a.active_page {
		color:#fff;
		font-weight:bold;
		
} 

/* subnavigation----------------------------------------------- */
#subnavigation {
    background-color: #8d8d8d;
    height: 37px;
    margin: auto auto;
	margin-top: 3px;
    width: 100%;
	position:static;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(55,55,55,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(55,55,55,1);
	box-shadow: 0px 3px 0px 0px rgba(55,55,55,1);
}

#subnavigation ul{
	font-size:20px;
	width:700px;
	margin:auto auto;
	padding-left: 140px;
}

/*#subnavigation ul ul{
	display:none;
	float:left;
	font-size:14px;
	width:auto;
	padding-left: 0px;
	margin-top: -2px;
	background-color:#8d8d8d;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}*/

/*#subnavigation ul ul li{
    float: none;
    padding: 0 0 10px;
	font-size:1.25em;
}

#subnavigation ul ul a{
	color:#444;
}*/


#subnavigation li{
	float:left;
	list-style:none;
	text-align:center;
	/*padding:10px 7px 0 7px;*/
	height:28px;	
	text-transform: uppercase;
	color:#0F0;
	}




#subnavigation li a {
	width:auto;
	padding:10px 50px 10px 15px;
	text-align:center;
	text-decoration:none;
	display:block;
	color:#5e5e5e; /*subnavigation schriftfarbe */
	width:auto;
	}

#subnavigation ul li:last-child a{
	border-right:0;
}

#subnavigation li a:hover, #subnavigation li a.active_page{
		color:#fff;
		font-weight:bold;
		
} 



/* CONTENT-----------------------------------------------------------------------*/

.image_gallery.kategorien{
margin-bottom:60px;
}

#content_wrapper{

	width:1020px;
	/*width:800px;*/
	margin:auto;
	display:block;
}


#content {
    background-color: #2b2e30;
	/*padding:20px;*/
	/*width:100%;*/
	width:1020px;
	min-height:800px;
    color:#565656;
    display: block;
    height: 100%;
    margin:auto auto;
	margin-top: 50px;
    /*padding-top: 30px;*/
	/*padding:30px 40px 20px 40px;*/
	float:left;
}

#content_impressum{
	background-color:#FFF;
	width:92%;
	margin-left: 40px;
	margin-bottom: 40px;
	min-height:300px;
}



#content strong{
	font-size:14px;
}

#content .video_block{
	background-color:#FFF;
	padding:15px;
	padding-top:30px;
	margin-left:40px;
display:block;
width:88%;
/*height:190px;*/
height:auto;
margin-bottom:20px;
min-height: 180px;
}
#content .videotext{
line-height:1.7em;
width:570px;
float:left;
margin-right:30px;
color:#565656;
text-align:justify;

}


#content .about_block{
	background-color:#2b2e30;
	padding:15px;
	padding-top:30px;
	margin-left:40px;
display:block;
width:88%;
/*height:190px;*/
height:auto;
margin-bottom:20px;
min-height: 180px;
}

#content .about{
width:auto;
height:auto;
float:left;
padding-left:30px;
/*border-left:2px solid #959595; */
}

#content .about img{
	width:350px;

}

#content .forschungstext{
line-height:1.7em;
width:auto;
float:left;
margin-right:30px;
color:#4f7261;
text-align:justify;

}

#content .forschungstext li{
 color:#F90;
	
}

#content .forschungstext ul{
  color:#999;
font-size:15px;
}


#content .video{
width:auto;
height:auto;
float:left;
padding-left:30px;
border-left:2px solid #959595;
}

#content .video img{
	width:250px;

}



#content .arttext{
line-height:1.7em;
width:440px;
float:left;
margin-right:30px;
color:#565656;
text-align:justify;
}

#content .arttext_rechts{
line-height:1.7em;
width:470px;
float:left;
margin-right:0px;
color:#eeeeee;
text-align:justify;
font-size:15px;
}

#content .arttext_rechts h2{
	color:#eeeeee;
}

#content .artlistentext{
line-height:1.7em;
width:440px;
float:left;
margin-right:30px;
color:#565656;
text-align:left;
}



#content .artlistentext li{
 color:#F90;
	
}

#content .artlistentext ul{
  /*color:#999;*/
  color:orange;
  font-size:15px;
  }

#content .about_listen_text{
	color:#838484;
	}

#content td{
	color:#838484;
	vertical-align: top;
	text-align:left;
	line-height:1.3em;
	padding-left: 10px;
	height:50px;
	width: 146px;
	}

#content .art{
width:auto;
height:auto;
float:left;
padding-left:30px;
border-left:2px solid #959595;
}

#content .art img{
	width:350px;

}

#content .artgruppe{
width:auto;
height:auto;
float:left;
padding-left:30px;
border-left:2px solid #959595;
}

#content .artgruppe img{
	width:173px;

}
	


#content a:link {color: #f0981d;}    /* noch nicht besuchte Ziele */
#content a:visited {	color: #f0981d;} /* besuchte Ziele */
#content a:hover { color: #f0981d;}   /* Verweise bei MouseOver */
#content a:active { color: #f0981d;}  /* Angeklickte Verweise */
#content a:focus { color: #f0981d;}   /* Verweise, die Fokus erhalten */

.videotext linkimtext a:hover{
	font-weight:normal;}
	
#content .image_gallery{
	float:left;
	margin-left: 40px;
	margin-right: auto;
	background-color:#FFF;
	width:950px;
	margin-bottom:40px;
}	
#content .image_gallery img{
	width:100px;
	margin-left:45px;
	margin-bottom: 20px;
	}	



#content .image_gallery_2d{
	float:left;
	/*margin-left: 40px;*/
	
	text-align: center;
    background: white;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 33px;
    padding-top: 33px;
    padding-left: 43px;
	
	
	/*margin-right: auto;*/
}
#content .image_gallery_2d img{
	width:250px;
	margin-right:43px;
	margin-bottom: 20px;
	}




#content .image_gallery img.last{margin-right:0px;}
	
#content .impressum{
	padding-left:10px;
	width:352px;
    font-size: 11px;
    line-height: 1.6;
}

#content .headline{
	/*color:#bbb;*/
	color:#1f1f26;
	font-size:40px;
	font-weight:normal;
	
	margin:30px 40px 20px 40px;
	margin-bottom:40px;
	}

#content .text {
	font-size:15px;
	color:#eeeeee;
	line-height:1.4;
	padding:10px 0 20px 0;
	margin:30px 40px 20px 40px;
	text-align:justify;
}

#content .text h2{
	color:#eeeeee;	
}

#content .design {
	font-size:14px;
	line-height:1.4;
	padding:10px 0 20px 0;
	margin:30px 40px 20px 40px;
	text-align:justify;
}

#content .farblinie{
	clear:both;
	background-color:#C46200;
	width: 99.2%;
	height: 4px;
}


#content .button{
	

	float:left;
	display:inline-block;
	vertical-align:top;
/*	margin-left:15px;*/
	height:30px;
	width:53px;
/*	background-color:#fff;*/
}

#content .button2Dstatic{
	
	background: url('/images/buttons/2D_active.png') top left no-repeat #FFF;
	float:left;
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	height:30px;
	width:53px;
	background-color:#f0eada;
}

#content .button2D{
	
	background: url('/images/buttons/2D_inactive.png') top left no-repeat #FFF;
	float:left;
	display:inline-block;
	vertical-align:top;
	margin-left:15px;
	height:30px;
	width:53px;
	background-color:#f0eada;
}


#content .button2D a:hover {
	float:left;
		display:inline-block;
			vertical-align:top;
	height:30px;
	width:53px;
	background: url('/images/buttons/2D_hover.png') top left no-repeat #FFF;
	background-color:#f0eada;
}

#content .button3Dstatic{
	
	background: url('/images/buttons/3D_active.png') top left no-repeat #FFF;
	float:left;
	display:inline-block;
	vertical-align:top;
	height:30px;
	width:65px;
	background-color:#f0eada;
}

#content .button3D{
	float:left;
		display:inline-block;
			vertical-align:top;
	height:30px;
	width:65px;
	background: url('/images/buttons/3D_inactive.png') top left no-repeat #FFF;
	background-color:#f0eada;
}

#content .button3D a:hover {
	float:left;
		display:inline-block;
			vertical-align:top;
	height:30px;
	width:65px;
	background: url('/images/buttons/3D_hover.png') top left no-repeat #FFF;
	background-color:#f0eada;
}

#content .arbeitspanel {
	background-color:#f0eada;
	padding:15px;
/*  padding-top:30px;
	margin-left:40px;*/
	display:block;
	width:96%;
	/*height:190px;*/
	height:auto;
	margin-bottom:20px;
	min-height: 180px;
}

#content .arbeitspanel .text{
	padding:0px 0px 20px 0;
	margin:0px 0px 0px 0px;
	color:#565656;
}

#content .arbeitspanel .video_block{
/*	background-color:#FFF;*/
	padding:15px;
	padding-top:30px;
	margin-left:0px;

	display:block;
	width:96.5%;
	/*height:190px;*/
	height:auto;
	margin-bottom:20px;
	min-height: 180px;
}

#content .arbeitspanel .videotext{
		width:540px;
}


#content .arbeitspanel .about_block{
/*	background-color:#FFF;*/
	padding:15px;
	padding-top:30px;
	margin-left:0px;

	display:block;
	width:96.5%;
	/*height:190px;*/
	height:auto;
	margin-bottom:20px;
	min-height: 180px;
}



#content ul {
	color:orange;
	padding-left:25px;
	margin-bottom:15px;
	margin-bottom: 30px;
}

#content ul li{
	margin:5px 0;
	line-height:18px;
}

#content ul li span{
		color:#000;
}

.skillbox{
	width:99%;
	height:33px;
	background-color:#FFF;
	/*margin-bottom:10px;*/
	
}

.skillboxtext{
	width: 200px;
	margin-left:50px;
	padding-top:7px;
	float:left;
	color:#565656;
}

.skillbox h3{
	padding-left:10px;	
	padding-top:10px;
	margin-bottom:10px;
}

.last{
	padding-bottom:10px;
}

#news{
	margin-left:36px;
	margin-right:18px;
	float:left;
}

.news_pics{
	margin-top:10px;
	position: relative;
	width: 250px;
	height: 160px;
		
}

.image_overlay {
  display: block;
  width: 250px;
  height: 160px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*blue*/
  background-color: rgba(0, 140, 186, 0.7);
  /*orange*/
/*  background-color: rgba(204, 115, 0, 0.6); */
  /*dark blue*/
/*  background-color: rgba(31, 31, 38, 0.6); */
  /*background-color: #008CBA;*/
  overflow: hidden;
  width: 300px;
  height: 0;
  transition: .5s ease;
}

.news_pics:hover .overlay {
  height: 100%;
}


.news_pic:hover .overlay {
  height: 100%;
}

.text_overlay {
 color: white;
 /* orange */
 /* color: #ee7001;*/
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* NEW FRONTPAGE--------------------------------------------------------------------*/
#container_schlagschatten{
	width: 1020px;
	background-color:#2b2e30; /*dark blue grey*/
	margin:auto;
	margin-top: 40px;
	
	box-shadow: 5px 10px 18px #000;
	}
	
#container_ohne_schlagschatten{
	width: 1020px;
	background-color:#2b2e30; /*dark blue grey*/
	margin:auto;
	margin-top: 40px;
}

/* TEXTBASIERT */
/*
.h1_doppeluberschrift_dunkel{
	color:#3b3e40;
	font-size: 80px;
	margin-top:30px;
	margin-left:30px;
	display: inline-block;
}
*/

/* BILDBASIERT */
.h1_doppeluberschrift_dunkel{
	margin-top:30px;
	margin-left:30px;
	display: inline-block;
}

.text_container_schlagschatten{
	color:#eeeeee; /* Fast weiß */
	font-size: 17px;
	line-height: 1.4em;
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	padding-bottom: 120px;
	display: block;
	text-align:justify;
	}
	
.text_container_ohne_schlagschatten{
	color:#eeeeee; /* Fast weiß */
	font-size: 16px;
	line-height: 1.3em;
	margin-top:30px;
	margin-left:30px;
	margin-right:30px;
	padding-bottom: 30px;
	display: block;
}

.profilfoto{
	position:absolute;
	top: 590px;
	left: 44%;
	width:200px;
	}

/* 3er Spalte-----------------------------------------------------------------------*/
#container_dreierspalte{
	width:1020px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap:15px;
	margin:auto auto;
}

.container{
	width:390px;
	flex-basis:auto;
	
	/*zoom Effekt on Hover*/
	transition: transform .2s;
}

/*zoom Effekt on Hover*/
.container:hover{
	-ms-transform: scale(1.05); /* IE 9 */
  	-webkit-transform: scale(1.05); /* Safari 3-8 */
 	 transform: scale(1.05);
}

.container a:hover{
	font-weight:normal;
}

.container a:visited { color: #ffffff;} /* besuchte Ziele */

.container a:active { font-weight: normal;}  /* Angeklickte Verweise */
.container a:focus { font-weight: normal;}  

.container_BG{

	
	padding:30px;
	padding-top:20px;
	background-color: #232629;
	height:280px;
}

.container_icon{
	width:75px;
	margin:auto;
	padding-top:5px;
	padding-bottom: 2px;
	display:block;
}

.h1_container{
	color:#eeeeee;
	font-size:28px;
	padding-bottom:10px;
	padding-top:10px;
}

.text_container{
	color:#838484;
	font-size: 18px;
	line-height:1.5em;
}


#container_zweier_spalte{
	width: 1020px;
	margin:auto;
	background-color:#2b2e30;
	display:flex;
	flex-flow: row nowrap;
	align-items:center;	
}

.container_zweier_spalte_icon{
	width:75px;
	padding:20px;
	padding-left:0px;
	
	/*zoom Effekt on Hover*/
	transition: transform .2s;
}

.container_zweier_spalte_icon:hover{
	-ms-transform: scale(1.05); /* IE 9 */
  	-webkit-transform: scale(1.05); /* Safari 3-8 */
 	transform: scale(1.1);
}

.text_container_zweier_spalte{
	color:#eeeeee;	
	font-weight:400;
	font-size:18px;
	line-height: 1.4em;
}


#container_neueste_projekte{
	width: 1020px;
	height: 300px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	/*background-color:#232629;*/
	background-color:white;
	box-shadow:0px 0px 18px #000 inset;
	margin:auto;
	padding-top:30px;
	padding-bottom:30px;
	gap:30px;
}

#container_neueste_projekte h2{
	width:960px;
}

#container_news{
/*	width:420px;
	height:273px;*/
	width: 300px;
	float:left;
	background-color:red;
}

.news_pic{
	position: relative;	
}

.image_overlay_news {
  display: block;
  width: 300px;
  /*height: 273px;*/
}


#slot_design{
	background-color:#232629;
	padding:30px;
	box-shadow:0px 0px 18px #000 inset;
	display:block;
	width:960px;
	height:auto;
	min-height: 180px;
	margin:auto;
	margin-bottom:40px;
}

#slot_design .arttext{
	line-height:1.3em;
	width:545px;
	float:left;
	margin-right:30px;
	color:#8c8e8f;
	text-align:justify;
	font-weight:300;
	font-size:16px;
}

#slot_design .videotext{
	line-height:1.7em;
	width:645px;
	float:left;
	margin-right:30px;
	color:#8c8e8f;
	text-align:justify;
	font-weight:300;
	font-size:16px;
}

#slot_design .video{
	width:auto;
	height:auto;
	float:left;
	padding-left:30px;
	border-left:2px solid #3b3e40;
}

#slot_design h2{
	margin-bottom:20px;
	color:#8c8e8f;
}

#slot_design .art{
	width:auto;
	height:auto;
	float:left;
	padding-left:30px;
	border-left:2px solid #3b3e40;
}

#slot_design .art img{
	width:350px;
}

#slot_design .artgruppe{
width:auto;
height:auto;
float:left;
padding-left:30px;
border-left:2px solid #3b3e40;
}

#slot_design .artgruppe img{
	width:173px;

}

#title_designs{
	width:1020px;
	margin:auto;
	margin-bottom: 20px;
}



#slot_forschung{
	background-color:white;
	padding:30px;
	display:block;
	width:960px;
	height:310px;;
	min-height: 180px;
	margin:auto;
	margin-bottom:40px;
	box-shadow:0px 0px 18px #000 inset;
}


#slot_forschung .forschungstext{
line-height:1.7em;
width:auto;
float:left;
margin-right:30px;
color:#4f7261;
text-align:justify;

}


#slot_forschung .forschungstext li{
 color:orange;
	
}

#slot_forschung ul {
	color:orange;
	padding-left:25px;
	margin-bottom:15px;
	margin-bottom: 30px;
}

#slot_forschung .forschungstext ul{
  	color:#999;
	font-size:15px;
}

.artlistentext h2{
	color:#eeeeee;	
}
.artlistentext h4{
	color:#eeeeee;	
}


/* FOOTER---------------------------------------------------------------------------*/
#footer {

	width:940px;
	height:25px;
	margin:auto auto;
	padding:40px;
	display:block;
	background-color:#1f1f26;
	font-size:14px;
	float:left;
}



#footer #links{
	margin-left:0px;
	float:left;
}

#footer #lang{
	width:auto;
	float:right;
}

	
#footer a {
	color:#f0981d;
	margin-right:40px;
	float:left;
}

#footer img{    

    margin-left: 18px;
}

#footerText {
	font-size:14px;
	color:#FFF;
}

