body {
    background-color: #000;
    overflow: hidden;
}

.card {
    color: white;
}

.card-projects {
    left: 50%;
    max-width: 460px;
    margin-left: 17px;
}

.card-projects em {
    font-style: normal;
    color: #00CDFA;
}

.card-projects h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 18px;
    margin-top: 0;
    color: white;

    /* blue bar */
    margin-left: -74px;
    padding-left: 71px;
    border-left: 3px solid #00CDFA;
}

.card-projects h2 em {
    font-weight: 300;
    font-style: normal;
    color: #00CDFA;
}

.card-projects h3 {
    margin: 0;
    margin-top: 43px;
    margin-bottom: 0;

    font-size: 16.5px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5AFABE;
}

.card-projects h3 em {
    font-style: normal;
    color: white;
}

.card-projects p {
    margin: 0;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 150%;
}

.card-projects p.first {
    margin-top: 30px;
}

.card-projects p.big {
    margin-top: 30px;
    font-size: 26px;
    line-height: 135%;
}

.card-projects p.date {
    margin-top: 20px;
    font-size: 14px;
}

.card-projects p.lead {
    margin-top: 30px;
    font-size: 22px;
}

.card-projects p.no-margin {
    margin-top: 0px;
}

.card-split {
    left: 50%;
    max-width: 460px;
    margin-left: 17px;
}

.card-split em {
    font-style: normal;
    color: #00CDFA;
}

.card-split h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 18px;
    margin-top: 0;
    color: white;

    /* blue bar */
    margin-left: -74px;
    padding-left: 71px;
    border-left: 3px solid #00CDFA;
}

.card-split h2 em {
    font-weight: 300;
    font-style: normal;
    color: #00CDFA;
}

.card-split h3 {
    margin: 0;
    margin-top: 43px;
    margin-bottom: 0;

    font-size: 16.5px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5AFABE;
}

.card-split h3 em {
    font-style: normal;
    color: white;
}

.card-split p {
    margin: 0;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 150%;
}

.card-split p.first {
    margin-top: 30px;
}

.card-split p.big {
    margin-top: 30px;
    font-size: 26px;
    line-height: 135%;
}

.card-split p.date {
    margin-top: 20px;
    font-size: 14px;
}

.card-split p.lead {
    margin-top: 30px;
    font-size: 22px;
}

.card-split p.no-margin {
    margin-top: 0px;
}

.imprint h3 {
    color: white;
    font-size: 15px;
    margin-top: 30px;
}

.imprint p {
    font-size: 15px;
}

footnote {
    color: #777;
    font-size: 10px;
    font-weight: 400;
    pointer-events: none;
}

hr {
    display: inline-block;
    border: none;
    height: 1px;
    background-color: white;
    width: 60px;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
    font-weight: 400;
    color: #00CDFA;
}

a:hover {
    text-decoration: underline;
}

/* title card */

.card-title {
    text-align: center;
}

.card-title h1 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
}
