html {
  font-size: 16pt;
  font-size: clamp(14px, 2vw, 18pt);
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(224, 224, 224);
  transform-origin: top left;
  margin: 0%;
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
}

.video {
  width: 100%;
  display: block;
  /* height: 760px; */
  /* padding-bottom: 50px; */
  background-color: rgba(211, 211, 211, 0.6);
}

.Button {
  display: none; /* Standardmäßig unsichtbar */
}

.two-columns {
  column-count: 2; /* Number of columns */
  column-gap: 40px; /* Space between the columns */
  text-align: left; /* Optional: Makes text align evenly */
  width: 72vw;
  /* column-width: 30px; */
  word-break: break-word; /* Prevents cutting words awkwardly */
  hyphens: auto; /* Adds hyphenation if needed */
}

p.arrow2 {
  margin: 0%;
  padding-top: 4vw;
  z-index: 2;
  padding-left: 3vw;

  position: absolute;
}

.arrow {
  border: solid rgb(0, 0, 0);
  border-width: 0 0.25rem 0.25rem 0;
  display: inline-block;
  padding: 0.5rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: 2;
}

.container {
  padding-top: 10px;
  background-color: rgb(12, 45, 87);
  display: flex; /* Enable flexbox layout */
  width: 100%; /* Make the container full width */
  justify-content: space-between; /* Ensure the elements are spaced next to each other */
  gap: 0px;
  /* padding-bottom: 100px; */
}

#Person1,
#Person2,
#Person3,
#Person4,
#Person5 {
  display: block;
  /* Adjust this width based on how much space you want to give */
  overflow: hidden;
  width: 400px;
  height: 600px;

  /* You can uncomment and adjust the rotate transformations below if needed */
  /* transform: rotate(-90deg); */
}

.Link {
  text-align: center;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-top: 150px;
}
.Link a {
  color: #000000;
}

.myCustomSlider {
  background-color: #ffcc00;
  border-radius: 100px;
  height: 10px;
}

.row {
  display: flex;
}

.allCollumns {
  padding: 0 4px;
  flex: 65%;
  /* margin: 0px; */
}

img {
  /* width: 25%; */
  padding: 0%;
  margin: 0%;
}
section.screenshots2,
section.screenshots {
  display: flex;

  width: 100%;
  gap: 0px;
  box-sizing: border-box;
}
section.screenshots2 article,
section.screenshots article {
  flex-basis: 0;
  flex-grow: 1;
}

section.screenshots article:first-child {
  flex: 1;
}
section.screenshots article:last-child {
  flex: 1;
}
section.screenshots2 article img,
section.screenshots article img {
  width: 100%; /* Makes the images fill their container proportionally */
  height: auto; /* Keeps the aspect ratio */
  object-fit: cover; /* Ensures image covers the area */
  display: block;
}

section.screenshots2 article:first-child {
  flex: 1;
}

section.screenshots2 article:last-child {
  flex: 0.635;
}

.images-wrapper_quater,
.images-wrapper {
  display: flex; /* Use flexbox to align items side by side */
  flex-wrap: wrap;
  width: 100%; /* Make the container span the full viewport width */
  margin: 0; /* Remove default margins */
  padding: 0; /* Remove default padding */
  align-items: stretch; /* children take same height */
}

.images-wrapper .left_pic,
.images-wrapper .right_pic {
  width: 50%; /* Each takes up half the width */
  overflow: hidden; /* Ensure no overflow if images are too large */
  height: auto;
}
.images-wrapper_quater img,
.images-wrapper_quater video,
.images-wrapper img,
.images-wrapper video {
  width: 100%; /* Make images fill their containers */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover; /* Ensures images are cropped to fit, if necessary */
}

.images-wrapper .right_pic video {
  height: 100%; /* keep aspect ratio */
  display: block; /* remove inline spacing */
  object-fit: cover; /* crop if aspect ratio differs */
}
.images-wrapper .left_pic img {
  height: 100%;
  display: block;
}

.images-wrapper_quater .left_pic {
  width: 66.66%; /* Each takes up half the width */
  overflow: hidden; /* Ensure no overflow if images are too large */
  height: auto;
}

.images-wrapper_quater .right_pic {
  width: 33.33%; /* Each takes up half the width */
  overflow: hidden; /* Ensure no overflow if images are too large */
  height: auto;
}

.images-wrapper_quater img,
.images-wrapper_quater video {
  height: 80%;
  display: block;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.centered-images {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 2px; /* Abstand zwischen den Bildern */
  width: 50%;
}

.centeredText {
  width: 40vw;
  margin: 0 auto;
  text-align: center;
}

.hintergrund {
  color: rgb(136, 136, 136);
  margin: 0px;
}

h1 {
  margin-top: 3vw;
  margin-bottom: 5px;
  background-color: white; /* Sets the background color to white */
  padding: 10px; /* Adds space inside the rectangle between the text and the edges */
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: 9vw;
}

h2 {
  margin-top: 16vw;
  margin-bottom: 5px;
  background-color: white; /* Sets the background color to white */
  padding: 10px; /* Adds space inside the rectangle between the text and the edges */
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  margin-left: 9vw;
}

.spacer {
  width: auto;
  position: relative;
  height: 15px;
}

p {
  padding-top: 0px;
  padding-left: 10vw;
  width: 35vw;
  max-width: none;
  margin-bottom: 0;
  font-size: 1rem;
  margin-right: 20px;
  line-height: normal;
}

h4 {
  padding-left: 10vw;
  font-size: 14px;
  padding-top: 2px;
  font-weight: lighter;
  /* padding-left: 3vw; */
}

#sketch1 {
  /* display: block; */
  width: 100%;
  overflow: hidden;
  /* padding-left: 100px; */
}

