.clear {
    clear: both;
}

/* TEMPLATE 1 */
.content.text {

}

.content.text h1 {
    font-family: "Source Sans Pro";
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding-bottom: 40px;
    margin-bottom: 40px;

    background-image: url('../images/backgrounds/h1-bottom.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.content.text h2 {
    font-family: "Source Sans Pro";
    font-size: 24px;
    text-transform: uppercase;
    /*padding-top: 1.5em;*/
    padding-bottom: 1.2em;
    color: #fff;
    line-height: normal;
    text-align: left;
}

.content.text h3 {
    font-family: "Source Sans Pro";
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
    line-height: normal;
    text-align: left;
}

#content.faq .content.text .left h3 {
    position: relative;
    font-size: 21px;
    color: #ac8e82;
    text-transform: none;
    padding-bottom: 4px;
}

#content.faq .content.text .left h3:before {
    content: " ";
    display: inline-block;
    margin: 0 8px 4px 2px;
    width: 5px;
    height: 5px;
    background: #ac8e82;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

.content.text h4 {
    margin-bottom: 20px;
    font-family: "Source Sans Pro";
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    font-weight: normal;
    text-align: left;
}

.content.text a {
    color: #9eaa8a;
    text-decoration: underline;
    transition: color 100ms;
}

.content.text a:hover {
    color: #889377;
}

.content.text .left {
    width: 45%;
    margin-right: 5%;
    float: left;
    min-height: 450px;
    box-sizing: border-box;
    text-align: justify;
    color: #fff;
    font-family: Arial;
    font-size: 1em;
    line-height: 1.6;
    padding-bottom: 60px;
}

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

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

#content.submenu .content.text .left .wrapper {
    float: left;
    width: 46%;
}

#content.submenu .content.text .left .wrapper:first-child,
#content.submenu .content.text .left #searchContainer + div.wrapper {
    margin-right: 8%;
}

#content.submenu .content.text .left .wrapper ul {
    width: 100%;
}

#content.submenu .content.text .left ul li {
    margin-left: 0 !important;
    text-align: left; /*white-space:nowrap;*/
    list-style: none !important;
}

#content.submenu .content.text .left ul.submenu:not(.tussenpagina) li:first-child {
    position: relative;
    margin-top: 7px;
    padding: 0 0 6px 55px;
    font-family: "Source Sans Pro";
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
    text-align: left;
}

#content.submenu .content.text .left ul.submenu:not(.tussenpagina) li:first-child strong {
    display: block;
    margin-bottom: 7px;
}

#content.submenu .content.text .left ul.submenu:not(.tussenpagina) li:first-child:before {
    position: absolute;
    left: 0;
    top: -7px;
    content: "";
    background-color: #af464a;
    width: 36px;
    height: 36px;
    border: 3px solid #433c32;
    border-radius: 50%;
    box-sizing: border-box;
}

#content.submenu .content.text .left ul.voor li:first-child:before {
    background-image: url(../images/icons/icon-visitors.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#content.submenu .content.text .left ul.tijdens li:first-child:before, #content.submenu .content.text .left ul.tank li:first-child:before {
    background-image: url(../images/icons/icon-tank.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#content.submenu .content.text .left ul.na li:first-child:before {
    background-image: url(../images/icons/icon-exit.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#content.submenu .content.text .left ul.maps li:first-child:before {
    background-image: url(../images/icons/icon-map.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#content.submenu .content.text .left ul.info li:first-child:before {
    background-image: url(../images/icons/icon-information.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#content.submenu .content.text .left .voor_het_bezoek ul.tijdens,
#content.submenu .content.text .left .voor_het_bezoek ul.na {
    display: none;
}

#content.submenu .content.text .left ul li {
    font-family: "Oswald", Arial, Verdana, sans-serif;
    border-bottom: 1px dashed #5d5951;
    width: 100%;
    box-sizing: border-box;
}

#content.submenu .content.text .left ul li a {
    position: relative;
    display: block;
    padding: 13px 0 6px 26px;
    color: #bec6b1;
    text-decoration: none;
    text-transform: uppercase;
}

#content.submenu .content.text .left ul li a:hover {
    color: #889377;
}

#content.submenu .content.text .left ul.submenu li a:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background-image: url(../images/icons/arrows-submenu.png);
    background-position: left top;
    background-size: 100% auto;
    margin-right: 9px;
    position: absolute;
    left: 1px;
    top: 20px;
}

#content.submenu .content.text .left ul li a:hover:before {
    background-position: left -10px;
}



::-webkit-input-placeholder {
    color: #948a7c;
}

/* WebKit, Blink, Edge */
:-moz-placeholder {
    color: #948a7c;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #948a7c;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #948a7c;
}

/* Internet Explorer 10-11 */
:placeholder-shown {
    color: #948a7c;
}

/* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */


/* downloads/links */
.content.text .left .links {
    margin-top: 20px;
}
.content.text .left .links a,  .content.text .left .links a {
    display: block; 
    padding-left: 30px;
    background-repeat: no-repeat; 
    background-position: 3px 4px; 
    background-size: 16px 16px;
    color: #fff;
    transition: none;
    text-decoration: none;
    font-weight: bold;
}
.content.text .left  .links a.link {
    background-image: url('../images/icons/link.png');
}
.content.text .left .links a.file {
    background-image: url('../images/icons/download.png');
}
.content.text .left  .links a:hover {
    color: #FBBA00;
}
/* /downloads/links */


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

#content.homepage .content.text #carousel {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    height: 500px;
    font-size: 48px;
    color: #fff;
    box-shadow: 0px 0px 4px #201b17;
    z-index: 1;
    float: left; clear: both;
    height: auto;
}

#content.homepage .content.text #carousel #slides {
   float: left; width: 100%;

}

div.supermenu-overlay.visible ~ #content.homepage #carousel {
    z-index: 0;
}

#content.homepage .content.text #carousel .nav {
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 500;
}

#content.homepage .content.text #carousel .nav a#prev, #content.homepage .content.text #carousel .nav a#next {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: background-color 0.25s;
    background-image: url(../images/icons/arrow.png);
    background-color: rgba(158, 170, 138, 0.3);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

#content.homepage .content.text #carousel .nav a#prev:hover, #content.homepage .content.text #carousel .nav a#next:hover {
    background-color: #5d713c;
}

#content.homepage .content.text #carousel .nav a#prev {
    -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);
}

#content.homepage .content.text #carousel .nav a#next {
    right: 0;
}
#content.homepage .content.text #carousel .slide {
    overflow: hidden;
}
#content.homepage .content.text #carousel .text {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 38px 30px 38px;
    z-index: 2;
    background-image: url(../images/backgrounds/slider-caption-bg.png);
    background-repeat: repeat;
}
#content.homepage .content.text #carousel .text.hasbutton {
    padding: 0 320px 30px 38px;
}

#content.homepage .content.text #carousel .text:before {
    position: absolute;
    content: "";
    top: -44px;
    left: 0;
    height: 44px;
    width: 100%;
    background-image: url(../images/backgrounds/slider-caption-bg-before.png);
    background-repeat: no-repeat;
}

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

