body, html {
    background-color: #2B2B2B;
    color: #00FFF7;
    text-align: center;
    font-family: Arial, sans-serif;
}


.content {
    text-align: center;
    align-content: center;
    align-items: center;
}

/* Schrift */
h1 {
    color: #00fff7;
    font-family: Arial, sans-serif;
    font-size: 2.25rem;
    justify-self: flex-start;
}

p {
    position: left;
    bottom: 1.25rem;
    left: 1.25rem;
    color: #00fff7;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    }

/* Button */
.btn-standart {
    font-family: Arial, sans-serif;
    top: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    background-color: #00fff7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #0d0d0d;
    font-weight: bold;
    margin-left: 1.25rem;
}

.btn-standart:hover {
    font-family: Arial, sans-serif;
    background-color: #00D6CC; 
    
}

.btn {
    z-index: 11;
    background-color: #00fff7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #0d0d0d;
    font-weight: 400;
    height: 3rem;
    width: 15rem;
    font-size: 1.5rem;
    font-family: Arial, sans-serif;
    margin: 1rem auto;
    display: block;
}

.btn:hover {
    background-color: #00CFC2;
    cursor: pointer;
}

.btn:active {
    background-color: #6A00FF;
}

.rechtlich-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    background-color: #00fff7;
    color: #0d0d0d;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    font-family: Arial, sans-serif;
    }

.rechtlich-btn:hover {
    background-color: #00cccc;
}
  


/* Navigation */

.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;
}

.navigation li {
    float: left;
    margin-right: 20px;
}

.mailtoText {
    color: #00fff7;
    text-decoration: none;
}




