h1 {
  position: relative;
  top: 30px;
  color: rgba(89, 89, 89, 0.5);
  margin: 0;
  padding: 2px 0 0 12px;
}
h3 {
  align: center;
  color: rgba(89, 89, 89, 0.9);
  margin: 10px;
  padding: 2px 0 0 12px;
}
hr {
  position: relative;
  align: center;
  border-color: rgba(66, 86, 72, 0.1);
  top: -1px;
}
a {
  color: #000;
  font-weight: regular;
}
p {
  margin: 10px;
}
pre {
  display: block;
  font-family: monospace;
  background-color: rgba(133, 156, 139, 0.5);
  white-space: pre;
  margin: 1em 10px;
  padding: 10px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: Arial, sans-serif;
  background-image: url("../../images/4340010201.webp");
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;   /* wichtig */
  align-items: center;
}
ul.KDE {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
}
li {
  list-style-position: inside;
  padding-left: 10px;
}
.scroll-pre {
  white-space: pre;
  overflow-x: auto;
}
.content {
  position: relative;
  width: 900px;
  max-width: 100%;

  margin-bottom: 50px;

  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.footer {
  width: 900px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: -30px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

  display: flex;
  justify-content: flex-start;
  align-items: center;

  padding: 30px;
  box-sizing: border-box;

  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  color: #595959;
}
.image-text {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.image-text-content {
  max-width: 500px;
}
.image-text-content-artix {
  max-width: 100%;
}
.ri_nav {
  position: absolute;
  right: 150px;
  top: 300px;
}
.box-content {
  height: 120px;
  width: 240px;
}
.box-line {
  height: 120px;
}
.arrow {
  color: green;
  font-size: 18px;
  margin-right: 5px;
  font-size: 14px;
}
.input-wrapper {
  position: relative;
  width: 100%;
}

.input-wrapper input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.copy-btn {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  color: #007bff;
}

.copy-btn:hover {
  text-decoration: underline;
}