#content.homepage .content.text #carousel .text .items {
    overflow: hidden;
}

#content.homepage .content.text #carousel .text  .title {
    margin: 20px 0 10px 0;
    font-family: "Source Sans Pro";
    font-size: 70px;
    font-weight: bold;
    line-height: 65px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;

}
/*
#content.homepage .content.text #carousel .text   .title,
#content.homepage .content.text #carousel .text  .ssubtitle {
    opacity: 0;
    transition: opacity 150ms 450ms;

}

#content.homepage .content.text #carousel .cycle-slide-active  .title,
#content.homepage .content.text #carousel .cycle-slide-active  .ssubtitle {
    opacity: 1;
}

*/
#content.homepage .content.text #carousel img {
    width: 100%;
    display: block;
}
#content.homepage .content.text #carousel .text  {

    opacity: 0;

    transition: opacity 450ms 450ms, max-height 450ms ease 450ms;
}
#content.homepage .content.text #carousel .cycle-slide-active .text {
    opacity: 1;
    max-height: 300px;
}


#content.homepage .content.text #carousel .text .bestelbutton {
    position: absolute;
    right: 38px;
    bottom: 30px;
}

#content.homepage .content.text #carousel .text  .ssubtitle {
    font-size: 15px;
    text-transform: uppercase;
}

#content.homepage.breed .content.text .left {
    margin-bottom: 20px;
    padding: 0;
    width: calc(100% / 3 * 2 - 2%);
    min-height: 600px;
    color: #fff;
    box-shadow: 0px 0px 4px #201b17;
    background-image: url(../images/backgrounds/block-recent-bg.jpg);
}

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

#content.homepage.breed .content.text .left .nieuws {
    float: left;
    padding: 40px;
    width: 48%;
    height: 100%;
    background-color: rgba(46, 46, 46, 0.3);
}

#content.homepage.breed .content.text .left .agenda {
    position: relative;
    float: left;
    padding: 40px 40px 40px calc(40px + 2%);
    width: 52%;
    height: 100%;
}

#content.homepage.breed .content.text .left .agenda:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0.3;
    background-image: url(../images/backgrounds/block-recent-pattern.png);
    background-repeat: repeat-y;
}

#content.homepage.breed .content.text .left .nieuws, #content.homepage.breed .content.text .left .agenda {
    position: relative;
}

#content.homepage.breed .content.text .left .nieuws ul, #content.homepage.breed .content.text .left .agenda ul {
    margin: 0;
    padding: 0;
}

#content.homepage.breed .content.text .left .nieuws ul li, #content.homepage.breed .content.text .left .agenda ul li {
    margin: 0;
    padding: 12px 0;
    list-style: none;
    border-bottom: 1px dashed #8a8075;
}

#content.homepage.breed .content.text .left .nieuws ul li:nth-child(n+3) a .image, #content.homepage.breed .content.text .left .agenda ul li:nth-child(n+3) a .image {
    display: none;
}

#content.homepage.breed .content.text .left .nieuws ul li a .image, #content.homepage.breed .content.text .left .agenda ul li a .image {
    margin-bottom: 20px;
    max-width: 285px;
    height: 190px;
    overflow: hidden;
    box-shadow: 2px 2px 4px #201b17;
}

#content.homepage.breed .content.text .left .nieuws ul li a .image,
#content.homepage.breed .content.text .left .agenda ul li a .image,
#content.nieuws #item-overzicht .item a .image,
#content.agenda #item-overzicht .item a .image {
    background-image: url(../images/img-default.jpg);
    background-position: center;
    background-size: cover;
}

#content.homepage.breed .content.text .left .nieuws ul li a .image img, #content.homepage.breed .content.text .left .agenda ul li a .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content.homepage.breed .content.text .left .nieuws ul li:nth-child(n+3) ul.socials, #content.homepage.breed .content.text .left .agenda ul li:nth-child(n+3) ul.socials {
    display: none;
}

#content.homepage.breed .content.text .left .nieuws ul li ul.socials, #content.homepage.breed .content.text .left .agenda ul li ul.socials {
    float: left;
    display: block;
    margin: 7px 0 15px 0;
    border-color: #50504c;
}

#content.homepage.breed .content.text .left .nieuws ul li ul.socials a li, #content.homepage.breed .content.text .left .agenda ul li ul.socials a li {
    border-color: #50504c;
    border-bottom: none;
}

#content.homepage.breed .content.text .left .nieuws ul li:nth-child(n+3) a.leesmeer, #content.homepage.breed .content.text .left .agenda ul li:nth-child(n+3) a.leesmeer {
    display: none;
}

#content.homepage.breed .content.text .left .nieuws ul li a.leesmeer,
#content.homepage.breed .content.text .left .agenda ul li a.leesmeer {
    float: right;
    /*margin-top:7px;*/
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.1s;
}

#content.homepage.breed .content.text .left .nieuws ul li a.leesmeer:after, #content.homepage.breed .content.text .left .agenda ul li a.leesmeer:after {
    margin-bottom: 1px;
    width: 15px !important;
    height: 11px !important;
    background-image: url(../images/icons/arrows-lees_meer.png) !important;
    background-repeat: no-repeat;
}

#content.homepage.breed .content.text .left .nieuws ul li a.leesmeer:hover, #content.homepage.breed .content.text .left .agenda ul li a.leesmeer:hover {
    color: #fff1d0;
}

#content.homepage.breed .content.text .left .nieuws ul li a.leesmeer:hover:after, #content.homepage.breed .content.text .left .agenda ul li a.leesmeer:hover:after {
    background-position: 0 -11px;
}

#content.homepage.breed .content.text .left .nieuws ul li.head, #content.homepage.breed .content.text .left .agenda ul li.head {
    padding: 0;
    border-bottom: 0;
}

#content.homepage.breed .content.text .left .nieuws ul li.head h3 a, #content.homepage.breed .content.text .left .agenda ul li.head h3 a {
    font-family: "Source Sans Pro";
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

#content.homepage.breed .content.text .left .nieuws ul li .date, #content.homepage.breed .content.text .left .agenda ul li .date {
    font-size: 12px;
    color: #ac8e82;
    text-decoration: none;

}

#content.homepage.breed .content.text .left .nieuws ul li h3, #content.homepage.breed .content.text .left .agenda ul li h3 {
    padding-bottom: 0;
    height: 36px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    transition: color 0.25s;
}

#content.homepage.breed .content.text .left .nieuws ul li h3 a, #content.homepage.breed .content.text .left .agenda ul li h3 a {
    color: #fff;
    text-decoration: none;
}

#content.homepage.breed .content.text .left .nieuws ul li h3 a:hover, #content.homepage.breed .content.text .left .agenda ul li h3 a:hover {
    color: #fff1d0;
}

#content.homepage.breed .content.text .left .nieuws a.bekijk, #content.homepage.breed .content.text .left .agenda a.bekijk {
    position: absolute;
    bottom: 125px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#content.homepage.breed .content.text .left .nieuws ul li a.leesmeer:after,
#content.homepage.breed .content.text .left .agenda ul li a.leesmeer:after,
#content.homepage.breed .content.text .left .nieuws a.bekijk:after,
#content.homepage.breed .content.text .left .agenda a.bekijk:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    /*margin-top: 7px;*/
    background-image: url(../images/icons/arrows-bekijk.png);
}

