body {
	background: #202020; 
	margin: 0; 
	padding: 0;
	color: #ddd;
	font-family:'Open Sans', sans-serif;
	font-size:12pt;
	line-height:130%;
	text-align:justify;
	
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
} 

a {color:#ffb128;
   text-decoration: none;
}           

#content h1 
{ color:#fff;
  font-size:1.5em;
  line-height:1.5em;
   font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style:normal;
}

#content h2 
{ color:#ddd;
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  font-style:normal;
  font-size: 1.2em;
}

#container {
	min-width: 880px;
	max-width: 1400px;
    margin-left:auto;
    margin-right:auto;
    padding: 0; 
	}           

#logo {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 112px;
	align-items: center;
	justify-content: center;
	height: 112px;
	border: 0;
}

#logo img {
	display: block;
	width: 100px;
	height: auto;
}

#aueb {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 112px;
	align-items: center;
	justify-content: center;
	height: 112px;
	margin: 0;
	border: 0;
}

#aueb a{
	border-bottom-style:none;
}

#aueb img {
	display: block;
	max-width: 100px;
	height: auto;
	max-height: 100px;
}

#banner {
	box-sizing: border-box;
	flex: 1;
	min-width: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	padding: 17px 20px 14px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #fff;
}

#banner h1 {
	margin: 0 0 5px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: clamp(1.25rem, 2.4vw, 1.8rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.15;
}

#department {
	overflow: hidden;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	color: #f1d8d8;
}

#department p
{
	margin: 0;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	line-height: 1.45;
}


#header {
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	height: 112px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #91363a;
	background-color: #762124;
}           

#menu {
	width: 100%; 
	height: 70px;
	margin: 0; 
	padding: 0; 
	font-size: 15px;
	color: #fff;
	list-style:none;
	text-decoration: none;
	list-style: none;
	clear:both;
	z-index:1;
	
}   

/* START NAV MENU ----------------------------------------------------------- */
#menu nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 6px;
	margin: 0 38px 0 0;
	padding: 12px 0 14px;
  list-style: none;
	border-bottom: 1px solid #454545;
}
 
#menu nav ul li {
	margin: 0;
}
 
#menu nav ul li a {
	display: block;
	padding: 8px 14px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: rgba(32, 32, 32, 0.7);
	color: #bbb;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

#menu nav ul li a:hover,
#menu nav ul li a:focus-visible {
	border-color: #ffb128;
	background: #762124;
	color: #fff;
	outline: none;
}

#menu nav ul li a[aria-current="page"] {
	border-color: #ffb128;
	background: #762124;
	color: #fff;
	box-shadow: inset 0 -3px 0 #ffb128;
}
 
#menu nav ul li a:active {
	background: #5e1b1e;
}
 
/* END NAV MENU */



#content {
	width: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	float: center;

	}        

#teaser {
	width:100%;
	size:inherit;
	margin: 0; 
	padding: 0; 
	border: 1;
	margin-top:-30px;
	}        

#teaser figure{
	margin:0;
	padding:0;
	size:inherit;
	height:35em;
	text-align:center; 
    margin-top: 0;
    margin-bottom: -35em;
    margin-left: 0;
    margin-right: 0;
	border-style:none;
	border-color: #000;
	border-width:0;
	border:0;
}

#teaser figure.hide
{
	opacity: 0;
	transition: 1s opacity;
}

#teaser figure.show{
	opacity: 1;
	transition: 1s opacity;
}


.slide {
	width:100%;
	size:inherit;
	margin: 0; 
	padding: 0; 
	border: 0;
	text-align:center; 
	border-style:none;
	border-color: #000;
	border-width:1px;
	}

ul.members {
overflow: hidden;
}

li.member {
	width: 90%;
	margin: 0; 
	padding: 10px; 
	border: 0;
	margin-top: 10px; 
	float: left; 
	position: static;
	background:#333;
}

img.member {
    width: 200px; 
    min-height: auto;
	margin: 20px; 
	padding: 0px; 
	border: 1.2px;
	border-style:solid;
	border-color:#CCC;
	float: left; 
}

ul.topics {
overflow: hidden;
}

