body {
  line-height: 15px;
  background-color: #ffffff;
  color: #414141;
  font-size: 12px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
}

img {
  outline-style: none;
}

a {
  outline-style: none;
}

p {
  margin: 0px;
}

#mainParent {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#main-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #main-container {
    width: 100%;
  }
}

#main-container a {
  color: inherit;
}

#content-container {
  background-color: white;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 4rem;
  position: relative;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 900px) {
  #content-container {
    padding-top: 2rem;
  }
}

#navChild {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
  background-color: white;
}

#navChildContact {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
  background-color: #00c4fe;
}

#navChildContact2 {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
  background-color: white;
}

#navSarah {
  padding-left: 10px;
  text-decoration: none;
  color: #000;
}

.navA {
  font-size: 11px;
  text-decoration: none;
  color: #777;
  padding-right: 10px;
}

.navSelected {
  font-size: 12px;
  text-decoration: none;
  color: #222;
  padding-right: 10px;
  font-weight: bold;
}

.navA:hover {
  color: black;
}

#projects {
  margin-bottom: 100px;
  text-align: right;
  background-color: #fff;
  padding-top: 20px;
}

#projects a {
  display: block;
}

#projects img {
  margin-bottom: 15px;
}

#projects td {
  text-align: right;
  width: 300px;
  vertical-align: top;
}

#projects p {
  font-weight: bold;
  font-size: 10px;
  color: #aaa;
}

#contentHeader {
  position: relative;
  text-align: left;
  padding: 20px;
  margin-bottom: 30px;
  background-color: white;
  overflow: auto;
}

.contentHeaderDetails {
  float: left;
  font-size: 11px;
  color: #777;
  border-top: 1px solid #777;
  margin-right: 20px;
  padding-top: 5px;
}

.contentHeaderDetails a {
  color: #aaa;
}

#contentBody {
  color: white;
}

#contentBody p {
  margin-top: 12px;
}

@media only screen and (max-width: 900px) {
  #contentBody p {
    font-size: 14px;
    line-height: 20px;
  }
}

#contentBody .first {
  margin-top: 0px;
}

#contentBodyLink {
  color: black;
  font-size: 11px;
}

#contentBodyLink a {
  color: black;
}

.contentHeaderImage {
  display: block;
  margin-bottom: 15px;
  max-width: 720px;
}

@media only screen and (max-width: 900px) {
  .contentHeaderImage {
    max-width: none;
    width: 100%;
    height: auto !important;
  }
}

#news {
  font-size: 12px;
  line-height: 15px;
  background-color: white;
  padding: 2rem;
  margin-bottom: 4rem;
}

#news p {
  margin-top: 0.5rem;
}

#news a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

#news a:hover {
  color: black;
}

.navAboutContactSelected {
  font-size: 12px;
  text-decoration: none;
  color: #777;
  padding-right: 10px;
  font-weight: bold;
}

.navAboutContactA {
  font-size: 11px;
  text-decoration: none;
  color: #777;
  padding-right: 10px;
}

.navAboutContactA:hover {
  color: black;
}

#aboutContact {
  font-size: 11px;
  line-height: 15px;
  margin-right: 20px;
}

#aboutContact a {
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}

#aboutContact a:hover {
  color: black;
}

.press {
  margin-bottom: 8px;
  line-height: 13px;
}

.press a {
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid #777;
}

.press a:hover {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #777;
}

a {
  outline-style: none;
}

#Wies {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 8px;
  font-size: 9px;
  color: #555;
  background-color: white;
  padding: 1px;
}

#Wies a {
  color: #555;
}

#older-work-link {
  font-size: 120%;
  color: #777;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  cursor: pointer;
}

#older-work-link:hover {
  text-decoration: underline;
}

#aboutMainText a, #aboutContact a {
  color: inherit;
}

body.calendar #calendar-container {
  width: 760px;
  background-color: white;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 100;
  margin-bottom: 100px;
}

@media only screen and (max-width: 900px) {
  body.calendar #calendar-container {
    width: 100%;
    box-sizing: border-box;
    float: none;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  body.calendar #news {
    width: 100%;
    box-sizing: border-box;
    float: none;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    padding-top: 30px;
  }
  body.calendar #news .aboutContact {
    display: none;
  }
}

body.projects #projects {
  padding: 20px;
}

@media only screen and (max-width: 900px) {
  body.projects #projects {
    width: 100%;
    box-sizing: border-box;
  }
  body.projects #projects td {
    display: block;
    width: 100%;
  }
  body.projects #projects td img {
    width: 100%;
  }
  body.projects #projects td:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  body.home #mainParent, body.about #mainParent, body.contact #mainParent, body.calendar #mainParent, body.projects #mainParent, body.project #mainParent {
    width: 100%;
  }
}

