/* media queries */

@media screen and (max-width: 1100px) {
    #content {
        padding-top: 60px;
    }
    #content .top-bar {
        display: none!important;
    }


    #content .top-bar a:after {
        background-size: auto 100%;
    }

    #content .top-bar a:hover:after {
        background-size: auto 110%;
    }

    #header {
        left: 0;
        height: 60px;
    }

    #header #menu-mobile {
        top: 10px;
        left: 0;
        width: 35px;
        background-size: 15px;
    }

    #side-nav {
        top: 60px;
        height: calc(100% - 60px);
        z-index: 10;
    }

    #header #header-container {
        width: 95%;
        height: 100%;
    }

    #header #header-container #logo {
        width: 95px;
        height: 100%;
        background-size: 100% auto;
        background-position: left 10px;
    }

    #header #header-container #menu {
        right: 50px;
        width: auto;
        height: 100%;
    }

    #header #header-container #menu ul {
        float: right;
        height: 100%;
    }

    #header #header-container #menu ul li {
        height: 100%;
        min-height: 0;
    }

    #header #header-container #menu ul li a {
        padding: 0 8px;
        height: 100%;
        line-height: 55px;
    }

    #header #header-container #menu ul li.has-super > a {
        pointer-events: none;
    }
    #header #header-container #menu ul li.has-super > a:hover, #header #header-container #menu ul li.has-super > a:active {
        pointer-events: auto;
    }

    #header #header-container #menu ul li.home span {
        margin-top: 7px;
    }

    #header #header-container #menu ul li .supermenu {
        top: 60px;
        width: 95%;
    }

    #header #header-container #search_top {
        right: 60px;
    }
    #header #header-container #langmenu,
    #header #header-container #langmenu-open {
        top: 10px;
        right: 0;
    }

    .cycle-slideshow img {
        width: 100%;
    }
