
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

body {
    height: 100%;
    margin: 0;
    padding-right: 25px;
    padding-top: 20px;
	  font-family: "Inter";
    display: flex;
    flex-direction: column;
    /* font-weight: 300; */
    background-color: white;
    /* color: white; */
    transition: background-color 0.4s ease, color 0.4s ease;
       -webkit-font-smoothing: antialiased;
       /* letter-spacing: -1px; */
}

body.white-mode {
  background-color: white;
  color: black; /* Change text color to black for better contrast in white mode */
 }

/* a:link { text-decoration: none; color: #000000; } */
a:link { text-decoration: none; color: black;}
a:active { text-decoration: none; color: black;}
a:visited { text-decoration: none; color: black;}
a:hover { color: black; text-decoration: underline; }
a img { border: none; }

html {
  overflow: scroll;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0px;  /* Remove scrollbar space */
  background: transparent;
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #b2fdaf;
}

/* Desktop */

.c1 { font-size: 0.825em; 
  line-height: 100%;
  font-family:'Inter', sans;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: black;
   }

.c2 { 
  font-size: 0.825em; 
  line-height: 100%;
  font-family:'Inter', sans;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: black;
       }


       .c3 { 
        font-size: 0.825em; 
        line-height: 100%;
        font-family:'Inter', sans;
        letter-spacing: 0.5px;
        font-weight: 700;
        color: black;
        text-transform: uppercase;
             }

.c2 a{
  color: black;
}

.main-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#aboutmobile{
  display: none;
}

.bold{
  font-weight: 900;
}

.text-wrapper{
  display: none;
}

.section-mobile{
  display: none;
}

button {
    font-size: 1em; 
    line-height: 100%;
    font-family:'Inter', sans;
    letter-spacing: 0.5px;
    font-weight: 700;
    /* color: black; */
    background-color: transparent;
    border: none;
}


#font-btn{
  font-size: 0.825em; 
}

.btn-about{
  /* background-color: red; */
  display: flex;
  flex-direction: row;
  padding-right: 2vw;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.btn-about:hover{
  text-decoration: underline;
}

button:hover{
  cursor: pointer;
  text-decoration: underline;
}

.contact-info {
  position: fixed;
  top: 5vh;
  /* left: 20vw; */
  display: none;
  /* overflow-y: scroll; */
  /* background-color: red; */
  backdrop-filter: blur(5px);
  z-index: 999;
  padding: .2em;
  transition: opacity 0.5s ease-in-out;
}

.contact-wrapper{
  background-color: white;
  width: 70vw;
  border: solid black 1px;
  padding: .2em;
}

.imprint-wrapper{
  /* display: none; */
  width: 100%;
}

/* .imprint-wrapper.open{
  display: block;
  width: 100%;
} */

.contact-info.open {
  display: block;
  /* height: 100%; */
}


.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  transition: opacity 0.5s ease-in-out; /* Add transition for opacity */
}

.modal:hover {
  cursor: crosshair; /* Change cursor to crosshair when not hovering over the modal */
}

.modal-content:hover {
  cursor: crosshair; /* Change cursor to crosshair when not hovering over the modal content */
}

.modal-content img:hover {
  cursor: auto; /* Change cursor back to default when hovering over the image */
}


.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vh;
  height: 80vh;
  /* background-color: #fff; */
  overflow: hidden;
  transition: opacity 0.3s ease-in-out; /* Add transition for opacity */
}

.headermobile{
    display: none;
}

.workmobile{
  display: none;
}



.header{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
  padding-left: 2vw;
  z-index: 100;
  width: 100%;
}

.header-section1{
  display: flex;
  width: 80%;
  flex-direction: row;
}

.header-section2{
  width: 20%;
  padding-right: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header-element{
  margin: 0 0 0 0;
  /* padding: 0 1rem 0 1rem ; */
  /* background-color: green; */
}

#photo-underscore{
  position: relative;
  /* text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px; */
}

  #photo-underscore:before{
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 3px;
  border-radius: 2px;
  filter: blur(2px);
  /* background: linear-gradient(111.3deg, #9c27b0 9.6%, #00bcd4 93.6%); */
      background: linear-gradient(0deg, #e5a82e, #cf8300);

    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
  }

#edu-info{
  display:block;
  background: #f1f1f1;
  box-shadow: 0px 0px 10px 10px #f1f1f1;
  width: 20vw;
  max-height: 50vh;
  /* overflow-y: scroll; */
  position: absolute;
  right: 0;
  top: 10vh;
  transition: all .3s ease-in-out;
  z-index: 15;
  /* float:right; */
}

.edu-wrapper{
  background-color: #f1f1f1;
  margin: .5rem;
}

#caption{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50vw;
  font-family: "Inter";
  font-size: 0.825em; 
  line-height: 100%;
  font-family:'Inter', sans;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  /* overflow: hidden; */
  font-kerning: auto;
  /* color: blue; */
  /* background-color: red; */
  padding-left: 10vw;
  letter-spacing: 0.5px;
}

