body {font-family: Century Gothic;
color:#5e5e5e;
margin:0px;
}

h1 {
font-size: 24pt;
text-align: center;
}

a:hover{
	font-weight:bolder;
}

.menubutton{
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 5;
}

.hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}


.menubutton div{
	width: 35px;
	height: 5px;
	background-color: rgb(175, 175, 175);
	margin: 5px;
}

.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 10; /* Stay on top */
	top: 0;
	left: -3px;
	background-color: #1293e4;
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 3px;
	  }
  
   .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
 
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
  



.textarea {
	width: 100%;
	max-width:900px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.textarea p, .textarea h2, div.communities-list {
	padding-inline: 10px;
}

.header {
	background-color:#000000;
	padding: 20px;
	overflow: auto;
}

.lefttext img{
	padding-top: 20px;
}

@media all and (max-width: 700px) {
	.lefttext img{
		width: 39vw;
	}
}

.quote {
	color:#FFFFFF;
	width: 100%;
	font-weight:500;
   	}

.textarea .quote {
    margin-left: -10px;
	}

@media all and (min-width: 2000px) {
	.quote{
		font-size: 30px;
		  }
	}

@media all and (max-width: 2000px) {
	.quote{
		font-size: calc(12px + 1.2vw);
			 }
	}


	
.lefttext{
	width: 50%;
	float: left;
	}

.profilepic img{
	width: 50%;
}




#research{
	background: linear-gradient(180deg, #eeeded, #ffffff);
}

#research a{
	color:#1293e4;
	text-decoration: none;
}


#communities{
	background-color: #1293e4;
}

#communities a{
	color: #FFFFFF;
	text-decoration: none;
}

#communities {
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 30px;
}


.communities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.community-box {
  box-sizing: border-box;
  padding: 10px 30px;
  border: 3px solid white;
  border-radius: 15px 15px 0 15px;
  text-align: center;
  flex: 1 1 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);

}


@media (max-width: 900px) {
  .community-box {
    flex: 1 1 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 600px) {
  .community-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.community-box a {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  color: white;
  text-decoration: none;
}

.community-box .comm-text {
  display: block;
  margin-top: 4px;
  line-height: 1.4;
}




#vita {
background: linear-gradient(180deg, #eeeded, #ffffff);
}

#vita {
	background: linear-gradient(180deg, #0d7cc3, #1293e4);
	color: #FFFFFF;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}

.timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
  }

.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
 }

.timelinecontainer {
	padding: 20px 9% 0px 25px;
	position: relative;
	background-color: inherit;
	width: 40%;
 }

.timelinecontainer::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0px;
	background-color: white;
	top: 40%;
	border-radius: 50%;
	z-index: 1;
	  }

.left {
	left: 0px;
 }
  
.right {
	left: 50%;
	margin-left: 24px;
	padding-left: 4%;
  }

.right::after {
	left: -9%;
  }

  .right::after {
	right: 9%;
  }

  .timelinecontent {
	padding: 10px 30px;
	border-color: white;
	border-style: solid;
	position: relative;
	border-radius: 6px;
	text-align: center;
	border-radius: 15px 15px 0px 15px;
  }

 @media screen and (max-width: 600px) {
		  .timeline::after {
		left: 31px;
  }

.timelinecontainer {
    width: 100%;
    padding-left: 70px;
	padding-right: 25px;
	box-sizing: border-box;
     }

.left::after, .right::after {
		left: 13px;
	}

.right {
	left: 0%;
	margin-left: 0px;
}
}


#publications a{
	color:#1293e4;
	text-decoration: none;
}

#publications li{
	margin-bottom: 5px;
}

#contact{
	background-color: #1293e4;
}

#contact a{
	color: #FFFFFF;
	text-decoration: none;
}

#contact {
	color: #FFFFFF;
	text-align: center;
}

#contact img{
	width: 50px;
	border-color: white;
	border-style: solid;
	position: relative;
	border-radius: 6px;
	text-align: center;
	border-radius: 15px 15px 0px 15px;
	padding: 10px;
}

.imprint a{
	color: #1293e4;
	text-decoration: none;
}