#content.homepage.breed .content.text .left .nieuws a.bekijk:hover:after, #content.homepage.breed .content.text .left .agenda a.bekijk:hover:after {
    background-position: 0 -12px;
}

#content.homepage.breed .content.text .right {
    margin-left: 2%;
}

#content.homepage.breed .content.text .right .blok {
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    font-family: Arial;
    color: #fff1d0;
    box-shadow: 0px 0px 4px #201b17;
    background-color: #3f3f3d;
}

#content.homepage.breed .content.text .right .blok img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 0;
}

#content.homepage.breed .content.text .right .blok p {
    position: relative;
    line-height: 22px;
    z-index: 1;
}

#content.homepage.breed .content.text .right .blok a {
    position: relative;
    display: block;
    margin-top: 13px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #d8d2ac;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
}

#content.homepage.breed .content.text .right .blok a:hover {
    color: #fff1d0;
}

#content.homepage.breed .content.text .right .blok a:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-left: 11px;
    margin-bottom: 1px;
    background-image: url(../images/icons/arrows-blokken-home.png);
}

#content.homepage.breed .content.text .right .blok a:hover:after {
    background-position: -15px 0;
}

#content.homepage.breed .content.text .right .blok a.reg-museum {
    position: absolute;
    bottom: 10px;
    right: 30px;
    margin: 0;
    width: 64px;
    height: 64px;
    background-image: url(../images/banners/reg-museum.png);
    background-position: right 0;
    background-repeat: no-repeat;
}

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

#content.homepage.breed .content.text .right .blok.blok-hasvideo {
    padding: 0;
}
#content.homepage.breed .content.text .right .blok.blok-hasvideo iframe {
    display: block;
    width: 100%;
    height: 221px;
}

.content.text h2 em {
    font-family: "Oswald", Arial, Verdana, sans-serif;
    color: #dbd4c6;
    font-style: normal;
    font-weight: 100;
    line-height: 40px;
}

.content.text .subtitle {
    margin: 0 auto 20px auto;
    width: 90%;
    font-size: 24px;
    text-align: center;

}

.content.text .subtitle.intro {
    color: #dbd4c6;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 2em;

}

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

.content.text .left p {
    margin-bottom: 28px;
}

.content.text .left ul {
    margin-bottom: 25px;
}

.content.text .left ul li {
    list-style-type: disc;
    margin-left: 40px;
}

.content.text .left img {
    max-width: 100%;
}

.content.text .left .links {
    margin-bottom: 20px;
}

.content.text .left .media {
    width: 100%;
}

.content.text .left .media img {
    width: 100%;
}

#content.plakband .content.text .media:before, #content.nieuws .media:before {
    content: " ";
    width: 79px;
    height: 37px;
    display: block;
    margin: 0 auto;
    background-image: url(../images/plakband.png);
    z-index: 101;
    margin-top: -15px;
    margin-bottom: -16px;
    position: relative;
}

#content.plakband .content.text .left .media:before {
    z-index: 1;
}

.content.text .left a.bestelbutton {
    float: left;
}

/* Contact */
#content.contact .content.text .left {
    width: 100%;
    min-height: auto;

    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #797365;

}

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

#content.contact .content.text .left .contact-left .telmailres {
    color: #ac8e82;
}

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

#content.contact .content.text .left .contact-left .telmailres table tr td:first-child {
    width: 150px;
}

#content.contact .content.text .left .contact-left .telmailres table tr td.tel {
    color: #fff;
}

#content.contact .content.text .left .contact-left .social {
    color: #ac8e82;
    clear: both;
    position: relative;
    font-size: 15px;
}

#content.contact .content.text .left .contact-left .social ul {
    position: absolute;
    top: 0;
    left: 150px;
    width: auto;
}

#content.contact .content.text .left .contact-left .social ul li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 12px;
    border-radius: 25px;
    float: left;
    transition: background-color 0.25s;
    background-image: url(../images/icons/icons-social-footer.png);
    background-color: #443c31;
    background-repeat: no-repeat;
}
#content.contact .content.text .left .contact-left .social ul li.facebook { padding-left:0!important; }

#content.contact .content.text .left .contact-left .social ul li:hover {
    background-color: #5d713c;
}

#content.contact .content.text .left .contact-left .social ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

#content.contact .content.text .left .contact-left .social ul li.facebook {
    background-position: 11px 7px;
}

#content.contact .content.text .left .contact-left .social ul li.googleplus {
    background-position: -15px 7px;
}

#content.contact .content.text .left .contact-left .social ul li.twitter {
    background-position: -42px 7px;
}

#content.contact .content.text .left .contact-left .social ul li.youtube {
    background-position: -66px 7px;
}

#content.contact .content.text .left .contact-left .social ul li.zoover {
    background-position: -91px 7px;
}

#content.contact .content.text .left .contact-right {
    float: right;
    width: 50%;
    max-width: 530px;
}

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

#content.contact .content.text .left .contact-right .vervoer .other {
    float: left;
    padding-right: 3%;
    width: 40%;
    box-sizing: border-box;
}

#content.contact .content.text .left .contact-right .vervoer .other a img {
    padding-top: 6px;
}

#content.contact .content.text .left .contact-right .vervoer .other a.button {
    position: relative;
    float: right;
    margin-top: 6px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.25s;
    background-color: #545343;
}

#content.contact .content.text .left .contact-right .vervoer .other a.button:after {
    position: absolute;
    display: inline-block;
    content: "";
    top: 16px;
    right: 16px;
    width: 14px;
    height: 12px;
    transition: background-color 0.25s;
    background-image: url(../images/icons/arrows-vorige-volgende.png);
    background-position: 0 -12px;
}

#content.contact .content.text .left .contact-right .vervoer .other a.button:hover {
    background-color: #5d713c;
}

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

#content.contact .content.text .left .contact-right .vervoer .text h5 {
    color: #ac8e82;
    font-weight: normal;
}

#content.contact .content.text .left .contact-right .vervoer .text p {
    margin-bottom: 0;
    line-height: 21px;
}

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

#content.contact .content.text .right .de_slag_bij {
    width: 530px;
}

#content.contact .content.text .right .vragen {
    float: right;
    margin-bottom: 2em;
    padding: 25px 25px 35px 25px;
    width: 530px;
    height: 200px;
    color: #fff1d0;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px #201b17;
    background-color: #3d3d3c;
}

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

#content.contact .content.text .right .vragen p {
    margin-bottom: 15px;
    text-transform: uppercase;
}

#content.contact .content.text .right .vragen span {
    display: block;
    float: left;
    width: 190px;
    font-family: Arial;
    color: #84877d;
}

#content.contact .content.text .right .vragen a {
    float: right;
    margin-top: 5px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.25s;
    background-color: #595d52;
}

#content.contact .content.text .right .vragen a:hover {
    background-color: #5d713c;
}

#content.contact .content.text .right .vragen a:after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/icons/arrows-vorige-volgende.png);
    background-position: 0 -12px;
}

