@font-face {
  font-family: Werker;
  src: url('../font/werker.ttf');
}

html {
	scroll-behavior: smooth;
}

html,body, li {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3 {
	font-weight: 400 !important;
	font-size: 15px;
	margin-block-start: 0px;
}

body {
	max-width: 100%;
	font-family: "werker";
	font-size: 15px;
	line-height: 1.2em;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	transition: .25s linear;
}

.about p {
	font-size: 22px;
	line-height: 1.2em;
	margin-top: 0px;
}

.about li {
	font-size: 22px;
	line-height: 1.2em;
}

.about a {
	font-size: 22px;
	line-height: 1.2em;
	border-bottom: 2px solid white !important;
}

.about a:hover {
	border-bottom: 0px solid white !important;
}

.menu {
	border-top: 1px solid black;
}

.menu-top {
	padding-top: 20px;
	padding-inline-start: 30px;
}

.menu-top li {
	list-style-type: none;
}

.menu-top li a {
}

.menu-top-left {
	width:45%;
	margin: 30px;
	float:left;
}

.menu-top-right {
	width: 45%;
	margin: 10px 0px 30px 0px;
	float: right;
}

#menu-overlay {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: top 0.3s ease;
    background-color: white;
    border-bottom: 1px solid black;
}

#menu-overlay.open {
    top: 0;
}

#menu-close {
    position: fixed;
    top: -100%;
    right: 0;
    z-index: 101;
    background: none;
    border: none;
    font-family: "werker";
    font-size: 15px;
    padding: 20px;
    cursor: pointer;
    transition: top 0.3s ease;
}

#menu-close.visible {
    top: 0;
}

.items {
	margin-bottom: 30px;
}

img {
    opacity: 0;
    transition: opacity 0.5s ease;
}

img.loaded {
    opacity: 1;
}

