@charset "utf-8";
/* CSS Document */

body {
      font-family: "Cairo", sans-serif;

    font-size: 18px;
    line-height: 24px;
    color: #000;
	 font-weight: 400;
}
body,
.content-boxlist p {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}
p {
    padding: 10px 0;
}
h2 {
    font-size: 30px;
}
h4 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 11px;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
}
.clear {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}
.container-grid { max-width: 1200px;
        margin: 0 auto 60px; padding:0 20px;
}
.container {
    max-width: 1200px;    
	width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 8;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container-wide {
    width: 100%;
    margin: 0 auto;
    z-index: 8;
    background-color:#ff6600;
    float: left;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    min-height: 100px;
}

.container-footer {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.small-view768px {
    display: none;
    float: right;
    height: 55px;
    width: 400px;
}

.toggle-triger {
    background: url("../img/toggle-menu.png") no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 27px;
    margin-right: 20px;
    margin-top: 33px;
    width: 33px;
}
.flex_caption > img {
    max-width: 522px;
    max-height: 520px;
    float: right;
    display: block;
    width: 100%;
    height: auto;
}

/* BackToTop button css */

/*-- header --*/
.headerwrapper {
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
header {
    width: 1200px;
    height: auto;
}
.logo {
    position: relative;
    float: left;
    padding: 0;
}

.contacttekst {
    width: 90%;
    padding: 0 5%;
}

.contacttekst h3 {
	color: #000000;
    font-size: 40px;
    line-height: 32px;
    font-weight: 400;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
	text-align: center;
	
}
/* content template */
.content-breed-wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 0 40px;
}
.content-breed-foto {
    width: 100%;
    height: auto;
    margin: 0 3% 2%;
    padding-bottom: 2%;
}
.content-breed-wrapper ol,
.content-breed-wrapper ul {
    padding: 15px;
    list-style: disc;
}
.content-left {
    float: left;
    width: 51%;
    padding: 2%;
    color: #9e9e9e;
}
.content-breed {
    float: left;
    width: 96%;
    padding: 2%;
    color: #9e9e9e;
}
.content-breed a {
    color: #9e9e9e;
}
.content-breed a:hover {
    text-decoration: none;
    color: #000;
}
.content-right {
    float: left;
    width: 41%;
    padding: 2%;
    background-color: #ffffff;
}

.content-breed-wrapper h1 {
    color: #767676;
    font-size: 22px;
    text-align: left;
    line-height: 26px;
      font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.content-breed-wrapper p {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
     text-align: left;
}
.content-right img {
    max-width: 100%;
    height: auto;
}

/*--sticky header --*/

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
	padding-top: 6px;
    margin-top: 0;
    z-index: 999;
    border-top: 0; /*filter: alpha(opacity=50);*/
}

/*--social group --*/

.socialgroup {
    float: right;
    height: auto;
    margin: 15px 0;
    border-left: dotted 1px #fff;
}
.socialgroup ul {
    list-style: none;
}
.socialgroup ul li {
    display: block;
    float: left;
    padding: 0 15px;
    width: 12px;
    margin-top: -4px;
}

/** mid content style **/

.maincontentwrap {
    width: 100%;
    height: auto;
}

/*--slider --*/
.sliderwrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 98px;
	box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.35);
	
}
.vastebanner {

    width: 100%;
    height: auto;
    position: relative;
    margin-top: 81px;
}
.vastebanner img {
    width: 100%;
    height: auto;
}
.flex-prev {
    background: url(../img/slider_navigation_arrowprev.png) no-repeat top left;
    width: 76px;
    height: 67px;
    background-size: 100%;
    left: 0px;
}
.flex-next {
    background: url(../img/slider_navigation_arrownext.png) no-repeat top left;
    width: 76px;
    height: 67px;
    background-size: 100%;
    right: 0px;
}