#content .content.text .right .confirm {
    color: #fff;
    font-family: Arial;
}

/* De Bevrijding van Nederland pop-up */
#content.de_bevrijding_van .content.text .left p img {
    cursor: pointer;
}

#bevrijding {
    position: fixed;
    margin: 0;
    padding: 15px;
    top: 30px;
    left: 50%;
    border-radius: 5px;
    opacity: 0;
    -ms-transform: translateX(-50%) translateY(-105%);
    -webkit-transform: translateX(-50%) translateY(-105%);
    transform: translateX(-50%) translateY(-105%);
    transition: all 0.4s;
    z-index: 11;
    background-color: #fff;
}

#bevrijding.active {
    opacity: 1;
    -ms-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

#bevrijding iframe {
    width: 800px;
    height: 740px;
}

#bevrijding .close {
    position: absolute;
    display: block;
    top: 10px;
    right: 15px;
    font-family: Arial;
    font-size: 32px;
    color: #999;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#bevrijding .close:hover {
    color: #ccc;
}

#bevrijding-hitbox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#bevrijding-hitbox.active {
    display: block;
}

/* Tentoonstellingen */
#content.tentoonstellingen .content.text .left {
    width: 100%;
}

#content.tentoonstellingen .content.text .left h2 {
    margin: 0 auto;
    padding-bottom: 55px;
    width: 90%;
    text-align: center;
}

#content #item-overzicht {
    position: relative;
    float: left;
    width: 102%;
    left: -1%;
}

#content #item-overzicht .item {
    float: left;
    width: 23%;
    margin: 0 1% 50px 1%;
    padding-bottom: 19px;
    border-bottom: 1px dashed #797365;
}

#content #item-overzicht .item {

}

#content #item-overzicht .item .image {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    box-shadow: 2px 2px 4px #201b17;
    background-color: #333;
}

#content #item-overzicht .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content #item-overzicht .item .image .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 12px 20px;
    font-family: Arial;
    color: #fff1d0;
    text-align: center;
    line-height: 19px;
    opacity: 0;
    transition: opacity 0.4s;
    background-color: rgba(0, 0, 0, 0.8);
}

#content #item-overzicht .item .image .text .overflow {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content #item-overzicht .item .image .text .overflow a {
    color: #fff1d0;
}

#content #item-overzicht .item .image .text strong {
    font-weight: normal;
}

#content #item-overzicht .item:hover .image .text {
    opacity: 1;
}

#content #item-overzicht .item .date {
    font-family: Arial;
    font-size: 12px;
    color: #ac8e82;

}

#content #item-overzicht .item h3 {
    height: 44px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
}

#content #item-overzicht .item h3 a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#content #item-overzicht .item:hover h3 a {
    color: #fff1d0;
}

#content ul.socials {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 10px;
    border: 1px solid #3e372e;
}

#content ul.socials li {
    width: 55px;
    text-align: right;
    margin-left: 0;
    padding: 0 9px 0 20px !important;
    float: left;
    list-style: none;
    height: 22px;
    color: #9eaa8a;
    line-height: 22px;
    position: relative;
    box-sizing: border-box;
    border-right: 1px solid #3e372e;
}

#content ul.socials li:before {
    position: absolute;
    content: "";
    left: 8px;
    top: 4px;
    height: 14px;
    width: 15px;
    background-image: url(../images/icons/icons-social.png);
}

#content ul.socials li.facebook:before {
    width: 7px;
    background-position: 0 0;
}

#content ul.socials li.facebook:hover:before {
    background-position: 0 -28px !important;
}

#content ul.socials li.google:before {
    left: 5px;
    background-position: -7px 0;
}

#content ul.socials li.google:hover:before {
    background-position: -7px -28px !important;
}

#content ul.socials li.twitter:before {
    top: 5px;
    left: 6px;
    background-position: -22px 0;
}

#content ul.socials li.twitter:hover:before {
    background-position: -22px -28px !important;
}

#content ul.socials a:last-child li {
    border-right: none;
}

#content #item-overzicht .item a.leesmeer {
    float: right;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    color: #9eaa8a;
    text-transform: uppercase;
    text-decoration: none;
    transition: none;
}

#content #item-overzicht .item a.leesmeer:after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 15px;
    height: 11px;
    background-image: url(../images/icons/arrows-lees_meer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#content #item-overzicht .item a.leesmeer:hover {
    color: #fff1d0;
}

#content #item-overzicht .item a.leesmeer:hover:after {
    background-position: 0 -11px;
}

#content.tentoonstellingen .content.text .right {
    display: none;
}

#content .content.text .left a.button {
    display: block;
    float: right;
    margin-top: 25px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#content .content.text .left a.button.militracks {
    margin-top: 0;
}

#content .content.text .left a.button:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-left: 11px;
    background-image: url(../images/icons/arrows-verder.png);
    background-position: 0 0;
}

#content .content.text .left a.button:hover:after {
    background-position: 0 -12px;
}

/* Agenda */
#content.agenda .content.text h2 {
    text-align: center;
}

#content.agenda .content.text .agenda {
    float: left;
    margin: 12px 0 35px 0;
    width: 100%;
}

#content.agenda .content.text .agenda .item {
    float: left;
    margin-bottom: 3px;
    width: 100%;
    background-image: url(../images/backgrounds/event.jpg);
    background-position: 0 0;
}

#content.agenda .content.text .agenda .item .item-title {
    position: relative;
    float: left;
    padding: 20px 50px 15px 50px;
    width: 100%;
    cursor: pointer;
    background-image: url(../images/backgrounds/event-closed.jpg);
    background-position: 0 0;
    background-size: cover;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;

}

#content.agenda .content.text .agenda .item .item-title:hover {
    background-image: url(../images/backgrounds/event-shadow.png);
    background-position: 0 0;
    background-size: auto 100%;
    background-repeat: repeat-x;
}

#content.agenda .content.text .agenda .item .item-title:hover .spec.date,
#content.agenda .content.text .agenda .item.active .item-title .spec.date,
#content.agenda .content.text .agenda .item .item-title:hover h2,
#content.agenda .content.text .agenda .item.active .item-title h2 {
    color: #fff;
}

#content.agenda .content.text .agenda .item.active .item-title {
    border-bottom: 1px dashed #919d7d;
    background-image: none;
}

#content.agenda .content.text .agenda .item .item-title .date-container {
    width: 150px;
    float: left;
}

#content.agenda .content.text .agenda .item .item-title .spec.date {
    float: left;
    width: 50px;
    height: 70px;
    color: #ccc;
    text-align: center;
    text-transform: uppercase;
}

#content.agenda .content.text .agenda .item .item-title .date_tm {
    float: left;
    padding: 1px 5px;
    font-size: .8em;
    width: 22px;
    text-align: center;

    margin: 21px 6px 0 6px;
    background: rgba(0, 0, 0, 0.25);
    color: #ccc;
}

#content.agenda .content.text .agenda .item .item-title .spec.date .day {
    font-size: 48px;
    line-height: 48px;
}

#content.agenda .content.text .agenda .item .item-title .spec.date .month {
    font-size: 18px;
    line-height: 24px;
}