img {
	max-width: 100%;
	height: auto;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.image-layout {
    position: relative;
}

.numbering-projects {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
}

.image-layout {
    width: 100%;
    background-color: transparent;
}

.image-layout img {
    width: 100%;
    height: auto;
    display: block;
}

.numbering {
	display: inline-block;
	float: left;
	width: 3%;
	font-size: 11px;
}

.numbering-projects {
	display: inline-block;
	width: 2%;
	float: right;
	font-size: 11px;
	text-align: right;
}

.column-seventy img {
	width: 98%;
} 

.publications-section img {
	margin-bottom: 20px;
	display: inline-block;
	float: left;
	width: 96%;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
	height: auto;
	clear: both;
	margin-bottom: -6px;
}

.texts-section {
	display: inline-block;
}

.texts-section {
    background-color: white;
    width: 100%;
}

.texts-content h2 {
    margin-top: 40px;
}

.texts-content {
	font-size: 22px;
	line-height: 1.2em;
	width: 70%;
	margin: 40px auto;
}

.text-wrapper {
    border-bottom: 1px solid black;
    width: 100%;
}

.texts-content {
    padding-bottom: 40px;
}

.texts-content p {
	margin-block-end: 0px;
	text-indent: 80px;
}

.texts-content h2 {
	font-size: 22px;
	margin-left: 80px;
	width:60%;
}

.texts-content img {
	padding: 1.2em 0px;
}

.texts-content figcaption {
    font-size: 11px;
    line-height: 1.2em;
    padding: 4px 0px 12px 0px;
}

.texts-content figure img {
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.texts-content figure {
    margin: 0;
    width: 100%;
}

figure {
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

sup {
	font-size: 15px;
	line-height: 1.2em;
}

.footnotes {
    font-size: 15px !important;
    line-height: 1.2em;
    margin-left: 80px;
	margin-top: 20px;
}

.footnotes p {
    text-indent: -40px;
    padding-left: 40px;
    margin-left: -40px;
    margin-bottom: 1em;
}

.footnotes reference {
    display: inline-block;
    width: 40px;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

a:hover {
	border-bottom: 0px;
}


hr {
	border-bottom: 1px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

hr-small {
	border-bottom: 1px solid black;
	margin: 0px;
	width: 100%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}


.column-triple hr {
	margin: 2em -20px;
	border-bottom: 1px solid black;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.caption {
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px 0px 12px 0px;
}

.content {
	float: left;
	clear: right;
	padding: 20px 20px 20px 20px;
	width: 100%;
	border-bottom: 1px solid black
}

images {
	float: left;
	clear: right;
}

.project-images {
	clear: both;
}


li {
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 1em;
}

.curriculum-section li {
	text-indent: -50px;
	list-style: none;
}

.curriculum-section ol {
	padding-inline-start: 0px;
	margin-left: 50px;
}

.menu li {
	list-style: none;
}

.menu h1 {
	text-transform: uppercase;
}

ol {
	padding-inline-start: 18px;
	padding-top: 1.2em;
}

* {
  box-sizing: border-box;
  margin-block-start: 0px;
}

year {
	width: 0px;
	display: inline-block;
	margin-left: 50px;
}

.column-triple {
	float: left;
	width: 33.33%;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid black;
	margin-left: -1px;
	margin-right: 0px;
	padding-top: 1.5em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: -1px;
	padding-bottom: 1em;
}

.menu h1 {
	padding-top: 18px;
	margin-bottom: 15px;
}

.menu .column-triple {
	float: left;
	width: 33.33%;
	padding-left: 20px;		
	padding-right: 20px;
	border-left: 0px solid black;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	border-right: 1px solid black;
	border-bottom: 0px solid black;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 270px;
}

.column-left {
	width:49%;
	float:left;
	clear: left;
}

.column-left h2 {
	width: 100%;
}

.column-right {
	width: 49%;
	float:right;
	clear: right;
}

.column-seventy {
	width: 73.5%;
	float: left;
}

.column-thirty {
	float: right;
	width: 25%;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	margin-bottom: 20px;
}

.column-seventy-publications {
	width: 73.5%;
	float: right;
	margin-right: -10px;
}

.column-thirty-publications {
	float: left;
	width: 25%;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	margin-bottom: 20px;
}

.about {
	float: left;
	clear: both;
	margin: 0px;
}

.project-section {
	float: left;
	clear: both;
	margin-top: -1px;
	background-color: #e1dfda;
	color: black;
}

.publications-section {
	float: left;
	clear: both;
	margin: 0px;
	background-color: #e1dfda;
	color: black;
}

.curriculum-section {
	float: left;
	clear: both;
	margin: 0px;
	background-color:#cecab9;
	color: black;
	font-size: 15px;
	line-height: 1.2em;
}

.curriculum-section h3, .curriculum-section h2 {
	font-size: 15px;
	line-height: 1.2em;
}

.cv {
	background-color:#cecab9;
}

.curriculum-section .sticky {
	background-color:#cecab9;
}

.contact {
	clear: both;
}

.footer {
	width: 100%;
	clear: both;
	padding: 20px 20px 10px 20px;

}

.title {
	float: left;
}

.text {
	float: left;
	clear: both;
	margin-bottom: 1em;
}

.cross {
	float:right;
}

.cross a {
	border-bottom: 0px;
}

.about a {
	color:white;
	border-bottom: 1px solid white;
}

.about .cross a {
	color:white;
	border-bottom: 0px !important;
	font-size: 15px;
}

.sticky-grey {
	background-color: #e1dfda;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 20px 20px 40px;
	z-index: 10;
	margin-top: -1px;
}

.sticky {
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 20px 20px 40px;
	z-index: 10;
	margin-top: -1px;
}

.sticky h1 {
	float: left;
}

.sticky-grey {
	background-color: #e1dfda;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 20px 20px 40px;
	z-index: 10;
}

.sticky-grey h1 {
	float: left;
}

.sticky-dark {
	background-color: #3a3932;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid white;
	border-top: 1px solid black;
	padding: 20px 20px 40px;
	z-index: 10;
	color: white;
	margin-top: -1px;
}

.sticky-dark h1 {
	float: left;
}

.sticky-white {
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 20px 20px 40px;
	z-index: 10;
	margin-top: -1px;
}

.sticky-white h1 {
	float: left;
}

.about-section {
	background-color: #3a3932;
	color: white !important;
	clear: both;
	float: left;
}

.editions a {
	color: white;
	border-bottom: 1px solid white;
}

.paypal {
	background-color: black;
	border: 0px;
	color: white;
	font-size: 15px;
	padding: 16px 20px;
	border-radius: 10px;	
	width: 260px;
	margin-top: -10px;
}

.paypal:hover {
	background-color: #656565;
}

select {
	height: 27px;
	font-size: 14px;
	width: 260px;
	border-bottom: 1px solid black;
	font-family: Arial;
}


.row {
	margin-left:0px;
}


.creativecommons img {
	width: 16px;
	margin-bottom: -3px;
	height: auto;
}

.cross img {
	width: 18px;
	height: auto;
	margin: 0px;
}

.about .cross img {
	color: white;
}


input[type="image"] {
	width:160px;
}

.thankyou {
	padding: 20px;
	font-size: 22px;
	line-height: 1.2em;
	width: 70%;
	margin: 0 auto;
}


.menu-image img {
	padding: 20px;
	max-height: 200px;

}



/* READ MORE FUNCTIONALITY ---------------------------------------------------------------- */

input.read-more-state {
  	display: none;
}

.read-more-target {
  	font-size: 0;
  	max-height: 0;
  	visibility: hidden;
  	transition: .5s ease;
}

input.read-more-state:checked ~ div.read-more-wrap p.read-more-target {
  	font-size: inherit;
  	max-height: 999em;
  	visibility: visible;
}

input.read-more-state ~ label.read-more-trigger:before {
    content: 'Read more ↓';
}

input.read-more-state:checked ~ label.read-more-trigger:before {
    content: 'Read less ↑';
}

label.read-more-trigger {
  	cursor: pointer;
  	visibility: visible;
  	border-bottom: 1px solid black;
  	font-size: 15px;
  	line-height: 1.2em;
}

label.read-more-trigger:hover {
  	border-bottom: 1px solid white;
}

input.read-more-state:checked ~ div.read-more-wrap div.read-more-target {
    font-size: inherit;
    max-height: 999em;
    visibility: visible;
}

/* iFrame ---------------------------------------------------------------- */

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.Title_module_title__1f69cee0, .Title_module_header__1f69cee0, .Title_module_headers__1f69cee0 {
	display: none !important;
}

/* MOBILE VIEW ---------------------------------------------------------------------------- */


@media only screen and (max-width: 800px) {
	
html {
	overflow-x: hidden;
}
  
.column-left {
	width: 100%;
	float: left;
}
  
.column-right, .column-seventy, .column-thirty, .column-seventy-publications, .column-thirty-publications, .column-triple, .menu .column-triple  {
	width: 100%;
	float: left;
	position: initial;
}

.column-triple {
	margin-bottom: 10px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: auto !important;
	border-top: 1px solid black;
	margin-top: -1px;
}
  
.menu .column-triple {
	border-top: 1px solid black;
	margin: -1px 0px;
	margin-bottom: 10px;
	border-right: 0px;
}

.about p, .about li, .about a, .texts-content, .texts-content h2 {
	font-size: 18px !important;
	line-height: 1.2em;
}

.about a { 
	border-bottom: 1px solid white !important;
}

body, h1, h2, h3, sup, .footnotes, .curriculum-section, .curriculum-section h3, .curriculum-section h2, .about .cross a, .paypal {
	font-size: 12px !important;
	line-height: 1.2em;
}

.numbering, .numbering-projects, .caption {
	font-size: 8px !important;
	line-height: 1.4em;
}

.numbering, .numbering-projects {
	display: none !important;
}

.texts-content {
	width: 100%;
	padding: 20px;
	margin: 0px auto;
}

.texts-content h2 {
	margin-left: 40px;
	width: auto;
}

.texts-content p {
	text-indent: 40px;
}
	
.texts-content figure {
    margin: 0;
    width: 100%;
}

.texts-content figure img {
    width: 100%;
    height: auto;
    margin-left: 0;
}

.footnotes {
    margin-left: 20px;
}

.footnotes p {
    padding-left: 40px;
    margin-left: -20px;
	text-indent: -20px;
}

.footnotes reference {
    width: 40px;
}
	

.publications-section img {
	width: 100%;
}

.column-seventy img {
	width: 100%;
}

.texts-content img {
	padding: 1.2em 0px;
	margin-left: -40px;
}

.items {
	margin-bottom: 0px;
}

.about {
	margin-top: -10px;
}

reference {
	width: 20px !important;
}

.footnotes .read-more-target {
	text-indent: -20px !important;
}

select {
	color: black;
	border: 1px solid black;
	font-family: 'werker';
	-webkit-border-radius: 7px;
	font-size: 13px;
	width: 230px;
}

table {
	-webkit-border-horizontal-spacing: 0px;
}

.paypal {
	width: 230px;
}
  
}

/* TABLET VIEW ---------------------------------------------------------------------------- */


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	
html {
	overflow-x: hidden;
}

.about p, .about li, .about a, .texts-content, .texts-content h2 {
	font-size: 21px !important;
	line-height: 1.2em;
}

.about a { 
	border-bottom: 1px solid white !important;
}

body, h1, h2, h3, sup, .footnotes, .curriculum-section, .curriculum-section h3, .curriculum-section h2, .about .cross a, .paypal {
	font-size: 13px !important;
	line-height: 1.2em;
}

.numbering, .numbering-projects, .caption {
	font-size: 9px !important;
	line-height: 1.4em;
}

label.read-more-trigger {
  	border-bottom: 1px solid black;
  	font-size: 13px;
  	line-height: 1.2em;
}

select {
	color: black;
	border: 1px solid black;
	font-family: 'werker';
	-webkit-border-radius: 7px;
	font-size: 13px;
	width: 230px;
}

table {
	-webkit-border-horizontal-spacing: 0px;
}

.paypal {
	width: 230px;
}

.menu .column-triple {
	height: 230px;
}
}
.about-section,
.project-section,
.publications-section,
.texts-section,
.curriculum-section,
.contact {
  width: 100%;
}