/*--section1 --*/
.ponits {
    background-color:#110c3d;
    width: 100%;
    height: auto;
    position: relative;
        padding: 60px 0 40px;
    display: block;
}
.pointconet {
   width: 23.33%;
    height: auto;
    float: left;
    padding: 0 2% 75px;
    /* margin: 0 90px 0 0; */
    position: relative;
	    text-align: center;
}

.pointimage img {
	filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(2%) hue-rotate(242deg) brightness(114%) contrast(100%);
}

.pointconet.last {
    margin: 0;
}
.pointimage {
    margin: 0 auto;
	max-width:100px;
    min-height: 50px;
}
.pointimage img {    margin: 0 auto 37px;}
.pointright {
    margin-bottom: 15px;
    margin-top: -15px;
}
.pointright h3 {
    color: #fff;
    text-align: left;
      font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 15px;
	 text-align: center;
}
.pointright p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
      font-family: "Cairo", sans-serif;

    margin: 0 0 10px;
}
.pointconet a {
       font-size: 16px;
    line-height: 22px;
    padding-right: 20px;
    text-align: right;
    text-decoration: none;
    float: right;
    display: block;
    background-color: #ff6600;
    padding: 14px;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    width: 200px;
    text-align: center;
	left: 0;
    right: 0;
}
.pointconet a:hover {
    text-decoration: none;
    color: #ccc;
}

/*--section2 --*/
.bins_infowrap {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
	background:linear-gradient(90deg, rgba(255,255,255,1) 51%, rgba(243,243,243,1) 49%)
}

.bins_infowrap2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
	background-color: #fff;
}

#top2 {margin-top:96px;}

#top2 {margin-top:96px;}
.bins_image {
    float: left;
    position: relative;
    width: 46%; /*background-image:url(../img/beeld-rechts.jpg); */
    background-size: cover;
}
.mainimage {
    width: 100%;
    height: auto;
    display: block;
    line-height: 0px;
    font-size: 0px;
}
.mainimage > img {
    width: 100%;
    height: auto;
    display: block;
}
.binfo {
    width: 46%;
    float: left;
    padding: 2% 4% 2% 4%;
	background-color:#fff;
}
.binfo-breed {
    width: 96%;
    float: left;
    padding: 2% 4% 2% 4%;
	background-color:#fff;
}


.binfo2 {
    width: 40%;
    float: left;
    padding: 2% 4% 2% 4%;
}
.binfo h3, .binfo2 h3 {margin-top:10px;}

.binfo ul {    margin: 30px 0 10px 60px;}
.binfo	ul li {padding:0px; }

.binfo2 ul {    margin: 30px 0 10px 60px;}
.binfo2	ul li {padding:0px; }

.bininfobreed {
    width: 96%;
    float: left;
    padding: 2% 4% 4% 4%;
}
.binfo > .midimage {
    width: 108px;
    height: auto;
    margin: 20px auto 0;
    text-align: center;
    line-height: 0px;
    font-size: 0px;
    display: none;
}
.binfo > .midimage > img {
    width: 100%;
    height: auto;
    display: block;
}
.midimage > img {
    display: block;
}

.binfo2 h1, .binfo h1 {
      color: #110c3d;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
	
}


.binfo2 h2 {
	color: #000000;
    font-size: 40px;
    line-height: 65px;
    text-align: left;
    font-weight: 400;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
}

.binfo h2 {
    color: #000000;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    font-weight: 400;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
}
.binfo2 p, .binfo p {
    color: #000;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
      font-family: "Cairo", sans-serif;

    font-weight: 400;
    padding: 10px 0;
}

.binfo-breed  ul { margin: 30px 0 10px 60px;}
.binfo-breed 	ul li { }
.binfo-breed ol {
    margin: 30px 0 10px 60px;
}
.binfo-breed 	ol li { }
.moreinfo {
    float: left;
    color: #000000;
    text-align: left;
      font-family: "Cairo", sans-serif;

    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: url(../img/icon_arrow_pink.png) no-repeat right 10px;
    padding-right: 25px;
}
.signiture {
    width: 187px;
    height: auto;
    float: right;
}
.sticker2 {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 305px;
    height: auto;
    display: none;
}
.sticker2 img {
    width: 100%;
    height: auto;
}