#content.agenda .content.text .agenda .item .item-title h2 {
    float: left;
    padding: 10px 0 0 30px;
    width: 75%;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 28px;
    color: #ccc;
    font-weight: 100;
    text-align: left;
}

#content.agenda .content.text .agenda .item .item-title:after {
    position: absolute;
    top: 28px;
    right: 50px;
    content: "+";
    font-family: Arial;
    font-size: 50px;
    color: #ccc;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.25);
}

#content.agenda .content.text .agenda .item .item-title:hover:after {
    color: #fff;
}

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

#content.agenda .content.text .agenda .item .item-content {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 0 50px;

    font-family: Arial;
    color: #fff;
    overflow: hidden;

    box-sizing: border-box;

    max-height: 0;
    transition: all 300ms ease;
}

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

    max-height: 1200px;
}

#content.agenda .content.text .agenda .item .item-content .content {
    position: relative;
    margin-top: 20px;
}

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

#content.agenda .content.text .agenda .item .item-content a.kiek.foto {
    position: relative;
    float: right;
    margin-top: -94px;
    width: 350px;
}

#content.agenda .content.text .agenda .item .item-content a.kiek.foto:before {
    content: "";
    display: block;
    width: 64px;
    height: 40px;
    margin: 0 auto -18px auto;
    z-index: 1;
    position: relative;
    background-image: url(../images/plakband-agenda.png);
    background-position: center;
    background-repeat: no-repeat;
}

#content.agenda .content.text .agenda .item .item-content a.kiek.foto img {
    width: 100%;
}

#kiek-container #kiek-left:hover, #kiek-container #kiek-right:hover {
    color: #fff;
}

#kiek-container #kiek-overlay.kiek-close {
    background-image: url(../images/bg.jpg);
    background-position: 50% 0;
    background-attachment: fixed;
}

#kiek-container #kiek-image #kiek-title {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

#kiek-container #kiek-image #kiek-close {
    color: #fff;
    text-transform: uppercase;
}

#kiek-container #kiek-image #kiek-close span {
    padding: 10px 18px 10px 20px;
    white-space: nowrap;
    transition: background-color 0.25s;
    background-color: #525142;
}

#kiek-container #kiek-image #kiek-close span:after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 13px;
    height: 13px;
    background-image: url(../images/icons/icon-close.png);
    background-size: 100%;
}

#kiek-container #kiek-image #kiek-close:hover span {
    color: #fff;
    background-color: #5d713c;
}

/*#content.agenda .content.text .agenda .item .item-content ul.socials {
    position:absolute;
    top:-92px;
    right:0;
    border:none;
}
#content.agenda .content.text .agenda .item .item-content ul.socials li {
    margin-right:1px;
    color:#3e372e;
    border-right:0;
    background-color:rgba(255,255,255,0.15);
}
#content.agenda .content.text .agenda .item .item-content ul.socials li.facebook:before {
    background-position:0 -14px;
}
#content.agenda .content.text .agenda .item .item-content ul.socials li.google:before {
    background-position:-7px -14px;
}
#content.agenda .content.text .agenda .item .item-content ul.socials li.twitter:before {
    background-position:-22px -14px;
}
*/
#content.agenda .content.text .agenda .item .item-content div.socials {
    position: absolute;
    top: -92px;
    right: 0;
}

#content.agenda .content.text .agenda .item .item-content .spec span {
    display: inline-block;
    width: 80px;
    color: #fff1d0;
}

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

#content.agenda .content.text .agenda .item .item-content .description p {
    margin-bottom: 20px;
}

#content.agenda .content.text .agenda .item .item-content .description ul {
    margin: 0 0 20px 20px;
    list-style: disc;
    list-style-position: inside;
}

/* Bestel uw tickets online */
#content.tickets .content.text .left {
    margin-right: 0;
    width: 100%;
}

#content.tickets .content.text .left iframe {
    margin: 0 calc(100% / 2 - 300px);
    width: 600px;
    height: 925px;
}

#content.tickets .content.text .right {
    display: none;
}

/* Nieuws */
#content.nieuws {
    padding-bottom: 60px;
}

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

#content.nieuws #left #submenu {
    display: none;
}

#content.nieuws .content.text .title strong {
    display: block;
    margin-bottom: 20px;
    font-family: Arial;
    color: #ac8e82;
    font-weight: normal;
    text-align: center;
    text-transform: lowercase;
}

#content.nieuws .content.text .right {
    display: none;
}

#content.nieuws .page_content {
    float: left;
    margin-bottom: 30px;
    padding-bottom: 40px;
    font-family: Arial;
    color: #fff;
    border-bottom: 1px dashed #797365;
    width: 100%;
}

#content.nieuws .page_content a {
    color: #9eaa8a;
    text-decoration: underline;
    transition: color 0.25s;
}

#content.nieuws .page_content a:hover,
.nieuwsarchieflink a:hover {
    color: #889377;
}

#content.nieuws .page_content .inhoud {
    float: left;
    margin-right: 10%;
    width: 45%;
}

#content.nieuws .page_content .inhoud p {
    margin-bottom: 20px;
    text-align: justify;
}

#content.nieuws .page_content .inhoud p.backlink {
    float: left;
}

#content.nieuws .page_content .inhoud div.socials {
    float: right;
    margin-top: 25px;
}

#content.nieuws .page_content .inhoud p.backlink a,
.nieuwsarchieflink a,
.archieflink p a {
    display: block;
    margin-top: 25px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    text-decoration: none!important;
    text-transform: uppercase;

    color: #9eaa8a;
    transition: color 0.25s ease 0s;
}

#content.nieuws .page_content .inhoud p.backlink a:before,
.nieuwsarchieflink a:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin-right: 11px;
    background-image: url(../images/icons/arrows-terug.png);
    background-position: 0 0;
}

#content.nieuws .page_content .inhoud p.backlink a:hover:before
.nieuwsarchieflink a:hover:before {
    background-position: 0 -12px;
}

#content.nieuws .page_content .media {
    float: left;
    width: 45%;
}

#content.nieuws .page_content .media img {
    display: block;
    width: 100%;
}

#content.nieuws .page_content .media a.kiek.foto {
    position: relative;
    float: left;
}

#content.nieuws .bottom-nav {
    float: left;
    width: 100%;
}

#content.nieuws .bottom-nav .vorig-volgend {
    float: left;
    width: 45%;
    font-size: 16px;
    text-transform: uppercase;
}

#content.nieuws .bottom-nav .vorig-volgend a {
    color: #fff;
}

#content.nieuws .bottom-nav .vorig-volgend .vorige {
    float: left;
}

#content.nieuws .bottom-nav .vorig-volgend .vorige:before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/icons/arrows-vorige-volgende.png);
    background-position: 0 0;
}

#content.nieuws .bottom-nav .vorig-volgend .volgende {
    float: right;
}

#content.nieuws .bottom-nav .vorig-volgend .volgende:after {
    display: inline-block;
    content: "";
    margin-left: 10px;
    width: 14px;
    height: 12px;
    background-image: url(../images/icons/arrows-vorige-volgende.png);
    background-position: 0 -12px;
}

