/* #######################################################*/
/* ############### classes        ########################*/  
/* #######################################################*/
body {
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

/* Style the header */
.header {
    padding: 80px;
    text-align: center;
    background-image:url("../img/header_netzprobe.jpg");
  }
  
  /* Increase the font size of the h1 element */
  .header h1 {
    font-size: 40px;
  }
  * {
  box-sizing: border-box;
  }

/* ############### column and rows stuff ########################*/  
  /* Create two columns that floats next to each other */
  .column {
    float: left;
    padding: 10px;
  }
  
  .left {
    width: 25%;
  }
  
  .right {
    width: 75%;
  }
  .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            ########################*/  
/* #######################################################*/ 
#intro {
  text-align: center;
}

#intro h1 {
  text-align: center;
  color: rgb(10, 88, 107);
  padding: 10px;
}

#logo img{
  display: inline-block;
  width: 25%;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 16px;
  margin-left: 16px;
  size: 1024px;
}
/* #######################################################*/
#top {
    text-align: center;
}
#team_wp {
    font-size: 64px;
	font-weight: bold;
    color: white;
    background-color: rgb(10, 88, 107);
    display: inline;
	margin: 16px;
}

/* #######################################################*/
#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);
}
/* #######################################################*/


#main {
  margin: auto;
  padding: 16px;
  line-height: 140%;
}
/* #######################################################*/
#expertise {
  text-align: left;
}
#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;
  }



/* #######################################################*/
#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;
}