body.home #menu-container, body.about #menu-container, body.contact #menu-container, body.calendar #menu-container, body.projects #menu-container, body.project #menu-container {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
  background-color: white;
  padding-right: 20px;
}

body.home #navChildAbout2, body.home #navChildContact2, body.home #navChild, body.home #menu-container, body.about #navChildAbout2, body.about #navChildContact2, body.about #navChild, body.about #menu-container, body.contact #navChildAbout2, body.contact #navChildContact2, body.contact #navChild, body.contact #menu-container, body.calendar #navChildAbout2, body.calendar #navChildContact2, body.calendar #navChild, body.calendar #menu-container, body.projects #navChildAbout2, body.projects #navChildContact2, body.projects #navChild, body.projects #menu-container, body.project #navChildAbout2, body.project #navChildContact2, body.project #navChild, body.project #menu-container {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: right;
  background-color: white;
  padding-right: 20px;
}

body.home #navChildAbout2 table, body.home #navChildContact2 table, body.home #navChild table, body.home #menu-container table, body.about #navChildAbout2 table, body.about #navChildContact2 table, body.about #navChild table, body.about #menu-container table, body.contact #navChildAbout2 table, body.contact #navChildContact2 table, body.contact #navChild table, body.contact #menu-container table, body.calendar #navChildAbout2 table, body.calendar #navChildContact2 table, body.calendar #navChild table, body.calendar #menu-container table, body.projects #navChildAbout2 table, body.projects #navChildContact2 table, body.projects #navChild table, body.projects #menu-container table, body.project #navChildAbout2 table, body.project #navChildContact2 table, body.project #navChild table, body.project #menu-container table {
  float: right;
}

