html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Roboto Slab', serif;
    color: #462337 !important;
}

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

p {
    color: #462337 !important;
}

.light {
    font-weight: 300;
}

.pointer {
    cursor: pointer;
}

.navbar-nav li a {
    color: #FEDD03 !important;
    /*font-weight: 300;*/
}

.bg-img {
    background-image: url("/images/aos_banner.jpg") !important;
    background-size: cover;
}

.news-card {
    border: none !important;
    margin: 20px;
}

.news-card-img {
    border-bottom: solid #FEDD03 5px;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid #462337;
    border-radius: 0;
    color: #462337;
}

.btn-primary:hover {
    background-color: #462337 !important;
    border: 1px solid #462337;
    border-radius: 0;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #FEDD03 !important;
    color: #462337 !important;
    border: 0;
    border-radius: 0;
}

.btn-info {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 0;
    font-weight: 600;
}

.btn-info:hover {
    background: #ffffff;
    color: #000000;
}

.bg-grey {
    background-color: #F7F5F6;
}

.bg-primary {
    background-color: #462337 !important;
}

.input-group-btn button {
    height: calc(2.25rem + 2px);
}

.newsletter-signup {
    background-color: #462337;
}

.partners {
    background-color: #F7F7F7;
}

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

@media screen and (max-width: 480px) {
    .no-mobile-padding {
        padding: 0 !important;
    }

    .break-word-mobile {
        word-wrap: break-word;
    }
}


/* Image banner */
.image-header {
    position: relative;
    width: 100%;
    height: 75%;
    /*min-height: 35rem;*/
    padding: 15rem 0;
    background: url("/images/aos_banner.jpg");
    /* 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: #FEDD03;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    background: #FEDD03;
    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/aos_banner.jpg");
    /* 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;
    z-index: 1000;
    /* -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: #FEDD03;
    border: 1px solid #FEDD03;
}

#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: #FEDD03;
    }

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

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

.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%;
}

.footer-copyright {
    background-color: #462337;
    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%);
}

.arrow-bottom {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #FEDD03;
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translateX(50%);
}

.echo-ribbon-bottom {
    width: 0;
    height: 0;

    border-left: 50px solid #FEDD03;
    border-right: 50px solid #FEDD03;
    border-bottom: 30px solid transparent;
    position: absolute;
    right: 50%;
    top: 170%;
    transform: translateX(50%);
}

.leeghwater-ribbon-bottom {
    width: 0;
    height: 0;

    border-right: 100px solid #ffffff;
    border-bottom: 65px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(82%) translateY(27%) rotate(-90deg);
}

.ribbon-text {
    width: 100%;
    height: 80%;
    background-color: #FEDD03;

    position: absolute;
    top: 90%;
    transform: translateX(0%);
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

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

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

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

.bg-aos {
    background-color: #FEDD03;
}

.bg-card {
    background-color: #F4EFEF;
}

.vertical-text {
    position: relative;
    width: 100px;
    transform: rotate(90deg) translateX(25%);

    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(90deg) translateX(25%);

    /* Firefox */
    -moz-transform: rotate(90deg) translateX(25%);

    /* IE */
    -ms-transform: rotate(90deg) translateX(25%);

    /* Opera */
    -o-transform: rotate(90deg) translateX(25%);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}