.colored-rectangle-gs {
    display: inline-block;
    padding: 5px;
    background-color: #993366;
    color: #fff;
    border-radius: 5px;
    font-size: 0.7em;
}

.colored-rectangle-is {
    display: inline-block;
    padding: 5px;
    background-color: #006600;
    color: #fff;
    border-radius: 5px;
    word-wrap: break-word;
    font-size: 0.5em;
}

.message {
    border: 1px solid red;
    max-width: 640px;
    padding: 10px;
}

.div_lb {
    border-radius: 10px;
    background-color: #a9cdf5;
    padding: 20px;
}

.div_ly {
    border-radius: 10px;
    background-color: #faf1be;
    padding: 20px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rahmen {
    border: 1px solid blue; /* Rahmenfarbe und -dicke */
    max-width: 640px; /* Breite des divs */
    padding: 10px; /* Abstand innerhalb des divs */
}

.link-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.link-button:hover {
    background-color: #0056b3;
}

.menutitle {
    display: none;
}

.exclude-menu {
    display: none !important;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: 0;
}

.div_hellblau {
    background-color: #a9cdf5;
}

.div_hellgelb {
    background-color: #faf5d8;
}

.section {
  margin-bottom: 20px;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: #0056b3;
}