body {
    margin: 0; 
}

h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.wrapper {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 10px;
}

header {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: start;
    height: 100%;
    transform-style: preserve-3d;
    z-index: -1;
}

.background {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translateZ(-90px) scale(20);
}

.foreground, .head {
    position: relative;
}

.foreground {
    transform: translateZ(-15px) scale(3);
    height: 40%;
}

.head {
    transform: translateZ(5px) scale(0.5);
    margin-top: 17vh;
}

.title {
    font-size: 7rem;
    color: white;
    text-shadow: 0 0 5px black;
}

section {
    height: 100vh;
    font-size: 2rem; 
    padding: 2rem;
    color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.inhalt {
    align-items: center;
    align-content: center;
    gap: 20px;
    
    

}

.logo {
    display: flex;
    justify-content: center;
    gap: 150px;
}

body, html {
    margin: 0;
    padding: 0;
}

.wrapper2 {
    display: flex;
    flex-direction: column;
    place-items: center;
    height: auto; ;
}

.box2 a {
    color: white;
}

.box2 {
    background-color: rgba(0, 0, 0, .5);
    color: white;
    margin: 50px auto; 
    height: auto;
    width: fit-content;
    display: inline-flex;
    flex-direction: column;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    border-radius: 25px;
    display: grid;
    place-items: center;
    height: auto; 
    gap: 15px;
}

.schwarzes-feld {
        background-color: #000;
        color: #fff;
        opacity: .5;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 12pt;
        display: inline-block;
        height: auto;
        border-radius: 25pt;
        margin-right: 50px;
        margin-left: 50px;
        margin-top: 50px;
    }