#content.nieuws .bottom-nav .vorig-volgend .vorige, #content.nieuws .bottom-nav .vorig-volgend .volgende {
    padding: 10px 20px;
    transition: background-color 0.25s;
    background-color: #525142;
}

#content.nieuws .bottom-nav .vorig-volgend .vorige:hover, #content.nieuws .bottom-nav .vorig-volgend .volgende:hover {
    background-color: #5d713c;
}

#content.nieuws .bottom-nav a.bestelbutton {
    float: right;
}

#content .content #contact.custom.large {
    padding: 30px;
    color: #fff1d0;
    box-shadow: 0px 0px 4px #201b17;
    background-color: #3f3f3d;
}

#content .content #contact.custom.large h2 {
    padding-bottom: 20px;
    color: #fff1d0;
}

#content .content #contact.custom.large .fields {
    margin-bottom: 40px;
    width: 100%;
}

#content .content #contact.custom.large .field {

    width: 100%;
    /*margin-bottom: 10px;height: 40px;*/
}

#content .content #contact.custom.large .field input {
    width: 65%;
    box-sizing: border-box;
	/*-webkit-appearance:none;*/
	-webkit-border-radius:0; 
    border-radius:0;
}
#content .content #contact.custom.large .field select {
	/*-webkit-appearance:none;*/
	-webkit-border-radius:0; 
    border-radius:0;
}
#content .content #contact.custom.large .field.soort_bezoek .input {
    float: left;
}
#content .content #contact.custom.large .field.soort_bezoek label {
    color: white;
    width: auto!important;
    padding-bottom: 5px;
    display: block;
    clear: both;
}
#content .content #contact.custom.large .field input[name="huisnummer"] {
    width: 15%;
}

#content .content #contact.custom.large .field input[name="postcode"], #content .content #contact.custom.large .field input[name="voorletters"] {
    width: 25%;
}

#content .content #contact.custom.large .field input[name="telefoon"] {
    width: 35%;
}

#content .content #contact.custom.large .field input[name="datum"],
#content .content #contact.custom.large .field input[name="kaartnummer"] {
    width: 25%;
}
    .ui-datepicker td span, .ui-datepicker td a {
        text-align: center!important;
    }
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        cursor: pointer;
    }
    .ui-datepicker-next.ui-state-hover,
    .ui-datepicker-prev.ui-state-hover {

        background-color: transparent!important;
        border: 1px solid transparent!important;
    }

#content .content #contact.custom.large .field input[name="aankomsttijd"], #content .content #contact.custom.large .field input[name="personen"], #content .content #contact.custom.large .field input[name="begeleiders"] {
    width: 15%;
}

#content .content #contact.custom.large .field input.submit {
    left: 0;
    margin-top: 0;
}

#content .content #contact.custom.large p {
    float: left;
    margin-top: 2px;
    margin-bottom: 0;
    width: 35%;
    font-size: 13px;
    text-align: left;
    line-height: 34px;
}
#content .content #contact.custom.large p.multi {
    line-height: 1.4;
}
#content .content #contact #rondleidingSelect {
    padding: 0;
    margin: 3px 0;
    display: none; opacity: 0;
}
#content .content #contact.custom.large p.right {
    width: 65%;
    margin: 15px 0 15px 35%;
    line-height: 1.4;
}
#content .content #contact.custom.large input,
#content .content #contact.custom.large select,
#content .content #contact.custom.large textarea {
    float: left;
    /*padding: 13px 10px;*/

    padding: 0 10px;
    line-height: 40px;
    width: 65%;
    color: #fff;
    border: none;
    box-sizing: border-box;
    background-color: #656562;
}

#content .content #contact.custom.large textarea {
    margin-bottom: 4px;
    min-height: 125px;
}

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

#content .content #contact.custom.large .field.radio input[type="radio"] {
    width: 14px !important;
}

#content .content #contact.custom.large .field input[type="submit"] {

}

#content .content #contact.custom.small p {
    float: left;
    padding-top: 12px;
    width: 20%;
    font-family: Arial;
    font-size: 13px;
    color: #ac8e82;
}

#content .content #contact.custom.small .field input {
    float: left;
    width: 80%;
}

#content .content #contact.custom.small .field.radio input[type="radio"] {
    width: 14px !important;
}

#content .content #contact.custom.small .field input[type="submit"] {
    left: 0;
    width: auto;
}

.content.text .left table.fancy { /* Pagina's Toegangsprijzen en Openingstijden */
    width: 100%;
    margin-bottom: 40px;
}

.content.text .left table.fancy tbody tr {
    font-size: 13px;
}

.content.text .left table.fancy tbody tr:first-child {
    border-bottom: 1px dashed #69655f;
    background-image: url(../images/table-head.jpg);
}

.content.text .left table.fancy tbody tr:last-child {
    border-bottom: 1px dashed #5b564f;
}

.content.text .left table.fancy tbody tr:nth-child(even) {
    color: #e9e1cb;
    background-color: rgba(255, 255, 255, 0.08);
}

.content.text .left table.fancy tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.045);
}

.content.text .left table.fancy tbody tr td {
    padding: 6px 10px;
}

.content.text .left table.fancy tbody tr td:first-child {
    width: 75%;
}

.content.text .left table.fancy tbody tr td:first-child {
    width: 75%;
}

.content.text .right {
    width: 45%;
    margin-left: 5%;
    float: left;
    /*min-height: 600px;*/
    box-sizing: border-box;
}

.content.text .right .media a {
    position: relative;
}

.content.text .right .media img {
    width: 100%;
}

/* fotos on page */

.content.text .media a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
}

.content.text .media a.kiek.video {
    margin: 10px 0;
}

.content.text .media a img {
    width: 100%;
    display: block;
}

.media a.foto:hover:before, .fotoalbum a.foto:hover:before, .agenda a.foto:hover:after {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #333;
    background-color: #525142;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    background-image: url('../images/icons/zoom.png');
    background-size: 32px 32px;
    background-position: 50% 50%;
}

.content.text .media a.video:before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    background-image: url('../images/icons/play.png');
    background-size: 32px 32px;
    background-position: 50% 50%;
}

.content.text .media a.video:hover:before {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.6);
}

/* fotos > caption */
.caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    font-family: "Source Sans Pro";
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 10px 16px;
    width: 100%;
    background: #000;
    background: rgba(255, 255, 255, 0);
    font-size: 18px;
    color: #fff;
    transition: bottom 500ms;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

}

a:hover .caption {
    bottom: -100%;
}

/* BLOKKEN RECHTS - SLIDESHOW */
.content.text .right #slideshow {
    /*margin:20px 0 40px 0;
    outline:1px dashed #FF0004;*/
}

.content.text .right #slideshow-controls {
    outline: 1px dashed #FF0004;
}

.content.text .right #slideshow img {
    width: 100%;
}

.content.text .right #slideshow .nav {

}

.content.text .right #slideshow .nav a#prev, .content.text .right #slideshow .nav a#next {
    position: absolute;
    width: 50px;
    height: 50px;
    transition: background-color 0.25s;
    background-image: url(../images/icons/arrow.png);
    background-color: rgba(158, 170, 138, 0.3);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

