html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #67051B !important;
}

/* Algemene styling */
h1, h2, h3, h4, h5 {
    color: #67051B !important;
}

p {
    color: #67051B !important;
    line-height: 18pt;
}

.pointer {
    cursor: pointer;
}

.navbar-nav li a {
    color: #ffffff !important;
}

.bg-img {
    background-image: url("/images/ofh_banner.png") !important;
    background-size: auto;
    background-origin: border-box;
    background-attachment: scroll;
}

.bg-prices {
    background-image: url("/images/prijzen.png");
    background-size: cover;
    background-position: center;
}

.news-card {
    border: none !important;
    margin: 1em;
}

.person-card {
    border: none !important;
    margin: 1em;
}

.btn {
    /*background-color: #ffffff;*/
    border: 0;
    border-radius: 0;
    color: #67051B;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #67051B;
    border-radius: 0;
    color: #67051B;
    font-weight: 600;
    padding: 1em;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #67051B;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
    padding: 1em;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: transparent !important;
    border: 1px solid white;
    color: #ffffff;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-info {
    background-color: transparent;
    border: 2px solid white;
    color: #ffffff;
    font-weight: 600;
}

.btn-info:hover {
    background-color: white;
    border: 2px solid transparent;
    color: #67051B;
}

.btn-success {
    background-color: #009FE3;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}

.btn-success:hover {
    background-color: #ffffff !important;
    border: 2px solid transparent !important;
    color: #009FE3 !important;
}

.btn-success:active {
    background-color: #ffffff !important;
    border: 2px solid transparent !important;
    color: #009FE3 !important;
}

.newsletter-signup {
    background-color: #67051B;
}

/*.partners {*/
/*background-color: #F7F7F7;*/
/*}*/

@media screen and (max-width: 1024px) {
    .no-mobile {
        display: none !important;
    }
}

/* Image banner */
.image-header {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: url("/images/ofh_banner.png");
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("/images/bg-image-header.jpg");
      background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("/images/bg-image-header.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.image-header h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    background: #ffffff;
    padding: 1em;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

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

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

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

    .image-header h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
    }

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

.page-header {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 25rem;
    padding: 15rem 0;
    background: url("/images/ofh_banner.png");
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("/images/bg-image-header.jpg");
      background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("/images/bg-image-header.jpg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

/* Navigation */
#mainNav {
    min-height: 100px;
    /* -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; */
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #ffffff;
    border: 1px solid #009FE3;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

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

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

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

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

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

    #mainNav .nav-link {
        -webkit-transition: none;
        transition: none;
        padding: 2rem 1.5rem;
        color: rgba(255, 255, 255, 0.5);
    }

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

    #mainNav .nav-link:active {
        color: white;
    }

    #mainNav.navbar-shrink {
        /* background-color: #fff; */
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #ffffff;
    }

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

    #mainNav.navbar-shrink .nav-link:hover {
        color: #ffffff;
    }

    #mainNav.navbar-shrink .nav-link:active {
        color: #ffffff;
    }

    #mainNav.navbar-shrink .nav-link.active {
        color: #ffffff;
        outline: none;
        border-bottom: 0.25rem solid #009FE3;
    }
}

.agendaTable {
    width: 91% !important;
    border-spacing: 0em 1.5em;
    border-collapse: initial;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.border-radius-0 {
    border-radius: 0;
}

.menu-item {
    border: 1px solid #67051B;
    display: block;
    width: 80%;
    padding: 1em 2em 1em 2em;
    margin: .5em;
    color: #67051B;
    font-weight: normal;
    text-decoration: none;
}

.menu-item:hover {
    border: 1px solid #67051B;
    display: block;
    width: 80%;
    padding: 1em 2em 1em 2em;
    margin: .5em;
    color: #ffffff;
    background-color: #67051B;
    font-weight: normal;
    text-decoration: none;
}

.footer-copyright {
    background-color: #67051B;
    color: #ffffff;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;

    border-right: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-header {
    background-color: transparent;
    border: 2px solid #67051B;
    border-radius: 0 !important;
    margin-bottom: 1px !important;
    color: #67051B;
}

.faq-card {
    border: 0;
    border-radius: 0 !important;
    margin-bottom: 1em;
}

.tab-link {
    background-color: #F7F5F6 !important;
    color: #67051B !important;
    margin-right: .5em;
}

.tab-link.active {
    background-color: #67051B !important;
    color: #ffffff !important;
}

.tab-link:hover {
    border-color: transparent !important;
}