*{
margin: 0px;
padding: 0px;
}

html, body {
background: /*rgb(165,165,165);*/ rgb(140,140,140)

}

/*SCHRIFT */

body{
font-family: 'Archivo Narrow', sans-serif;
font-size: 18px;
color: #000;
}

p{
margin-top: 20px;
}

#text p:first-child{
margin-top: 0px;
}
#Adresse{
background-color: #06569B;
font-family: 'Archivo Narrow', sans-serif;
font-size: 16px;
webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-top: 10px;
width: 340px;
height: 210px;
color: white;
padding: 20px;

}

#Adresse2{
background-color: #06569B;
font-family: 'Archivo Narrow', sans-serif;
font-size: 100%;
webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
width: 700px;


color: white;
padding: 20px;

}

	
	
h2{
font-family: 'Archivo Narrow', sans-serif;
font-size: 24px;
font-weight: 700;
color: #000;
}

#sidebar h3 {
font-family: 'Oswald', sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 30px;
color: #FFF;


/* HINTERGRUND FÜR UNTERMENÜ
display:block;
background:#A5A5A5; */ 


width: 230px;
height: 30px;
text-indent: 20px;
text-shadow: 1px 1px 0px #000;
border-bottom: 1px dashed #FFF;

}
#breadcrumb a{
font-family: 'Archivo Narrow', sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 42px;
color: #FFFFFF;
text-decoration: none;
margin-left: 30px;
}

#breadcrumb a:hover{
text-decoration:underline;
}

footer{
text-align: center;
line-height: 43px;
font-size: 11px;
color: #FFF;

}
/*LAYOUT*/


#wrapper{
width: 1050px;
margin: 0px auto;

}

#main{
width: 1050px;
height: 176px;
float:left;
}

#headerfoto{
background:url(../_Logos/Banner2.png);
background-repeat:no-repeat;
width: 1050px;
height: 134px;
float:left;
}


#main-navigation{
width: 1050px;
height: 42px;
float:left;

background: rgb(6,86,155); 
background: -moz-linear-gradient(top, #ffffff 0%, #06569b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#06569b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#06569b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#06569b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#06569b 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#06569b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#06569b',GradientType=0 ); /* IE6-9 */

-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

#breadcrumb{
width: 1050px;
height: 43px;

/* um urspruenglichen Hintergrund der breadcrumb zu aktivieren, folgende Zeilen aktivieren*/
/*background:rgb(6,86,155); /* Old browsers */
/*background: -moz-linear-gradient(top, rgba(6,86,155,1) 35%, rgba(165,165,165,1) 90%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(6,86,155,1)), color-stop(90%,rgba(165,165,165,1))); /* Chrome,Safari4+ */
/*background:  -webkit-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* IE10+ */
/*background: linear-gradient(to bottom, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06569b', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
float:left;


background: rgb(165,165,165); /* Old browsers */
background: -moz-linear-gradient(left, rgba(165,165,165,1) 0px, rgba(240,240,240,1) 230px, rgba(240,240,240,1) 1050px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(165,165,165,1)), color-stop(230px,rgba(240,240,240,1)), color-stop(1050px,rgba(240,240,240,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* IE10+ */
background: linear-gradient(, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#section-wrapper{
width: 1050px;
/*height: 650px;*/
float: left;
background: rgb(165,165,165); /* Old browsers */
background: -moz-linear-gradient(left, rgba(165,165,165,1) 0px, rgba(240,240,240,1) 230px, rgba(240,240,240,1) 1050px); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(165,165,165,1)), color-stop(230px,rgba(240,240,240,1)), color-stop(1050px,rgba(240,240,240,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* IE10+ */
background: linear-gradient(, rgba(165,165,165,1) 0px,rgba(240,240,240,1) 230px,rgba(240,240,240,1) 1050px); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


 /*ANPASSUNG HINTERGRUND INHALT, FALLS ANPASSUNG RUECKGAENGIG --> HINTERGRUND=WEISS 
background: -moz-linear-gradient(top, rgba(165,165,165,1) 230px, rgba(165,165,165,1) 1050px); /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(165,165,165,1)), color-stop(230px,rgba(255,255,255,1)), color-stop(1050px,rgba(255,255,255,1))); 
background: -webkit-linear-gradient(top, rgba(165,165,165,1) 230px,rgba(165,165,165,1) 1050px); 
background: -o-linear-gradient(top, rgba(165,165,165,1) 230px,rgba(165,165,165,1) 1050px); 
background: -ms-linear-gradient(top, rgba(165,165,165,1) 0px,rgba(255,255,255,1) 230px,rgba(255,255,255,1) 1050px); 
background: linear-gradient(top, rgba(165,165,165,1) 0px,rgba(255,255,255,1) 230px,rgba(255,255,255,1) 1050px); */
}

#sidebar{
width: 230px;
float:left;
margin-top:10px;
}


#content{
width: 780px;
float:left;
padding: 20px;
}


footer{
width: 1050px;
height: 43px;
background:rgb(6,86,155); /* Old browsers */
background: -moz-linear-gradient(top, rgba(6,86,155,1) 35%, rgba(165,165,165,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(6,86,155,1)), color-stop(90%,rgba(165,165,165,1))); /* Chrome,Safari4+ */
background:  -webkit-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* IE10+ */
background: linear-gradient(to bottom, rgba(6,86,155,1) 35%,rgba(165,165,165,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06569b', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
float:left;

-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}

/* NAVIGATION
*/


#main-navigation .menu{
list-style-type: none;
width: 1050px;
}

#main-navigation .menu li a{
width: 173px;
height: 42px;
display: block;
float: left;

font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 42px;
text-align: center;
color: #FFFFFF;
text-decoration: none;

text-shadow: 1px 1px 10px #000000;

border-right: 1px solid #FFF;
border-left: 1px solid #FFF;

-webkit-transition: all 800ms ease-in;
-moz-transition: all 800ms ease-in;
-ms-transition: all 800ms ease-in;
-o-transition: all 800ms ease-in;
transition: all 800ms ease-in;
}

#main-navigation .menu li:first-child a{
border-left: none;
width: 174px;
}

#main-navigation .menu li:last-child a{
border-right: none;
width: 174px;
}

