@font-face {
    font-family: 'LemonTuesday';
    src: url(../fonts/lemon_tuesday.woff), url(../fonts/lemon_tuesday.eot), url(../fonts/lemon_tuesday.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BloggerSans';
    src: url(../fonts/bloggersans-light.woff), url(../fonts/bloggersans-light.eot), url(../fonts/bloggersans-light.ttf);
    font-weight: normal;
    font-style: normal;
}

html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'BloggerSans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.7em;
}

#content {
    background-color: white;
    width: 100%;
    height: 100%;
}

h1 {
    font-family: LemonTuesday, serif;
    color: white;
    font-size: 4.5em;
}

h1.slogan {
    margin: 25vh auto 64px;
    text-align: center;
    line-height: 1.2em;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 3em;
    }
}

h2 {
    font-family: LemonTuesday, serif;
    color: #006f9d;
    font-size: 4em;
    margin: 64px auto;
    /*text-align: center;*/
}

h3 {
    font-family: LemonTuesday, serif;
    color: #006f9d;
    font-size: 4em;
}

h4 {
    font-family: LemonTuesday, serif;
    color: #006f9d;
    font-size: 2em;
}

h5 {
    font-family: LemonTuesday, serif;
    color: white;
    font-size: 1.3em;
}

.no-padding {
    padding: 0;
}

.no-click {
    pointer-events: none;
}

.white {
    color: white;
}

.mt0 {
    margin-top: 0;
}

.mt32 {
    margin-top: 32px;
}

.mt64 {
    margin-top: 64px;
}

.mt96 {
    margin-top: 96px;
}

.mt128 {
    margin-top: 128px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb128 {
    margin-bottom: 128px;
}

.ml32 {
    margin-left: 32px;
}

.pt64 {
    padding-top: 64px;
}

.pb128 {
    padding-bottom: 128px;
}

@media screen and (min-width: 768px) {
    .col-md-pr32 {
        padding-right: 32px;
    }
}

.margin-center {
    margin: 0 auto;
}

nav {
    color: #006f9d;
}

.navbar-sixty {
    background-color: white;
    border: 0;
}

.navbar-nav>li>a {
    color: #006f9d !important;
}

.navbar-collapse {
    border: none !important;
    border-color: transparent !important;
}

.navbar-collapse.in {
    box-shadow: 4px 4px 8px rgba(192, 192, 192, 0.5);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand>img {
    height: 96px;
    position: absolute;
    top: 8px;
    left: 30%;
}

@media screen and (max-width: 767px) {
    .navbar-brand>img {
        top: 4px;
        left: 18%;
        height: 72px;
    }
}

.header-video {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.header-video-background {
    background-image: url(../img/video_platzhalter.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.header-video-z {
    z-index: -2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
}

.header-fade {
    text-shadow: 7px 4px 10px #777;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.header-fade h1.slogan {
    /*color: #006f9d !important;*/
}

.header-border {
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 128px solid transparent;
    border-image-source: url(../img/white_frame_top.png);
    border-image-slice: 0 50% 0 50%;
    border-image-width: 0 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    z-index: 1001;
}

.border-wrapper {
    position: relative;
    width: 100%;
    pointer-events: none;
}

.border-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 128px;
    background-color: transparent;
    z-index: 500;
    background-image: url(../img/white_frame_top.png);
    background-size: 100% 100%;
    background-position: 50% 0;
    pointer-events: none;
}

.border-bottom {
    margin-top: -126px;
    height: 128px;
    background-color: transparent;
    z-index: 500;
    background-image: url(../img/white_frame_bottom.png);
    background-size: cover;
    background-position: 50% 0;
    pointer-events: none;
}

.border-fixed {
    position: fixed;
}

@media screen and (max-width: 767px) {
    .border-top {
        height: 32px;
    }
    .border-fixed {
        top: 50px;
    }
    .border-bottom {
        height: 32px;
        margin-top: -30px;
    }
}


/* TODO: Big Screen only - does not work now */

figure img {
    max-width: 256px;
    padding: 32px 128px
}

figcaption {
    text-align: center;
    margin: 16px auto;
    font-family: LemonTuesday, serif;
    color: #006f9d;
    font-size: 3em;
}

#whoweare-2 {
    background-image: url(../img/this_is_us.jpg);
    background-size: cover;
    background-position: 75% 50%;
    padding: 128px 0;
}

.trans-blue {
    padding: 8px 32px 16px;
    background-color: rgba(0, 111, 157, 0.7);
    color: white;
}

#whatthisis p {
    padding-top: 48px;
}

#whatthisis img {
    width: 50%;
    margin: 0 auto;
}

.tmp-circle {
    margin: 32px auto;
    background-color: #006f9d;
    border-radius: 50%;
    display: block;
    height: 192px;
    width: 192px;
}

.what-glyph {
    text-align: center;
    color: #006f9d;
}

.special-link,
.special-link:active,
.special-link:visited,
.special-link:focus {
    color: #006f9d;
    /*    font-weight: bold;*/
}

.special-link:hover {
    background-color: #eee;
    color: #006f9d;
}


/*
.special-link:hover .what-glyph {
    color: #006f9d;
}
*/

#howweshoot {
    background-image: url(../img/how_we_shoot_bg_lq.jpg);
    background-size: cover;
    background-position: 100% 0;
    /*background-attachment: fixed;*/
    padding: 256px 0 192px;
}