#caption span{
  font-family: "Inter";
  font-weight: 300;
  font-size: 18px;
  line-height: 14pt;
  font-kerning: auto;
  background-color: blue;
  /* color: black; */
  /* padding-top: 10px; */
  letter-spacing: 0.5px;
}

.back{
  color: #890030;
  margin-left: 20px;
}

#wrapper {
    width: 100%;
    position: static;
    margin-top: 20vh;
    overflow: hidden;
}


#about{
    width: 600px;
    height: 100%;
    text-align:left;
    padding: 20px;
    margin-left: 5vw;
    margin-right: 5vw;
    overflow: hidden;
    float:left;
}

#imprint{
    width: 80vw;
    height: 100%;
    text-align:left;
    padding: 20px;
    margin-left: 10vw;
    margin-right: 5vw;
    overflow: hidden;
    float:left;
}

#contactlinks{
    width: 300px;
    height: 100px;
    padding: 20px;
    line-height: 20px;
    margin-left: 10vw;
    overflow: hidden;
}

.swiper-container {
  width: 100%;
  height: 70vh;
  background-color: #890030;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden; 
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #890030; */

}

.swiper-slide img{
  display: block;
  width: 100%;
  height: 70vh;
  object-fit: contain;
}

.custom-nav-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 10;
  cursor: w-resize;
}

.custom-nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 10;
  cursor: e-resize;
}

.custom-nav-prev {
  left: 0;
}

.custom-nav-next {
  right: 0;
}

.custom-nav-prev:hover::after,
.custom-nav-next:hover::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #1220e4;
  display: none;
}

.custom-nav-prev:hover::after {
  left: 10px;
  content: '\2190'; /* Left arrow */
}

.custom-nav-next:hover::after {
  right: 10px;
  content: '\2192'; /* Right arrow */
}

/* Style for visible part of adjacent slides */
.swiper-slide-visible {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.swiper-slide-active {
  opacity: 1;
}

.caption-container {
  display: flex;
  flex-direction: row;
  padding-left: 2vw;
  justify-content: flex-start;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  /* margin-top: 20px; */
  /* background-color: #0000ff; */
}

#slide-caption {
  /* color: #810bc1; */
  padding-left: 30px;
  transition: opacity 0.3s ease; 
}

.index-wrapper{
  display: flex;
  flex-direction: row;
}




/* Mobile */
@media screen and (max-width: 829px)  {

  body {
    height: 100%;
	  font-family: "Inter";
    font-weight: 300;
    background-color: rgb(255, 255, 255);
    }


  c1 { font-size: 28px; line-height: 22pt; font-family: 'Viaoda', sans; letter-spacing: -1.1px;}
  c4 { font-size: 100px; line-height: 28pt; font-family: 'Inter', serif; letter-spacing: -1.2px; color: #0000ff;text-shadow: #0000ff 0 0 20px;}
  c2 { font-size: 100px; line-height: 100px; font-family: 'Inter', sans; letter-spacing: -1.2px; font-weight: 300;} 
  c3 { font-size: 40px; line-height: 48px; font-family: 'Inter', sans; letter-spacing: -1.6px; font-weight: 200;}
  c5 { font-size: 40px; line-height: 38px; font-family: 'Inter', sans; letter-spacing: -1.9px; font-weight: 300; color: blue;}
  
  .switch {
    display: none;
  }
  
  .switch-wrapper{
      display: none;
  }


  .header{
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-start;
  padding-left: 2vw;
  z-index: 100;
  width: 100%;
}

#header-section1{
  display: flex;
  flex-direction: column;
}

  .contact-wrapper{
    background-color: white;
    width: 80vw;
    border: solid black 1px;
    /* padding: .2em; */
  }

  .grid{
    display: none;
  }

  .workmobile{
    display: none;
  }

  #slide-index{
    display: none;
  }

  #index-text{
    display: none;
  }

  #slide-caption {
    transition: opacity 0.3s ease; 
  }

  .caption-container {
    display: flex;
    flex-direction: row;
    /* padding-left: 2vw; */
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    /* margin-top: 20px; */
    /* background-color: #0000ff; */
  }

  .text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #650000; */
    width: 80vw;
    height: 80vh;
    z-index: 4;
  }

  .contact-info {
    position: fixed;
    top: 10vh;
    left: 2vw;
    display: none;
    /* overflow-y: scroll; */
    /* background-color: white; */
    backdrop-filter: blur(5px);
    z-index: 999;
    padding: .2em;
    transition: opacity 0.5s ease-in-out;
  }
  
  .contact-wrapper{
    background-color: white;
    width: 80vw;
    border: solid black 1px;
    padding: .2em;
  }

#header-section2{
display: none;
}

  
  }