html {
    /*background-image: url(https://i.imgur.com/cR0ooBq.png);*/
    background-repeat: no-repeat;
    background-size: cover;
}

.navigation {
    opacity: 0;
}

html body {
    padding: 0 0 5rem;
}

label {
    text-decoration: underline;
}


body {
    /* From https://css.glass */
    background: rgba(254, 254, 254, 0.18);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 0rem 0 5rem;
}

section.submit, section#edit-application {
    justify-content: center;
}

header .navigation {
    margin: 0;
    padding: 0rem;
    min-height: 0rem;
}

h1:before {
    text-indent: 0;
    content: 'Bewirb dich bei den Portsteinschwalben';
    float: left;
}

h1, h2 {
    text-indent: -9999px;
}

h2:before {
    text-indent: 0;
    content: 'Allgemeine Informationen';
    float: left;
}

img.logo {
    border-radius: 1rem 1rem 0 0;
}