#main-navigation .menu li a:hover{
background-color: rgba(6, 86, 155, 0.3);

-webkit-transition: all 400ms ease-in;
-moz-transition: all 400ms ease-in;
-ms-transition: all 400ms ease-in;
-o-transition: all 400ms ease-in;
transition: all 400ms ease-in;

-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}


#sidebar .menu{
list-style-type: none;
width: 230px;
}


#sidebar .menu li a{
width: 230px;
height: 36px;
display: block;
float: left;

font-family: 'Oswald', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 36px;
color: #000;
text-decoration: none;
text-indent: 30px;

text-shadow: 1px 1px 0px #000;
border-bottom: 1px dashed #FFF;
}

#sidebar .menu li a:hover{
background-color: rgba(6, 86, 155, 1.0);
color: #FFF;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.icon{
text-align: left;
}

.Forschung_ghost_btn {
    width: 120px;
    height: 50px;
    text-align:left;
    text-decoration: none;
    font-size: 100%;
    font-weight:600;
    color: #000;
    border: 1px solid #FFF;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
    
    transition: all 0.6s ease 0s;
    cursor: pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	
/*background-image: url(../images/P1070746-tn.jpg);
 background-size: cover;
 background-repeat: no-repeat; */
}

 a.Forschung_ghost_btn:hover
 {
   background: rgba(6, 86, 155, 1.0);
  color: #FFF;
    
}

.Lehre_ghost_btn {
    width: 120px;
    height: 50px;
    text-align:left;
    text-decoration: none;
    font-size: 100%;
    font-weight:600;
    color: #000;
    border: 1px solid #FFF;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
   
    transition: all 0.6s ease 0s;
    cursor: pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 }
 a.Lehre_ghost_btn:hover{
   background: rgba(6, 86, 155, 1.0);
  color: #FFF;
 
  
}

.Mitgliedschaften_ghost_btn {
    width: 120px;
    height: 50px;
    text-align:left;
    text-decoration: none;
    font-size: 100%;
    font-weight:600;
    color: #000;
    border: 1px solid #FFF;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
    
    transition: all 0.6s ease 0s;
    cursor: pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 }
 a.Mitgliedschaften_ghost_btn:hover{
  background: rgba(6, 86, 155, 1.0);
  color: #FFF;
}

.Profil_ghost_btn {
    width: 120px;
    height: 50px;
    text-align:left;
    text-decoration: none;
    font-size: 100%;
    font-weight:600;
    color: #000;
    border: 1px solid #FFF;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
    
    transition: all 0.6s ease 0s;
    cursor: pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 }
 a.Profil_ghost_btn:hover{
  background: rgba(6, 86, 155, 1.0);
  color: #FFF;
  }
  
div.Portrait{
  float: center;
  padding-left: 150px;


}
div.Portrait p {
  text-align: left;
  font-style: italic;
  font-size: smaller;
  
}
div.Forschungsthemen{
  float: center;
  padding-left: 0px;

}
ul.Themen_Lehre 
{ 
	list-style-type: circle;
	padding-left:50px;
}
h3
{
	color:rgba(6, 86, 155, 1.0);
}