li.topic {
	width: 400px;
	margin: 0; 
	padding: 10px; 
	border: 0;
	margin-top: 10px; 
	float: left; 
	position: static;
	list-style:none;
	text-decoration: none;
}

img.topic {
    width: 100%; 
    min-height: auto;
	margin: 1px; 
	padding: 0px; 
	border: 1.5px;
	border-style:solid;
	float: left; 
	border-color: #000;
}

h2.topic {
	text-align:center;
	
}

ul.papers {
overflow: hidden;
}

li.papers {
	width: 100%;
	margin: 0; 
	padding: 5px; 
	border: 0;
	margin-top: 10px; 
	float: left; 
	position: static;
	list-style:none;
	text-decoration: none;
	background:#333;
}

img.papers_teaser {
   max-width: 300px; 
    width: 300px; 
    margin-right: 20px; 
	padding: 0px;
	margin-top:10px; 
	margin-left:10px; 
	border: 1.5px;
	border-style:solid;
	float: left; 
	border-color: #000;
	position:relative;
}

img.thesis_teaser {
    max-width: 200px; 
    width: 200px; 
    margin-right: 10px; 
	padding: 0px;
	margin-top:10px; 
	margin-left:10px; 
	border: 1.5px;
	border-style:solid;
	float: left; 
	border-color: #000;
	position:relative;
}

div.papers {
	overflow:hidden;
	padding-right:20px;

}

div.papers_teaser {
	float: left;
	position:relative;
	width: 330px;
	max-width: 330px;
}

div.publications {
	width: 98%;
	padding-left: 1%; 
	padding-right: 1%; 
	border: 0;
	margin: 0; 
	margin-bottom:5pt;
	float: left; 
	background:#333;

}

#publications ul li{
	padding-bottom:8pt;
	text-align:justify;

}

li.downloads {
	padding: 2%; 
	border: 0;
	margin: 1%; 
	margin-bottom:10pt;
	float: left; 
	list-style:none;
	text-decoration: none;
	background:#333;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;

}

li.download-list {
	padding: 2%; 
	border: 0;
	margin: 2%; 
	margin-bottom:20pt;
	float: left; 
	list-style:none;
	text-decoration: none;
	background:#333;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;

}



img.download_teaser {
    width: 100%; 
    margin: 0%;
	margin-bottom: 20px; 
	padding: 0px;
	border: 1.5px;
	border-style:solid;
	float: left; 
	border-color: #000;
	position:relative;
}

div.download-list {
 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
		break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	
	
/*		overflow:hidden;*/
	overflow:hidden;
	padding-right:2px;
	min-height: 1000px;
}

div.download {
	overflow:hidden;
	padding-right:20px;

}

div.download_teaser {
	float: left;
	position:relative;
	width: 330px;
	max-width: 330px;
}




	
#intro {
	width: 50%; 
	float: left;
	}           

#news, #selected {
	width: 45%; 
	float: right; 
	margin-left:20px;
	}   

#footer 
{
	box-sizing: border-box;
	width: 95%;
	clear: both;
	float: none;
	margin: 28px auto 0;
	padding: 16px 34px 22px;
	border-top: 1px solid #454545;
	background: #1b1b1b;

	display: flex;
    justify-content: space-between;
    align-items: center;
}                            

#footer p.right
{
	margin: 0 auto;
	color: #929292;
	font-size: 0.82rem;
	line-height: 1.5;
	text-align: right;
	display: flex;
	gap: 12px;
}

#footer p.left
{
	max-width: 1120px;
	margin: 0 auto;
	color: #929292;
	font-size: 0.82rem;
	line-height: 1.5;
	text-align: left;
}	

@media (max-width: 620px) {
	#footer {
		margin-top: 24px;
		padding: 14px 16px 18px;
	}

	#footer p.right {
		text-align: left;
	}

}

/* Publication list layout */
#content {
	box-sizing: border-box;
	max-width: 1120px;
	margin: 0 auto;
	padding: 28px 34px 48px;
	text-align: left;
}

#content > #publications:first-child {
	padding: 0 0 18px;
	margin: 0 0 24px;
	border-bottom: 1px solid #4b4b4b;
	background: transparent;
}

