* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
}

html,
body {
  overflow: hidden;
  background-color: whitesmoke;
}

#nav a {
  pointer-events: visible;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}

#nav a:hover {
  color: white;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* ===== FILTER CSS ===== */
.filter > a {
  border-radius: 20px;
  border: 1.5px solid #ffffff;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  margin: 0 10px 0 0;
  pointer-events: visible;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.filter > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.filteractive {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0a0a0a !important;
  font-weight: 600;
}

.filteractive:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #0a0a0a !important;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* justify-content: center; */
  width: 100%;
  bottom: 0px;
  z-index: 100;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .7rem;
  text-transform: uppercase;
  mix-blend-mode: difference;
  justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filtergone {
  display: none;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

::-webkit-scrollbar-thumb:active {
  background: gray;
}

::-webkit-scrollbar-track {
  background: #66666600;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: #00000000;
}

::-webkit-scrollbar-track:active {
  background: #ffffff00;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* ===== Scrollbar CSS END ===== */
/* //----- CURSOR -----

.cursorl {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid rgb(255, 255, 255);
  transition: width 0.2s cubic-bezier(0, 0, 0, 1),
    transform 0.4s cubic-bezier(0, 0, 0, 1),
    height 0.2s cubic-bezier(0, 0, 0, 1);
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;

  transform: translate(calc(-50% + 15px), -50%);
  z-index: 400;
  mix-blend-mode: difference;
}

.cursors {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  
  transition: width 0.1s, height 0.1s, opacity 0.3s;
  z-index: 400;
  mix-blend-mode: difference;
}

.cursorlhover {
  opacity: 1;
  width: 50px;
  height: 50px;
  border: 2px solid rgb(255, 255, 255);
  mix-blend-mode: difference;
}

.cursorshover {
  opacity: 0;
}

.cursorlclick {
  width: 0;
  height: 0;
}

.cursorsclick {
  width: 30px;
  height: 30px;
}

.cursorclose {
  background-image: url(./img/close.svg) !important;
  background-size: contain;
  mix-blend-mode: difference;
}

.cursorstart {
  display: none;
}

//----- CURSOR END ----- */
.cursorl {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: width 0.2s cubic-bezier(0, 0, 0, 1), height 0.2s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 1), height 0.2s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 1), transform 0.4s cubic-bezier(0, 0, 0, 1), height 0.2s cubic-bezier(0, 0, 0, 1);
  transition: width 0.2s cubic-bezier(0, 0, 0, 1), transform 0.4s cubic-bezier(0, 0, 0, 1), height 0.2s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0, 1);
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  z-index: 400;
  mix-blend-mode: difference;
}

/* .cursors {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: white;
  opacity: 1;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  
  transition: width 0.1s, height 0.1s, opacity 0.3s;
  z-index: 400;
  mix-blend-mode: difference;
} */
.cursorlhover {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: white;
  mix-blend-mode: difference;
}

/* .cursorshover {
  opacity: 1;
} */
/* .cursorlclick {
  width: 0;
  height: 0;
} */
/* .cursorsclick {
  width: 30px;
  height: 30px;
} */
.cursorclose {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(./img/close.svg) !important;
  background-size: contain;
  mix-blend-mode: difference;
}

.cursorstart {
  display: none;
}

.progress {
  position: absolute;
  height: 70px;
  display: block;
  width: 100%;
  background-color: whitesmoke;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}

.progress .indeterminate {
  background-color: #0a0a0a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: #0a0a0a;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: #0a0a0a;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.hide {
  opacity: 0;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 2s, -webkit-transform 0.5s;
  transition: opacity 2s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 2s;
  transition: transform 0.5s, opacity 2s, -webkit-transform 0.5s;
}

.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: opacity 1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1), opacity 1s;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1), opacity 1s, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 70px 1fr 1fr;
      grid-template-rows: 70px 1fr 1fr;
      grid-template-areas: "top1 top2 top3"  "middle1 middle2 middle3"  "bottom1 bottom2 bottom3";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4vw;
  mix-blend-mode: difference;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.danielklose {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: top3;
      justify-self: end;
}

@media screen and (max-width: 900px) {
  .portfolio {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: top1;
  }
  .danielklose {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: middle1;
        justify-self: start;
  }
  .filter {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: bottom1;
        justify-self: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }
}

.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 70px 2vw;
}

