body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  background: #33356B;
  color: #fff;
  font-family: "Outfit", sans-serif;
}

.überschrift {
font-size: 54px;
font-weight: 400;
color: #BDB281;
text-align: center;
text-transform: uppercase;
margin-top: 25px;
font-family: "Abril Fatface", serif;
}

.start h2 {
margin-top: -35px;
font-size: 22px;
font-weight: 300;
text-align: center;
color: #BDB281;
}

::-webkit-scrollbar {
  display: none;
}

.start a {
color: #BDB281;
}

.start a:hover {
  color: white;
}

.link:hover {
  color: #fff;
}

.child {
  height: max-content;
}

.child {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);


}

.child h1 {
  color: #fff;
  text-align: center;
  margin-left: 24px;
  margin-right: 24px;
  font-weight: 300;
}

.child h1:hover {
  color: #fff;
}
.hov {
  color: white;
}

.hov:hover {
color: #BDB281;
}

a {
  text-decoration: none;
  width: fit-content !important;
}



/*FOOTER*/

footer {
  display: flex ;
  justify-content: space-between; /* Elemente links und rechts */
  align-items: center; /* Vertikale Ausrichtung */
  background-color: #33356B; /* Hintergrundfarbe */
  color: #fff; /* Textfarbe */
  padding: 20px; /* Innenabstand */
  font-size: 14px; /* Schriftgröße */
  z-index: 0;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 10;
}


footer a {
color: #fff;
}


footer a:hover {
color: #BDB281;
}

.links {
text-transform: uppercase;
color: #BDB281;
font-weight: bolder;
}

.rechts {
display: flex;
font-weight: 300;
color: #fff;



}
.l1 {
  float: right;
  display: flex;
  flex-direction: column;

  padding-right: 60px;
  align-items: center;
}

.rechts a {
  text-align: center;
}

.r1 {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}



/* Media Queries */


@media only screen and (max-width: 480px) {
  .child h1 {
    font-size: 32px;
    margin-left: 20px;
    margin-right: 20px;

    font-weight: 300;
    white-space: nowrap;
    overflow: scroll;
    letter-spacing: normal;

  }

  .l1 {
    padding-right: 20px;

  }

.rechts, .links {
  font-size: 12px;
}
  .start h1 {
    font-size: 40px;

  }

 
  .start h2 {
    font-size: 18px;
    margin-top: -30px;
   }
  }


 
    