#content > #publications:first-child h1 {
	margin: 0 0 4px;
	color: #fff;
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	letter-spacing: 0.02em;
	line-height: 1.15;
}

#content > #publications:first-child p {
	margin: 0;
	color: #a9a9a9;
	font-size: 0.92rem;
	text-align: left;
}

#publications > .publications_title h2 {
	box-sizing: border-box;
	margin: 0;
	padding: 14px 0 7px 14px;
	border-left: 4px solid #ffb128;
	border-bottom: 1px solid #4b4b4b;
	color: #f3f3f3;
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-align: left;
}

#publications > .publications {
	box-sizing: border-box;
	position: relative;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0 0 14px 76px;
	background: transparent;
	border-bottom: 1px solid #383838;
}

#publications > .publications + .publications {
	padding-top: 18px;
}

.external-publications > #publications > h1 ~ .publications {
	padding-left: 100px !important;
}

#publications > .publications > p {
	position: absolute;
	width: 58px;
	margin: 2px 0 0 -76px;
	color: #ffb128;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

.external-publications > #publications > h1 ~ .publications > p {
	width: 76px;
	margin-left: -100px !important;
}

#publications > .publications ul {
	margin: 0;
	padding-left: 20px;
}

#publications > .publications li {
	padding: 0 0 12px 5px;
	color: #c8c8c8;
	font-size: 0.96rem;
	line-height: 1.65;
	text-align: left;
}

#publications > .publications li::marker {
	color: #ffb128;
}

#publications > .publications li.thesis-entry {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 112px;
	padding: 0 0 12px 5px;
	list-style: none;
}

#publications > .publications .thesis-figure {
	margin: 0;
}

#publications > .publications .thesis-figure a {
	display: block;
	border: 0;
}

#publications > .publications .thesis-figure img {
	display: block;
	box-sizing: border-box;
	width: 150px;
	height: 112px;
	padding: 4px;
	border: 1px solid #555;
	background: #202020;
	object-fit: cover;
}

#publications > .publications .thesis-details {
	min-width: 0;
}

#publications > .publications li.thesis-entry::before {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 9px 2px 0;
	border-radius: 50%;
	background: #ffb128;
	content: "";
}

#publications > .publications .thesis-authors {
	color: #a9a9a9;
	font-size: 0.88rem;
	line-height: 1.55;
}

#publications > .publications .thesis-title {
	display: inline-block;
	margin: 4px 8px 5px 16px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
}

#publications > .publications .thesis-date {
	display: inline-block;
	margin-left: 0;
	color: #ffbe4d;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

body:has(.thesis-entry) .external-publications > .publications li.thesis-entry {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 112px;
	padding: 0 0 12px 5px;
	list-style: none;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-figure {
	margin: 0;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-figure a {
	display: block;
	border: 0;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-figure img {
	display: block;
	box-sizing: border-box;
	width: 155px;
	height: 120px;
	padding: 2px;
	border: 1px solid #555;
	background: #202020;
	object-fit: cover;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-details {
	min-width: 0;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-authors {
	display: block;
	color: #a9a9a9;
	font-size: 0.88rem;
	line-height: 1.55;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-title {
	display: inline-block;
	margin: 4px 8px 5px 0;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-where {
	display: block;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin-top: 6px;
	padding: 5px 10px;
	border-left: 3px solid #ffb128;
	background: rgba(255, 177, 40, 0.1);
	color: #ffcf77;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-date {
	display: block;
	margin: 0;
	padding-top: 5px;
	color: #e68c70;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

body:has(.thesis-entry) .external-publications > .thesis-year-group .thesis-status {
	display: block;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin-top: 7px;
	padding: 5px 10px;
	border-left: 3px solid #ffb128;
	background: rgba(255, 177, 40, 0.1);
	color: #ffcf77;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
}

body:has(.thesis-page-title) .external-publications > .thesis-page-title {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 0 18px;
	border-bottom: 1px solid #4b4b4b;
	background: transparent;
}

body:has(.thesis-page-title) .external-publications > .thesis-page-title h1 {
	margin: 0;
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	letter-spacing: 0.02em;
	line-height: 1.15;
	text-align: left;
}

body:has(.thesis-page-title) #content > .thesis-section-title {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin: 24px 0 12px;
	padding: 0;
	background: transparent;
}

body:has(.thesis-page-title) #content > .thesis-section-title:first-of-type {
	margin-top: 0;
}

body:has(.thesis-page-title) #content > .thesis-section-title h2 {
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 8px 14px;
	border-left: 4px solid #ffb128;
	border-bottom: 1px solid #4b4b4b;
	color: #f3f3f3 !important;
	font-size: 1.08rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-align: left;
}

body:has(.thesis-page-title) #content > .thesis-guidance {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 18px;
	border-bottom: 1px solid #383838;
	background: transparent;
}

body:has(.thesis-page-title) #content > .thesis-guidance > p {
	margin: 0 0 10px;
	color: #c8c8c8;
	font-size: 0.94rem;
	line-height: 1.6;
	text-align: left;
}

body:has(.thesis-page-title) #content > .thesis-guidance > p:first-child strong {
	color: #fff;
	font-size: 1rem;
}

body:has(.thesis-page-title) #content > .thesis-guidance > p:nth-of-type(3) {
	margin-top: 16px;
}

body:has(.thesis-page-title) #content > .thesis-guidance ul {
	margin: 0;
	padding-left: 22px;
}