.content.text .right #slideshow .nav a#prev:hover, .content.text .right #slideshow .nav a#next:hover {
    background-color: #5d713c;
}

.content.text .right #slideshow .nav a#prev {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content.text .right #slideshow .nav a#next {
    right: 0;
}

/* CYCLE SLIDE FOTO'S */
#slideshow-1 {
    position: relative;
    float: left;
}

#slideshow-1 .media {
    float: left;
}

#slideshow-1 p a.cycle-prev, #slideshow-1 p a.cycle-next {
    position: absolute;
    bottom: -110px;
    width: 50px;
    height: 50px;
    transition: background-color 0.25s;
    z-index: 1000;
    background-image: url(../images/icons/arrow.png);
    background-color: rgba(158, 170, 138, 0.3);
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
}

#slideshow-1 p a.cycle-prev:hover, #slideshow-1 p a.cycle-next:hover {
    background-color: #5d713c;
}

#slideshow-1 p a.cycle-prev {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#slideshow-1 p a.cycle-next {
    right: 0;
}

#slideshow-1 .cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
}

#slideshow-1, #slideshow-2 {
    z-index: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

#content.nieuws #slideshow-1, #content.nieuws #slideshow-2 {
    width: 45%;
    max-width: none;
}

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

#slideshow-2 {
    float: right;
    margin: 20px auto 40px auto;
    padding: 0 60px;
}

#cycle-1, #cycle-2 {
    float: left;
    width: 100%;
}

#cycle-2 .cycle-slide {
    position: relative;
    opacity: 0.5 !important;
}

#cycle-2 .cycle-slide-active {
    opacity: 1 !important;
}

.cycle-slideshow img {
    height: auto;
    display: block;
    width: 100%;
}

#slideshow-2 .cycle-slideshow {
}

#slideshow-2 .cycle-slideshow img {
    margin: 0 1% 0 0;
    height: 130px;
    object-fit: cover;
    cursor: pointer;
}

#slideshow-2 .cycle-carousel-wrap {
    float: right;
}

/* BLOKKEN RECHTS - DE SLAG BIJ OVERLOON */
.content.text .right .de_slag_bij {
    float: left;
    margin-bottom: 2em;
    padding: 25px 25px 35px 25px;
    width: 100%;
    /*min-height: 200px;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 4px #201b17;
    background-image: url(../images/backgrounds/block-green-smudge.png);
    background-color: #5d713c;

}

.content.text .right .de_slag_bij h3 {
    font-size: 30px;
    color: #e9e1cb;
    line-height: 34px;
    font-weight: 900;
    text-shadow: 1px 1px 2px #465331;
}

.content.text .right .de_slag_bij p, .content.text .right .zoover p {
    color: #fff1d0;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 27px;
}

.content.text .right .de_slag_bij .voorzieningen {
    float: left;
    margin-top: 22px;
}

.content.text .right .de_slag_bij .voorzieningen ul li {
    position: relative;
    float: left;
    display: block;
    margin-right: 4px;
    padding: 3px;
    width: 40px;
    height: 40px;
    border: 2px solid #5b6042;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #af464a;
}

.content.text .right .de_slag_bij .voorzieningen ul li .tooltip {
    position: absolute;
    top: 48px;
    left: 50%;
    padding: 0 10px 10px 10px;
    visibility: hidden;
    opacity: 0;
    content: "";
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.25s;
    background-color: #000;
}

.content.text .right .de_slag_bij .voorzieningen ul li .tooltip .arrow {
    position: relative;
    margin: 0 auto;
    top: -5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    background-color: #000;
}

.content.text .right .de_slag_bij .voorzieningen ul li:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.content.text .right .de_slag_bij .voorzieningen ul li img {
    width: 29px;
    height: 29px;
}

a.bestelbutton, input.bestelbutton {
    float: right;
    padding: 8px 31px 8px 11px;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 27px;
    border: 3px solid #fcb70f !important;
    transition: background-color 0.25s !important;
    background-image: url(../images/backgrounds/block-grey-smudge.png) !important;
    background-color: rgba(210, 69, 2, 0.8) !important;
}

input.bestelbutton {
    float: left !important;
    width: auto !important;
    background-position: center !important;
}

.content.text .right .de_slag_bij a.bestelbutton {
    margin: 17px 5px 2px 0;
}

a.bestelbutton:after, input.bestelbutton:after {
    position: relative;
    display: inline-block;
    top: 3px;
    right: -20px;
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(../images/icons/arrow.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

a.bestelbutton:hover, input.bestelbutton:hover {
    background-color: rgba(210, 69, 2, 1) !important;
}

#content.breed .content.text .right .de_slag_bij .voorzieningen {
    margin-top: 15px;
}

#content.breed .content.text .right .de_slag_bij a.bestelbutton {
    margin-top: 22px;
}

/* BLOKKEN RECHTS - ZOOVER - unused! zie v2 -
.content.text .right .zoover {
    float: left;
    margin-bottom: 2em;
    padding: 25px;
    width: 100%;
    box-shadow: 0px 0px 4px #201b17;
    background-image: url(../images/backgrounds/block-visitors-bg.jpg);
    background-size: cover;
}
.content.text .right .zoover img {
    float: left;
    margin-top: 17px;
    margin-left: 12px;
}
.content.text .right .zoover p a {
    float: right;
    margin: 0 5px 0 0;
    width: 260px;
    color: #fff1d0;
    text-decoration: none;
    transition: color 0.25s;
}
.content.text .right .zoover p a:hover {
    color: #d8d2ac;
}
.content.text .right .zoover p a:after {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 6px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/arrow-dark_yellow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#content.breed .content.text .right .zoover img {
    width: 112px;
    margin-top: 50px;
}
#content.breed .content.text .right .zoover p a {
    width: 180px;
}
*/

/* BLOKKEN RECHTS - ZOOVER - v2 */
.content.text .right .zoover-v2 {
    float: left;
    margin-bottom: 2em;
    padding: 25px;
    width: 100%;
    /*min-height: 140px;*/
    box-shadow: 0px 0px 4px #201b17;
    background-image: url(../images/backgrounds/block-visitors-bg.jpg);
    background-size: cover;

    color: #fff1d0;
    text-transform: uppercase;
}
.content.text .right .zoover-v2 .title {
    margin-bottom: 10px;
}
.content.text .right .zoover-v2 .title:after {
    position: relative;
    display: inline-block;
    top: 3px;
    left: 6px;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/arrow-dark_yellow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.content.text .right .zoover-v2 img {
    display: block;
    width: 31.333%;
    margin-right: 2%;
    float: left;
    border-radius: 3px;
}


/* CONTACT */

form {
    position: relative;
}

#content #contact form {
    width: 100%;
}

#content #contact form .field {
    padding: 3px 0;
    clear: both;
    position: relative;
    width: auto;
}

#content #contact form .field label {
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0 0 0;
    width: 20%;
    font-family: Arial;
    font-size: 13px;
    color: #ac8e82;
    font-weight: normal;
}

#content #contact form .field.radio label:first-child {
    width: 20%;
    color: #ac8e82;
}

#content #contact form .field.radio label, #content #contact form .field.checkbox label {
    padding: 10px 0;
    width: 14%;
    height: 20px;
    color: #fff;
    line-height: 20px;
}