#equipment h4 {
    margin-left: 1em;
}

#equipment ul {
    list-style-type: disc;
}

#equipment li.category {
    font-weight: bold;
    margin-top: 0.5em;
    list-style-type: none;
}

#equipment li:not(.category) {
    margin-left: 1.5em;
}

.projects-1 {
    background-image: url(../img/project_south_africa.jpg);
    background-size: cover;
    background-position: 100% 50%;
    padding: 256px 0 256px;
}

.projects-2 {
    background-image: url(../img/project_lmu_muenchen.jpg);
    background-size: cover;
    background-position: 100% 50%;
    padding: 256px 0 256px;
}

.projects-3 {
    background-image: url(../img/special_namibia.jpg);
    background-size: cover;
    background-position: 100% 50%;
    padding: 256px 0 256px;
}

.projects-4 {
    background-image: url(../img/special_bayern.jpg);
    background-size: cover;
    background-position: 100% 50%;
    padding: 256px 0 256px;
}

.partner-logo {
    max-height: 192px;
    margin: 0 auto;
    transition: transform 0.2s;
}

.partner-logo:hover {
    transform: scale(1.1);
}

.col-fixed-h-192 {
    display: inline-block;
    height: 192px;
    vertical-align: middle;
    line-height: 192px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.col-fixed-h-192:hover {
    /*background-color: #006f9d;*/
}

footer {
    background-color: #006f9d;
    z-index: 1200;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.5em;
}

footer a,
footer a:active,
footer a:focus,
footer a:visited {
    font-size: 85%;
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: lightgray;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    footer:not(.credits) .row>div:last-child {
        border-left: 1px solid white;
    }
}

footer.credits {
    background-color: #333;
    color: #777;
}

.social-media-list {
    list-style-type: none;
    color: white;
    margin: 0 auto;
    padding: 0;
}

.social-media-list-fixed {
    position: fixed;
    bottom: 10%;
    left: -80px;
    background-color: rgba(0, 111, 157, 0.7);
    border-radius: 0 8px 8px 0;
    /*border: 1px solid #ccc;*/
    z-index: 1111;
}

.social-media-list-fixed li {
    padding: 8px;
}

.social-media-list-inline li {
    display: inline-block;
    /*border-right: 1px solid white;*/
    padding: 0 16px;
}

.social-media-list li:last-child {
    border-right: none;
}

.social-media-list a>img {
    padding: 8px;
    color: white;
    fill: white;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 5px #777);
}

.social-media-list a.facebook:hover>img {
    background-color: #3b5998;
}

.social-media-list a.instagram:hover>img {
    background-color: #e4405f;
}

.social-media-list a.youtube:hover>img {
    background-color: #cd201f;
}

.sm-icon {
    width: 64px;
    color: white;
}

footer .social-media-list-inline li {
    border: none;
    padding: 8px 0;
    margin: 0 8px 0 -8px;
}

footer .sm-icon {
    width: 40px;
}

.social-media-list-fixed .sm-icon {
    width: 42px;
}

@media screen and (max-width: 767px) {
    .social-media-list-fixed {
        position: fixed;
        left: 0;
        bottom: -80px;
        right: 0;
        width: 100%;
        border-radius: 0;
        /*border-top: 1px solid #ccc;*/
        z-index: 1111;
        background-color: #006f9d;
    }
    .social-media-list-flex {
        display: flex;
        justify-content: space-around;
        padding: 0 64px;
    }
    footer.credits {
        padding-bottom: 82px;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 2.5em;
    }
    #special1 {
        display: none;
    }
    figure img {
        max-width: 256px;
        padding: 32px 32px
    }
    figure:last-child {
        margin-top: 64px;
    }
    .col-fixed-h-192 {
        margin: 0;
    }
}