body:has(.thesis-page-title) #content > .thesis-guidance li {
	padding: 0 0 7px 4px;
	color: #c8c8c8;
	font-size: 0.94rem;
	line-height: 1.6;
	text-align: left;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group {
	box-sizing: border-box;
	position: relative;
	float: none;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 14px 76px;
	border-bottom: 1px solid #383838;
	background: transparent;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group > p:first-child {
	position: absolute;
	left: 0;
	top: 2px;
	width: 58px;
	margin: 0;
	color: #ffb128;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0 0 12px;
	background: transparent;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers + li.papers {
	padding-top: 12px;
	border-top: 1px solid #383838;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group .thesis_teaser {
	float: none;
	width: 150px;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group img.thesis_teaser {
	display: block;
	box-sizing: border-box;
	width: 150px;
	height: 112px;
	margin: 0;
	padding: 4px;
	border: 1px solid #555;
	background: #202020;
	object-fit: cover;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers > .papers {
	min-width: 0;
	overflow: visible;
	padding: 0;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers h3 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}

body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers p.papers {
	margin: 0;
	color: #a9a9a9;
	font-size: 0.88rem;
	line-height: 1.55;
	text-align: left;
}

@media (max-width: 620px) {
	#publications > .publications li.thesis-entry {
		display: block;
		padding-left: 5px;
	}

	#publications > .publications .thesis-figure {
		margin: 0 0 12px;
	}

	#publications > .publications .thesis-figure img {
		width: 100%;
		height: auto;
		max-height: 220px;
		object-fit: contain;
	}

	body:has(.thesis-entry) .external-publications > .publications li.thesis-entry {
		display: block;
		padding-left: 5px;
	}

	body:has(.thesis-entry) .external-publications > .publications .thesis-figure {
		margin: 0 0 12px;
	}

	body:has(.thesis-entry) .external-publications > .publications .thesis-figure img {
		width: 100%;
		height: auto;
		max-height: 220px;
		object-fit: contain;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group {
		padding: 0 0 14px;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group > p:first-child {
		position: static;
		width: auto;
		margin: 0 0 10px;
		padding: 0 0 7px 14px;
		border-left: 4px solid #ffb128;
		border-bottom: 1px solid #4b4b4b;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group li.papers {
		display: block;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group .thesis_teaser,
	body:has(.thesis-page-title) .external-publications > .thesis-year-group img.thesis_teaser {
		width: 100%;
		max-width: none;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group .thesis_teaser {
		margin-bottom: 12px;
	}

	body:has(.thesis-page-title) .external-publications > .thesis-year-group img.thesis_teaser {
		height: auto;
		max-height: 220px;
		object-fit: contain;
	}
}

/* Shared publication category layout. */
#publications > .publications li strong {
	color: #f0f0f0;
	font-weight: 600;
}

#publications > .publications li a {
	color: #ffbe4d;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}


body:has(.thesis-entry) .external-publications > .publications .thesis-icons {
	display: flex;
	gap: 8px;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 26px;
	box-sizing: border-box;
	padding: 3px 6px;
	border: 1px solid #98533e;
	border-radius: 3px;
	background: rgba(152, 83, 62, 0.12);
	color: #e68c70;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-decoration: none;
	margin-top: 6px;
}

body:has(.thesis-entry) .external-publications > .publications .thesis-icon:hover,
body:has(.thesis-entry) .external-publications > .publications .thesis-icon:focus {
	border-color: #ffb128;
	background: rgba(255, 177, 40, 0.14);
	color: #fff;
}

.external-publications .thesis-icon i,
.external-publications .publication-award-icon i {
	font-size: 16px;
}

.external-publications .publication-award-icon {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	padding: 3px 6px;
	border: 1px solid #8a6b24;
	border-radius: 3px;
	background: rgba(255, 177, 40, 0.12);
	color: #ffcf77;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.3;
}

.external-publications .publication-award-icon > span {
	color: #ffb128;
	font-size: 0.95rem;
}

#publications > .publications li a:hover,
#publications > .publications li a:focus {
	color: #fff;
	border-bottom-color: #ffb128;
}

#publications > .publications_title {
	clear: both;
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin: 24px 0 12px;
	padding: 0;
	background: transparent;
}

.external-publications > #publications > .publications_title:first-child {
	margin-top: 0;
}

#publications > .publications_title + .publications {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 14px 76px;
	background: transparent;
	border-bottom: 1px solid #383838;
}