#content #contact form input, #content #contact form textarea, #content #contact form select {
    float: left;
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    width: 80%;
    height: 40px;
    margin-top: 3px;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
    background-color: #635c4e;
}

#content #contact form textarea {
    padding: 13px 10px;
    min-height: 150px;
    max-height: 300px;
    max-width: 100%; /* prevent freestyle scaling */
}

#content #contact form input[type=checkbox], #content #contact form input[type=radio] {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    margin-right: 5px;
    height: 20px;
}

#content #contact form input.submit {
    position: relative;
    display: block;
    left: 20%;
    margin-top: 25px;
    padding: 10px 40px 10px 20px;
    width: auto;
    height: auto;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.25s;
    background-image: url(../images/icons/arrow-submit.png);
    background-color: #525142;
    background-position: right 18px center;
    background-repeat: no-repeat;
}

#content #contact form input.submit:hover {
    background-color: #5d713c;
}

#content #contact form input.submit {

}

/*#content #contact form br { display: none; }*/
#content #contact form label.error {
    background-color: #ff6a00;
    color: #fff;
    font-size: 12px !important;
    width: auto !important;
    height: 14px !important;
    text-align: center;
    padding: 5px 10px !important;
    position: absolute;
    bottom: -6px;
    right: -4px;
    font-weight: normal !important;
    line-height: 16px !important;
    border-radius: 1px;
    white-space: nowrap !important;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
}

#content #contact form .field.radio label.error {
    margin-bottom: 12px !important;
}

#content #contact div.field.bc {
    display: none;
}

#contact .form_thanks {
    color: #fff;
    padding: 18px 25px 22px 25px;
    font-size: 21px;
    line-height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* social buttons */
div.socials {
    position: relative;
    float: left;
    width: 170px;
    height: 24px;
}

div.socials > span {
    float: left;
    display: block;

}

div.socials > span .stButton {
    width: 55px;
    height: 24px;
    box-sizing: border-box;
    float: left;
    margin: 0;
    border: 1px solid #50504c;
}
div.socials > span .stButton * {
    filter: none!important;

}

div.socials.dark > span .stButton {
    border: none;
    background: rgba(255, 255, 255, .15);
    margin-right: 1px;
    height: 22px;
}

div.socials > span .stButton .st-facebook-counter,
div.socials > span .stButton .st-twitter-counter,
div.socials > span .stButton .stButton_gradient {
    display: none;
}

div.socials > span:not(:first-child) {
    margin-left: -1px;
}

div.socials.dark > span:not(:first-child) {
    margin-left: 0px;
}

div.socials > span .stButton:before {
    content: "";
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    line-height: 16px;
    background-image: url(/images/icons/social.png) !important;
    background-size: 48px 48px;
    background-position: 0 0;
    padding: 0 !important;

    position: absolute;
    top: 3px;
    left: 4px;

}

div.socials > span.st_googleplus_hcount .stButton:before {
    background-position: -16px 0;
}

div.socials > span.st_twitter_hcount .stButton:before {
    background-position: -32px 0;
}

div.socials.dark > span.st_facebook_hcount .stButton:before {
    background-position: 0 -16px;
}

div.socials.dark > span.st_googleplus_hcount .stButton:before {
    background-position: -16px -16px;
}

div.socials.dark > span.st_twitter_hcount .stButton:before {
    background-position: -32px -16px;
}

div.socials > span.st_facebook_hcount:hover .stButton:before {
    background-position: 0 -32px;
}

div.socials > span.st_googleplus_hcount:hover .stButton:before {
    background-position: -16px -32px;
}

div.socials > span.st_twitter_hcount:hover .stButton:before {
    background-position: -32px -32px;
}

/*
span.st_googleplus_hcount .stButton .stButton_gradient {
    display: inline-block;
    width: 16px!important;
    height: 16px!important;
    outline: 1px solid green;
    background-image: url(/images/icons/social.png)!important;
    background-size: 48px 48px;
    background-position: 0 0;
    padding: 0!important;
}
*/

.stButton span.stArrow {
    background-image: none !important;
    display: inline-block;
    height: 16px !important;
    margin-left: 0px !important;
    padding-left: 16px !important;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.stButton span.stArrow span.stHBubble { background:inherit!important; background-color:inherit!important; }
.stButton .stButton_gradient { background:inherit!important; background-color:inherit!important; }

.stButton span.stArrow span.stHBubble {
    background:inherit!important;
    background-color:inherit!important;
    border: none !important;
    margin: 0 !important;
    border-radius:0!important;
    padding: 0 !important;
    height: 22px !important;
    line-height: 22px !important;

}

.stButton span.stArrow span.stHBubble span.stBubble_hcount {
    color: #968b7e !important;
    padding: 0 !important;
}

div.socials.dark .stButton span.stArrow span.stHBubble span.stBubble_hcount {
    color: #3a432a !important;
}

.stButton:hover span.stArrow span.stHBubble span.stBubble_hcount,
div.socials.dark .stButton:hover span.stArrow span.stHBubble span.stBubble_hcount {
    color: #fff1d0 !important;
}

/* zoekfunctie */
#searchContainer {
    display: block;
    width: 100%;
    float: left;
    position: absolute;
    right: 0px;
    top: 80px;
    z-index: 92;
    max-width: 400px;  
    width: 100%;
    background: #221D17;
    padding: 20px;
    box-sizing: border-box;  
    height: 85px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
}
#searchContainer.show {
    opacity: 1;
    pointer-events: all;
}
#searchResults {
    display: block;
    width: 100%;
    position: absolute;
    background: #948A7C;
    box-sizing: border-box;
    padding: 1em 2em;
    left: 0;
    top: 85px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease;
}
#searchContainer.active #searchResults {
    opacity: 1;
    pointer-events: all;
}
#searchResults > a,
#searchResults > span {
    font-family: Oswald, arial, verdana, sans-serif;
    text-transform: uppercase;
    color: #2b241c;
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px dashed #7d766c;
    font-size: 15px;
    padding: 5px 0;
}
#searchResults > span {
    font-weight: 300;
    border-bottom: none;
    padding-bottom:0;
}
#searchResults > a:hover {
    color: #fff1d0;
}
#searchContainer #searchButton {
    width: 32px; height: 32px;
    cursor: pointer;

    position: absolute;
    top: 28px; right: 28px;
    background-image: url(/images/icons/icon-search-sprite.png);
    background-size: 32px 64px;
    background-position: 0 0;
}
#searchContainer.active #searchButton {
    background-position: 0 -32px;
}

input.search {
    margin-bottom: 0px;
    width: 100%;
    font-size: 15px;
    color: #948a7c;
    font-family: "Oswald", Arial, Verdana, sans-serif;
    text-transform: uppercase;
    background-color: rgba(119, 112, 103, 0.25);
    box-shadow: inset 0px 0px 5px #000;
    border: none;
    padding: 12px 60px 11px 20px;
    -webkit-appearance:none;
    /*
    background-image: url(../images/icons/icon-search.png);
    background-position: right 6px center;
    background-size: auto 32px;
    background-repeat: no-repeat;
    */
}