@media only screen and (max-width: 1225px) {
    .bird-wrap {
        display: none;
    }
}
@media only screen and (max-width: 950px) {
    #header .content {
        width: 100%;
        float: left;
        text-align: center;
    }
    #header .content #logo {
        float: none;
    }
    #links {
        float: left;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    #links li {
        float: none;
        display: inline-block;
    }
    #footer-fence {
        display: none;
    }
    #footer-title {
        background-image: url('../images/plank.png');
    }
    #pull {
        display: block;
    }
    #header #nav {
        box-sizing: border-box;
        padding: 0 20px;
    }
    #header #nav ul {
        display: none;
        width: 100%;
        float: left;
        /*background: #ffffff;*/
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 0;
    }
    #header #nav ul li ul {
        background: none;
    }
    #jsddm li {
        width: 100%;
        float: left;
    }
    .menu-wrapper {
        max-width: unset;
        width: 100%;
    }
    #header #nav li ul {
        position: static !important;
        display: block;
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 0 !important;
        box-sizing: border-box;
        padding-left: 30px !important;
    }
    #header #nav ul li a.has-submenu:after {
        background-image: none;
    }
    #header #nav ul li ul a {
        color: #fcf3c7;
        text-decoration: none;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
        text-transform: uppercase;
        float: left;
        box-sizing: border-box;
        transition: ease-in-out 0.2s;
        font-weight: normal;
        font-size: 14px;
    }
    .head-doneer-adopteer {
        display: none;
    }
    #responsive-doneer-adopteer, #responsive-doneer-adopteer .head-doneer-adopteer {
        display: block !important;
    }
    .content.content-below-banner {
        margin-top: -5px;
    }
    #header #nav {
        height: auto;
        background-image: url('../images/plank.png');
        background-repeat: repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    #nav {
        position: relative;
        z-index: 105;
        padding: 0 !important;
    }
    #nav .wrapper {
        width: 100%;
        padding: 0;
    }
    #jsddm {
        background: #70716f;
    }
    #footer-menu {
        min-height: auto;
    }
}
@media only screen and (max-width: 850px) {
    .footer-content {
        width: 100%;
        float: left;
        height: unset;
        overflow: visible;
        padding-bottom: 20px;
    }
    .footer-top {
        height: unset;
    }
    .footer-links {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 10px;
        text-align: left;
    }
    .footer-rechts {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .contactgegevens {
        display: inline-block;
        text-align: left;
    }
    .footer-button-wrap {
        float: none;
        display: block;
    }
    .image-wrap {
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width: 750px) {
    #homeitems li {
        width: calc(100% / 2);
    }

    #nieuwsbrief .left, #nieuwsbrief .right {
        width: 100%;
        padding-left: 0;
        line-height: 35px;
    }
}
@media only screen and (max-width: 550px) {
    .footer-links {
        text-align: left;
        margin-bottom: 20px;
    }
    #footer-menu {
        width: 100%;
        margin-bottom: 20px;
    }
    #socialmedia {
        width: 100%;
        float: left;
        padding-bottom: 75px;
    }
    .footer-bottom-left {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-bottom-right {
        width: 100%;
        text-align: center;
    }
    .footer-bottom-right ul {
        float: none;
        display: inline-block;
    }
    #scrollToTop {
        top: 0;
    }
    #nieuwsitem-afbeelding {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    #homeitems li {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .footer-rechts {
        -webkit-background-size: contain;
        background-size: contain;
        height: auto;
    }
}