@font-face {
    font-family: favorit;
    src: url('../fonts/EduFavorit-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: favorit-italic;
    src: url('../fonts/EduFavorit-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: favorit-mono;
    src: url('../fonts/EduFavoritMono-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: favorit-mono-italic;
    src: url('../fonts/EduFavoritMono-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: TimesNewRoman-con;
    src: url('../fonts/times-new-roman-mt-std-condensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }




html, body {
    position: relative;
    height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: favorit;
color: white;
overflow-x: hidden;
font-size: 18px;
line-height: 1.2;
background-color: black;
}




i {
  font-family: favorit-italic, sans-serif; font-style: normal;
}

em {
  font-family: favorit-italic, sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: white;
}

a:link, a:visited { 
  text-decoration: none;
  cursor: pointer;
  color: white;
}

a:link:active, a:visited:active { 
  color: white;
}

a:hover {
  color: rgb(236, 95, 102);}

p {
    margin-bottom: 0;
    margin-top: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    }
    
    li {
    list-style: none;
    margin: 0;
    padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

svg {
  margin: 0;
}

.u_line {
  text-decoration: underline;
}

.upper-c {
  text-transform: uppercase;
}

.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.no-action {
  pointer-events: none;
}

* {box-sizing:border-box}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
display: none;
}

/* Hide scrollbar for IE, Edge add Firefox */
html {
-ms-overflow-style: none;
scrollbar-width: none; /* Firefox */
}

.hide {
  display: none;
}

/* HEADER ELEMENT*/

.burger-menu {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 100;
  }
  
  .burger-menu span {
    display: block;
    width: 30px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  
  .burger-menu span:before,
  .burger-menu span:after {
    content: "";
    width: 30px;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  
  .burger-menu span:before {
    top: -8px;
    background-color: white;
  }
  
  .burger-menu span:after {
    top: 8px;
    background-color: white;
  }
  
  
  .burger-menu.open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  
  .burger-menu.open span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  
  .burger-menu:hover span,
  .burger-menu:hover span:before,
  .burger-menu:hover span:after {
    background-color: rgb(69, 69, 75);
  }

  .burger-menu:hover span {
    width: 30px;
  }
  
  .burger-menu.open span {
    background: transparent;
  }


  .menu_table {
    z-index: -4;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0%;
    background-color: black;
  }

  .openTable{
    z-index: 3;
    opacity: 80%;
    animation: fade-in 0.8s linear;
  }

  .closeTable{
    z-index: -4;
    opacity: 0%;
    animation: fade-out-2 0.8s linear;
  }

  .menu_wrap {
    width: 100%;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .menu_wrap a{
    font-family: TimesNewRoman-con, Times, serif;
    font-size: 8cqmin;
    mix-blend-mode: difference;
    text-shadow: 0 0 20px white;  
    padding: 0 2rem 0 2rem;
  }

  .menu_wrap a:hover{
    color: white;
    text-shadow: 0 0 20px white, 0 0 15px white;  
  }

  @keyframes fade-in {
    0% {opacity: 0%;}
    100% {opacity: 80%; }
  }

  @keyframes fade-out-3 {
    0% {opacity: 80%;}
    100% {opacity: 0%; }
  }
  
  @keyframes fade-out {
    0% {opacity: 100%; z-index: 102;}
    99% {opacity: 0%; z-index: 102;}
    100% {z-index: -4;}
  }

  @keyframes fade-out-2 {
    0% {opacity: 60%; z-index: 3;}
    99% {opacity: 0%; z-index: 3;}
    100% {z-index: -4;}
  }

  .logo_container {
    position: fixed;
    left: 50%;
    top: calc(50% - 80px);
    transform: translate(-50%, -50%) scaleX(0.91);
    text-align: center;
    margin: auto;
    z-index: -1;
    font-family: TimesNewRoman-con, serif;
    font-size: 35cqmin;
    mix-blend-mode: difference;
    text-shadow: 0 0 20px white, 0 0 20px white;     animation: fade-out 2s ease-in;
    opacity: 0%;
    line-height: 1.1;
  }


.underlay {
  background-color: black;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0%;
  animation: fade-out-2 2s ease-in;
}

/* SWIPER */

.swiper {
  top: 0px;
  left: -1px;
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center; 
  align-items: center;
  width: calc(100% + 1px);
  height: 100%;
}

.swiper-slide {
  position: relative;
  width: calc(50vw + 1px);
  border-left: 1px white solid;
  container-type: inline-size;
}

.swiper-slide img {
  object-fit: cover;
  height: calc(100% - 100px);
  width: calc(100% + 2px);
}

.swiper-slide video {
  object-fit: cover;
  height: calc(100% - 100px);
  width: calc(100% + 2px);
}

.swiper-slide a:hover{
  color:  rgb(122, 104, 104);
}

.slide-info-wrap {
  margin: 5px 5px 5px 11px;
  font-family: favorit-mono;
  font-size: clamp(10px, 1.1vw, 14px);
}

.slide-info-wrap span{
  margin-right: 20px;
  width: auto;
}

.jahreszahl{
  margin-left: 40px;
}

.slide-number {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.text-overlay {  
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0.91);
  width: 50vw;
  height: auto;
  padding: 20px;
  mix-blend-mode: difference;
  font-family: TimesNewRoman-con, Times, serif;
  line-height: 1;
  text-shadow: 0 0 20px white;  
  text-align: center;
  pointer-events: none;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
}

.text-klein {
  font-size: 10cqmin;
}

.text-mittel {
  font-size: 16cqmin;
}

.text-gross {
  font-size: 18cqmin;
}


.swiper-button-prev {
    background-color: none;
    cursor: ew-resize;
}

.swiper-button-next {
    background-color: none;
    cursor: ew-resize;
}


/* ABOUT SECTION */

.about-wrap {
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
}

.info-wrap {
  margin: 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  list-style: none;
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
}

.info-wrap p{
  margin-bottom: 20px;
}

.upcoming {
  font-size: clamp(10px, 1.1vw, 14px);
}


.upcoming figure{
  margin: 10px 0 40px 0;
  left: 0;
}

.upcoming img{
  max-width: 100%;
}

.projekte {
  font-family: favorit-mono;
  font-size: clamp(10px, 1.1vw, 13.5px);
  border-right: 1px white solid;
  padding-right: 0px;
}

.projekte a{
text-decoration: underline;
}

.upcoming a{
  text-decoration: underline;
}

.kurzvita a{
  text-decoration: underline;
}

.kurzvita {
  font-size: clamp(10px, 1.1vw, 14px);
}

.imp-toggle {
  cursor: pointer;
}


/* Projects */

.beschreibung a{
  text-decoration: underline;
}

.credits a{
  text-decoration: underline;
}

.zusatzinfos a{
    text-decoration: underline;
}

.more-projects {
  font-family: favorit-mono;
  float: left;
  bottom: 10px;
  width: 100%;
  text-align: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: clamp(10px, 1.1vw, 15px);
}


  

.titelleiste {
  z-index: 2;
  position: sticky;
  top: 0px;
  left: 0px;
  padding: 20px;
  font-family: favorit-mono;
  font-size: clamp(10px, 1.1vw, 14px);
  background-color: black;
}

.header-bild {
  display: flex;
  justify-content: center; 
  align-items: center;
  width: 100vw;
  max-height: 90vh;
  overflow: hidden;
}

.header-bild img{
  object-fit: cover;
  width: 100vw;
}

.header-bild video{
  object-fit: cover;
  width: 100vw;
}

.background-work{
  z-index: -3;
  position: fixed;
  width: 100vw;
  height:100vh;
  left: 0px;
  top: 0px;
  background-color: black;
}

.work-img-con {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 40px;
}

.work-img-con img{
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.work-img-con video{
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.work-img-con img.klein {
  width: 50vw;
  max-height: 90vh;
  margin-top: -0px;
}

.work-img-con img.mittel {
  width: 60vw;
  max-height: 90vh;
}

.work-img-con img.gross {
  float: left;
  width: 100vw;
  max-height: 100vh;
}

.work-img-con img.align-left {
  float: left;
}

.work-img-con img.align-right {
  float: right;
}

.work-img-con img.align-center {
  float: left;
  margin-left: 50vw;
  transform: translateX(-50%);
}

.work-img-con img.ciao {
  display: none;
}

.work-img-con video{
  margin: 0;
  pointer-events: none;
}

.work-img-con video.klein {
  width: 50vw;
  max-height: 65vh;
}

.work-img-con video.mittel {
  width: 60vw;
  max-height: 75vh;
}

.work-img-con video.gross {
  float: left;
  width: 100vw;
  max-height: 100vh;
}

.work-img-con video.align-left {
  float: left;
  padding-left: 0px;
}

.work-img-con video.align-right {
  float: right;
  padding-right: 0px;
}

.work-img-con video.align-center {
  float: left;
  margin-left: 50vw;
  transform: translateX(-50%);
}

.work-img-con video.ciao {
  display: none;
}



.zusatzinfo {
  margin: 20px;
  font-size: clamp(10px, 1.1vw, 14px);
}

.beschreibung {
  width: calc(50vw - 20px);
  float: left;
}

.credits {
  font-family: favorit-mono;
  width: calc(50vw - 20px);
  float: right;
  border-left: 1px white solid;
  padding-left: 10px;
  font-size: clamp(8px, 1.1vw, 13.5px);
}

.info-wrap {
  margin-bottom: 20px;
}




/* Media Querys */



@media screen and (max-width: 479px) {

  .slide-info-wrap {
    font-size: 14px;
  }

  .titelleiste {
    font-size: 14px;
  }

  .zusatzinfo {
    margin: 20px;
    font-size: 14px;
  }
  

  .info-wrap {
    display: flex;
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .beschreibung {
    width: auto;
  }

  .credits {
  
    width: auto;
    float: right;
    border-left: 1px white solid;
    padding-left: 10px;
    font-size: 14px;
  }

  .more-projects {
    font-size: 14px;
  }

  .projekte {
    font-size: 14px;
    border-right: none;
    padding-right: 0px;
  }

  .kurzvita {
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    hyphens: auto;
    font-size: 14px;
    padding-top: 40px;
  }

  .upcoming {
    font-size: 14px;
  }
  
  .projekte {
    padding-top: 40px;
  }

  .text-overlay {  
    position: absolute;
    top: calc(50% - 100px);
    left: 50%;
    transform: translate(-50%, -50%) scaleX(0.91);
    width: 100vw;
    height: auto;
    padding: 0px;
    mix-blend-mode: difference;
    font-family: TimesNewRoman-con, Times, serif;
    line-height: 1;
    text-shadow: 0 0 20px white;  
    text-align: center;
    pointer-events: none;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
  }

  .text-klein {
    font-size: 8cqmin;
  }
  
  .text-mittel {
    font-size: 12cqmin;
  }
  
  .text-gross {
    font-size: 18cqmin;
  }

  .swiper-button-prev {
    background-color: none;
    cursor: ew-resize;
    display: none	;
}

.swiper-button-next {
    background-color: none;
    cursor: ew-resize;
    display: none;
}

.work-img-con img.klein {
  width: 100vw;
  max-height: 90vh;
  margin-top: -0px;
}

.work-img-con video.klein {
  width: 100vw;
  max-height: 65vh;
}

.menu_wrap a{
  font-family: TimesNewRoman-con, Times, serif;
  font-size: 8cqmin;
  mix-blend-mode: difference;
  text-shadow: 0 0 0px white;  
}

.menu_wrap a:hover{
  color: white;
  text-shadow: 0 0 0px white, 0 0 0px white;  
}

}

@media (hover: none) and (pointer: coarse) {
  .menu_wrap a {
      text-shadow: 0 0 0px white;
  }

  .menu_wrap a:hover{
    color: white;
    text-shadow: 0 0 0px white, 0 0 0px white;  
  }

  .swiper-button-prev {
    background-color: none;
    cursor: ew-resize;
    display: none	;
}

.swiper-button-next {
    background-color: none;
    cursor: ew-resize;
    display: none;
}
}