.containerSketch1 {
  padding-inline: 20px;
  padding-top: 20px;
  background-color: rgb(12, 45, 87);
  width: auto;
  display: block;
  border: none; /* Optional: Remove borders if applied */
}

.ContainerProzess {
  background-color: rgb(224, 224, 224);

  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 37.76px;
  padding-right: 37.76px;
  text-rendering: optimizespeed;
  unicode-bidi: isolate;
  width: auto;
  -webkit-font-smoothing: antialiased;
}

.ContentBox {
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 24px;
  overflow-wrap: break-word;
  padding-bottom: 67.2px;
  padding-left: 50.4px;
  padding-right: 50.4px;
  padding-top: 150px;
  text-rendering: optimizespeed;
  unicode-bidi: isolate;
  position: relative;
  height: auto;
}

.ContentBox h1 {
  margin-left: 0px;
  font-size: 1.5rem;
  font-weight: 100;
  box-sizing: border-box; /* Ensures consistent box model */
  overflow: visible; /* Prevents clipping */
  line-height: normal;
  position: relative; /* Allows positioning relative to its normal location */
  left: -10px; /* Moves the h1 10px to the left */
}

.ContentBox p {
  margin: 0%;
  padding-left: 0px;
  padding-bottom: 3vw;
  padding-top: 10px;
  width: 36vw;
}

.ContentBox img {
  margin: 0%;
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .Link {
    width: auto;
  }

  .Trademark {
    margin-top: 120px;
    padding-bottom: unset;
  }
  section.screenshots2,
  section.screenshots {
    display: flex;
    width: 100%;
    gap: 0px;
    box-sizing: border-box;
    padding-inline: 20px;
  }

  section.screenshots2 img,
  section.screenshots img {
    padding-inline: 4px;
    box-sizing: border-box;
  }

  .screenshots .firstImage img {
    padding-left: 0;
  }

  .screenshots .lastImage img {
    padding-right: 0;
  }

  .screenshots2 .firstImage2 img {
    padding-left: 0;
  }

  .screenshots2 .lastImage2 img {
    padding-right: 0;
  }

  .two-columns {
    column-count: 1; /* Number of columns */
    text-align: left; /* Optional: Makes text align evenly */
    width: auto;
    word-break: break-word;
    hyphens: auto;
    margin: 20px;
  }
  .images-wrapper,
  .images-wrapper_quater {
    display: block; /* Stacks the items vertically */
    width: 100%; /* Container spans the full width */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
  }
  .images-wrapper_quater .left_pic,
  .images-wrapper_quater .right_pic,
  .images-wrapper .left_pic,
  .images-wrapper .right_pic {
    width: 100%; /* Each image div spans the full width */
    max-width: 100%; /* Ensure it doesn't exceed 45% */
  }

  .images-wrapper img {
    width: 100%; /* Image fills its container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Prevent inline spacing issues */
  }

  .Button {
    display: block; /* Bei max-width: 650px sichtbar */
    z-index: 2;
    position: absolute;
    width: 22px;
    height: 25px;
    margin-top: 8px;
  }

  p.arrow2 {
    margin: 0%;
    padding-top: 15px;
    z-index: 2;
    padding-left: 26px;

    position: relative;
  }

  p,
  .ContentBox p {
    padding: 0%;
    width: auto;
    max-width: none;
    margin-bottom: 3vw;
    font-size: 1.2rem;
    margin-right: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    line-height: 1.3;
  }

  .ContentBox img {
    margin: 0%;
    padding: 4px;
    padding-inline: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .centered-images {
    padding-inline: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* Abstand zwischen den Bildern */
  }
  .centered-images img {
    padding: 0%;
    flex: 1; /* Makes all images take up equal width */
    height: auto; /* Maintains the aspect ratio */
    max-width: calc(
      50% - 4px
    ); /* Ensures the images fit evenly, accounting for the gap */
    object-fit: cover; /* Ensures the image fits nicely within its box */
  }

  h4 {
    padding-left: 20px;
    /* margin-left: 20px; */
    font-size: 14px;
    padding-top: 2px;
    font-weight: lighter;
    /* padding-left: 3vw; */
  }
  h1 {
    margin-top: 3vw;
    padding-left: 20px;
    margin-bottom: 5px;
    background-color: white; /* Sets the background color to white */
    padding: 10px; /* Adds space inside the rectangle between the text and the edges */
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block; /* Keeps the background tight to the text size */
    margin-left: 10px;
  }

  h2 {
    margin-left: 10px;
    /* padding-left: 20px; */
  }

  .spacer {
    height: 7px;
  }

  .ContainerProzess {
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding: 0%;
    text-rendering: optimizespeed;
    unicode-bidi: isolate;
    width: auto;
    -webkit-font-smoothing: antialiased;
  }

  .ContentBox {
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 24px;
    overflow-wrap: break-word;
    padding-bottom: 35px;
    padding-top: 50px;
    text-rendering: optimizespeed;
    unicode-bidi: isolate;
    padding-inline: 0;
    height: auto;
  }

  .ContentBox h1 {
    margin-left: 20px;
  }
}
.Trademark {
  text-align: center;
  color: rgb(187, 187, 187);
  align-items: center;
  font-size: 0.7rem;
  width: 100%;
  font-weight: 100;
  margin-top: 140px;
  bottom: 35px;
}