/*
    #content.homepage .content.text #carousel {
        height: 390px;
        overflow: hidden;
    }*/

    #content.homepage .content.text #carousel {
        z-index: 1;
    }

    #content.homepage .content.text #carousel .nav {
        top: 95px;
    }

    #content.homepage .content.text #carousel .text  .title {
        font-size: 50px;
        line-height: 45px;
    }

    #content.homepage .content.text #carousel .text a.bestelbutton {
        margin-top: 27px;
    }

    #content.homepage.breed .content.text .left.large {
        height: 750px;
    }

    #content.homepage.breed .content.text .left .nieuws ul li a .image, #content.homepage.breed .content.text .left .agenda ul li a .image {
        height: 135px;
    }

    #content.homepage.breed .content.text .left .nieuws a.bekijk, #content.homepage.breed .content.text .left .agenda a.bekijk {
        bottom: 50px;
    }

    .content.text .left ul li {
        text-align: left;
    }

    #carousel #slides img {
        width: 100%;
    }

    .content.text .right .zoover img {
        margin: 0 0 15px 0 !important;
    }

    .content.text .right .zoover p a {
        margin: 0;
        width: 100% !important;
    }

    #content ul.socials {
        width: 100%;
        margin-top: 10px;
    }

    #content ul.socials li {
        width: calc(100% / 3);
    }

    #content #item-overzicht .item .image {
        margin-bottom: 10px;
    }

    #content #item-overzicht .item a.leesmeer {
        margin-top: 10px;
    }

    .content.text .left table.fancy.openingstijden tbody tr td:nth-child(1) {
        width: 65% !important;
    }

    .content.text .left table.fancy.openingstijden tbody tr td:nth-child(2) {
        width: 35% !important;
    }

    #content.contact .content.text .right .de_slag_bij {
        margin-right: 2%;
        margin-bottom: 0;
        padding-bottom: 28px;
        width: 48%;
    }

    #content.contact .content.text .right .de_slag_bij a.bestelbutton {
        margin: 20px 5px 2px 0;
        padding: 6px 15px 6px 11px;
        font-size: 12px;
    }

    #content.contact .content.text .right .de_slag_bij a.bestelbutton:after {
        top: 3px;
        right: -6px;
        width: 16px;
        height: 16px;
    }

    #content.contact .content.text .right .vragen {
        margin-left: 2%;
        width: 48%;
    }

    #content.submenu .content.text .left .wrapper ul li strong {
        font-size: 18px;
    }

    #content.submenu .content.text .left ul:not(.tussenpagina) li:first-child {
        padding-left: 45px;
    }

    #content .content #contact.custom.small p {
        width: 25%;
    }

    #content .content #contact.custom.small .field input {
        width: 75%;
    }

    #content #contact form textarea {
        width: 75%;
    }

    #footer {
        background-image: url(../images/backgrounds/footer-bg-responsive.jpg);
    }

    #footer .parallax-footer {
        display: none;
    }

    #footer .content {
        margin-bottom: 0;
        width: 90%;
    }

    #footer .content .column {
        width: 25%;
    }

    #footer .content .column.last {
        width: 50%;
    }


    #content.homepage .content.text #carousel .text .title {
        font-size: 24px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #content.homepage .content.text #carousel .text .ssubtitle {
        font-size: 13px;
    }
    #content.homepage .content.text #carousel .text.hasbutton,
    #content.homepage .content.text #carousel .text {
        padding: 0 10px!important;
    }
    #content.homepage .content.text #carousel .text a.bestelbutton {
        position: relative!important; width: 100%!important; float: left!important;
        bottom: auto!important; right: auto!important;
        margin-top: 5px!important;
        box-sizing: border-box!important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 950px) {
    #content {
        padding-top: 80px;
    }

    #header {
        height: 80px;
    }

    #header #menu-mobile {
        display: block;
        top: 20px;
        left: 5%;
        width: 40px;
    }

    #side-nav {
        display: block;
        top: 80px;
        max-width: 50%;
        height: calc(100% - 80px);
        overflow: visible;
    }

    #side-nav img.tripadvisor,
    #side-nav a.tripadvisorbtn img {
        position: absolute;
        display: block;
        top: -20px;
        right: 20px;
        width: 60px;
        z-index: 1;
    }

    #side-nav.active img.tripadvisor {
        right: -20px;
    }

    #tripadvisor {
        padding: 15px 10px 10px 10px;
    }

    #header #header-container {
        width: 95%;
        height: 100%;
    }

    #header #header-container #menu {
        display: none;
    }

    #header #header-container #logo {
        left: 10%;
        background-position: left 20px;
    }

    #header #header-container #langmenu,
    #header #header-container #langmenu-open {
        top: 20px;
        right: 2.5%;
    }
