.hauptbereich {
  width: 80%;
  margin: 0 auto;
}

.Impressum {
    font-size: 7vw;
    text-align: center;
    margin: 125px;
    padding: 10px;
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.container-impressum {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
}

.Bildrechte {
    font-size: 4em;
    text-align: center;
    margin: 125px;
    padding: 10px;
    height: 59px;
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
.Startseite{
    text-align: center;
    font-size: 2rem;
}

.Datenschutzerklärung {
    font-size: 4em;
    text-align: center;
    margin: 125px;
    padding: 10px;
    height: 59px;
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.container-datenschutzerklärung {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
}

.container-bildrechte {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
}

.bildrechtetabelle {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.bildrechtetabelle td,
.bildrechtetabelle th {
    border: 1px solid #ccc;
    padding: 10px;
}
