/* NAVBAR */

nav {
    background-color: black;
    /*    height: 80px;*/
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.62);
    z-index: 100;
}

.navbar-toggler {
    background-color: white;
}

.navbar {
    top: 0;
    position: sticky;
    position: -webkit-sticky;
}

.navbar-nav {
    margin: 0 auto;
}

.nav-link {
    color: gray !important;
    transition: color 0.2s ease-out;
    font-weight: 300;
    font-size: 1.250em;
    margin-right: 1.618em;
}

.nav-link:hover {
    color: #efefef !important;
}

#logo {
    width: 80%;
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#logo:hover {
    width: 100%;
}

bold {
    font-weight: 900;
}

body, select, input, textarea, button {
    font: 400 16px/1.5 'Lato', sans-serif;
}

a {
    color: #626262;
}

a:hover {
    text-decoration: underline;
    color: #626262;
}

p {
    max-width: 600px;
    color: #828282;
}

.headline {
    margin-top: 15%;
    position: absolute;
    left: 0;
    right: 0;
}

.headline.startpage {
    top: 250px;
}

.headline h1, .headline h2, .headline h3 {
    text-transform: uppercase;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    background: #fff;
    padding: 0.1em 0;
    position: relative;
}

.headline h2 {
    font-size: 3em;
    max-width: 1040px;
}


.headline h2 {
    font-size: 3em;
    max-width: 1040px;
    color: #464335;
    background-color: #fffc;
}


h1.startpage, h2.startpage, h3.startpage {
    color: #464335;
    background-color: #fffc;
}

.headline h1.startpage {
    font-size: 4em;
    font-weight: 900;
    max-width: 700px;
}

.headline h2.startpage {
    max-width: 510px;
    /*    margin-top: 0px;*/
}

.headline h3.startpage {
    font-size: 2em;
    max-width: 510px;
    padding-top: 6px;
}

.startpage {
    margin-top: 0px;
}

.header-img {
    z-index: -100;
    position: fixed;
    width: 100%;
}

.bodydiv {
    background: white;
    margin-top: 40%;
    padding-top: 50px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.62);
}

.bodydiv-admin {
    background: white;
    height: 100%;
    padding-top: 50px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.62);
}

.list, .register {
    max-width: 1040px;
    margin: 0 auto;
}

.list-entry h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.3em;
    color: #5f5f5f;
}

.list-entry p {
    margin-left: 15px;
    margin-top: 15px;
    padding-left: 15px;
}

.list-entry {
    margin-bottom: 50px;
}


/* ARCHIVE */
#archive-grid {
    grid-column-gap: 5%;
    -ms-grid-column-gap: 5%;
    grid-row-gap: 60px;
    -ms-grid-row-gap: 60px;

    max-width: 1040px;
    display: grid;
    display: -ms-grid;
    margin: 0 auto;
}

.archive-mediablock h3 {
    color: #fff;
    font-size: 1.5em;
    padding: 0.1em 1em;
    margin-bottom: -4px;
    font-weight: bold;
}

.archive-mediablock ul {
    height: 100%;
    list-style: none;
    padding: 0px;
}

.archive-mediablock ul li {
    padding: 4px 20px;
    margin: 4px;
}

/* FOOTER */
footer {
    padding-top: 60px;
    background-color: white;
}

#footer-logos {
    text-align: center;
}

#footer-logos a img {
    height: 100px;
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: 5%;
    margin-right: 5%;
}

#footer-logos a img:hover {
    height: 120px;
}

#copyright {
    text-align: center;
}

#copyright a {
    margin-left: 10%;
    white-space: nowrap;
}


/* INDEX */
#yt-video {
    margin-top: 20%;
    min-width: 500px;
}

#highlights li {
    color: #828282;
}

#introducing-grid {
    display: grid;
    display: -ms-grid;
}

#map {
    height: 100%
}

/* ANMELDUNG */
.tshirt-info {
    cursor: pointer;
    vertical-align: text-bottom;
}

.register h3, .register label {
    color: #828282;
}

.register .category {
    margin-bottom: 50px;
}

.register p {
    margin-bottom: 1.5rem;
    max-width: 100%
}

.register .field input, .register .field textarea, .register .field select {
    width: 100%;
    max-width: 350px;
    height: 40px;
}

.register .field textarea {
    height: 100px;
}

.register .field {
    margin: 15px 0;
}

.register .field label[for=note] {
    vertical-align: top;
}

.register .field label {
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 20px;
    vertical-align: middle;
}

.register .agb {
    text-align: left;
    margin-bottom: 20px;
}

.register .agb label {
    display: inline;
}

.register .agb input[type="checkbox"] {
    margin-right: 5px;
}

.register .field-btn button {
    width: 100%;
}

@media (max-width: 768px) {
    /* GENERAL */
    .headline h2 {
        font-size: 6vw;
    }

    .headline {
        margin-top: 12%;
    }

    .bodydiv {
        padding: 15px;
    }

    /* INDEX */
    #yt-video {
        min-width: 100px;
    }

    #introducing-grid {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .headline h2.startpage, .headline h3.startpage {
        display: none;
    }

    .headline h1.startpage {
        font-size: 8vw;
    }

    .headline.startpage {
        top: 15%;
    }

    /* REGISTER */
    .register .field label {
        text-align: left;
        margin-bottom: .1rem;
        width: unset;
    }

    .register .field {
        margin: 18px 0;
    }


    /* NAVBAR */
    #logo {
        width: 50%;
    }

    #logo:hover {
        width: 55%;
    }


    /* ARCHIVE */
    #archive-grid {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* FOOTER */
    #footer-logos a img {
        margin-bottom: 20px;
    }
}