#publications > .publications_title + .publications > p {
	position: absolute;
	width: 58px;
	margin: 2px 0 0 -76px;
	color: #ffb128;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

#publications > .publications_title + .publications ul {
	margin: 0;
	padding-left: 20px;
}

#publications > .publications_title + .publications li {
	padding: 0 0 12px 5px;
	color: #c8c8c8;
	font-size: 0.96rem;
	line-height: 1.65;
	text-align: left;
}

#publications > .publications_title + .publications li::marker {
	color: #ffb128;
}

@media (max-width: 900px) {
	#container {
		min-width: 0;
		width: 100%;
	}

	#content {
		padding: 24px 22px 36px;
	}
}

@media (max-width: 620px) {
	#header {
		height: auto;
		min-height: 100px;
	}

	#logo {
		flex-basis: 88px;
		height: 100px;
	}

	#logo img {
		width: 82px;
	}

	#banner {
		box-sizing: border-box;
		max-width: calc(100% - 88px);
		padding: 12px 8px;
	}

	#banner h1 {
		font-size: 1.05rem;
	}

	#department p {
		font-size: 0.72rem;
	}

	#aueb {
		display: none;
	}

	#menu {
		height: auto;
	}

	#menu nav ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 4px;
		margin: 0;
		padding: 8px 12px 14px;
		text-align: left;
	}

	#menu nav ul li {
		float: none;
		display: block;
		margin: 0;
	}

	#menu nav ul li a {
		padding: 7px 9px;
		font-size: 0.72rem;
	}

	#content {
		padding: 22px 16px 32px;
	}

	#publications > .publications {
		padding-left: 0;
	}

	.external-publications > #publications > h1 ~ .publications {
		padding-left: 0 !important;
	}

	#publications > .publications_title + .publications {
		padding-left: 0;		
	}

	#publications > .publications_title + .publications > p {
		position: static;
		width: auto;
		margin: 0 0 6px;
	}
	
	#publications > .publications > p {
		position: static;
		width: auto;
		margin: 0 0 6px;
	}

	.external-publications > #publications > h1 ~ .publications > p {
		position: static;
		width: auto;
		margin: 0 0 6px;
	}

	#publications > .publications ul {
		padding-left: 18px;
	}

	#publications > .publications li {
		font-size: 0.92rem;
		line-height: 1.55;
	}
}

/* Homepage layout */
body:has(#intro) #content {
	max-width: 1180px;
	padding-top: 34px;
}

body:has(#intro) #intro {
	box-sizing: border-box;
	width: 50%;
	margin: 0;
	padding: 0 30px 0 0;
}

body:has(#intro) #teaser {
	margin: 0 !important;
	margin-bottom: 24px !important;
}

body:has(#intro) #teaser figure {
	height: auto;
	margin: 0;
	text-align: left;
}

