@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "TeXGyreHeros-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("TeXGyreHeros-Regular"), url("fonts/texgyreheros-regular.woff") format("woff");
}
@font-face {
  font-family: "NewEdge666-Light";
  src: url("/wp-content/themes/julia-carolin-kothe/fonts/NewEdge666-Light_1.woff2") format("woff2"), url("/wp-content/themes/julia-carolin-kothe/fonts/NewEdge666-Light_1.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NewEdge666-LightRounded";
  src: url("/wp-content/themes/julia-carolin-kothe/fonts/NewEdge666-LightRounded_1.woff2") format("woff2"), url("/wp-content/themes/julia-carolin-kothe/fonts/NewEdge666-LightRounded_1.woff") format("woff");
  font-display: swap;
}
html {
  font-family: "NewEdge666-LightRounded", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
}

main {
  padding: 1.5rem;
  padding-top: 9rem;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  opacity: 1;
}
@media (max-width: 767px) {
  main {
    padding-top: 7rem;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: unset;
  text-decoration: none;
}

h2 {
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
  line-height: 1.2;
}

p:last-child {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 3rem;
  padding: 1.5rem;
  padding-top: calc(1.5rem + 10px);
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    font-size: 2rem;
  }
}
header nav.nav--desktop {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.25rem;
}
@media (max-width: 1024px) {
  header nav.nav--desktop {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header nav.nav--desktop {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
header nav.nav--desktop button#nav__mobile-button {
  position: relative;
  font-size: 2rem;
  background: transparent;
  border: none;
  padding: 0 0.5rem 0 0.75rem;
  margin-left: 0.5rem;
}
@media (min-width: 1025px) {
  header nav.nav--desktop button#nav__mobile-button {
    display: none;
  }
}
header nav.nav--desktop button#nav__mobile-button span {
  display: block;
  transform: translateY(-8px);
  font-family: serif;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}
header nav.nav--desktop button#nav__mobile-button::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 2px solid black;
  border-radius: 25px;
}
header nav.nav--desktop button#nav__mobile-button.menu-active span {
  transform: translateY(-8px) rotateX(180deg);
}
header nav.nav--desktop a {
  position: relative;
  margin-right: 0.5rem;
  padding: 0.5rem 0.5rem;
  height: 68px;
}
@media (max-width: 767px) {
  header nav.nav--desktop a {
    height: 58px;
  }
}
header nav.nav--desktop a.selected-page::before {
  background-color: black;
}
header nav.nav--desktop a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 2px solid black;
  transition: height 0.25s ease, background-color 0.25s ease;
}
header nav.nav--desktop a:first-of-type::before {
  z-index: -1;
}
header nav.nav--desktop a:hover::before {
  height: 10px;
}
@media (max-width: 1024px) {
  header nav.nav--desktop a:not(:first-of-type) {
    display: none;
  }
}
header nav.nav--mobile {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header nav.nav--mobile a {
  position: relative;
  margin-right: 0.5rem;
  padding: 0.5rem 0.5rem;
  height: 68px;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  header nav.nav--mobile a {
    height: 58px;
  }
}
header nav.nav--mobile a.selected-page::before {
  background-color: black;
}
header nav.nav--mobile a::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 2px solid black;
  transition: height 0.25s ease, background-color 0.25s ease;
  z-index: -1;
}
header nav.nav--mobile a:hover::before {
  height: 10px;
}
header nav.nav--mobile.menu-open {
  display: flex;
}

.project-listing {
  width: 75%;
  margin-bottom: 5em;
}
.project-listing:last-of-type {
  margin-bottom: 0;
}
.project-listing:hover span.word-image::after {
  height: 10px;
}
@media (max-width: 1024px) {
  .project-listing {
    width: 100%;
  }
}
.project-listing h2 {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .project-listing h2 {
    font-size: 2rem;
  }
}
.project-listing h2 span.word-image {
  display: inline-block;
  position: relative;
}
.project-listing h2 span.word-image::after {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: calc(85% + 5px);
  content: " ";
  background-image: var(--bg-image);
  background-size: cover;
  transition: height 0.25s ease;
  background-position: center bottom;
}

