@font-face {
    font-family: 'DIN Condensed Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Condensed Bold'), url('../fonts/DINCondensed-Bold.woff') format('woff');
}

.page-header__background::after {
    border-color: transparent;
}

.layout__about-screen {
    background-color: #EA8F2F ;
}

.layout__about-screen .layout__section-header {
    font-family: boisu;
}

.title {
    max-width: 700px;
    width: 100%;
    left: 50%;
    bottom: 50px;
    margin-left: -350px;
    position: absolute
}

@media (max-width: 990px) {
    .title {
        width: 80%;
        bottom: 50px;
        margin-left: 0px;
        left: 10%;
    }

    .mobile-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
}

h1.top {
    font-family: boisu;
    font-size: 120px;
    color: #EA8F2F;
}

.layout__schedule-screen {
    background-color: #f3ebd5;
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    display: inline-block;
    float: none;
}

nav.navbar {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.navbar-nav > li > a {
    font-family: 'DIN Condensed Bold';
    font-size: 30px;
    letter-spacing: 1px;
}

.navbar-nav > li > a:hover {
    color: #EA8F2F;
}

.hero {
    margin-top: 40px;
    padding: 0 0 200px 0;
}

p.info {
    font-family: 'DIN Condensed Bold';
    color: white;
    font-size: 24px;
    line-height: 36px;
}

.about__timer-header {
    font-family: 'DIN Condensed Bold';
}

@media screen and (min-width: 992px) {
    .layout__about-screen {
        padding: 0px 0px 60px 0px;
    }

}

.layout__section-header--decorated:before {
    left: 0px;
}

.layout__section-header--decorated {
    padding-left: 65px;
    color: #E3013A
}

@media screen and (min-width: 480px) {
    .layout__schedule-screen-2 {
        padding: 100px 0px 40px 0px;
    }
}

.partner {
    height: 150px;
    background-color: white;
    width: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px;
    padding: 15px;
}

.partners-title {
    margin: 30px;
    font-size: 36px;
    line-height: 1;
    font-family: "Oswald", Times, Georgia, serif;
    font-weight: bold;
}

.bg-white {
    background-color: white;
}

.btn-pink {
    color: white;
    background-color: #EA8F2F;
    padding: 8px 30px;
    display: inline-block;
    font-size: 22px;
    margin: 25px 0;
    font-family: "Oswald", Times, Georgia, serif;
    transition: .3s;
    letter-spacing: 1px;
}



.btn-grey {
    color: white;
    background-color: darkgrey;
    padding: 8px 30px;
    display: inline-block;
    font-size: 22px;
    margin: 25px 0;
    font-family: "Oswald", Times, Georgia, serif;
    transition: .3s;
    letter-spacing: 1px;
}

.btn-pink:hover {
    color: white;
    background-color: #b33e51;
}

.impression {
    margin-bottom: 25px;
}

.impression img {
    transition: .3s;
}

.impression img:hover {
    opacity: .7;
}




.wrapper {
    transition: 350ms transform ease;
}

.wrapper.move {
    transform:translateX(-100px);
}

.menu {
    position: fixed;
    background-color: #00383C;
    box-shadow: 10px 10px 38px -9px rgba(0, 0, 0, 0.75);
    z-index: 100;
    right: -280px;
    top: 0;
    height: 100%;
    transition: 350ms right ease;
    display: flex;
    align-items: center;
    width: 280px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.menu nav {
    margin: 0 auto;
}

.menu ul {
    text-align: right;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.menu ul li {
    position: relative;
}

.menu ul li::before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 2px);
    width: 4px;
    border-radius: 50rem;
    height: 4px;
    background-color: #FFFFFF;
    transition: 350ms all ease;
}

.menu ul li a {
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Oswald", Times, Georgia, serif;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.menu ul li:hover::before {
    width: 85px;
}

.menu.active {
    right: 0;
}









.hamburger {
    display: flex;
    display: -webkit-flex;
    align-items:center;
    justify-content: center;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    background-color: #EA8F2F;
    box-shadow: 10px 10px 38px -9px rgb(0 0 0.75);
    transition: 250ms all ease;
    width: 130px;
    cursor: pointer;
    user-select: none;
}

@media only screen and (min-width: 768px) {
    .hamburger {
        top: 40px;
        right: 40px;
    }
}

.hamburger.active {
    background-color: transparent;
    box-shadow: none;
}

.bar1, .bar2, .bar3 {
    height: 4px;
    background-color: #FFFFFF;
    margin: 5px 0;
    -webkit-transition: transform .4s ease, opacity .4s ease, margin .2s ease;
    -moz-transition: transform .4s ease, opacity .4s ease, margin .2s ease;
    -o-transition: transform .4s ease, opacity .4s ease, margin .2s ease;
    transition: transform .4s ease, opacity .4s ease, margin .2s ease;
    /*border-radius: 50rem;*/
}

.bar1, .bar3 {
    width: 32px;
}

.bar2 {
    opacity: 1;
    width: 20px; /*32px*/
    margin-left: 6px;
}

.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    -moz-transform: rotate(-45deg) translate(-7px, 6px);
    -o-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.active .bar2 {
    opacity: 0;
}

.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -6px);
    -moz-transform: rotate(-45deg) translate(-7px, -6px);
    -o-transform: rotate(-45deg) translate(-7px, -6px);
    transform: rotate(45deg) translate(-7px, -6px);
}

.hamburger-text {
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: "Oswald", Times, Georgia, serif;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.agenda__image {
    width: 95px;
    height: 95px;

    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.fancybox__agenda {
    padding: 0 !important;
    background-color: #f3ebd5 !important;
}

.fancybox__body {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.fancybox__image {
    width: 250px;

    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
    }
}

@media only screen and (max-width: 768px) {

    .fancybox__image {
        width: 100%;
        height: 150px;

        & img {
            object-fit: cover;
        }
    }
}


.fancybox__content {

    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 250px);
    padding: 30px;

    & h4 {
        width: 100%;
        margin-bottom: 20px;
        color: #00383C;
    }

    .logo--visual {
        position: absolute;
        bottom: 20px;
        right: 20px;
        opacity: 0.2;
        pointer-events: none;
        width: 75px;
        height: 75px;
        transform: rotate(-20deg);

        & img {
            width: 100%;
            height: auto;
        }
    }
}

@media only screen and (max-width: 768px) {
    .fancybox__content {
        width: 100%;
    }
}

.eten_en_drinken {

    & a {
        color: white;
        background-color: #EA8F2F;
        padding: 8px 30px;
        display: inline-block;
        font-size: 22px;
        margin: 25px 0;
        font-family: "Oswald", Times, Georgia, serif;
        transition: .3s;
        letter-spacing: 1px;
        text-decoration: none;
    }
}

.btn--blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #b7dbde;
    box-shadow: 10px 10px 38px -9px rgb(0 0 0.75);
    color: white;
    font-family: "Oswald", Times, Georgia, serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.is-agenda {
    position: fixed;
    top: 40px;
    right: 190px;
    z-index: 99;

    & a {
        color: white;
    }
}

.about__button {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.about__social {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    .is-agenda {
        top: 0;
        right: 160px;

        & a {
            color: white;
        }
    }
}

.uitgelicht {

    & .container {

        > img {
            display: block;
            height: 110px;
            margin: auto;
        }
    }
}

@media only screen and (max-width: 768px) {
    .uitgelicht {

        & .container {

            > img {
                height: 100%;
                max-height: 75px;
                width: 100%;
            }
        }
    }
}