body:has(#intro) #teaser img.download_teaser {
	box-sizing: border-box;
	display: block;
	float: none;
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
	padding: 8px;
	border: 1px solid #555;
	background: #2b2b2b;
}

body:has(#intro) #intro > h1 {
	margin: 28px 0 12px;
	padding: 0 0 9px 14px;
	border-left: 4px solid #ffb128;
	border-bottom: 1px solid #4b4b4b;
	color: #fff;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-align: left;
}

body:has(#intro) #intro > h1:first-child {
	margin-top: 0;
}

body:has(#intro) #intro .cv-note {
	margin: 0 0 12px;
	color: #c8c8c8;
	font-size: 0.98rem;
	line-height: 1.7;
	text-align: left;
}

body:has(#intro) #intro .cv-list {
	margin: 0 0 18px;
	padding-left: 20px;
	list-style: disc;
	color: #c8c8c8;
	font-size: 0.98rem;
	line-height: 1.7;
	text-align: left;
}

body:has(#intro) #intro .cv-list li {
	margin: 0 0 8px;
	padding-left: 4px;
	color: #c8c8c8;
	line-height: 1.7;
}

body:has(#intro) #intro .cv-list ul {
	margin: 8px 0 0;
	padding-left: 20px;
	list-style: circle;
}

body:has(#intro) #intro .cv-list ul li {
	margin-bottom: 6px;
	padding-left: 0;
}

body:has(#intro) #intro .compact-list {
	margin-bottom: 18px;
}

body:has(#intro) #intro article {
	margin: 0;
	color: #c8c8c8;
	font-size: 0.92rem;
	line-height: 1.6;
	text-align: left;
}

body:has(#intro) #intro article p {
	margin: 0 0 12px;
}

body:has(#intro) #intro article strong {
	color: #f0f0f0;
	font-weight: 600;
}

