/* #######################################################*/
/* ############### classes        ########################*/  
/* #######################################################*/
body {
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

/* Style the header */
.header {
    padding: 80px;
    text-align: center;
    background-image:url("../img/header_herbstbluete.jpg");
    /*background-image:url("../Fotos_Algen/Prozess_58.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Increase the font size of the h1 element */
  .header h1 {
    font-size: 40px;
  }
  * {
  box-sizing: border-box;
  }

/*special class of button*/
.btn {
  border: 2px solid black;
  /*background-color: rgb(140, 211, 164);*/
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/*Separator to  make a break */
.separator {
  height: 10px;
  background-color: rgb(59, 144, 194);
  margin: 20px 0;
}

/* ############### column and rows stuff ########################*/  
  /* Create two columns that floats next to each other */
  .column {
    float: left;
    padding: 10px;
  }
  
  .left {
    width: 30%;
  }
  
  .right {
    width: 70%;
  }
  .right a {
    color: rgb(78, 87, 87);
    padding: 8px;
    text-decoration: none;
  }
  .right a:hover {
    color: rgb(59, 144, 194);
  }
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }


/* #######################################################*/
/* ############### IDs            ########################*/  
/* #######################################################*/ 
#top {
    text-align: center;
}
#team_wp {
    font-size: 64px;
	font-weight: bold;
    color: white;
    background-color: rgb(10, 88, 107);
    display: inline;
	margin: 16px;
}

#logo img{
  display: inline-block;
  width: 25%;
  margin-top: 16px;
  margin-bottom: 16px;
  size: 1024px;
}
/* #######################################################*/
#navigation {
  padding: 8px;
  background-color: rgb(10, 88, 107,0.6);
  display: inline;
}
#navigation a {
  color: white ; /*rgb(78, 87, 87);*/
  padding: 8px;
}
#navigation a:hover {
  color: rgb(59, 144, 194);
}
/* ############### overview persons ########################################*/
#overview {
    padding: 16px;
    margin-left: 16px;
    background-color: rgb(198, 227, 235);
    display: inline;
	margin: 16px;
}

#overview a {
  color: rgb(0, 12, 12);
  padding: 8px;
}
#overview a:hover {
  color: rgb(122, 189, 216);
}

/* ##################### overview working groups #################################*/

#overview_wg {
  padding: 16px;
  text-align: center;
}
#overview_wg a {
  color: rgb(0, 12, 12);
  padding: 8px;
  }

#overview_wg a:hover {
  color: rgb(122, 189, 216);
  }
/* #######################################################*/

#main {
  margin: auto;
  padding: 16px;
  line-height: 140%;
}
/* #######################################################*/
#expertise .right img {
  width: 45%; 
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
#expertise .left img {
  width: 45%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
#expertise {
  text-align: left;
}

/* #######################################################*/
#intro {
  text-align: center;
}

#intro h1 {
    text-align: center;
    color: rgb(10, 88, 107);
    padding: 10px;
}
/* #######################################################*/
#pi h2 {
    padding: 8px;
}
#image_pi img {
  width: 80%; 
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
#image_pi p {
  display: inline-block;
  padding: 8px;
}
/* #######################################################*/
#pi2 h2 {
  padding: 8px;
}
#image_pi2 img {
width: 80%; 
margin-top: 16px;
margin-bottom: 16px;
padding: 8px;
vertical-align: top;
size: 1024px;
}
#image_pi2 p {
display: inline-block;
padding: 8px;
}

/* #######################################################*/
#phd h2 {
    padding: 8px;
}
#image_phd img {
    width: 80%; 
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    vertical-align: top;
    size: 1024px;
}
#image_phd p {
    display: inline-block;
    padding: 8px;
}

#phd h2 {
  padding: 8px;
}
/* #######################################################*/
#image_postdoc img {
  width: 80%; 
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
#image_postdoc p {
  display: inline-block;
  padding: 8px;
}
#postdoc h2 {
  padding: 8px;
}
/* #######################################################*/
#image_postdoc2 img {
  width: 80%; 
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
#image_postdoc2 p {
  display: inline-block;
  padding: 8px;
}
#postdoc2 h2 {
  padding: 8px;
}