html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(255, 255, 255);
  cursor: url(src/cursor.png), auto;
}
a:hover,
button:hover {
  color: rgb(255, 0, 0);
  cursor: url(src/cursor_rollover.png), auto;
}
.card img,
.card video {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.card img:hover,
video:hover {
  cursor: url(src/cursor_rollover.png), auto;
  transform: scale(1.04);
}
.logo {
  z-index: 10;
  position: fixed;
  top: 0;
}
.logo_Shadow {
  width: 70vmin;
  position: absolute;
  top: 0px;
}
.shadowBehind {
  z-index: 9;
}

.logo_outline {
  width: 55vmin;
  position: absolute;
}

@media (max-width: 500px) {
  .logo_Shadow {
    width: 60vmin;
  }
  .logo_outline {
    width: 50vmin;
  }
}

/* this here places the navbar on the right side  */
.navbar {
  position: fixed;
  right: 10px;
  z-index: 50;
}

/* style /font of navbar menu */
ul,
.navbar {
  list-style: none;
  font-size: 18px;
  font-family: "Work Sans", sans-serif; /* monospace; */
  font-weight: 800;
  font-style: italic;
  text-align: right;
  line-height: 23px;
}

li:hover {
  color: #0000ff;
}

.container {
  padding-top: 100px;
  z-index: 2;
}

.card {
  border: none;
  padding-bottom: 30px;
}

.card p.designCat {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-top: 10px;
  margin-bottom: 1px;
  font-size: 12px;
  color: rgb(0, 0, 255, 0.6);
}

.card p {
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  line-height: 18px;
  font-size: 13px;
  color: rgb(0, 0, 255);
}
.card h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  padding-top: 0px;
  line-height: 22px;
  font-size: 18px;
  color: rgb(0, 0, 255);
}

div.gallery {
  margin: auto;
}

.hiddenGallery {
  visibility: hidden;
  position: absolute;
}
.click-view-outer {
  display: grid;
  background: rgba(0, 0, 225, 0.6);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.click-view-outer img {
  margin: auto;
  align-content: center;
}
.width40 {
  max-width: 40vmin;
}
.width50 {
  max-width: 50vmin;
}
.width55 {
  max-width: 55vmin;
}
.width60 {
  max-width: 60vmin;
}
.width65 {
  max-width: 65vmin;
}

.width70 {
  max-width: 70vmin;
}
.width80 {
  max-width: 80vmin;
}
.width90 {
  max-width: 90vmin;
}
.width100 {
  max-width: 100vmin;
}
.width110 {
  max-width: 110vmin;
}
.width120 {
  max-width: 120vmin;
}
.width130 {
  max-width: 130vmin;
}
.width140 {
  max-width: 140vmin;
}
.width150 {
  max-width: 150vmin;
}
@media (max-width: 500px) {
  .width65,
  .width70,
  .width90,
  .width100,
  .width120,
  .width110,
  .width130 {
    max-width: 80vmin;
  }
}
.click-view-outer.open {
  opacity: 1;
  pointer-events: all;
}

.click-view-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.click-view-inner img,
.click-view-inner video {
  transition: none;
  transform: none;
}

video{outline: none}

.click-view-inner button {
  border: none;
  color: rgb(255, 255, 255, 0);

  margin-top: 30%;
  margin-bottom: 30%;
}
@media (max-width: 500px) {
  .click-view-inner button {
    width: 15%;
  }
}

.click-view-inner button.previous {
  background: center no-repeat url(src/gallery_arrow_left.png);
  background-size: contain;
}
.click-view-inner button.next {
  background: center no-repeat url(src/gallery_arrow_right.png);
  background-size: contain;
}

button:focus {
  border: none;
  outline: none;
}

.click-view-outer.open .click-view-inner {
  transition: none;
}

button.hideButton {
  visibility: hidden;
}

video.hideVideo {
  visibility: hidden;
  position: absolute;
}

.hideImage {
  visibility: hidden;
  position: absolute;
}

/* .material-icons {
  color: rgb(0, 0, 255);
  position: absolute;
  font-size: 20px;
  right: 0%;
}
.hideFlipIcon {
  visibility: hidden;
} */
/*
@media screen and (orientation: landscape) {
  .material-icons {
    visibility: hidden;
  }
} */

#contact {
  color: rgb(0, 0, 255);
  position: relative;
}

.contactGif {
  object-fit: contain;
  width: 100%;
}

a.instaHandle {
  position: absolute;
  opacity: 0;
  font-family: "Work Sans", sans-serif;
  top: 25%;
  right: 10%;
  font-size: 50px;
}

a.email {
  position: absolute;
  opacity: 0;
  font-family: "Work Sans", sans-serif;
  top: 60%;
  left: 3%;
  font-size: 46px;
}
.logoImpressum {
  position: absolute;
}
.logoImpressumSize {
  width: 26vmin;
  position: fixed;
}
.impressum {
  display: flex;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
}
.impressumLayout {
  font-family: "Work Sans", sans-serif;
  color: rgb(0, 0, 255);
  font-size: 12px;
  font-weight: 500;
  padding-left: 200px;
  padding-right: 300px;
  padding-bottom: 100px;
}
@media (max-width: 500px) {
  .impressumLayout {
    padding-left: 30px;
    padding-right: 5px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.footerLink {
  padding-left: 20px;
  padding-right: 20px;
}