/*
    #content.homepage .content.text #carousel {
        height: 290px;
    }*/

    #content.homepage .content.text #carousel .nav {
        top: 60px;
    }

    #content.homepage .content.text #carousel .text a.bestelbutton {
        margin-top: 23px;
    }

    #content.homepage.breed .content.text .left.large {
        height: 690px;
    }

    #content.homepage.breed .content.text .left .nieuws,
    #content.homepage.breed .content.text .left .agenda {
        padding: 30px 25px;
    }

    #content.homepage.breed .content.text .left .nieuws ul li a .image,
    #content.homepage.breed .content.text .left .agenda ul li a .image {
        margin-bottom: 12px;
        height: 110px;
    }

    #content.homepage.breed .content.text .left .nieuws ul li ul.socials,
    #content.homepage.breed .content.text .left .agenda ul li ul.socials {
        margin: 7px 0 3px 0;
    }

    #content.homepage.breed .content.text .right .blok {
        margin-bottom: 13px;
        padding: 25px;
    }

    #content.homepage.breed .content.text .right .blok a.reg-museum {
        right: -10px;
    }

    #content .content.text .left {
        margin-right: 0;
        width: calc(100% / 3 * 2 - 5%);
    }

    #content .content.text .right {
        width: calc(100% / 3);
    }

    #content.form .content.text .left {
        width: 50%;
    }

    #content.form .content.text .right {
        width: 45%;
    }

    .content.text .right .de_slag_bij {
        padding: 25px 25px 30px 25px;
    }

    .content.text .right .de_slag_bij h3 {
        font-size: 21px;
        line-height: 24px;
    }

    .content.text .right .de_slag_bij p, .content.text .right .zoover p {
        line-height: 21px;
    }

    .content.text .right .zoover img {
        width: 125px;
    }

    #content.homepage.breed .content.text .right .de_slag_bij a.bestelbutton,
    .content.text .right .de_slag_bij a.bestelbutton {
    }

    .content.text .right .de_slag_bij a.bestelbutton {
        float: left;
        margin: 17px 0 0 0;
        padding: 11px;
        width: 100%;
        font-size: 12px;
        line-height: normal;
        text-align: center;
        box-sizing: border-box;
    }

    #content.homepage.breed .content.text .right .de_slag_bij a.bestelbutton:after,
    .content.text .right .de_slag_bij a.bestelbutton:after {
        content: none;
    }

    .content.text .right .de_slag_bij a.bestelbutton:after {
        right: -15px;
        width: 19px;
        height: 19px;
    }

    #content.submenu .content.text .left ul {
        margin-bottom: 30px;
    }

    .content.text h3 {
        font-size: 18px;
    }

    #bevrijding {
        -webkit-transform: translateX(-50%) translateY(-105%) scale(0.8, 0.8);
        transform: translateX(-50%) translateY(-105%) scale(0.8, 0.8);
    }

    #bevrijding.active {
        -webkit-transform: translateX(-50%) translateY(-7%) scale(0.8, 0.8);
        transform: translateX(-50%) translateY(-7%) scale(0.8, 0.8);
    }

    #slideshow-2 {
        margin: 10px auto 25px auto;
        padding: 0 50px;
    }

    #slideshow-2 .cycle-slideshow img {
        height: 60px;
    }

    #slideshow-1 p a.cycle-prev, #slideshow-1 p a.cycle-next {
        bottom: -60px;
        width: 40px;
        height: 40px;
    }

    #content.agenda .content.text .agenda .item .item-title h2 {
        float: left;
        width: 75%;
        padding: 15px 0 0 30px;
        font-size: 21px;
        text-align: left;
    }

    #content.agenda .content.text .agenda .item .item-content .content.small {
        width: calc(100% - 200px);
    }

    #content.agenda .content.text .agenda .item .item-content a.kiek.foto {
        width: 170px;
    }

    #content.agenda .content.text .agenda .item .item-content ul.socials {
        top: -95px;
        width: auto;
    }

    #content.agenda .content.text .agenda .item .item-content ul.socials li {
        padding: 0 9px 0 35px !important;
        width: auto;
    }

    #content.agenda .content.text .agenda .item .item-content a.kiek.foto {
        margin-top: -87px;
    }

    #content.nieuws {
        padding-bottom: 40px;
    }

    #content #item-overzicht .item {
        margin: 0 1% 30px 1%;
    }

    #content #item-overzicht .item .date {
        font-size: 11px;
        margin-bottom: 4px;
    }

    #content #item-overzicht .item .image {
        height: 100px;
    }

    #content .content #contact.custom.small p {
        width: 32%;
    }

    #content .content #contact.custom.small .field input {
        width: 68%;
    }

    #content #contact form textarea {
        width: 68%;
    }

    #content #contact form .field.radio label, #content #contact form .field.checkbox label {
        width: 25%;
    }

    #content .content #contact.custom.small .field input[type="submit"] {
        width: 68%;
    }

    #content #contact form input.submit {
        margin-top: 15px;
        font-size: 14px;
    }

    #content.contact .content.text .left .contact-left {
        float: left;
        width: 100%;
    }

    #content.contact .content.text .left .contact-left .adres {
        float: left;
        width: 50%;
    }

    #content.contact .content.text .left .contact-left .telmailres {
        float: left;
        width: 50%;
    }

    #content.contact .content.text .left .contact-left .telmailres table {
        margin: 0;
    }

    #content.contact .content.text .left .contact-left .social {
        float: right;
        margin-top: 20px;
        width: 50%;
    }

    #content.contact .content.text .left .contact-left .social ul {
        left: 122px;
    }

    #content.contact .content.text .left .contact-left .social ul li {
        margin-right: 8px;
    }

    #content.contact .content.text .left .contact-right {
        float: left;
        margin-top: 20px;
        width: 100%;
        max-width: none;
    }

    #content.contact .content.text .left .contact-right .vervoer .other {
        width: 35%;
    }

    #content.contact .content.text .left .contact-right .vervoer .text {
        width: 65%;
    }

    #content.contact .content.text .right .de_slag_bij a.bestelbutton {
        margin: 24px 0 2px 0;
        padding: 8px 15px 8px 11px;
        font-size: 16px;
    }

    #content.contact .content.text .right .de_slag_bij .voorzieningen {
        margin-top: 18px;
    }

    #content.contact .content.text .right .vragen {
        padding: 25px 25px 28px 25px;
        height: auto;
    }

    #content.contact .content.text .right .vragen h3 {
        font-size: 21px;
    }

    #content.contact .content.text .right .vragen p {
        line-height: 21px;
    }

    #content.contact .content.text .right .vragen span {
        line-height: 18px;
    }

    #content.contact .content.text .right .vragen a {
        margin: 28px 0 2px 0;
        padding: 10px 15px 9px 15px;
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
    }

    #footer:before {
        height: 45px;
        top: -45px;
    }

    #footer {
        margin-top: 50px;
        padding-top: 25px;
    }

    #footer .content .column {
        width: calc(100% / 3) !important;
    }

    #footer .content .column .route-footer {
        width: 100%;
    }

    #footer .content .column .route-footer a img.maps {
        padding-right: 0;
        width: 100%;
        height: auto;
    }

    #footer .content .column .route-footer .naw {
        margin-top: 25px;
        width: 100%;
        font-size: 14px;
    }

    #footer .content .column .route-footer .button a {
        margin-top: 10px;
    }

    #footer .content .column .route-footer .social {
        padding-top: 25px;
        font-size: 14px;
    }

    #footer .content .column .route-footer .social ul {
        position: relative;
        float: left;
        top: auto;
        right: auto;
        left: 0;
        margin-bottom: 60px;
        margin-top: 10px;
    }

    #footer .content .column .route-footer .social ul li {
        margin: 0 8px 0 0;
    }

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
    #side-nav {
        max-width: 100%;
    }

    #content.homepage .content.text #carousel .nav a#prev, #content.homepage .content.text #carousel .nav a#next {
        width: 32px; height: 32px;
        background-size: 12px auto;
    }

    #content.homepage .content.text #carousel .slide {
        width: 100%!important;
    }

    #carousel #slides img {
        /*width: 100%;*/
        width: auto!important;
        height: 240px;
    }

    #content div.top-bar {
        display: none;
    }

    #side-nav.active img.tripadvisor {
        right: -8px;
    }

    #header #header-container #logo {
        left: 20%;
    }

    #content .top-bar a span {
        padding-right: 45px;
        font-size: 12px;
        text-align: right;
        line-height: 14px;
        background-position: 95% 50%;
    }
    /*

    #content.homepage .content.text #carousel {
        height: 268px;
    }
    */

    #content.homepage .content.text #carousel .nav {
        top: 30px;
    }

    #content.homepage .content.text #carousel .text {
        padding: 0px 25px 90px 25px;
    }

    #content.homepage .content.text #carousel .text .items {
        width: 100%;
    }

    #content.homepage .content.text #carousel .text .items .title {
        margin: 10px 0 4px 0;
        font-size: 24px;
        line-height: 21px;
    }

    #content.homepage .content.text #carousel .text .items p {
        font-size: 12px;
        line-height: 18px;
    }

    #content.homepage .content.text #carousel .text a.bestelbutton {
        position: absolute;
        bottom: 25px;
        margin-top: 0;
        width: 85%;
        box-sizing: border-box;

        border-width: 2px!important;
        padding: 2px 8px!important;
    }




    #content.homepage .content.text #carousel .text a.bestelbutton:after {
        position: absolute;
        top: 6px;
        right: 8px;
        width: 19px;
        height: 19px;

    }

    #content.homepage.breed .content.text .left {
        width: 100% !important;
        height: auto !important;
    }

    #content.homepage.breed .content.text .left .nieuws,
    #content.homepage.breed .content.text .left .agenda {
        padding: 30px 25px 70px 25px;
        width: 100%;
    }

    #content.homepage.breed .content.text .left .agenda:before {
        position: absolute;
        left: auto;
        right: -10%;
        transform: rotate(90deg);
        transform-origin: 0 0;
    }

    #content.homepage.breed .content.text .left .nieuws a.bekijk,
    #content.homepage.breed .content.text .left .agenda a.bekijk {
        bottom: 25px;
    }

    #content ul.socials {
        width: 55%;
    }

    #content.homepage.breed .content.text .right {
        margin-top: 5px;
        margin-left: 0;
        width: 100%;
    }

    #content.homepage.breed .content.text .right .blok a {
        font-size: 14px;
    }

    #content .breadcrumbs {
        margin-bottom: 25px;
    }

    .content.text h1 {
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .content.text .subtitle.intro {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    #content .content.text .left {
        padding: 0 5%;
        width: 100%;
        text-align: left;
    }

    #content .content.text .right {
        margin-left: 0;
        width: 100%;
    }

    #content.form .content.text .left,
    #content.form .content.text .right {
        width: 100%;
    }

    #bevrijding {
        -webkit-transform: translateX(-50%) translateY(-105%) scale(0.35, 0.35);
        transform: translateX(-50%) translateY(-105%) scale(0.35, 0.35);
    }

    #bevrijding.active {
        -webkit-transform: translateX(-50%) translateY(-27%) scale(0.35, 0.35);
        transform: translateX(-50%) translateY(-27%) scale(0.35, 0.35);
    }

    #tripadvisor {
        -webkit-transform: translateX(-50%) translateY(-105%) scale(0.45, 0.45);
        transform: translateX(-50%) translateY(-105%) scale(0.45, 0.45);
    }

    #tripadvisor.active {
        -webkit-transform: translateX(-50%) translateY(-22%) scale(0.45, 0.45);
        transform: translateX(-50%) translateY(-22%) scale(0.45, 0.45);
    }

    #slideshow-2 {
        margin: 10px auto 50px auto;
    }

    #content.agenda .content.text .agenda .item .item-title {
        padding: 20px 0 15px 15px;
    }

    #content.agenda .content.text .agenda .item .item-title:after {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 26px;
        line-height: 32px;
    }

    #content.agenda .content.text .agenda .item .item-title.active:after {
        line-height: 27px;
    }

    #content.agenda .content.text .agenda .item .item-title h2 {
        float: left;
        width: calc(100% - 214px);
        padding: 6px 0 0 12px;
        font-size: 18px;
    }

    #content.agenda .content.text .agenda .item .item-content {
        padding: 0 25px;
    }

    #content.agenda .content.text .agenda .item.active .item-content {
        padding: 25px;
    }

    #content.agenda .content.text .agenda .item .item-content .content.small {
        float: left;
        width: 100%;
    }

    #content.agenda .content.text .agenda .item .item-content a.kiek.foto {
        margin-top: 20px;
        width: 100%;
    }

    #content.agenda .content.text .agenda .item .item-content .description {
        float: left;
        text-align: left;
    }

    #content #item-overzicht .item {
        width: 90%;
        margin: 0 5% 30px 5%;
    }

    #content #item-overzicht .item .image {
        height: 200px;
    }

    .nieuwsarchieflink {
        float: left;
        margin-left: 5%;
    }

    .nieuwsarchieflink a {
        margin: 0 0 30px 0;
    }

    #content.nieuws .page_content .inhoud {
        float: left;
        margin: 0 5%;
        width: 90%;
    }

    #content.nieuws .page_content .inhoud p {
        text-align: left;
    }

    #content.nieuws #slideshow-1, #content.nieuws #slideshow-2 {
        width: 100%;
    }

    #content.nieuws #slideshow-2 {
        margin: 10px auto 0px auto;
    }

    #content.nieuws .bottom-nav .vorig-volgend {
        margin-bottom: 30px;
        width: 100%;
        font-size: 13px;
    }

    #content.nieuws .bottom-nav .vorig-volgend .vorige,
    #content.nieuws .bottom-nav .vorig-volgend .volgende {
        padding: 10px 0 10px 15px;
        width: 49%;
    }

    #content.breed .content.text .left, #content.breed .content.text .right {
        width: 100%;
    }

    .content.text .left {
        min-height: 0;
    }

    .content.text .subtitle h2 {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .content.text .subtitle h2 em {
        line-height: 28px;
    }

    #content .content.text .right {
        margin-top: 40px;
    }

    .content.text .right .de_slag_bij a.bestelbutton {
        font-size: 16px;
    }

    #content.submenu .content.text .left .wrapper {
        margin-right: 0 !important;
        width: 100%;
    }

    #content .content #contact.custom.large {
        margin-left: -5%;
        padding: 8%;
        width: 110%;
    }

    #content .content #contact.custom.large p {
        width: 100% !important;
    }
	#content .content #contact.custom.large p.right {
		margin-left:0;
	}
	
    #content .content #contact.custom.large input,
    #content .content #contact.custom.large textarea {
        width: 100% !important;
    }

    #content .content #contact.custom.large .field.radio label {
        width: 25%;
    }

    #content .content #contact.custom.small {
        margin: 0 5% 40px 5%;
        width: 90%;
    }

    #content.contact .content.text .left .contact-left .adres {
        width: 100%;
    }

    #content.contact .content.text .left .contact-left .telmailres {
        width: 100%;
    }

    #content.contact .content.text .left .contact-left .social {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }

    #content.contact .content.text .left .contact-left .social ul {
        left: 96px;
    }

    #content.contact .content.text .left .contact-right .vervoer .other {
        margin: 20px 0 10px 0;
        width: 100%;
    }

    #content.contact .content.text .left .contact-right .vervoer .text {
        width: 100%;
    }

    #content.contact .content.text .right {
        margin-top: 0;
    }

    #content.contact .content.text .right .de_slag_bij {
        margin-bottom: 10px;
        width: 100%;
    }

    #content.contact .content.text .right .vragen {
        width: 100%;
    }

    #footer {
        background-position: center bottom;
        background-size: auto;
    }

    #footer .content .column {
        margin-bottom: 20px;
        width: 100% !important;
        min-height: 0;
    }

    #footer .content .column ul {
        width: 100%;
    }

    #footer .content .column a.reg-museum {
        right: 50px !important;
    }

    #footer .content .column a.reg-museum img {
        height: 100%;
    }

    #footer .content .column a.reg-museum,
    #footer .content .column a.lvc {
        position: absolute;
        top: 5px;
        right: 0;
        bottom: auto;
        width: 40px;
        height: 40px;
    }

}