* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Josefin Sans;
  src: url("assets/fonts/JosefinSans-Regular.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Josefin Sans;
  src: url("assets/fonts/JosefinSans-Light.ttf");
  font-weight: light;
}
.anchor1 {
  display: flex;
  position: absolute;
  top: 60rem;
  background-color: red;
  visibility: hidden;
}

.anchor2 {
  display: flex;
  position: absolute;
  top: 195rem;
  background-color: red;
  visibility: hidden;
}

.anchor3 {
  display: flex;
  position: absolute;
  top: 220rem;
  background-color: red;
  visibility: hidden;
}

.anchor4 {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  background-color: red;
  visibility: hidden;
}

.anchor5 {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  background-color: red;
  visibility: hidden;
}

.anchor6 {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  background-color: red;
  visibility: hidden;
}

.exitPlane {
  background-color: rgba(30, 31, 34, 0.7);
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
}

.mobileNavModule {
  position: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.mobileNavModule .menuSection {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.mobileNavModule .menuSection .mobileNav {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 99;
  top: 0rem;
  right: 1rem;
  margin-right: 0.5rem;
  background-color: #2D2D2D;
  border-radius: 0.7rem;
  width: 80%;
  height: 26rem;
  pointer-events: all;
}
.mobileNavModule .menuSection .mobileNav .navMenu {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}
.mobileNavModule .menuSection .mobileNav .navMenu .mobileMenuCloseButton {
  background-color: transparent;
  border: none;
  width: auto;
  margin: 1rem;
  margin-left: 1rem;
  text-transform: Uppercase;
  font-size: 1.3rem;
  color: white;
  z-index: 100;
}
.mobileNavModule .menuSection .mobileNav .navMenu button {
  background-color: transparent;
  border: none;
  width: auto;
  margin: 1rem;
  margin-left: 1rem;
  text-transform: Uppercase;
  font-size: 1.3rem;
  color: white;
  z-index: 100;
}
.mobileNavModule .menuSection .mobileNav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 17rem;
  font-size: 2rem;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
}
.mobileNavModule .menuSection .mobileNav ul a {
  color: white;
  text-decoration: none;
}
.mobileNavModule .menuSection .mobileNav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  text-align: center;
  color: white;
}
.mobileNavModule .menuSection .mobileNav ul li svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 auto 0.7rem;
  height: 1.3rem;
  width: auto;
}
.mobileNavModule .menuSection .mobileNav .socialLinks {
  display: flex;
  flex-grow: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.mobileNavModule .menuSection .mobileNav .socialLinks div {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.5rem;
}
.mobileNavModule .menuSection .mobileNav .socialLinks div svg {
  fill: white;
}
.mobileNavModule .logobar {
  z-index: 99;
  width: 95%;
  height: 4rem;
  margin: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileNavModule .logobar .mobileNavBackground {
  z-index: -1;
  position: fixed;
  display: flex;
  background-color: white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
  width: inherit;
  height: inherit;
  border-radius: 0.5rem;
  opacity: 0;
}
.mobileNavModule .logobar .logo {
  display: flex;
  height: 3rem;
  width: 3rem;
  margin: 1rem 0 1rem 1rem;
}
.mobileNavModule .logobar .menuButton {
  display: flex;
  height: 3rem;
  width: 3rem;
  margin: 1rem 1rem 1rem 0rem;
  z-index: 100;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}
.mobileNavModule .logobar .menuButton .menuButtonSVG {
  display: flex;
  width: 100%;
  height: 100%;
  justify-items: center;
  align-content: center;
  fill: red;
}
.mobileNavModule .logobar .menuButton .menuButtonSVG .cls-1 {
  fill: #2D2D2D;
}
.mobileNavModule .logobar .menuButton .closeButtonSVG {
  display: none;
  width: 60%;
  height: 60%;
  justify-items: center;
  align-items: center;
  fill: red;
}
.mobileNavModule .logobar .menuButton .closeButtonSVG .cls-1 {
  fill: #ff8f26;
}

.sectionDescription h1 {
  font-size: 3rem;
  font-weight: 500;
}
.sectionDescription p {
  font-size: 1.5rem;
  line-height: 0.9;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}

body {
  margin: 0rem;
  font-family: "Josefin Sans", sans-serif;
}
body main {
  margin: 1rem;
}
body main .heroSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
body main .heroSection .heroImg {
  display: inline-block;
  background: url(assets/webp/selfPortrait2022.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 58vh;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
body main .heroSection .heroText {
  display: flex;
  flex-direction: column;
  position: absolute;
  margin-top: 0rem;
  bottom: 2rem;
  justify-content: left;
}
body main .heroSection .heroText h1 {
  font-size: 4rem;
  line-height: 0.9;
  margin: 0;
  padding: 0;
}
body main .heroSection .heroText p {
  font-size: 1.5rem;
  line-height: 0.9;
  margin: 1rem 0 1rem 0.3rem;
}
body main .heroSection .buttonLink:link, body main .heroSection .buttonLink:visited {
  display: flex;
  height: 3rem;
  width: 10rem;
  padding: 0.2rem 0.2rem;
  margin: 0.5rem 0;
  justify-content: center;
  align-items: center;
  background-color: #2D2D2D;
  border-radius: 1rem;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
body main .heroSection .buttonLink:hover {
  color: #2D2D2D;
  background-color: #ff8f26;
}
body main .desktopNav {
  display: none;
}
body main .sectionImageGallery {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 0rem;
}
body main .sectionImageGallery .workCategoriesMenu {
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body main .sectionImageGallery .workCategoriesMenu div {
  position: relative;
  width: 100%;
  height: 20rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0.2rem;
  border-style: solid;
  border-color: white;
  border-radius: 1rem;
}
body main .sectionImageGallery .workCategoriesMenu div:hover {
  border-color: black;
  z-index: 0;
}
body main .sectionImageGallery .workCategoriesMenu div:hover::before {
  background: rgba(0, 0, 0, 0);
  opacity: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.7rem;
  filter: blur(0);
  margin: 0;
  -webkit-backdrop-filter: blur(3px) grayscale(100%) brightness(70%);
          backdrop-filter: blur(3px) grayscale(100%) brightness(70%);
}
body main .sectionImageGallery .workCategoriesMenu div::before {
  content: "";
  background: black;
  opacity: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 8rem;
  filter: blur(30px);
}
body main .sectionImageGallery .workCategoriesMenu div div::before {
  content: "";
  background: #ff8f26;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -10px;
}
body main .sectionImageGallery .workCategoriesMenu div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  opacity: 0%;
  filter: alpha(opacity=1);
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  border-radius: 0.8rem;
  opacity: 50%;
}
body main .sectionImageGallery .workCategoriesMenu div p {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: white;
  z-index: 11;
  pointer-events: none;
  padding: 1rem;
  border: 0.005rem;
  border-color: white;
  border-radius: 1rem;
}
body main .sectionContact {
  margin-top: 3rem;
}
body main .sectionContact .contact {
  margin-top: 1rem;
}
body main .sectionContact .contact .contactDetails {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  height: 8rem;
  background-color: #2D2D2D;
  border-radius: 1rem;
  margin: 0;
}
body main .sectionContact .contact .contactDetails button {
  background-color: transparent;
  border: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0 0;
  color: white;
}
body main .sectionContact .contact .socials {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
body main .sectionContact .contact .socials div {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 1rem;
  border-radius: 1rem;
  fill: rgb(121, 137, 147);
}
body main .footnote {
  margin: 3rem 0 1rem 0;
  text-align: center;
  color: rgb(121, 137, 147);
}

.Impressum {
  display: flex;
  justify-items: left;
  flex-direction: column;
  margin-top: 0rem;
  font-weight: 300;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 100%;
}
.Impressum p {
  margin: 1rem;
  font-weight: light;
}

@media (min-width: 1000px) {
  .mobileNavModule {
    position: absolute;
  }
  .mobileNavModule .logobar .mobileNavBackground {
    display: none;
  }
  .mobileNavModule .logobar .logo {
    margin: 3rem 0 0 7rem;
    width: 5rem;
    height: 5rem;
  }
  body main {
    margin: 0;
  }
  body main .heroSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    top: 0;
  }
  body main .heroSection .heroImg {
    width: 40%;
    right: 5%;
    height: 90vh;
  }
  body main .heroSection .heroText {
    margin-left: 7rem;
    margin-top: 0rem;
    margin-bottom: 10vh;
    bottom: 0;
    justify-content: left;
  }
  body main .heroSection .heroText h1 {
    font-size: 5rem;
    line-height: 0.9;
    margin: 0;
    padding: 0;
  }
  body main .heroSection .heroText p {
    font-size: 1.5rem;
    line-height: 0.9;
    margin: 1rem 0 1rem 0.3rem;
  }
  body main .desktopNav {
    display: block;
  }
  body main .desktopNav .sideContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height: 5rem;
    width: 100vh;
    transform: rotate(90deg);
    position: fixed;
    bottom: 0;
    transform-origin: 100% 100%;
    right: 5rem;
  }
  body main .desktopNav .sideContainer .buttonContainer {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin: 0 5% 0 5%;
  }
  body main .desktopNav .sideContainer .buttonContainer a {
    display: flex;
    text-align: center;
    align-items: center;
    color: rgb(121, 137, 147);
    border: 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  body main .desktopNav .sideContainer .buttonContainer a svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0 auto 0.4rem;
    height: 0.8rem;
    width: auto;
  }
  body main .desktopNav .sideContainer .buttonContainer a svg .cls-1 {
    fill: rgb(121, 137, 147);
  }
  body main .desktopNav .sideContainer .buttonContainer a:hover {
    color: #ff8f26;
  }
  body main .desktopNav .sideContainer .buttonContainer a:hover svg .cls-1 {
    fill: #ff8f26;
  }
  body main .desktopNav .sideContainer .socials {
    display: flex;
    justify-content: space-around;
    margin: 0 1rem 0 1rem;
  }
  body main .desktopNav .sideContainer .socials div {
    margin: 1rem;
    width: 2rem;
    height: 2rem;
    fill: gray;
  }
  body main .desktopNav .sideContainer .socials div:hover {
    fill: #ff8f26;
  }
  body main .sectionImageGallery {
    margin-left: 7rem;
    margin-right: 5rem;
    display: block;
    width: auto;
  }
  body main .sectionImageGallery .imageGalleryMobile {
    display: none;
  }
  body main .sectionImageGallery .workCategoriesMenu {
    flex-direction: row;
    width: unset;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body main .sectionImageGallery .workCategoriesMenu div {
    height: 20rem;
    width: 24%;
  }
  body main .sectionImageGallery .workCategoriesMenu div p {
    margin: 0 1rem 0 1rem;
    font-size: 2rem;
    -webkit-hyphens: manual;
            hyphens: manual;
  }
  body .Impressum {
    background-color: white;
  }
  body .Impressum p {
    margin-left: 6rem;
    color: #2D2D2D;
    width: 85vw;
  }
  .menuButton {
    visibility: hidden;
  }
  .sectionContact {
    margin: 5rem 20rem 0 20rem;
  }
  .sectionContact .contact .contactDetails {
    background-color: transparent;
    border: 0.1rem solid #2D2D2D;
    border-radius: 1rem;
  }
  .sectionContact .contact .contactDetails button {
    color: #2D2D2D;
  }
  .sectionContact .contact .contactDetails button:hover {
    color: #ff8f26;
  }
  .sectionContact .contact .socials div {
    fill: rgb(121, 137, 147);
  }
  .sectionContact .contact .socials div:hover {
    fill: #ff8f26;
  }
}/*# sourceMappingURL=style.css.map */