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;
  font-optical-sizing: auto;

  font-style: normal;
}

.überschrift a {
color: #BDB281;
}

.überschrift a:hover {
  color: #fff;
}

.link{
  color: #BDB281;
}

.link:hover {
  color: #fff;
}
form {
  margin-top: 10px;
}
.werbung {
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 200px;
  font-size: 36px;
}


form {
  align-items: center;
  text-align: center;
}

input[type="email"] {
  color: #fff;
  border: none;
  border-bottom: 2px solid #ccc;
  padding: 10px 5px;
  font-size: 22px;
  text-align: center;
  outline: none;
  background-color: transparent;
  width: 100%;
  max-width: 400px;
  box-shadow: none;
  font-family: "Abril Fatface", serif;

}
button {
  cursor: pointer;
}
button {
     background: transparent;
    border: 0;
    color: #fff;
    font-weight: 400;
    margin-left: -40px;
    height: 35px;
    font-size: 20px;
    margin-top: 20px;

    font-family: 'Outfit', sans-serif;



}
input::placeholder {
  color: #fff;
  font-style: italic; /* optional */
font-size: 22px;
text-align: center;
}

input:focus {
outline: none;
}

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

}


table {
 margin-left: 75px;
 margin-right: 75px;


  border-spacing: 0;
  border-collapse: collapse;
}



table a {
  color: #fff;
  text-decoration: underline;
}

tr {
  padding-bottom: 5px;
}

th, td {
  padding: 0;
  padding-left: -1px;
  padding-bottom: 5px;
  padding-top: 5px;
}

table tbody tr:hover {
  background-color: #484a86;

}

table a:hover {
  color: #BDB281;
}

th {
  font-size: 22px;
  font-weight: 200;
  color: #BDB281;
}

td {
  font-size: 26px;
}
thead {
  text-align: left;

}



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

.filter {
  text-align: left;
  margin-left: 75px;
  color: #BDB281;
  font-size: 22px;
}



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


}

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

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

.child h1: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;
    text-transform: uppercase;
    font-weight: 300;
    white-space: nowrap;
    overflow: scroll;

  }

  .l1 {
    padding-right: 20px;

  }

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

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


  table {
    display: none;
  }

  .werbung {
    font-size: 28px;
      margin-top: 100px;
      margin-right: 38px;
      margin-left: 38px;
  }
  .filter {
    margin-left: 38px;
  }

input[type="email"] {
  max-width: 300px;
  font-size: 18px;

}
input::placeholder {
  font-size: 18px;
}
  }

    