/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2022 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
#mainNav {
    min-height: 56px;
    background-color: #000
}

#mainNav a {
    color: #fff
}

#mainNav .navbar-toggler {
    font-size: 100%;
    padding: .75rem;
    color: #8fc8e6;
    border: 1px solid #8fc8e6
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #000;
    font-weight: 700;
    padding: .9rem 0
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color .3s ease-in-out
    }

    #mainNav .navbar-brand {
        padding: .5rem 0;
        color: rgba(255, 255, 255, .5)
    }

    #mainNav .nav-link {
        transition: none;
        padding: 2rem 1.5rem;
        color: #fff;
        font-size: 115%
    }

    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    #mainNav .nav-link:active {
        color: #fff
    }

    #mainNav.navbar-shrink {
        background-color: #000
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #000
    }

    #mainNav.navbar-shrink .nav-link {
        color: #fff;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent
    }

    #mainNav.navbar-shrink .nav-link:hover {
        color: #8fc8e6
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #50a9d8
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #8fc8e6;
        outline: 0;
        border-bottom: .25rem solid #8fc8e6
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .7) 75%, #000 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.masthead h1 {
    font-family: 'Varela Round';
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: .8rem;
    background: -webkit-linear-gradient(white, rgba(255, 255, 255, .3));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem
}

@media (min-width:768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .masthead {
        height: 100vh;
        padding: 0
    }

    .masthead h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        letter-spacing: .8rem
    }

    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem
    }
}

.masthead .cc-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    transform: translateX(-50%) translateY(-50%);
    overflow-x: hidden;
    overflow-y: hidden
}

.masthead .masthead-link {
    opacity: .5
}

.masthead img.cc-title {
    opacity: .65
}

.masthead .cc-highlight {
    max-width: 700px;
    color: #000;
    background-color: rgba(255, 255, 255, .5);
    padding: 1em;
    border-radius: .5em
}

.masthead .cc-highlight a {
    color: #000;
    font-weight: 700
}

.masthead .cc-highlight a:hover {
    color: #0098e5
}

.masthead .cc-div {
    position: absolute;
    text-align: center;
    width: 100%
}

.btn {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.btn-primary {
    background-color: #8fc8e6
}

.btn-primary:hover {
    background-color: #65b4dd
}

.btn-primary:focus {
    background-color: #65b4dd;
    color: #fff
}

.btn-primary:active {
    background-color: #50a9d8 !important
}

.about-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(to bottom, #000 50%, #f8f9fa 100%)
}

.about-section p {
    margin-bottom: 2rem
}

.about-section .rwth-image {
    padding-right: 8rem
}

.about-section a:focus,
.about-section a:hover {
    text-decoration: none;
    color: #fff
}

.about-section img {
    padding: 1rem
}

.car-section {
    padding: 5rem 0
}

.car-section .featured-text {
    padding: 2rem
}

@media (min-width:992px) {
    .car-section .featured-text {
        padding: 0 0 0 2rem
    }
}

.car-section p {
    font-size: 80%
}

.competition-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: -10rem;
    margin-top: -5rem
}

.competition-section .featured-text {
    padding: 2rem;
    padding-right: 3rem
}

@media (min-width:992px) {
    .competition-section .featured-text {
        padding: 0 2rem 0 0
    }
}

.competition-section p {
    font-size: 80%
}

.competition-section h3 {
    font-size: 100%;
    font-weight: 700
}

.competition-section ul {
    font-size: 80%
}

.hiring-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: -10rem;
    margin-top: -5rem
}

.hiring-section .featured-text {
    padding: 2rem;
    padding-right: 3rem
}

@media (min-width:992px) {
    .hiring-section .featured-text {
        padding: 0 2rem 0 0
    }
}

.hiring-section p {
    font-size: 80%
}

.hiring-section h3 {
    font-size: 100%;
    font-weight: 700
}

.hiring-section ul {
    font-size: 80%
}

.team-section {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.team-section .featured-text {
    padding: 2rem
}

@media (min-width:992px) {
    .team-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: .5rem solid #8fc8e6
    }
}

.team-section .team-item {
    height: 120px
}

.team-section .team-item .team-triangle {
    width: 120px;
    height: 120px;
    background: 0 0;
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 25px;
    box-shadow: 0 0 0 6px #fff, 0 0 0 7px #dadbdb;
    overflow: hidden;
    cursor: pointer
}

.team-section .team-item img {
    max-width: 100%
}

.team-section .team-items {
    margin-bottom: 50px;
    padding-top: 10px;
    margin-top: 0
}

.team-section .team-triangle .content {
    transform: rotate(-45deg);
    top: -35px;
    position: absolute;
    left: -37px;
    width: 190px;
    height: 190px
}

.team-section .team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8fc8e6;
    opacity: 0;
    transition: opacity .4s ease-in
}

.team-section .team-item .team-triangle:hover .team-hover {
    opacity: 1
}

.team-section .team-hover i {
    color: rgba(255, 255, 255, .75);
    font-size: 28px;
    margin-top: 57px;
    position: relative
}

.team-section .team-hover p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 80px
}

.team-section .team-items .col-md-2:nth-child(7n+5) {
    clear: left;
    margin-left: 24.9999999%
}

.team-section .team-items .col-md-2:nth-child(7n+1) {
    clear: left;
    margin-left: 16.6666666%
}

.too-wide {
    padding-left: .5rem;
    padding-right: .5rem
}

.alumni-section {
    padding: 5rem 0
}

.alumni-section ul {
    list-style-type: none;
    margin: 0;
    margin-top: 20px;
    padding: 0
}

.alumni-section .active {
    background-color: #8fc8e6 !important;
    border-color: #8fc8e6 !important;
    color: #000
}

.alumni-section .dropdown-button {
    margin-top: 20px;
    width: 100%
}

.signup-section {
    padding: 10rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .5) 75%, #000 100%), url(../img/bg-signup.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.signup-section .form-inline input {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.contact-section {
    padding-top: 3rem;
    padding-bottom: 5rem
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #8fc8e6
}

.contact-section .card h4 {
    font-size: .8rem;
    font-family: 'Varela Round';
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #8fc8e6;
    border-width: .25rem;
    width: 3rem
}

.contact-section #contactFormular {
    color: #fff
}

.contact-section .btn-contact {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1) !important;
    padding: .8rem 1rem;
    font-family: 'Varela Round';
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0;
    border-radius: .35rem;
    background-color: #8fc8e6
}

.contact-section .btn-contact:hover {
    background-color: #65b4dd
}

.contact-section .btn-contact:focus {
    background-color: #65b4dd;
    color: #fff
}

.contact-section .btn-contact:active {
    background-color: #50a9d8 !important
}

body {
    font-family: Nunito;
    letter-spacing: .0625em
}

a {
    color: #8fc8e6
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000
}

.bg-black {
    background-color: #000 !important
}

.bg-primary {
    background-color: #8fc8e6 !important
}

.text-primary {
    color: #8fc8e6 !important
}

footer {
    padding: 5rem 0
}

.cc-alert {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    width: 100%
}