body:has(#intro) #intro article a {
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

body:has(#intro) #intro article a:hover,
body:has(#intro) #intro article a:focus {
	color: #fff;
	border-bottom-color: #ffb128;
}

body:has(#intro) #news,
body:has(#intro) #selected {
	box-sizing: border-box;
	width: 45%;
	float: right;
	margin: 0 !important;
	margin-left: 20px !important;
	padding: 0 0 10px;
	text-align: left;
}

body:has(#intro) #news h1,
body:has(#intro) #selected h1 {
	margin: 0 0 12px;
	padding: 0 0 9px 14px;
	border-left: 4px solid #ffb128;
	border-bottom: 1px solid #4b4b4b;
	font-size: 1.15rem;
	letter-spacing: 0.04em;
	line-height: 1.35;
}

body:has(#intro) #selected .selected-group + .selected-group {
	margin-top: 30px;
}

body:has(#intro) #selected .selected-summary {
	margin: -2px 0 14px;
	color: #a9a9a9;
	font-size: 0.88rem;
	line-height: 1.55;
	text-align: left;
}

body:has(#intro) #selected .selected-entry {
	margin: 0;
	padding: 0 0 13px;
	border-bottom: 1px solid #383838;
}

body:has(#intro) #selected .selected-entry + .selected-entry {
	padding-top: 13px;
}

body:has(#intro) #selected .selected-entry p {
	margin: 0;
	color: #c8c8c8;
	font-size: 0.92rem;
	line-height: 1.6;
	text-align: left;
}

body:has(#intro) #selected .selected-meta {
	color: #969696;
}

body:has(#intro) #selected .selected-project p {
	display: block;
}

body:has(#intro) #selected .selected-project strong {
	display: inline-block;
	margin-right: 8px;
	font-size: 0.9rem;
}

body:has(#intro) #news h1:not(:first-child) {
	margin-top: 30px;
}

body:has(#intro) #news > p,
body:has(#intro) #selected > p,
body:has(#intro) #news article,
body:has(#intro) #selected article {
	margin: 0;
	padding: 0 0 2px;
	color: #c8c8c8;
	font-size: 0.98rem;
	line-height: 1.7;
	text-align: left;
}

body:has(#intro) #news article p, body:has(#intro) #selected article p {
	margin: 0;
}

body:has(#intro) #news strong, body:has(#intro) #selected strong {
	color: #f0f0f0;
	font-weight: 600;
}

body:has(#intro) #news > p:nth-of-type(2) {
	padding: 14px 16px;
	border: 1px solid #3e3e3e;
	background: #292929;
}

body:has(#intro) #news > p:nth-of-type(2) strong {
	color: #ffb128;
	font-size: 0.88rem;
	white-space: nowrap;
}

body:has(#intro) #news .news-list {
	position: relative;
	margin: 0;
	padding: 4px 0 4px 92px;
	list-style: none;
	border-left: 1px solid #4b4b4b;
}

body:has(#intro) #news .news-list li {
	position: relative;
	margin: 0;
	padding: 10px 12px 10px 16px;
	color: #c8c8c8;
	font-size: 0.94rem;
	line-height: 1.55;
}

body:has(#intro) #news .news-list li::before {
	position: absolute;
	left: -5px;
	top: 18px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ffb128;
	content: "";
}

body:has(#intro) #news > .news-list > .news-year > ul > li + li {
	border-top: 1px solid #383838;
}

body:has(#intro) #news .news-list time {
	position: absolute;
	left: -92px;
	top: 10px;
	width: 76px;
	color: #ffb128;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: right;
}

body:has(#intro) #news .news-list span {
	display: block;
}

body:has(#intro) #news > .news-list:nth-of-type(2) {
	display: none;
}

body:has(#intro) #news > .news-list > .news-year {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

body:has(#intro) #news > .news-list > .news-year::marker {
	content: "";
}

body:has(#intro) #news > .news-list > .news-year::before {
	content: none;
}

body:has(#intro) #news > .news-list > .news-year h2 {
	margin: 0 0 14px;
	padding: 0 0 7px 14px;
	border-left: 4px solid #ffb128;
	border-bottom: 1px solid #4b4b4b;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.35;
	text-align: left;
}

body:has(#intro) #news > .news-list > .news-year > ul {
	margin: 0;
	padding: 0;
	margin-left: 44px;
	list-style: none;
	border-left: 1px solid #4b4b4b;
}

body:has(#intro) #news > .news-list > .news-year > ul > li {
	padding-left: 16px;
}

body:has(#intro) #news > .news-list {
	padding: 0;
	border-left: 0;
}

body:has(#intro) #news > .news-list > .news-year > ul > li:last-child {
	border-bottom: 1px solid #383838;
}

body:has(#intro) #news > .news-list > .news-year > ul > li {
	background: transparent !important;
}

body:has(#intro) #news > .news-list > .news-year:first-child > ul > li:nth-child(-n + 4) {
	background: rgba(255, 177, 40, 0.1) !important;
}

body:has(#intro) #news a {
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

body:has(#intro) #news a:hover,
body:has(#intro) #news a:focus {
	color: #fff;
	border-bottom-color: #ffb128;
}

@media (max-width: 620px) {
	body:has(#intro) #intro,
	body:has(#intro) #news {
		width: 100%;
		padding-right: 0;
	}

	@media (max-width: 620px) {
    body:has(#intro) #intro, body:has(#intro) #selected {
        width: 100%;
        padding-right: 0;
    }
}

	body:has(#intro) #intro {
		margin-bottom: 28px;
	}

	body:has(#intro) #teaser {
		text-align: center;
	}

	body:has(#intro) #teaser figure {
		text-align: center;
	}

	body:has(#intro) #teaser img.download_teaser {
		max-width: 320px;
	}

	body:has(#intro) #news > p,
	body:has(#intro) #news article {
		font-size: 0.94rem;
		line-height: 1.6;
	}

	body:has(#intro) #news .news-list {
		padding-left: 78px;
	}

	body:has(#intro) #news .news-list time {
		left: -78px;
		width: 64px;
	}

	body:has(#intro) #news .news-list li {
		padding-left: 12px;
		font-size: 0.9rem;
	}

	body:has(#intro) #news > .news-list {
		padding: 0;
	}

	body:has(#intro) #news > .news-list > .news-year > ul {
		margin-left: 44px;
	}

	body:has(#intro) #news > .news-list > .news-year > ul > li {
		padding-left: 12px;
	}
}