.description {
    min-height: 200px;
    padding: 2%;
}

/*--section3 --*/
.geloofwrap {
    width: 100%;
    height: auto;
    float: left;
}
.geloofimage {
    width: 54%;
    height: auto;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}
.geloofimage > img {
    display: block;
}
.geloofinfo {
    width: 38%;
    background-color:#ff6600;
    padding: 4% 4% 25px 4%;
    float: left;
    color: #fff;
}

.geloofinfo ul {margin:0 0 10px 25px;}
.geloofinfo	ul li {padding:0px; }

.geloofinfo h1 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
}

.geloofinfo h2 {
    color: #fff;
    font-size: 26px;
    line-height: 49px;
    text-align: left;
  font-weight: 700;
    margin: 10px 0;
      font-family: "Montserrat", sans-serif;
}
.geloofinfo h3 {margin-top:10px;}
.geloofinfo h4 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 11px;

}

.geloofinfo > blockquote {
      font-family: "Cairo", sans-serif;

    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    font-style: italic;
    margin: 0px 5px 30px;
}
.geloofinfo span.nameof {
      font-family: "Cairo", sans-serif;

    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
    padding: 0 10px 5px;
    float: left;
    display: block;
    width: 100%;
}
.geloofinfo a {

    color: #ffffff;
 
}

/*-- section4 --*/
.contactme {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 45px 0 45px;
}
.contactme h2 {
    padding-left: 1%;
    color: #000000;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    margin: 10px 0;
      font-family: "Cairo", sans-serif;

}
.contactme h5 {
      font-family: "Cairo", sans-serif;

    color: #fffff;
    font-size: 17px;
    line-height: 23px;
    margin: 15px 0;
}
.contactme a {
      font-family: "Cairo", sans-serif;

    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    
    background-color:#ff6600;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    text-decoration: none;
    margin-top: 25px;
}
.contactme a span {
    display: table-cell;
    padding: 43px 11px 0;
}

/*-- section5 --*/
.sectionwrap {
    background-color:#110c3d;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}
.icon {
    margin: 30px auto 30px;
}
.icon img {
    margin-top: 20px;
    display: inline-block;
	    width: 90%;
    height: auto;
    padding: 0 5%;
	max-width:600px;
}
.sectionwrap h6 {
      font-family: "Cairo", sans-serif;

    color: #fff;
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0;
}

/*-- section6 --*/
.picturegrid {
    width: 100%;
    height: auto;
}
.picturegrid h2 {
    padding-left: 1%;
    color: #000000;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    margin: 10px 0;
      font-family: "Cairo", sans-serif;

}
#grid-content {
    list-style: none;
    margin-left: 0;
    padding: 0px;
	margin-bottom: 80px;
}
#grid-content li {
    margin: 9px;
    padding: 0;
    width: auto;
}

/*-- section7 --*/
#secnd {
    display: block;
}

/*--section8 --*/
.awardwrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 70px;
}
.awardimage {
    width: 100%;
    height: auto;
    position: relative;
}
.awardimage > img {
    width: 100%;
    height: auto;
    display: block;
}

.awardimage .mx_buttons {
    margin-top: 100px;
    position: absolute;
}

.award_section1 {
    margin: 0;
    padding: 80px 100px;
    width: 1000px;
    background: url(../img/icon_award.png) no-repeat left 115px;
}
.award_section1 h1 {
    color: #767676;
    font-size: 22px;
    text-align: left;
    line-height: 26px;
      font-family: "Cairo", sans-serif;

   font-weight: 700;
}
.award_section1 p {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
    text-align: left;
}
.greenlogo {
    position: absolute;
    top: -201px;
    left: 0px;
}

.award_section2 {
    margin: 0;
    padding: 0px 0px;
    width: 1200px;
}
.award_section2_img {
    width: 600px;
    height: auto;
    float: left;
    position: relative;
}
.award_section2_img > img {
    display: block;
}
.sticker {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.award_section2_info {
    width: 475px;
    float: left;
    padding: 0 100px 0 24px;
    background-color:#ff6600;
}
.award_section2_info h2 {
    color: #ffffff;
    text-align: left;
      font-family: "Cairo", sans-serif;

    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 100px 0 0;
}
.award_section2_info p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    margin: 0 0 25px;
}

#blokken {
	    float: left;
    width: 100%;
       margin: 0 1% 0 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
	margin-bottom:10px;

}
#actie {
    float: left;
    width: 334px;
    margin: 0 1%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
    background-color: #ff6600;
    padding: 60px;
    color: #fff;
    font-size: 34px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
    /* clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); */
    clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
    transform: rotate(14deg);


}

/*prombalk */
.promobalk-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-around; }

.promobalk {
  width: 29.333%;
  position: relative;
  padding: 2%;
  display: inline-block;
  background-color: #ffffff; }

.promobalk p span {
  font-size: 11px; }

.promobalk img {
  max-width: 50px;
  margin-bottom: 10px; }



.bloksvg {width:100%;filter: invert(99%) sepia(4%) saturate(287%) hue-rotate(112deg) brightness(117%) contrast(100%); display: flex;
  align-items: center;
  justify-content: center; }
.bloksvg img {width:100%;}


.blok2 h3 {
	color:#fff;
	margin-top:10px;
    text-align: center;
     font-size: 28px;
    line-height: 38px;
	
  align-items: center;
  justify-content: center;
	font-weight: 500;
}
.blok {width:24%;background-color:#110c3d; color:#fff; margin-right:1%; display: flex; margin-bottom:17px;	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;}
.blok:last-child {margin-right:0;}
.blok h3 {
	     padding: 35px 5px 35px;
    text-align: center;
    font-size: 24px;
	 display: flex;
  align-items: center;
  justify-content: center;
	   font-weight: 500;
}
.blok span {
	    font-size: 33px;
    text-align: center;
    padding: 47px 20px;
    float: left;
    background-color: #ff6600;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-radius: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.footer-ovk {
    float: left;
    color: #000;
    font-size: 11px;
    text-align: center;
    width: 100%;
}
.footer-ovk a {
    color: #000;
    text-decoration: none;
}
.footer-ovk a:hover {
    color: #ccc;
    text-decoration: underline;
}
.scrolltotop {
       /* float: right; */
    position: absolute;
    margin-top: -163px;
    /* margin-right: 15px; */
    width: 47px;
    right: 14px;
    z-index: 99;
    display: block;
    height: 74px;
    cursor: pointer;
    background: #666 url(../img/s5_scroll_arrow.png) no-repeat center center;
}
.scrolltotop:hover {
    background-color:#ff6600 !important;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
/*-- section9--*/
.tab_wrap {
    width: 100%;
    height: auto;
    display: none;
}

/*-- footer --*/
.footerblok a {
    color: #fff;
    text-decoration: none;
}
.footerwrapper {
    float: left;
    background-color:#110c3d;
    width: 100%;
    min-height: 100px;
}
footer {
    width: 1200px;
    height: auto;
    text-align: center;
    padding: 40px 0 70px;
}
.footerimage {
    margin: 0 auto;
    width: 108px;
    height: auto;
    display: block;
}
.footerimage > img {
    display: block;
}
footer h5 {
      font-family: "Cairo", sans-serif;

    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center;
}
.footer_social {
    display: none;
}
.footerblok {
    min-height: 1px;
    width: 29%;
    padding: 2%;
    float: left;
    border-right: dotted 1px #fff;
}
.footerblok p {
    margin: 5px;
    display: block;
}
.footerblok h3 {
    color: #fff;
    font-size: 20px !important;
	  font-family: "Montserrat", sans-serif;
}
.footerblok:last-child {
    border-right: dotted 0px #000;
}