.facebook-bg {
    background-color: #3b5998;
}

.instagram-bg {
    background-color: #e4405f;
}

.youtube-bg {
    background-color: #cd201f;
}

.social-media-contact li {
    margin-bottom: 15px;
    border-radius: 6px;
}

.social-media-contact img {
    height: 40px;
    margin-right: 0px;
}

.social-media-contact a {
    text-align: left;
    padding-left: 0;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 40px;
}

.social-media-contact a:hover {
    text-decoration: underline;
    color: white;
}

p {
    /*text-indent: 1em;*/
}

.sub-headline {
    font-weight: bold;
    font-size: 1.4em;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-wrapper {
    position: relative;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 4em;
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    z-index: 1010;
    height: 100%;
    cursor: pointer;
    text-shadow: 4px 4px 8px #777;
}

.arrow:hover {
    opacity: 1;
}

.arrow-left {
    left: 4%;
}

.arrow-right {
    right: 4%;
}

@media screen and (max-width: 767px) {
    .arrow {
        top: 78%
    }
}

.circle-icon-wrapper {
    position: relative;
    min-height: 48px;
}

.circle-icon {
    font-family: 'Glyphicons Halflings';
    position: absolute;
    line-height: 48px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
    background-color: #006f9d;
    color: white;
    font-size: 24px;
    text-align: center;
    z-index: 2;
}

.circle-icon-label {
    padding-left: 64px;
    padding-top: 3px;
    line-height: 42px;
    font-size: 24px;
    font-weight: bold;
    /*width: 95%;*/
    border: 1px solid #ccc;
    border-radius: 24px 6px 6px 24px;
}

@media screen and (min-width: 768px) {
    .col-md-border-left {
        border-left: 1px solid #ccc;
        padding-bottom: 15px;
        padding-left: 32px;
    }
}

.relative {
    position: relative;
}

.top {
    position: absolute;
    top: -32px;
    right: 16px;
    line-height: 20px;
    height: 32px;
    padding: 4px 16px;
    background-color: #006f9d;
    border-radius: 6px 6px 0 0;
}

.top span {
    line-height: 24px;
    margin-right: 8px;
}

#video-controls {
    position: absolute;
    right: 16px;
    bottom: 10%;
    width: 32px;
    /*transform: translateY(50%);*/
}

.video-control {
    margin: 8px 0;
    padding: 0 0 0 1px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    color: white;
    line-height: 34px;
    height: 32px;
    width: 32px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
}

#playpause:hover,
#mute:hover {
    background-color: white;
    color: #006f9d;
}

.scroll-down-wrapper {
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    transform-origin: 50% 50%;
    animation: bounce 4s infinite;
}

.scroll-down {
    position: relative;
    bottom: 6%;
    z-index: 2;
    font-size: 3em;
    opacity: 0.95;
    transition: opacity 1s ease-in-out;
    color: white;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.scroll-down:hover {
    color: #006f9d;
}

@keyframes bounce {
    0%,
    12%,
    25%,
    40%,
    50%,
    100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-30px);
    }
    30% {
        transform: translateY(-15px);
    }
}

.crt-post-header,
.crt-post-content-text,
.crt-post-read-more,
.crt-post-footer {
    display: none !important;
}

.crt-post-youtube {}

.half-size {
    width: 50%;
}

.youtube-video {
    margin-top: 32px;
    position: relative;
    overflow: hidden;
}

.youtube-video>a {
    display: block;
    margin: -9.5% 0;
    width: 100%;
}

.youtube-preview {
    /*margin: 0 auto;*/
    width: 100%;
}

.youtube-video-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(../img/logos/youtube_grey.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15%;
}

.youtube-video-play:hover {
    background-image: url(../img/logos/youtube_red.svg);
}

.ytp-large-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15%;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
}

.ytp-large-play-button-bg {
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #1f1f1f;
    fill-opacity: .81;
}

.youtube-video a:hover .ytp-large-play-button-bg {
    fill: #CD201F;
    fill-opacity: 1;
}

.container-curator {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#error-msg div {
    display: none;
}

.cc_container .cc_btn {
    background-color: #006f9d !important;
    color: #fff !important;
}

.cc_container .cc_btn:hover {
    background-color: #fff !important;
    color: #006f9d !important;
}

.loadmore {
    display: block;
    margin-top: 32px;
}

.btn-loadmore {
    width: 150px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #2B2B2B;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 30px transparent;

}