body.single-project main {
  padding: 0 1.5rem;
}
@media (max-width: 767px) {
  body.single-project main {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  body.single-project main {
    padding-right: 0;
  }
}

.project {
  display: flex;
  justify-content: space-between;
  font-family: "NewEdge666-Light", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 3rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .project {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .project {
    font-size: 2rem;
    flex-direction: column;
    height: 100%;
  }
}
.project h1 {
  margin-bottom: 1em;
}
.project h1 {
  font-family: "NewEdge666-LightRounded", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 3rem;
  line-height: 1.3;
}
.project h1 span.word-image {
  display: inline-block;
  position: relative;
}
.project h1 span.word-image::after {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  content: " ";
  background-image: var(--bg-image);
  background-size: cover;
  transition: height 0.25s ease;
  background-position: center bottom;
  z-index: -1;
}
@media (max-width: 767px) {
  .project h1 {
    font-size: 2rem;
  }
}
.project__content {
  width: 60%;
  min-width: 20% !important;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 9rem;
  padding-bottom: 1.5rem;
  -ms-overflow-style: none;
}
@media (min-width: 768px) {
  .project__content {
    padding-right: 1.5rem;
  }
}
.project__content::-webkit-scrollbar {
  display: none;
}
.project__content blockquote {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .project__content {
    width: 100%;
    height: 80vh;
    padding-top: 7rem;
  }
}
.project__text {
  margin-bottom: 3rem;
}
.project__text a {
  text-decoration: underline;
}
.project__text a:hover {
  color: blue;
}
.project__text a::after {
  content: "→";
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1rem;
  display: inline-block;
}
.project__text a::after:hover {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .project__text {
    margin-bottom: 0rem;
  }
}
.project__info {
  line-height: 1.2;
}
.project__info-item {
  margin-bottom: 1em;
}
.project__info-item:last-child {
  margin-bottom: 0;
}
.project__info-item__left {
  line-height: 1.2;
}
.project__images {
  flex: 1;
  min-width: 20% !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  animation: fadeInImages ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -ms-overflow-style: none;
}
.project__images::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .project__images {
    bottom: 0;
    left: 0;
    height: 20vh;
    padding-top: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .project__images img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
.project__images__image-wrapper:last-child {
  margin-bottom: unset;
}
@media (max-width: 767px) {
  .project__images__image-wrapper {
    margin-bottom: 0;
    height: 100%;
  }
}
.project__draggable {
  align-self: stretch;
  cursor: ew-resize;
  position: relative;
}
.project__draggable__border {
  width: 2px;
  height: 100%;
  background-color: black;
}
@media (max-width: 767px) {
  .project__draggable {
    display: none;
    padding: 0;
    width: 100vw;
    align-self: unset;
    margin-left: -1.5rem;
    cursor: ns-resize;
  }
  .project__draggable__border {
    width: 100%;
    height: 5px;
    background-color: black;
  }
}
@media (min-width: 768px) {
  .project__draggable::after {
    content: "";
    position: absolute;
    left: calc((2px + 1.5rem) * -1);
    top: 0;
    width: 5rem;
    height: 100%;
    cursor: ew-resize;
  }
}
.project__lightbox {
  background: rgba(255, 255, 255, 0.15);
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.project__lightbox__image-wrapper {
  max-width: 80%;
  max-height: 80%;
  display: none;
}
.project__lightbox__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.project__lightbox__arrows {
  width: 80vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .project__lightbox__arrows {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.project__lightbox__arrows__prev {
  cursor: pointer;
}
.project__lightbox__arrows__next {
  cursor: pointer;
}

@keyframes fadeInImages {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main.info-page {
  display: flex;
  font-family: "NewEdge666-Light", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 3rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  main.info-page {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  main.info-page {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  main.info-page {
    font-size: 2rem;
  }
}
main.info-page a {
  text-decoration: underline;
}
main.info-page a:hover {
  color: blue;
}
main.info-page .bio-image-container {
  height: 8rem;
  width: 100%;
  margin-bottom: 3rem;
}
main.info-page .bio-image {
  display: inline;
  cursor: pointer;
  height: 100%;
  width: auto;
}
main.info-page .bio-image-container--focus {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  z-index: 1000;
}
main.info-page .bio-image-container--focus .bio-image {
  max-width: 80vw;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main.info-page .info-content {
  width: 70%;
  padding-right: 3rem;
}
@media (max-width: 1199px) {
  main.info-page .info-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
}
main.info-page .info-social {
  width: 30%;
}
@media (max-width: 1199px) {
  main.info-page .info-social {
    width: 100%;
  }
}
main.info-page .info-social p {
  margin-bottom: 0;
}
main.info-page .info-social a {
  text-decoration: underline;
}
main.info-page .info-social a:hover {
  color: blue;
}
main.info-page .info-social a::after {
  content: "→";
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1rem;
  display: inline-block;
}
main.info-page .info-social a::after:hover {
  text-decoration: none !important;
}
main.info-page .info-section {
  margin-bottom: 1em;
}
main.info-page .info-section:last-child {
  margin-bottom: 0;
}
main.info-page .info-section .info-item {
  display: flex;
}
@media (max-width: 767px) {
  main.info-page .info-section .info-item {
    flex-direction: column;
  }
}
main.info-page .info-section .info-item .info-year {
  width: 7rem;
  margin-right: 3rem;
}
main.info-page .info-section .info-item .info-list {
  flex: 1;
}
main.info-page #mc_embed_shell {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
main.info-page #mc_embed_shell h2 {
  font-size: 3rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  main.info-page #mc_embed_shell h2 {
    font-size: 2rem;
  }
}
main.info-page #mc_embed_shell .mc-field-group {
  width: 80%;
  display: inline-block;
}
main.info-page #mc_embed_shell form {
  margin: 0;
}
main.info-page #mc_embed_shell form input[type=email] {
  border-radius: 0px;
  border: none;
  border-bottom: 2px solid black;
  padding: 0;
}
main.info-page #mc_embed_shell form input[type=email]:focus-visible {
  border: unset !important;
  border-bottom: 2px solid blue !important;
  outline: none !important;
}
main.info-page #mc_embed_shell form .optionalParent {
  display: inline-block;
}
main.info-page #mc_embed_shell form .optionalParent div.clear.foot {
  display: block;
}
main.info-page #mc_embed_shell form #mce-responses {
  padding: 0;
  margin: 0;
  width: 100%;
}
main.info-page #mc_embed_shell form #mce-responses .response {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  color: black !important;
  font-weight: normal !important;
}
main.info-page #mc_embed_shell form .mce_inline_error:last-child {
  float: left;
  margin-top: 1rem !important;
  font-family: "NewEdge666-Light", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 3rem;
  font-size: 1rem !important;
  color: black !important;
}
@media (max-width: 767px) {
  main.info-page #mc_embed_shell form .mce_inline_error:last-child {
    font-size: 2rem;
  }
}
main.info-page #mc_embed_shell form input[type=submit] {
  clear: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  transition: unset;
  color: unset;
  display: unset;
  font-size: unset;
  font-weight: unset;
  height: unset;
  line-height: unset;
  margin: unset;
  padding: unset;
  text-align: unset;
  text-decoration: unset;
  vertical-align: unset;
  white-space: unset;
  width: unset;
  font-family: Arial, Helvetica, sans-serif;
}
main.info-page #mc_embed_shell form input[type=submit]:hover {
  color: blue;
}
main.info-page #mc_embed_shell form input.mce_inline_error {
  border: unset !important;
  border-bottom: 2px solid black !important;
  outline: none !important;
}
main.info-page #mc_embed_shell form ::-moz-placeholder {
  color: #ccc;
}
main.info-page #mc_embed_shell form ::placeholder {
  color: #ccc;
}

main.four-oh-four {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
main.four-oh-four div {
  text-align: center;
  font-family: "NewEdge666-Light", sans-serif;
  font-style: normal;
  font-display: swap;
  font-size: 3rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  main.four-oh-four div {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  main.four-oh-four div {
    font-size: 2rem;
  }
}
main.four-oh-four div p {
  margin-bottom: 0.5em;
}
main.four-oh-four div a {
  text-decoration: underline;
  line-height: 1.2;
}
main.four-oh-four div a:hover {
  color: blue;
}
main.four-oh-four div a::after {
  content: "→";
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1rem;
  display: inline-block;
}
main.four-oh-four div a::after:hover {
  text-decoration: none !important;
}/*# sourceMappingURL=main.css.map */