@media only screen and (max-width: 900px) {
  body.home #navChildAbout2, body.home #navChildContact2, body.home #navChild, body.home #menu-container, body.about #navChildAbout2, body.about #navChildContact2, body.about #navChild, body.about #menu-container, body.contact #navChildAbout2, body.contact #navChildContact2, body.contact #navChild, body.contact #menu-container, body.calendar #navChildAbout2, body.calendar #navChildContact2, body.calendar #navChild, body.calendar #menu-container, body.projects #navChildAbout2, body.projects #navChildContact2, body.projects #navChild, body.projects #menu-container, body.project #navChildAbout2, body.project #navChildContact2, body.project #navChild, body.project #menu-container {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 5%;
    padding-top: 3%;
  }
  body.home #navChildAbout2 table, body.home #navChildContact2 table, body.home #navChild table, body.home #menu-container table, body.about #navChildAbout2 table, body.about #navChildContact2 table, body.about #navChild table, body.about #menu-container table, body.contact #navChildAbout2 table, body.contact #navChildContact2 table, body.contact #navChild table, body.contact #menu-container table, body.calendar #navChildAbout2 table, body.calendar #navChildContact2 table, body.calendar #navChild table, body.calendar #menu-container table, body.projects #navChildAbout2 table, body.projects #navChildContact2 table, body.projects #navChild table, body.projects #menu-container table, body.project #navChildAbout2 table, body.project #navChildContact2 table, body.project #navChild table, body.project #menu-container table {
    float: none;
  }
  body.home #navChildAbout2 table tr:nth-child(2), body.home #navChildContact2 table tr:nth-child(2), body.home #navChild table tr:nth-child(2), body.home #menu-container table tr:nth-child(2), body.about #navChildAbout2 table tr:nth-child(2), body.about #navChildContact2 table tr:nth-child(2), body.about #navChild table tr:nth-child(2), body.about #menu-container table tr:nth-child(2), body.contact #navChildAbout2 table tr:nth-child(2), body.contact #navChildContact2 table tr:nth-child(2), body.contact #navChild table tr:nth-child(2), body.contact #menu-container table tr:nth-child(2), body.calendar #navChildAbout2 table tr:nth-child(2), body.calendar #navChildContact2 table tr:nth-child(2), body.calendar #navChild table tr:nth-child(2), body.calendar #menu-container table tr:nth-child(2), body.projects #navChildAbout2 table tr:nth-child(2), body.projects #navChildContact2 table tr:nth-child(2), body.projects #navChild table tr:nth-child(2), body.projects #menu-container table tr:nth-child(2), body.project #navChildAbout2 table tr:nth-child(2), body.project #navChildContact2 table tr:nth-child(2), body.project #navChild table tr:nth-child(2), body.project #menu-container table tr:nth-child(2) {
    display: none;
  }
  body.home #navChildAbout2 table td, body.home #navChildContact2 table td, body.home #navChild table td, body.home #menu-container table td, body.about #navChildAbout2 table td, body.about #navChildContact2 table td, body.about #navChild table td, body.about #menu-container table td, body.contact #navChildAbout2 table td, body.contact #navChildContact2 table td, body.contact #navChild table td, body.contact #menu-container table td, body.calendar #navChildAbout2 table td, body.calendar #navChildContact2 table td, body.calendar #navChild table td, body.calendar #menu-container table td, body.projects #navChildAbout2 table td, body.projects #navChildContact2 table td, body.projects #navChild table td, body.projects #menu-container table td, body.project #navChildAbout2 table td, body.project #navChildContact2 table td, body.project #navChild table td, body.project #menu-container table td {
    display: block;
  }
  body.home #navChildAbout2 .navA, body.home #navChildAbout2 #navSarah, body.home #navChildAbout2 .navSelected, body.home #navChildContact2 .navA, body.home #navChildContact2 #navSarah, body.home #navChildContact2 .navSelected, body.home #navChild .navA, body.home #navChild #navSarah, body.home #navChild .navSelected, body.home #menu-container .navA, body.home #menu-container #navSarah, body.home #menu-container .navSelected, body.about #navChildAbout2 .navA, body.about #navChildAbout2 #navSarah, body.about #navChildAbout2 .navSelected, body.about #navChildContact2 .navA, body.about #navChildContact2 #navSarah, body.about #navChildContact2 .navSelected, body.about #navChild .navA, body.about #navChild #navSarah, body.about #navChild .navSelected, body.about #menu-container .navA, body.about #menu-container #navSarah, body.about #menu-container .navSelected, body.contact #navChildAbout2 .navA, body.contact #navChildAbout2 #navSarah, body.contact #navChildAbout2 .navSelected, body.contact #navChildContact2 .navA, body.contact #navChildContact2 #navSarah, body.contact #navChildContact2 .navSelected, body.contact #navChild .navA, body.contact #navChild #navSarah, body.contact #navChild .navSelected, body.contact #menu-container .navA, body.contact #menu-container #navSarah, body.contact #menu-container .navSelected, body.calendar #navChildAbout2 .navA, body.calendar #navChildAbout2 #navSarah, body.calendar #navChildAbout2 .navSelected, body.calendar #navChildContact2 .navA, body.calendar #navChildContact2 #navSarah, body.calendar #navChildContact2 .navSelected, body.calendar #navChild .navA, body.calendar #navChild #navSarah, body.calendar #navChild .navSelected, body.calendar #menu-container .navA, body.calendar #menu-container #navSarah, body.calendar #menu-container .navSelected, body.projects #navChildAbout2 .navA, body.projects #navChildAbout2 #navSarah, body.projects #navChildAbout2 .navSelected, body.projects #navChildContact2 .navA, body.projects #navChildContact2 #navSarah, body.projects #navChildContact2 .navSelected, body.projects #navChild .navA, body.projects #navChild #navSarah, body.projects #navChild .navSelected, body.projects #menu-container .navA, body.projects #menu-container #navSarah, body.projects #menu-container .navSelected, body.project #navChildAbout2 .navA, body.project #navChildAbout2 #navSarah, body.project #navChildAbout2 .navSelected, body.project #navChildContact2 .navA, body.project #navChildContact2 #navSarah, body.project #navChildContact2 .navSelected, body.project #navChild .navA, body.project #navChild #navSarah, body.project #navChild .navSelected, body.project #menu-container .navA, body.project #menu-container #navSarah, body.project #menu-container .navSelected {
    font-size: 200%;
    display: block;
    line-height: 150%;
    padding-left: 0;
  }
}

body.home #home-img, body.about #home-img, body.contact #home-img, body.calendar #home-img, body.projects #home-img, body.project #home-img {
  margin-top: 150px;
  width: 40%;
}

@media only screen and (max-width: 900px) {
  body.home #home-img, body.about #home-img, body.contact #home-img, body.calendar #home-img, body.projects #home-img, body.project #home-img {
    width: 100%;
    margin-top: 100px;
  }
}

body.project #navChild {
  width: auto;
  float: none;
  padding-right: 0;
}

@media only screen and (max-width: 900px) {
  body.about #aboutContact, body.project #aboutContact {
    margin-right: 0;
  }
  body.about #aboutContact table, body.project #aboutContact table {
    padding: 5px;
  }
  body.about #footerAbout, body.project #footerAbout {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }
  body.about .footerAboutDetails, body.about .footerDetails, body.project .footerAboutDetails, body.project .footerDetails {
    float: none;
    width: 100% !important;
    border-left: 0;
    padding: 20px !important;
    margin-left: 0 !important;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 18px;
  }
  body.about .footerAboutDetails.first, body.about .footerDetails.first, body.project .footerAboutDetails.first, body.project .footerDetails.first {
    margin-right: 0;
  }
  body.about .jaar2, body.about .titel2, body.project .jaar2, body.project .titel2 {
    font-size: 13px;
    line-height: 18px;
  }
  body.about .press, body.project .press {
    font-size: 13px;
    line-height: 18px;
  }
}

body.about td.section-title, body.about div.section-title {
  text-align: right;
  color: #bbbbbb;
}

@media only screen and (max-width: 900px) {
  body.about td.section-title, body.about div.section-title {
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    padding: 10px;
    background-color: black;
    color: white;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 900px) {
  body.about #bio {
    width: 100%;
    float: none;
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  body.about #aboutContact td:not(.section-title) {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}

#contact-container {
  width: 760px;
  background-color: white;
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 100;
}

@media only screen and (max-width: 900px) {
  #contact-container {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
  #contact-container #aboutContact {
    font-size: 14px;
    line-height: 20px;
  }
}

.items-header {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0.8rem;
  color: #333;
}

@media only screen and (max-width: 900px) {
  .items-header {
    font-size: 15px;
  }
}

.credits, .presentations-body {
  font-size: 11px;
  line-height: 1.5;
  color: #555;
}

.credits p, .presentations-body p {
  margin-bottom: 0.5rem;
}

.credits a, .presentations-body a {
  color: inherit;
}

ul.items {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: #555;
}

ul.items.smaller {
  font-size: 11px;
}

ul.items.smaller li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.items.smaller li:last-child {
  border-bottom: 0;
}

ul.items.smaller .item-date {
  font-size: 11px;
}

ul.items.compacter li {
  padding: 0.2rem 0;
}

ul.items li {
  padding: 0.5rem 0;
}

ul.items li:first-child {
  padding-top: 0;
}

ul.items a {
  color: inherit;
}

ul.items .item-row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 900px) {
  ul.items .item-row {
    flex-flow: column-reverse;
  }
}

ul.items .item-row .item-column:first-child {
  flex-basis: 70%;
  padding-right: 0.5rem;
}

ul.items .item-row .item-column:last-child {
  flex-basis: 30%;
  text-align: right;
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  ul.items .item-row .item-column:last-child {
    text-align: left;
  }
}

ul.items .item-date {
  font-size: 12px;
  opacity: 0.5;
}

ul.items .item-description {
  font-size: 12px;
}

ul.items .item-title {
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.main-text {
  font-size: 13px;
  line-height: 1.3;
}

#footer, .footer {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 4rem;
  gap: 2rem;
  align-items: flex-start;
}

@media only screen and (max-width: 900px) {
  #footer, .footer {
    flex-wrap: wrap;
  }
}

.footer-column {
  padding-left: 0.8rem;
  border-left: 1px solid #aaa;
  flex: 1;
}

@media only screen and (max-width: 900px) {
  .footer-column {
    flex-basis: 100%;
    border-left: 0 !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

body.dark-mode .footer-column {
  border-left: 1px solid #555;
}

body.dark-mode .credits, body.dark-mode .presentations-body {
  color: #888;
}

body.dark-mode ul.items {
  color: #888;
}

body.dark-mode ul.items.smaller li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-mode ul.items.smaller li:last-child {
  border-bottom: 0;
}

body.dark-mode .items-header {
  color: #aaa;
}

body.light-mode .footer-column {
  border-left: 1px solid #aaa;
}

body.light-mode .credits, body.light-mode .presentations-body {
  color: #eee;
}

body.light-mode ul.items {
  color: #eee;
}

body.light-mode ul.items.smaller li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

body.light-mode ul.items.smaller li:last-child {
  border-bottom: 0;
}

body.light-mode .items-header {
  color: #fff;
}

body.about #content-container a {
  text-decoration: none;
  border-bottom: 1px dotted #aaa !important;
  color: inherit;
}

body.about #content-container a:hover {
  border-bottom: 1px solid #000 !important;
}

svg {
  width: 2rem;
  height: auto;
  margin-right: 0.5rem;
}

svg#li {
  width: 1.5rem;
}
