

@media screen and (min-width: 0) and (max-width: 992px) {
    nav .desktop_menu {
        display: none
    }

    nav .mobile_header {
        display: block
    }

    .shadow_container {
        display: none
    }

    header {
        height: 400px
    }

    header .imgSlider ul li {
        height: 400px !important
    }

    .container_home, .container_small {
        margin-top: 0
    }

    .list a .image {
        width: 100%
    }

    .list a .list_content {
        width: auto
    }

    .pagination .paginationButtons {
        padding-top: 25px
    }

    .pagination .paginationButtons a:first-child {
        margin-right: 10px
    }

    .pagination .paginationButtons a:last-child {
        margin-left: 10px
    }
}

@media screen and (min-width: 0) and (max-width: 1299px) {
    nav .desktop_menu {
        display: none
    }

    nav .mobile_header {
        display: block
    }


}

@media screen and (min-width: 768px) and (max-width: 1980px) {
    .big {
        display: block;
    }

    .small {
        display: none;
    }
}


@media screen and (min-width: 0) and (max-width: 768px) {
    .intro_text_home p {
        margin-bottom: 18px
    }

    nav {
        height: 75px
    }

    nav .mobile_header {
        height: 75px
    }

    nav .mobile_header .header_logo {
        height: 65px
    }

    nav .mobile_header .header_logo img {
        padding: 5px 5px 0 30px
    }

    nav .mobile_header .menu_icon_container {
        margin-top: calc(22.5px)
    }

    nav .mobile_header .menu_icon_container .bar1, nav .mobile_header .menu_icon_container .bar2, nav .mobile_header .menu_icon_container .bar3 {
        height: 2px;
        width: 30px
    }

    nav .mobile_header .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 3px);
        transform: rotate(-45deg) translate(-9px, 3px)
    }

    nav .mobile_header .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -3px);
        transform: rotate(45deg) translate(-8px, -3px)
    }

    header {
        height: 200px
    }

    header .imgSlider ul li {
        height: 200px !important
    }

    .list a .image {
        width: 40%
    }

    .list a .list_content {
        width: calc(60% - 62px)
    }

    table.meetings {
        border-collapse: collapse
    }

    table.meetings tr {
        display: block
    }

    table.meetings tr:first-child {
        background-color: #0272bf;
        color: #fff
    }

    table.meetings tr td {
        display: block
    }

    footer {
        position: relative;
        height: auto;
        width: 100%;
        margin-top: 50px;
        background: #e3e3e3;
        color: #acacac
    }

    footer p {
        width: 100%;
        text-align: center;
        margin: 30px 0 10px 0
    }

    footer ul {
        width: 100%;
        margin: 0 0 20px 0
    }

    footer ul li {
        display: block;
        text-align: center;
        border: none;
        margin-bottom: 10px
    }

    .footer_devider {
        display: none
    }

    .big {
        display: none;
    }

    .small {
        display: block;
    }

    .owl-carousel .owl-item img {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 0) and (max-width: 450px) {
    .list a .image {
        width: 100%
    }

    .list a .list_content {
        width: auto
    }

    .intro_text h1 {
        font-size: 40px
    }

    .container_home h1, .container_home h2 {
        font-size: 40px;
        line-height: 40px
    }

    .container_home h2 {
        font-family: SourceSansProRegular;
        margin-bottom: 50px
    }

    ul.member_list li .image {
        float: none;
        width: 100%;
        padding-right: 20px
    }

    ul.member_list li .image img {
        margin: 0 auto;
        height: 70%;
        width: 100%;
        margin-bottom: 10px;
    }

    ul.member_list li .member_content {
        word-wrap: break-word
    }
}

@media screen and (min-width: 0) and (max-width: 320px) {
    .intro_text h1 {
        font-size: 35px
    }
}



@media screen and (min-width: 768px) and (max-width: 1300px) {
    ul.member_list li .image {
        padding-right: 20px
    }

    ul.member_list li .image img {
        margin: 0 auto;
        margin: 0 auto;
    }

    /* voor afbeeldingen van de leden */
    .down {
        overflow: hidden;
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
        width: 100%;
    }

    .width {
        overflow: auto;
        position: relative;
        min-height: 1px;
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    nav ul li a {
        padding: 5px 0 !important;
        margin: 0 10px !important
    }

    .pagination {
        width: 100%;
        margin-bottom: 30px;
        text-align: left
    }

    .pagination span {
        color: #9e9e9e
    }

    .paginationNumbers {
        margin-bottom: 30px;
        float: left
    }

    .paginationButtons {
        float: right;
        padding: 7.5px 0
    }
}

@media screen and (min-width: 0) and (max-width: 276px) {
    .list a .list_content {
        height: 158px;
    }
}