@media screen and (max-width: 900px) {
  .header {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 50px;
  }
  #nav {
    padding: 10px 0 0px 0;
  }
  .container {
    padding: 120px 2vw;
  }
  .cursorl, .cursors, .cursorlhover, .cursorshover, .cursorlclick, .cursorsclick, .cursorclose {
    display: none;
  }
}

.column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.post {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 0em;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
}

.post img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 23, 23, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 5;
}

h3 {
  padding: 20px;
  font-size: 1rem;
}

.post:hover .overlay {
  opacity: 0.75;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.post:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.25s;
  transition: -webkit-filter 0.5s, -webkit-transform 0.25s;
  transition: filter 0.5s, transform 0.25s;
  transition: filter 0.5s, transform 0.25s, -webkit-filter 0.5s, -webkit-transform 0.25s;
}

.post:focus {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: -webkit-filter 0.5s, -webkit-transform 0.25s;
  transition: -webkit-filter 0.5s, -webkit-transform 0.25s;
  transition: filter 0.5s, transform 0.25s;
  transition: filter 0.5s, transform 0.25s, -webkit-filter 0.5s, -webkit-transform 0.25s;
}

.text {
  padding: 4%;
  background-color: white;
  color: #000;
  display: none;
}

.texttrue {
  display: block;
  font-size: 1rem;
  z-index: 10;
}

.open img {
  z-index: 10;
}

.open {
  left: 50vw;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  max-width: 50vw;
  height: 96vh;
  overflow-y: scroll;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 2vh 0;
  z-index: 10;
}

/* .open::after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-color: green;
    height:100px;
    width: 100px;
} */
.open::-webkit-scrollbar {
  display: none;
}

.open img {
  width: 100%;
  height: auto;
}

.open:hover {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: none;
  transition: none;
}

.open .overlay {
  opacity: .75;
}

.open .overlay:hover {
  opacity: .75;
}

#bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}

/* .bgshow{
    //display: block !important;
}  */
.frametitle {
  padding: 20px 20px 0px 20px;
  background-color: white;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}

#frame {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
  display: none;
}

#frame img {
  width: 100%;
}

#frame .frameinner {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  width: 69%;
  font-size: 0rem;
}

.frameinner > img, .frameinner > video {
  padding: 20px 20px 0 20px;
  background-color: white;
}

.frametext {
  padding: 10px 20px 25px 20px;
  background-color: white;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
}

@media screen and (max-width: 900px) {
  #frame .frameinner {
    width: 100%;
  }
  .frameinner > img, .frameinner > video {
    padding: 0 0 20px 0;
    background-color: white;
  }
  .frametext {
    padding: 0 20px 20px 20px;
  }
  .frametitle {
    padding: 0 20px 10px 20px;
  }
}

@media screen and (max-width: 999px) {
  .container {
    gap: 12px;
  }
  .column {
    gap: 12px;
  }
}

.frameshow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#menu {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 100vw;
  background-color: #0a0a0a;
  content: '1';
  height: 100vh;
  width: 0vw;
  z-index: 200;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

#menuheader {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 70px 1fr 1fr;
      grid-template-rows: 70px 1fr 1fr;
      grid-template-areas: "top1 top2 top3"  "middle1 middle2 middle3"  "bottom1 bottom2 bottom3";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4vw;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.1em;
  font-weight: 500;
}

.infoshow {
  width: 100vw !important;
  left: 0 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
}

#about {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: top1;
}

.menudanielklose {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: top2;
  -ms-grid-column-align: center;
      justify-self: center;
  z-index: 300;
}

.close {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: top3;
  -ms-grid-column-align: end;
      justify-self: end;
}

/* .hover-underline-animation {
  display: inline-block;
  position: relative;
  //color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: $offwhite;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */
@media screen and (max-width: 900px) {
  .menudanielklose {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: middle1;
        justify-self: start;
  }
  #menuheader {
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 50px;
        grid-template-areas: "top1 top2 close"  "middle1 middle2 close"  "bottom1 bottom2 bottom3";
  }
  .close {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: close;
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 1em;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
}

#menucontent {
  padding: 0 4vw;
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
}

#menucontent a {
  text-decoration: none;
  color: whitesmoke;
  border-radius: 40px;
  border: 2.5px solid #ffffff;
  padding: 4px 12px;
  font-size: 1.8rem;
}

#menucontent p {
  width: 33vw;
}

@media screen and (max-width: 900px) {
  #menucontent {
    padding: 70px 4vw;
    font-size: 1.5rem;
  }
  #menucontent p {
    width: 90vw;
  }
  #menucontent a {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */