body {
    border-top: 10px solid #000;
    background-color: #000;
}

body .wrapper {
    display: block;
    clear: both;
    background-color: #ffffff;
}

.top-bar {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.top-bar .menu {
    background-color: transparent;
    margin-bottom: 25px;
    margin-left: 0px;
}

@media only screen and (min-width: 40.063em) {
    .top-bar .menu {
        margin-right: -3px;
        margin-bottom: 0px;
    }

}

/* min-width 641px, medium screens */

.top-bar .menu li {
    color: #000;
    display: inline-block;
    padding-left: 1px;
}

.top-bar .menu li a {
    color: #000000;
}

.top-bar .menu li a span {
    text-indent: -9999em;
    display: inline-block;
}

.top-bar .menu li a img {
    height: 30px;
    width: auto;
}

.top-bar .menu li a:hover img {
    opacity: .5;
}

h1 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;
    color: #000;
    text-align: left;
    line-height: 54px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 40.063em) {
    h1 {
        margin-top: -32px;
    }
}

/* min-width 641px, medium screens */

h2.subheader {
    display: inline-block;
    text-align: left;
    float: left;
    margin: 0px;
    padding-left: 3px;
    padding-right: 3px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21.5px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    margin-bottom: 30px;
    line-height: 23px;

}

h3 {
    font-size: 23px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 22px;
    line-height: 40px;
}

@media only screen and (min-width: 40.063em) {
    h3 {
        font-size: 32px;
    }

}

.block {
    display: block;
}

@media screen and (min-width: 40em) {
    .block {
        display: inline;

    }
}

h4 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;

}

p {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.row {
    margin: 0 auto;
    max-width: 62.5rem;
    background: inherit;
}

.row.full-width {
    background: #000;
    max-width: 100% !important;
}

.row.full-width.separator {
    height: 3px;
    border-bottom: 1px solid #454545;
}

#infos {
    padding-top: 35px;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#infos .column {
    margin-bottom: 5px;
}

#infos p {
    font-size: 17px;
}

#infos a:hover {
    color: #bdbdbd;
}

#infos a:hover h4 {
    color: #bdbdbd;
}

#infos a, a:active, a:focus, a:visited {
    color: #000000;
}

#imprint {
    padding-top: 25px;
    background-color: #000;

}

#imprint .row {
    margin: auto;
}

#imprint p {
    color: white;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
}

.showreel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.showreel {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.showreel picture {
    display: block;
    position: relative;
    cursor: pointer;
}

.showreel picture::after {
    content: '';
    display: block;
    width: 15%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-3 17v-10l9 5.146-9 4.854z' style='fill:%23ffffff'/%3E%3C/svg%3E") no-repeat center center transparent;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 150ms ease;
}

.showreel picture:hover::after, .showreel picture:active::after {
    transform: translate(-50%, -50%) scale(1.1);
}

.showreel.open picture {
    pointer-events: none;
}

.showreel::after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
}

.showreel.open::after {
    display: block;
}


.showreel .request, .showreel .closeReq {
    display: none;
}

.showreel.open .request, .showreel.open .closeReq {
    display: block;
}

.showreel .request {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    text-align: center;
    transform: translate(-50%,-50%);
}

.showreel .request p {
    font-size: 16px;
}

.showreel .request a {
    color: #fff;
    text-decoration: underline;
}

.showreel .accBtn {
    -webkit-appearance: none;
    margin: 0.5rem 0 0;
    outline: 0 !important;
    border: 0;
    display: inline-block;
    padding: 0.65rem 2.5rem 0.35rem;
    font-style: normal;
    font-size: 1.125rem;
    text-align: center;
    color: #000;
    background: #2ba6cb;
    cursor: pointer;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);
    transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.showreel .accBtn:focus,.showreel .accBtn:active {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12);
}

.showreel .accBtn:active{
    background: #222222;
}

.showreel .closeReq {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #fff;
    width: 32px;
    line-height: 32px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
}