
body {
  font-family: "Atkinson Hyperlegible Next", sans-serif;   
    max-width: 100%;
    overflow-x: hidden;
}
.main {
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.closebtn {
  width: 24px;
  height: 24px;
  padding: 8px;
  border-radius: 24px;
  margin-bottom: 10px;
  background: lightgrey;
}
.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 70px;
  background-color: #2e2e2e;
  border-radius: 100px;
}
.menu.smaller {
  width: 100%;
}
p {
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-color: aqua;
}
.profile-px {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  margin: 10px;
}
.batton {
  border-radius: 26px;
  width: 50px;
  height: 50px;
  background-color: #505050;
  border-width: 0px;
  margin-right: 10px;
}
.batton:hover {
  filter: brightness(1.26);
  transition: cubic-bezier();
  transition-duration: 400ms;
}
.sub_01 {
  padding: 6px;
}
.sub_02 {
  display: inline-block;
  flex-direction: row;
  height: 28px;
  padding: 8px 12px 5px 12px;
  background-color: #2e2e2e;
  border-radius: 100px;
}
a {
  color: white;
}
.ico {
  width: 24px;
  height: 24px;
}
.menufake {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 100;
}
.dots {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: white;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
#gedanken {
  display: none;
  position: absolute;
  width: 350px;
  height: auto;
  top: 50vh - 175px;
  left: 50vw - 100px;
  background: white;
  padding: 15px;
  background-color: #505050;
  z-index: 1000;
  border-radius: 25px;
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-style: normal;
}
#gedanken.visible {
  display: block;
}

.work.xx {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 99vw;
  height: auto;
  padding: 74px;
  display: grid;
  position: static;
  inset: 0%;
}
.linker {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}
.projekttext {
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  background-color: #1f3618;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 15px 18px 18px 24px;
  display: flex;
  position: static;
  inset: auto;
}
.projekttext.black {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 15px 18px 18px 24px;
  display: flex;
  position: static;
  inset: auto;
  color: #1e1e1e;
  background-color: #1e1e1e;
}
.geadnken {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  box-sizing: border-box;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.image {
 width: 100%;       /* Bild füllt Breite aus */
  height: 100% !important;      /* Bild füllt Höhe aus */
  object-fit: cover; /* Bild wird zugeschnitten, um den Container zu füllen */
  object-position: center; /* Zentriert das Bild beim Zuschneiden */
  border-radius: inherit; /* Übernimmt die border-radius vom Wrapper */
 }
.image-wrapper {
-webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 14px;
  width: 100%;       /* Container breitet sich aus */
  height: 100%;      /* Container höhe wird benötigt (z. B. durch Parent-Element) */
  position: relative;
  overflow: hidden;  /* Wichtig, damit das Bild die border-radius einhält */
  }
img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.body2 {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  box-sizing: border-box;
  color: #000000;
  min-height: 100%;
  margin: 0;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
}
.projekttext.planemo {
  -webkit-text-size-adjust: 100%;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #131313;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 15px 18px 18px 24px;
  display: flex;
  position: static;
  inset: auto;
  background-color: #d8ff13;
}
.projekttext.ndf {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 15px 18px 18px 24px;
  display: flex;
  position: static;
  inset: auto;
  background-color: #ffe501;
}
.projekttext.tai {
  -webkit-text-size-adjust: 100%;
  --white: white;
  --black: black;
  font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 15px 18px 18px 24px;
  display: flex;
  position: static;
  inset: auto;
  background-color: #aea2fe;
}

@media screen and (max-width: 479px) {
  .work.xx {
    -webkit-text-size-adjust: 100%;
    --white: white;
    --black: black;
    font-family: Arial, "Atkinson Hyperlegible Next", sans-serif;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    color: #fff;
    place-items: center;
    width: 99vw;
    height: auto;
    inset: 0%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 69px 10px 10px;
    display: flex;
    position: static;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .work.xx {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: start;
    padding: 69px 10px 10px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1440px) {
  .work.xx {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: start;
    padding: 69px 10px 10px;
  }
}
@media screen and (min-width: 1441px) {
  .work.xx {
    max-width: 1260px;
    margin: 0 auto;
    padding: 69px 32px 32px;
  }
}
.text-span-6 {
  color: black;
}
