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

a {
  text-decoration: none;
}

html,
body {
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
  scroll-behavior: smooth;
  background-color: #F5F5F5;
}
html .footer,
body .footer {
  margin-top: auto;
}

@font-face {
  font-family: "Josefin Sans";
  src: url("./font/Josefin_Sans/static/JosefinSans-Regular.woff") format("woff");
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./font/Josefin_Sans/static/JosefinSans-Regular.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./font/Josefin_Sans/static/JosefinSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: Bold;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("./font/Josefin_Sans/static/JosefinSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: Bold;
}
@font-face {
  font-family: "Syne";
  src: url("./font/Syne/static/Syne-Regular.woff") format("woff");
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: "Syne";
  src: url("./font/Syne/static/Syne-Regular.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("./font/Merriweather/static/Merriweather-Regular.woff") format("woff");
  font-weight: 250;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("./font/Merriweather/static/Merriweather-Regular.woff2") format("woff2");
  font-weight: 250;
  font-style: normal;
}
html,
body {
  font-family: "Josefin Sans", sans-serif;
}

.page-title {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}

h1, h2, h3, h4, h5, h6, i {
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
}

h2, h3, h4, h5, h6 {
  font-size: 2.5vw;
}

p, input,
textarea, label {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  line-height: 1.6;
  font-size: 1.1111111111vw;
}

.footer-list-item,
.footer-list-item h2 {
  font-size: 1vw;
}
.footer-list-item i,
.footer-list-item h2 i {
  font-size: 0.9090909091vw;
}
.footer-list-item p,
.footer-list-item h2 p {
  font-size: 0.9090909091vw;
}

.nav .name__text {
  color: #D24F27;
  font-weight: 700;
  text-align: left;
}

.nav .nav-list .nav-list-link {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.nav .nav-list .nav-list-link:not(:last-child)::after {
  color: #000000;
  font-weight: 400;
}

/*Navbar section styles*/
header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 10vh;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 1rem 2rem 2rem 2rem;
  background: linear-gradient(to bottom, #DFEBF8 100%, rgba(223, 235, 248, 0) 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  align-items: center;
  flex-wrap: wrap;
}
header h1 {
  color: #D24F27;
  font-size: 3.3333333333vw;
}
header .navigation ul, header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 0;
}
header .navigation ul li, header nav ul li {
  list-style: none;
}
header .navigation ul li .nav-list-link, header .navigation ul li a, header nav ul li .nav-list-link, header nav ul li a {
  padding: 0.2em 0.5em;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  color: #000000;
  font-size: 1.25vw;
}
header .navigation ul li .nav-list-link:hover, header .navigation ul li a:hover, header nav ul li .nav-list-link:hover, header nav ul li a:hover {
  color: #D24F27;
}
header .navigation ul li .nav-list-link.active, header .navigation ul li a.active, header nav ul li .nav-list-link.active, header nav ul li a.active {
  color: #D24F27;
  font-weight: 900;
}
header hamburger-menu {
  display: contents;
}
@media screen and (max-width: 900px) {
  header .HamburgerMenu-toggle {
    border: none;
    margin-left: auto;
    display: flex;
    gap: 0.25em;
    display: inline-block;
    margin: 0rem auto 0 auto;
    padding: 1rem 2rem;
    border: 2px solid #D24F27;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25vw;
    color: #D24F27;
    background-color: #F5F5F5;
    height: -moz-max-content;
    height: max-content;
    min-width: unset;
    cursor: pointer;
    transition: background 0.5s, color 0.5s, border-color 0.5s;
    font-size: clamp(1.2rem, 2vw, 2.5rem);
  }
  header .HamburgerMenu-toggle:hover, header .HamburgerMenu-toggle:focus {
    background-color: #D24F27;
    color: #F5F5F5;
    border-color: #D24F27;
  }
  header hamburger-menu {
    z-index: 9999;
    padding-left: 1em;
  }
  header hamburger-menu.is-hidden nav {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  header hamburger-menu:not(.is-hidden) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header hamburger-menu:not(.is-hidden) nav {
    margin-top: 0;
    transform: translateY(-2vh);
    background: linear-gradient(to bottom, #DFEBF8 90%, rgba(223, 235, 248, 0) 100%);
    padding-bottom: 3vh;
  }
  header hamburger-menu:not(.is-hidden) .nav-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  header hamburger-menu:not(.is-hidden) .nav-list li {
    width: auto;
  }
  header hamburger-menu:not(.is-hidden) .nav-list li .nav-list-link {
    padding: 1rem 0;
    font-size: 2.5vw;
  }
  header hamburger-menu:not(.is-hidden) .nav-list li .nav-list-link:not(:last-child)::after {
    content: none;
  }
}
@media screen and (min-width: 900px) {
  header .HamburgerMenu-toggle {
    display: none;
  }
}

.page-start {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 10vh;
}
.page-start .page-title {
  position: absolute;
  transform: scale(-1, 1);
  top: 65%;
  right: 2%;
  width: 90vw;
  color: #D24F27;
  font-size: 6.9230769231vw;
  white-space: nowrap;
  z-index: 4;
}
.page-start .rosa {
  position: absolute;
  top: 25%;
  right: 0;
  padding: 8% 25%;
  border-radius: 50vh 0 0 50vh;
  background: #F4D6C5;
  max-width: 100%;
  z-index: 0;
}
.page-start .bilder {
  position: relative;
  max-height: 75vh;
  max-width: 90vw;
  aspect-ratio: 1;
  margin: 0 auto;
}
.page-start .bilder .part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  animation: changeImage 40s infinite;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-start .bilder .part1 {
  -webkit-clip-path: inset(10% 40% 60% 10% round 10% 10% 10% 10%);
          clip-path: inset(10% 40% 60% 10% round 10% 10% 10% 10%);
  z-index: 3;
}
.page-start .bilder .part2 {
  -webkit-clip-path: inset(0 0 60% 62% round 10% 10% 10% 10%);
          clip-path: inset(0 0 60% 62% round 10% 10% 10% 10%);
  z-index: 2;
}
.page-start .bilder .part3 {
  -webkit-clip-path: inset(42% 10% 5% 0 round 10% 10% 10% 10%);
          clip-path: inset(42% 10% 5% 0 round 10% 10% 10% 10%);
  z-index: 1;
}
@keyframes changeImage {
  0%, 100% {
    background-image: url("../bilder/Flora/Blume1.jpeg");
    transform: scale(1);
  }
  25% {
    background-image: url("../bilder/Flora/Blume3.jpg");
    transform: scale(1);
  }
  50% {
    background-image: url("../bilder/Spachtel/Spachtel2.jpeg");
    transform: scale(1);
  }
  75% {
    background-image: url("../bilder/Spachtel/Spachtel4.jpg");
    transform: scale(1);
  }
}

.home {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F5F5F5;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(0, 1fr);
}
.home .link-btn {
  display: inline-block;
  margin: 0rem auto 0 auto;
  padding: 1rem 2rem;
  border: 2px solid #D24F27;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #D24F27;
  background-color: #F5F5F5;
  height: -moz-max-content;
  height: max-content;
  min-width: unset;
  cursor: pointer;
  transition: background 0.5s, color 0.5s, border-color 0.5s;
  font-size: clamp(1.2rem, 2vw, 2.5rem);
  margin-top: 5vh;
}
.home .link-btn:hover, .home .link-btn:focus {
  background-color: #D24F27;
  color: #F5F5F5;
  border-color: #D24F27;
}
.home .home-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem 5rem;
}
.home .home-content .section-aboutme {
  grid-row: 1;
}
.home .home-content .aboutme__quote {
  grid-row: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 90%;
  margin: 2rem 0;
  text-align: right;
  max-width: 100vw;
}
.home .home-content .aboutme__quote .quote__text {
  white-space: normal;
  font-style: italic;
  font-size: 1.875vw;
  color: #D24F27;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  z-index: 3;
  width: 100%;
  max-width: 100vw;
}
.home .home-content .aboutme__quote .quote__person {
  font-weight: bold;
  color: #000000;
  align-self: flex-end;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 1.1538461538vw;
}
.home .home-content .portrait-image-grid {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  justify-self: center;
}
.home .home-content .portrait-image-grid .background-color {
  position: absolute;
  left: 20%;
  top: 6%;
  width: 35%;
  height: 80%;
  border-radius: 25vh;
  z-index: 0;
}
.home .home-content .portrait-image-grid .background-color.rosa {
  background: #F4D6C5;
}
.home .home-content .portrait-image-grid .background-color.blue {
  background: #DFEBF8;
}
.home .home-content .portrait-image-grid .portrait-image.image1 {
  position: absolute;
  left: 10%;
  top: 0;
  height: 34%;
  width: auto;
  max-width: 40%;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .home-content .portrait-image-grid .portrait-image.image2 {
  position: absolute;
  left: 40%;
  top: 30%;
  height: 34%;
  width: auto;
  max-width: 55%;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .home-content .portrait-image-grid.right-image {
  grid-row: 2;
}
.home .home-content .portrait-image-grid.left-image {
  grid-row: 5;
}
.home .home-content .section-kontakt {
  grid-row: 6;
  justify-self: center;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .home-content .section-kontakt .link-btn.kontakt {
  margin-top: 5vh;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.home .home-content .section-kontakt p,
.home .home-content .section-kontakt h2 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.home .home-content .section-kontakt p {
  text-align: left;
}
.home .section-gallerie {
  grid-row: 4;
  display: grid;
  grid-template-areas: "header" "images" "text" "button";
  grid-template-columns: 1fr;
  gap: 1.5rem;
  justify-items: center;
  padding: 2rem 1rem;
}
.home .section-gallerie .gallerie__header {
  grid-area: header;
  text-align: center;
}
.home .section-gallerie .gallerie__image {
  grid-area: images;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
}
.home .section-gallerie .gallerie__image .gallerie-image {
  width: 100%;
  height: 90%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.home .section-gallerie .gallerie__image .image3 {
  display: none;
}
.home .section-gallerie .gallerie__text {
  grid-area: text;
  max-width: 80%;
  text-align: center;
  color: #000000;
}
.home .section-gallerie .link-btn.gallerie {
  max-width: -moz-fit-content;
  max-width: fit-content;
  grid-area: button;
}

footer {
  background-color: #F4D6C5;
  background: #F4D6C5;
  padding: 2rem;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 2rem;
  position: sticky;
  top: 100%;
}
footer .left-side {
  grid-row: 1;
  display: none;
}
footer .left-side h2 {
  font-size: 1.25vw;
}
footer .left-side p {
  font-size: 1.1111111111vw;
}
footer .right-side {
  grid-row: 1;
  justify-self: center;
}
footer .right-side .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .right-side .footer-list .footer-list-item {
  margin: 0;
  margin-bottom: 1rem;
}
footer .right-side .footer-list .footer-list-item.title {
  font-weight: 600;
}
footer .right-side .footer-list .footer-list-item h2 {
  font-size: 2.5vw;
  line-height: 1.6rem;
}
footer .right-side .footer-list .footer-list-item i {
  font-style: normal;
  font-weight: 500;
  font-size: 2vw;
  margin-right: clamp(1.2rem, 2vw, 2.5rem);
  line-height: 1.1rem;
}
footer .right-side .footer-list .footer-list-item p {
  font-size: 2vw;
  line-height: 1.1rem;
}
footer .right-side .footer-list .footer-list-item p a {
  color: #000000;
  text-decoration: underline;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
   main {
    padding-top: 7rem;
  }
  .aboutme {
    display: flex !important;;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem 0.5rem;
    width: 100vw;
    box-sizing: border-box;
    align-items: stretch;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
  }

  .aboutme .section-aboutme { order: 1; }
  .aboutme .portrait-image-grid.right-image { order: 2; }
  .aboutme .section-vita.left { order: 3; }
  .aboutme .section-vita.middle { order: 4; }
  .aboutme .portrait-image-grid.left-image { order: 5; }

  .aboutme > * {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .aboutme .portrait-image-grid {
    aspect-ratio: unset;
    min-height: 200px;
    margin-top: 1rem;
  }
  .aboutme .portrait-image-grid .background-color {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
  }
  .aboutme .portrait-image-grid .portrait-image.image1,
  .aboutme .portrait-image-grid .portrait-image.image2 {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }
  .aboutme .section-vita.middle {
    margin-top: 1rem;
    text-align: center;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
  p, input, textarea, label {
    font-size: 1rem;
  }

  
}

@media (min-width: 900px) {
  footer .right-side .footer-list .footer-list-item h2 {
    font-size: 1.25vw;
  }
  footer .right-side .footer-list .footer-list-item i {
    font-size: 1.1111111111vw;
  }
  footer .right-side .footer-list .footer-list-item p {
    font-size: 1.1111111111vw;
  }
}
footer .extra-footer {
  grid-row: 2;
  justify-self: center;
}
footer .extra-footer ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-decoration: underline;
  width: 100%;
}
footer .extra-footer li {
  display: inline;
}
footer .extra-footer a {
  color: #000000;
}
@media screen and (min-width: 900px) {
  footer .extra-footer {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 680px) {
  footer .extra-footer ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  footer .extra-footer li {
    font-size: 2vw;
  }
}

.galerie-header {
  color: #D24F27;
  text-align: center;
  font-size: 6.9230769231vw;
}

.galerie {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  background: #F5F5F5;
  padding: 0em 1em 3em 1em;
}
.galerie .element-galerie {
  position: relative;
  flex-basis: 30%;
  margin: 0;
  padding: 0;
}
.galerie .element-galerie .vorschau {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;     
  height: auto;
  overflow: hidden;
  border-radius: 0.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  object-fit: cover;      
}
.galerie .element-galerie .vorschau:hover {
  transform: scale(1.05);
}

.galerie-category {
  grid-column: 1 / -1; 
  margin: 2em 0 1em 0.5em;
  font-size: 2em;
  color: #d24f27;
  text-align: left;
}
.galerie .element-galerie .lightbox {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
  transform: scale(0, 1);
  transition: transform 150ms ease-in-out;
  transform-origin: center;
  padding: 2em;
  z-index: 1000;
  position: fixed;
  color: #000000;
  background: #DFEBF8;
  width: auto;
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 1.5rem;
}
.galerie .element-galerie .lightbox img {
  position: relative;
  max-height: 75vh;
  max-width: 75vw;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1.5rem;
  padding: 1rem;
}
.galerie .element-galerie .lightbox__text {
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  background: #DFEBF8;
  border-radius: 0.5rem;
}
.galerie .element-galerie .lightbox__text h3 {
  font-size: 1vw;
}
.galerie .element-galerie .lightbox__text p {
  font-size: 0.5vw;
}
.galerie .element-galerie .lightbox .close {
  position: absolute;
  right: -1em;
  top: -1em;
  display: flex;
  width: 3em;
  height: 3em;
  background: #F4D6C5;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.galerie .element-galerie .lightbox .close:hover {
  background: #DFEBF8;
  transform: scale(1.1);
}
.galerie .element-galerie .lightbox .close::after {
  content: "x";
  font-size: 2em;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.galerie .element-galerie .lightbox:target {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1, 1);
  transform-origin: left;
}

.dorisEismann-header {
  color: #D24F27;
  text-align: center;
  font-size: 6.9230769231vw;
}

.aboutme {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  padding: 0 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #F5F5F5;
  justify-items: center;
  align-items: center;
}
.aboutme .section-aboutme {
  grid-row: 1;
}
.aboutme .portrait-image-grid {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2rem;
}
.aboutme .portrait-image-grid .background-color {
  position: absolute;
  left: 20%;
  top: 6%;
  width: 35%;
  height: 80%;
  border-radius: 25vh;
  z-index: 0;
}
.aboutme .portrait-image-grid .background-color.rosa {
  background: #F4D6C5;
}
.aboutme .portrait-image-grid .background-color.blue {
  background: #DFEBF8;
}
.aboutme .portrait-image-grid .portrait-image.image1 {
  position: absolute;
  left: 10%;
  top: 0;
  height: 34%;
  width: auto;
  max-width: 40%;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutme .portrait-image-grid .portrait-image.image2 {
  position: absolute;
  left: 40%;
  top: 30%;
  height: 34%;
  width: auto;
  max-width: 55%;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutme .portrait-image-grid.right-image {
  grid-row: 2;
}
.aboutme .portrait-image-grid.left-image {
  grid-row: 4;
}
.aboutme .section-vita {
  grid-row: 4;
}

.link-btn {
  display: inline-block;
  margin: 0rem auto 0 auto;
  padding: 1rem 2rem;
  border: 2px solid #D24F27;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #D24F27;
  background-color: #F5F5F5;
  height: -moz-max-content;
  height: max-content;
  min-width: unset;
  cursor: pointer;
  transition: background 0.5s, color 0.5s, border-color 0.5s;
  font-size: clamp(1.2rem, 2vw, 2.5rem);
  margin: 2rem auto;
  margin-top: 0;
  width: 70%;
  position: relative;
  top: -2rem;
}
.link-btn:hover, .link-btn:focus {
  background-color: #D24F27;
  color: #F5F5F5;
  border-color: #D24F27;
}

.kontakt-header {
  color: #D24F27;
  text-align: center;
  font-size: 6.9230769231vw;
}

.kontakt {
  padding: 0 1.5rem;
}
.kontakt p {
  text-align: center;
  margin: 0.5rem;
}
.kontakt .anfrage {
  display: grid;
  grid-template-columns: 1fr;
}
.kontakt .anfrage .anfrage-gruppe__request {
  grid-row: span 2;
}
.kontakt .anfrage .anfrage-gruppe {
  display: grid;
}
.kontakt label {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.kontakt input,
.kontakt textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #F4D6C5;
  border-radius: 0.5rem;
  color: #000000;
  background-color: #DFEBF8;
}
.kontakt input:focus,
.kontakt textarea:focus {
  outline: none;
  border-color: #DFEBF8;
  background-color: #F4D6C5;
}
.kontakt button {
  margin-top: 5vh;
}

.extras {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  grid-template-rows: auto 1fr;
}
.extras h1 {
  grid-row: 1;
  font-size: 2rem;
}
.extras h2 {
  font-size: 1.5rem;
}
.extras a {
  color: #D24F27;
  text-decoration: underline;
}
.extras p, .extras dd {
  font-size: 1rem;
  font-weight: 300;
}
.extras dt {
  font-size: 1.2rem;
  font-weight: 600;
}
.extras div {
  grid-row: 2;
}

.zeitleiste {
  position: relative;
  padding: 2rem;
  background-color: #F5F5F5;
}
.zeitleiste h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.zeitleiste div {
  max-width: 75vw;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}
.zeitleiste ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
  scroll-behavior: smooth;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  width: 60vw;
  height: 60vh;
  gap: 3rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.zeitleiste ul li {
  flex: 0 0 60vw;
  height: 60vh;
  background-color: #F5F5F5;
  padding: 2rem;
  border: 4px solid #DFEBF8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zeitleiste ul li h2 {
  font-size: 1.5rem;
  margin: 1rem 0 0.5rem;
  color: #000000;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.zeitleiste ul li p {
  max-width: 80%;
  text-align: center;
  margin-top: 1rem;
  font-size: 1rem;
  color: #212529;
}
.zeitleiste ul li figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.zeitleiste ul li figure a {
  display: inline-block;
}
.zeitleiste ul li figure a img {
  max-width: 50vw;
  max-height: 40vh;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  border-radius: 0.25rem;
  border: 1px solid #DFEBF8;
  transition: transform 0.3s ease;
}
.zeitleiste ul li figure a img:hover {
  transform: scale(1.03);
}
.zeitleiste ul li figure figcaption {
  font-size: 0.95rem;
  color: #000000;
  text-align: center;
  max-width: 80%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.zeitleiste ul li figure .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #212529;
  background-color: #F4D6C5;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.zeitleiste ul li figure .button:hover {
  border: 2px solid #212529;
  background-color: #DFEBF8;
  color: #212529;
}
.zeitleiste ul li figure .left {
  z-index: 9999;
  left: 2.5rem;
}
.zeitleiste ul li figure .right {
  z-index: 9999;
  right: 2.5rem;
}

.Layout_test {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}
.Layout_test form {
  display: grid;
  grid-template-columns: 1fr;
}
.Layout_test label {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.Layout_test input,
.Layout_test textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #F4D6C5;
  border-radius: 0.5rem;
  color: #000000;
  background-color: #DFEBF8;
}
.Layout_test input:focus,
.Layout_test textarea:focus {
  outline: none;
  border-color: #DFEBF8;
  background-color: #F4D6C5;
}
.Layout_test button {
  margin-top: 5vh;
  display: inline-block;
  margin: 0rem auto 0 auto;
  padding: 1rem 2rem;
  border: 2px solid #D24F27;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 1.25vw;
  color: #D24F27;
  background-color: #F5F5F5;
  height: -moz-max-content;
  height: max-content;
  min-width: unset;
  cursor: pointer;
  transition: background 0.5s, color 0.5s, border-color 0.5s;
  font-size: clamp(1.2rem, 2vw, 2.5rem);
  margin: 2rem auto;
  margin-top: 0;
  width: 70%;
  position: relative;
  top: -2rem;
}
.Layout_test button:hover, .Layout_test button:focus {
  background-color: #D24F27;
  color: #F5F5F5;
  border-color: #D24F27;
}

.dokumentation {
  scroll-padding-top: 15vh;
}

.doku {
  background: #F5F5F5;
}
.doku section {
  max-width: 60vw;
  margin: 2rem auto;
  background: #F5F5F5;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 4px solid #DFEBF8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.doku h1,
.doku h2,
.doku h3 {
  color: #212529;
  font-size: x-large;
  margin-bottom: 0.5rem;
}
.doku p {
  font-size: medium;
  margin-bottom: 1.5rem;
}
.doku img {
  width: 50vw;
  height: auto;
}
.doku ul {
  list-style: none;
  margin-bottom: 1rem;
}
.doku .nav-doku {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.doku .nav-doku ul {
  justify-content: center;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.doku .nav-doku ul li {
  margin-right: 1rem;
}
.doku .nav-doku ul li a {
  text-decoration: none;
  color: #D24F27;
}
.doku code {
  background: #DFEBF8;
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

@media only screen and (min-width: 700px) {
  .galerie {
    grid-template-columns: repeat(2, 1fr);
    padding: 0em 2em 4em 2em;
  }
}
@media only screen and (max-width: 900px) {
  hamburger-menu {
    display: block;
  }
  .nav {
    display: none;
  }
  .HamburgerMenu-toggle {
    display: block;
  }
  .HamburgerMenu-overlay {
    display: none;
    background-color: #DFEBF8;
    padding: 2rem;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 49;
    flex-direction: column;
    gap: 1rem;
  }
  hamburger-menu:not(.is-hidden) .HamburgerMenu-overlay {
    display: flex;
  }
  h2, h3, h4, h5, h6 {
    font-size: 4.5vw;
  }
  p, input,
  textarea, label {
    font-size: 2vw;
  }
  footer .footer-list .footer-list-item h2 {
    font-size: 4.5vw;
  }
  footer .footer-list .footer-list-item i {
    font-size: 3.6vw;
  }
  footer .footer-list .footer-list-item p {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 900px) {
  .navigation ul li:not(:last-child)::after, nav-list ul li:not(:last-child)::after {
    content: "|";
    font-size: 1.25vw;
    color: #000000;
    margin: 0 0.5rem;
    position: relative;
    top: -0.15rem;
  }
}
@media only screen and (min-width: 1000px) {
  .galerie {
    grid-template-columns: repeat(3, 1fr);
    padding: 0em 3em 6em 3em;
  }
  .kontakt {
    padding: 0 10rem;
  }
  .kontakt .anfrage {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .kontakt .anfrage .anfrage-gruppe {
    gap: 1rem;
  }
  .kontakt .anfrage .anfrage-gruppe__request,
  .kontakt .anfrage .link-btn {
    grid-column: 1/3;
  }
  footer {
    padding: 1.5rem 2rem 0.3rem 3rem;
    grid-template-columns: 2fr auto;
  }
  footer .left-side {
    display: block;
  }
  footer .left-side .name .name-text {
    font-weight: 600;
  }
  footer .left-side .name .name-text__aboutme {
    margin-top: 0.5rem;
  }
  footer .right-side {
    justify-self: unset;
    margin-left: 10rem;
  }
  footer .right-side .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer .right-side .footer-list .footer-list-item {
    margin-bottom: 0.75rem;
  }
  footer .right-side .footer-list .footer-list-item.title {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  footer .right-side .footer-list .footer-list-item i {
    font-style: normal;
    font-weight: 600;
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1185px) {
  .home .home-content {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 5rem;
    width: 100%;
  }
  .home .home-content .section-aboutme {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    overflow-wrap: break-word;
  }
  .home .home-content .aboutme__quote {
    grid-column: 1/span 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home .home-content .aboutme__quote .quote__person {
    font-weight: bold;
    color: #000000;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    white-space: nowrap;
    align-self: flex-end;
  }
  .home .home-content .portrait-image-grid.right-image {
    grid-column: 1;
    grid-row: 1/span 2;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 5%;
  }
  .home .home-content .portrait-image-grid.left-image {
    grid-column: 2;
    margin-right: 0;
    grid-row: 4;
  }
  .home .home-content .section-kontakt {
    grid-column: 1;
    grid-row: 4;
    justify-self: center;
    align-self: center;
    overflow-wrap: break-word;
  }
  .home .section-gallerie {
    grid-column: 1/span 2;
    grid-row: 3;
  }
  .home .section-gallerie .gallerie__image {
    grid-template-columns: repeat(auto-fit, minmax(30vb, 1fr));
  }
  .home .section-gallerie .gallerie__image .image3 {
    display: block;
  }
  .aboutme {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .aboutme .section-aboutme {
    grid-column: 2;
    grid-row: 2;
  }
  .aboutme .portrait-image-grid {
    margin-top: 0;
  }
  .aboutme .portrait-image-grid.right-image {
    grid-column: 1;
    grid-row: 2;
  }
    .aboutme .section-vita.left {
    grid-column: 1;
    grid-row: 3;
}
  .aboutme .portrait-image-grid.left-image {
    grid-column: 2;
    grid-row: 3;
  }
  .aboutme .section-vita {
    grid-column: 1;
    grid-row: 4;
  }
  .aboutme .section-vita.middle {
  grid-column: 1 / -1;
  justify-self: center;
  align-self: center;
  text-align: center;
  margin-top: 2rem;
}
  .galerie {
    grid-template-columns: repeat(5, 1fr);
    padding: 0em 4em 7em 4em;
  }
  .lightbox img {
    height: 75vh;
  }
}