
/*  Begin Used on all pages! */
@font-face {
    font-family: 'Lunchbox_Slab_Bold';
    src: url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.eot');
    src: url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.woff2') format('woff2'),
         url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.woff') format('woff'),
         url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.ttf') format('truetype'),
         url('../fonts/lunchbox_slab/lunchbox_slab_bold-webfont.svg#lunchboxslab-bolduploadedfile') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lunchbox_Slab';
    src: url('../fonts/lunchbox_slab/lunchbox_slab-webfont.eot');
    src: url('../fonts/lunchbox_slab/lunchbox_slab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lunchbox_slab/lunchbox_slab-webfont.woff2') format('woff2'),
         url('../fonts/lunchbox_slab/lunchbox_slab-webfont.woff') format('woff'),
         url('../fonts/lunchbox_slab/lunchbox_slab-webfont.ttf') format('truetype'),
         url('../fonts/lunchbox_slab/lunchbox_slab-webfont.svg#lunchboxslabuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
p {
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  font-family: montserrat-light;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: Lunchbox_Slab;
}

.stem-nu-button {
    width: 100vw;
    text-align: center;
}

h1 {
  font-size: 45px;
  letter-spacing: 2px;
  margin-top: 50px;
  font-family: Lunchbox_Slab_Bold;
}

h2 {
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: 50px;
  font-family: Lunchbox_Slab_Bold;
  line-height: 36px;

}

h3 {
  font-size: 21px;
  letter-spacing: 1px;
}

.footnote {
  font-size: 11px;
  line-height: 13px;
}

@media (max-width: 1024px) {
h1 {
  font-size: 40px;

}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 18px;

}
}

@media (max-width: 640px) {
h1 {
  font-size: 37px;

}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 17px;

}

p {
  line-height: 25px;
}
}

img {

}


.new-header-img {
    width: 100%;
    margin-bottom: -10px;
}

.sub-header {
    margin-top: -8px;
    margin-bottom: 15px;
}

.body {
  padding: 0px !important;
}

.black-edge-top {
    background-image: url('../img/backgrounds/edge-assets/black_paper_edge_top.png');
    background-repeat: repeat-x;
    height: 15px;
}

.black-edge-bottom {
    background-image: url('../img/backgrounds/edge-assets/black_paper_edge_bottom.png');
    background-repeat: repeat-x;
    height: 15px;
}

.white-edge-top {
    background-image: url('../img/backgrounds/edge-assets/white_paper_edge_top.png');
    background-repeat: repeat-x;
    height: 15px;
    bottom: 0;
    position: relative;
}

.black-background {
  background-image: url('../img/backgrounds/background-black/background_black_paper.png');
  background-repeat: repeat;
  color: white;
  width: 100%;
}


.margin-bottom-large {
  margin-bottom: 150px;
}

.margin-top-large {
  margin-top: 150px;
}

.margin-top-medium {
  margin-top: 100px;
}

.margin-top-small {
  margin-top: 50px;
}


.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}


body {
  background-image: url('../img/backgrounds/background-light/background_light_paper.png');
  background-repeat: repeat;
  padding: 0px;
}

.divider_white {
  background-image: url('../img/diversen/Divider_white.png');
  background-repeat: no-repeat;
  margin: 10px 0px 10px 0px;
  background-size: 100% 6px;
  height: 6px;
}

.divider_black {
  background-image: url('../img/diversen/Divider_black.png');
  background-repeat: no-repeat;
  margin: 60px 0px 0px 0px;
  background-size: 100% 6px;
  height: 6px;
}

/* Einde Used on all pages! */


/*  Begin Button */
.danio-button-black {
  background: url("../img/buttons/button_black-2.png") center top no-repeat;
  color: black;
  border-right: solid 3px black;
  border-left: solid 3px black;
}

.danio-button-white {
  background: url("../img/buttons/button_white-2.png") center top no-repeat;
  color: white;
  border-right: solid 3px white;
  border-left: solid 3px white;
}

.danio-button, .danio-button:focus {
    padding: 18px;
    font-family: Lunchbox_Slab;
    text-transform: uppercase;
    font-size: 22px;
    line-height: inherit !important;
    white-space: nowrap;
    background-size: 102% 200%;
    margin-top: 20px;
    display: inline-block;
}



.danio-button-black:hover,
.danio-button-black:focus,
.danio-button-black:active {
    color: white;
    background-position: 100% 100%;
}

.danio-button-white:hover,
.danio-button-white:focus,
.danio-button-white:active {
    color: black;
    background-position: 100% 100%;
}

.black-background .danio-button-black {
    background: url("../img/buttons/button_white-2.png") center top no-repeat;
    color: white;
    border-right: solid 3px white;
    border-left: solid 3px white;
    background-size: 100% 200%;
}

.black-background .danio-button-black:hover {
      color: black;
    background-position: 100% 100%;
}

@media (max-width: 875px) {
.danio-button, 
.danio-button:focus,
.black-background .danio-button-black {
    font-size: 18px;
    padding: 12px;
  }
}

@media (max-width: 640px) {
.danio-button, 
.danio-button:focus,
.black-background .danio-button-black {
    font-size: 16px;
    padding: 10px;
  }
}

/*  Einde Button */

/* Begin off-canvas menu */
.off-canvas.position-right {
  height: 100%;
}



.off-canvas .menu li:first-child {
  margin-top: 20px;
}

.off-canvas .menu li {
  margin-bottom: 20px;
}

.off-canvas .menu li a {
    display: inline;
    line-height: 1;
}

.off-canvas .menu li a:hover, 
.off-canvas .menu li a:active {
    background-size: 100% 6px;
}

.off-canvas.position-right {
  right: -150px;
    width: 150px;
}

.is-open-right {
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}

.off-canvas {
    background-color: transparent;
    box-shadow: inset 11px 0px 46px -26px #000000;
}


ul.vertical.dropdown.menu li:last-child {
    display: none !important;
}


.instagram-logo a {
    margin-left: 30px !important;
}

/* Einde off-canvas menu */

/* Begin Header */



li.language-FR {
    background: url("../img/buttons/flag_FR.png") left center no-repeat;
    background-size: 20px;
    background-position-x: 46px;
}

li.language-NL {
    background: url("../img/buttons/flag_NL.png") left center no-repeat;
    background-size: 20px;
    background-position-x: 46px;
}


li.language-FR span a,
li.language-NL span a {
    margin-left: 70px;
}

@media (max-width: 1024px) {
li.language-FR {
  background-position-x: 93px;
}

li.language-NL {
   background-position-x: 117px; 
}
}



.title-bar {
    background: transparent;
    color: black;
    padding: 0.5rem;
    font-family: Lunchbox_Slab;
    font-size: 24px;
    text-transform: uppercase;
}

.menu-icon::after {
  box-shadow: 0 7px 0 black, 0 14px 0 black;
  margin-top: -2px;
  background: black;
  height: 3px;
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.menu-icon:hover::after {
    background: black;
    box-shadow: 0 9px 0 black, 0 18px 0 black;
    margin-top: -5px;
}

.menu li a {
  font-family: Lunchbox_Slab;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
}

.menu li a {
  margin-left: 40px;
}

.menu li a:hover, .menu li a:active {
    background: url("../img/diversen/menu_hover.png") center bottom no-repeat;
    background-size: 100% 6px;
}

.top-bar_logo {
  width: 170px;
  position: absolute;
  z-index: 1;
  margin-top: -18px;
}

#widemenu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button_facebook {
    width: 45px;
    position: absolute;
    margin-top: -5px;
    margin-left: -30px;
}



.button_facebook_container {
    margin-right: 30px;
}

.menu li a.button_facebook_container:hover, .menu li a.button_facebook_container:active {
    background-image: none;
}

.header-background {
  background-image: url('../img/backgrounds/background-light/background_light_paper.png');
  background-repeat: repeat;
}

.top-bar {
  background-color: transparent;
}

.menu li:last-child {
    display: none;
}


.top-bar, .top-bar ul {
    background-color: transparent;
}


#header .top-bar-right li.facebook-text {
    display: none;
}

#header .arrow-before::before {
    display: none;
}

@media (max-width: 1024px) {
.button_facebook {
    margin-left: -10px;
}
}

/*  Einde Header */





/*  Begin Footer */

#footer h3 {
    font-size: 29px;
}

#footer li.facebook-logo,
#header .off-canvas li.facebook-logo {
    display: none;
}

#footer li.language-menu {
    display: none;
}

#footer {
    margin-top: 60px;
}

.footer_logo {
  width: 250px;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.danio-footer a {
    color: white;
}

.danio-footer {
  padding: 30px 0px 30px 0px;
}

.footer-menu {
  list-style-type: none;
  margin-left: 0px;
}

.footer-menu li  {
  margin-bottom: 10px;
}

.footer-menu li:first-child {
    margin-top: 25px;
}

.footer-menu li:last-child {
    margin-bottom: 40px;
}



.spoon-image-footer {
  height: 30px;
  margin: auto;
  display: block;
  margin-top: 40px;
}

.no-column-padding {
  padding: 0px;
}

.danio-footer a:hover {
    text-decoration: underline;
}

.footer-menu li a::before {
  text-decoration: none !important;
}

@media (max-width: 640px) {

.footer_logo {
  margin-top: -130px;
  width: 200px;
}

.footer {
  margin-top: 100px;
}

#footer {
    margin-top: 130px;
}
}

@media (min-width: 640px) {

.footer-middle-padding {
    padding-left: 30px;
}


}

.arrow-before::before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 6px;
    font-size: 12px;
    display: inline-block;
}
/*  Einde Footer */



/*  Begin Carousel hero image */
.hero-image {
    height: 350px;
}

.hero-img-1 {
    background-image: url("../img/hero-images/slider-1.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img-2 {
    background-image: url("../img/hero-images/slider-2.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img-3 {
    background-image: url("../img/hero-images/slider-3.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img-4 {
    background-image: url("../img/hero-images/slider-4.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img-actiepagina {
    background-image: url("../img/hero-images/Banner_actiepagina.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-img-home {
    background-image: url("../img/hero-images/oranje-keyvisual_01.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}


@media (max-width: 640px) {
.hero-image {
    height: 300px;
}
}
.smaac-column-half {
    width: 50%;
    position: relative;
}

.smaac-column-half:last-child {
    float: right;
}


#hero-image-danio .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-hero-container .owl-carousel .owl-wrapper-outer {
  max-height: 350px;
}

div#hero-image-danio {
    margin-bottom: -15px;
}

.owl-hero-container .owl-theme .owl-controls {
  text-align: right;
    margin-right: 30px;
    margin-top: -27px;
}

.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.99;
    background: white;
}

.owl-theme .owl-controls .owl-page span {
  background: grey;
}

.hero-slider-1 {
    background-image: url("../img/hero-images/slider-1.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slider-2 {
  background-image: url("../img/hero-images/slider-2.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slider-3 {
    background-image: url("../img/hero-images/slider-3.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.hero-slider-4 {
  background-image: url("../img/hero-images/Banner_lets-go.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
}

.owl-hero-container .item {
    background-size: cover;
    background-position: center;
    height: 350px;
}

.slogan h1 {
    color: white;
    font-family: Lunchbox_Slab_Bold;
    text-shadow: 3px 3px black;
    font-size: 60px !important;
    line-height: 53px;
    margin-top: -120px;
    bottom: 0;
    position: relative;
    white-space: pre-wrap;
    pointer-events: none;
}


#home .slogan h1 {
    margin-top: -180px;
    float: right;
    font-size: 60px !important;
    line-height: 51px;
    margin-right: 20px;
}
@media (max-width: 850px) {
#home .slogan h1 {
    margin-top: -160px;
    float: right;
    font-size: 47px !important;
    line-height: 40px;
}
}


@media (max-width: 750px) {
#home .slogan h1 {
margin-top: -90px;
    float: right;
    font-size: 46px !important;
    line-height: 42px;
}
}

@media (max-width: 500px) {
#home .slogan h1 {
margin-top: -63px;
    float: right;
    font-size: 30px !important;
    line-height: 28px;
}

.hero-image {
    height: 200px;
}
}

@media (min-width: 1400px) {
.owl-hero-container .item {
  height: 450px;
}

.hero-image {
  height: 450px;
}

.owl-hero-container .owl-carousel .owl-wrapper-outer {
    max-height: 450px;
}
#home .slogan h1 {
    margin-top: -220px;
    font-size: 70px !important;
    line-height: 61px;
    margin-right: 0px;
}
}

@media (min-width: 1600px) {
.owl-hero-container .item {
    height: 600px;
}
.owl-hero-container .owl-carousel .owl-wrapper-outer {
    max-height: 600px;
}

.hero-image {
  height: 600px;
}

#home .slogan h1 {
    margin-top: -270px;
    font-size: 78px !important;
    line-height: 69px;
    margin-right: 0px;
    right: 80px;
    position: absolute;
    top: 649px;
}
}


#hero-image-danio .owl-controls.clickable {
    z-index: 10;
    position: relative;
}

/*  Einde Carousel hero image */



/*  Begin Carousel packshot */

#packshot-carousel {
  margin-top: -90px;
  margin-bottom: -130px;
}



.packshot-hover .columns {
  position: relative;
}


.packshot-shadow {
    position: absolute;
    right: 0px;
    width: 270px;

    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.danio-packshot {
  position: absolute;
  right: 0;
  width: 270px;
  z-index: 1;
}

.owl-carousel .owl-wrapper-outer {
  padding-bottom: 170px;
}

/*  einde Carousel packshot */

/*  Begin Packshot hover */


.packshot-hover:hover a img.danio-packshot,
.packshot-hover:hover div img.danio-packshot {
    transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
}
/*
.packshot-hover-right:hover a img.danio-packshot, 
.packshot-hover-right:hover div img.danio-packshot {
    transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}*/
.packshot-hover {
  padding-top: 30px;
}

.packshot-hover, 
.packshot-hover a img.danio-packshot,
.packshot-hover div img.danio-packshot {
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#home .owl-packshot-container {
    margin-top: 80px;
}

.packshot-hover:hover {
    margin-top: -20px;
}

.packshot-hover:hover .packshot-shadow {
    margin-top: 20px;
    opacity: 0.6;
}

.owl-theme .owl-controls .owl-buttons div,
.next,
.prev {
    color: black;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    font-family: Lunchbox_Slab_Bold;
    font-size: 48px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.75;
}

.owl-prev, 
.owl-next,
.next,
.prev  {
  top: 140px !important;
  transform: scale(1.5,1);
}

.owl-next {
  right: -30px !important;
}

.owl-prev {
  left: -30px !important;
}

.black-background .owl-theme .owl-controls .owl-buttons div {
    color: white;
}

/*  Einde Packshot hover */

/*  Begin Carousel packshot
  To move navigation buttons outside use these settings: */
 
.owl-packshot-container .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-packshot-container .owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -45px;
  top: 55px; 
}
 
.owl-packshot-container .owl-theme .owl-controls .owl-buttons .owl-next{
  right: -45px;
  top: 55px;
}

.owl-wrapper .owl-item .item .row {
    margin-left: 0px;
    margin-right: 0px;
}

#packshot-carousel h2, #packshot-carousel h3,  #packshot-carousel a.danio-button {
    margin-left: 10px;
}
#packshot-carousel a.danio-button {
  margin-top: 2px;
}
#packshot-carousel h2 {
  margin-top: 110px;
}

@media (max-width: 900px) {
  .owl-packshot-container .owl-theme .owl-controls .owl-buttons div {
    margin-top: -30px;
}


}

@media (max-width: 750px) {
  .owl-packshot-container {
  margin-top: 80px;
}

#packshot-carousel h2 {
    margin-top: 40px;
}

}

@media (max-width: 640px) {
.owl-packshot-container {
    margin-top: 90px;
    padding-bottom: 150px;
}

  .owl-packshot-container .owl-theme .owl-controls .owl-buttons div {
    margin-top: -45px;
}

#packshot-carousel a.danio-button {
  margin-top: 6px;
}
}


@media (max-width: 375px) {
.owl-packshot-container {
    margin-top: 90px;
    margin-bottom: -100px;
}

#packshot-carousel h2 {
    margin-top: 10px;
}
}


.packshot-hover .sub-header {
    margin-bottom: 0;
}
/*  einde Carousel packshot
  To move navigation buttons outside use these settings: */

/*  Begin row packshot carousel */

#row-packshot-carousel #packshot-carousel h2 {
    margin-top: 100px;
}

#row-packshot-carousel .black-background {
    height: 175px;
}

#row-packshot-carousel .slogan-container {
    margin-top: 160px;
    position: absolute;

  }

#row-packshot-carousel .slogan-container.hide-small {
    margin-left: 50px;
}



#row-packshot-carousel .smaac-column-half:last-child {
    width: 40%;
}

#row-packshot-carousel .smaac-column-half {
    width: 60%;
}

#row-packshot-carousel {
    margin-bottom: 100px;
    margin-top: 100px;
}

#row-packshot-carousel .slogan-container.hide-big {
    position: inherit;
    height: 0px;
        margin-top: 130px;
}

@media (max-width: 1024px) {
#row-packshot-carousel .smaac-column-half:last-child {
    width: 30%;
}

#row-packshot-carousel .smaac-column-half {
    width: 70%;
}
}

@media (max-width: 870px) {

#row-packshot-carousel .slogan h1 {
    font-size: 40px !important;
    line-height: 38px;
    margin-top: -100px;
}
}

.hide-big {
    display: none;
    margin: 0px;
    position: inherit;
}

@media (max-width: 770px) {
.hide-small {
    display: none;
}

#row-packshot-carousel {
    margin-bottom: 100px;
    margin-top: 0px;
}

.hide-big {
    display: block;
        text-align: center;
}

#row-packshot-carousel .black-background {
    height: 320px;
}
#row-packshot-carousel .smaac-column-half:last-child {
    width: 45%;
}

#row-packshot-carousel .smaac-column-half {
    width: 55%;
}



#row-packshot-carousel .owl-packshot-container {
  margin-top: 150px
}

#row-packshot-carousel #packshot-carousel {
  margin-top: -125px;
}
}

@media (max-width: 640px) {
#row-packshot-carousel {
  margin-bottom: 200px;
}

}

@media (max-width: 475px) {
#row-packshot-carousel .slogan h1 {
    margin-top: -120px;
}


#row-packshot-carousel .owl-packshot-container {
  margin-top: 90px
}

#row-packshot-carousel #packshot-carousel {
  margin-top: -50px;
}

#row-packshot-carousel .black-background {
    height: 250px;
}
#packshot-carousel h3 {
  font-size: 14px;
  line-height: 14px;
}

#packshot-carousel h2 {
  font-size: 20px;
  line-height: 20px;
}

#row-packshot-carousel #packshot-carousel h2 {
    margin-top: 20px;
}
}
@media (max-width: 393px) {
  #row-packshot-carousel .owl-packshot-container {
  margin-top: 110px
}
}



.low-packshot div div.smaac-column-half:last-child {
    margin-top: 62px;
}
.low-packshot div div.smaac-column-half:first-child {
    margin-top: -60px;
}


/*  Einde row packshot carousel */


/*  Begin Video */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container {
    z-index: 1!important;
}

#video-row {
    margin-top: 0px;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-video {
  max-width: 100%;
  border: solid 1.5px #4E4E4E;
}


.box-video {
  margin-top: -30px;
  margin-bottom: -30px;
}

#over_ons .box-video
 {
    margin: 0px;
        margin-top: 50px;
}

#home .divider_black {
    margin-top: 70px;
    margin-bottom: 27px;
}

#home .divider_black:last-child {
    margin-top: 26px;
    margin-bottom: -30px;
}

#video-row .columns:last-child {
    margin-bottom: 30px;
}


@media (max-width: 1100px) { 
#video-row .medium-7.columns:first-child {
    margin-top: 80px;
    margin-bottom: 50px;
}
}


@media (max-width: 640px) {
#video-row h2 {
    margin-top: 30px;
}

#video-row .medium-7.columns:first-child {
    margin-top: -50px;
    margin-bottom: 50px;
}
}



/*  Einde Video */


/*  Begin Contact-pagina */
.hero-image  .white-edge-top {
  margin-top: -13px;
}

#contact a {
    margin: 25px 25px 0px;
}

#contact a:first-child {
    margin: 0px 25px 0px;
}

.no-hover:hover, 
.no-hover:active, 
.no-hover:visited, 
.no-hover:focus {
    color: inherit;
    background-position: inherit;
}

/* Einde Contact-pagina */

/* Begin Smaak detailpagina */
.smaak-container {
    height: 350px;
    margin-bottom: -15px;
}


#smaak div .margin-top-small {
    margin-top: 20px;
}

.smaak-container div.smaac-column-half:last-child h2, 
.smaak-container div.smaac-column-half:last-child h3 {
    margin-left: 25px;
}



.smaak-container div.smaac-column-half {
  pointer-events: none;
  margin-top: -20px;
}

.smaak-inner-container {
    padding-top: 30px;
}

.smaak-container img {
    width: 350px;
    margin-top: -50px;
    padding-left: 30px;
}

.align-right {
  text-align: right;
}

.next,
.prev {
  color: white ;
  margin-top: 160px;
  position: absolute;
  opacity: 0.7;
}
.next:hover,
.prev:hover,
.next:active,
.prev:active,
.next:focus,
.prev:focus {
  opacity: 1;
  color: white ;
}

.next {
 margin-left: -60px;
}

.prev {
    margin-left:  20px;
}



.smaak-inner-container div .smaac-column-half:last-child {
    pointer-events: none;
}

.smaak-container div h2 {
    font-family: Lunchbox_Slab_Bold;
    font-size: 35px;
    margin-top: 90px;
}

.smaak-container div.smaac-column-half {
    width: 65%;
}

.smaak-container div.smaac-column-half:last-child {
    width: 35%;
  padding-right: 20px;
}

.js div#preloader { 
  position: fixed; 
  left: 0; 
  top: 0; 
  z-index: 999; 
  width: 100%; 
  height: 100%; 
  overflow: visible; 
  background: white url('../img/logo/danio_3d_spinning-gif.gif') no-repeat center center; 
  background-size: 150px;
}



.black-background {
  background-image: url('../img/backgrounds/background-black/background_black_paper.png');
  background-repeat: repeat;
  color: white;
  width: 100%;
}

#smaac .smaac-column-half {
    z-index: 2;
}

#smaak .margin-bottom-40 {
    margin-bottom: 20px;
}

#smaak .divider_black {
    margin-top: 0px;
    margin-bottom: -10px;
}

@media (max-width: 640px) {
.smaak-container {
    height: 275px;
}

#smaak .margin-bottom-40 {
    margin-bottom: 60px;
}

.smaak-container div h2 {
    font-size: 23px;

    line-height: 23px;
    margin-bottom: 0px;
}

.smaak-container div h3 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 1px;
}

#smaak .align-right {
    margin-right: 10px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.next,
.prev {
    margin-top: 70px;
}

.next {
    right: 20px;
}

.smaak-container div.smaac-column-half:first-child {
  margin-top: 40px;
} 
}

@media (max-width: 460px) {
.smaak-container div.smaac-column-half img {
    margin-top: 0px;
}
.smaak-container {
    height: 250px;
}

.smaak-container div h2 {
  margin-top: 20px;
  font-size: 18px;
  line-height: 18px;
}

.smaak-container div h3 {
    font-size: 12px;
    line-height: 12px;
}

.smaak-container div.smaac-column-half:last-child h2, 
.smaak-container div.smaac-column-half:last-child h3 {
  margin-left: 5px;
  margin-bottom: 0px;
}

.smaak-container div.smaac-column-half {
  margin-top: 30px;
}
}


@media (max-width: 360px) {
#smaak .margin-bottom-80 {
    margin-bottom: 20px;
}
}

/*  Begin Voedingswaardentabel */
table {
  width: 100%;
  margin-top: -1.5px;

}

table.BE-table {
    background: none !important;
    border-bottom: solid 1.5px;
}


table th, table td {
    line-height: 20px;
}

table td,
table th {
  border: none;
}

tr td {
 border: solid 1.5px #4E4E4E;
}

tbody, 
tbody tr:nth-child(even) {
    background-color: transparent !important;
}

tr td:first-child, 
tr th:first-child {
    text-align: left;
}

tr th,
tr td{
    text-align: right;
}

thead, tbody, tfoot {
    border: none;
}

#smaak .align-right {
    margin-right: 30px;
}




table {
    background: url("../img/diversen/Divider_black.png") center bottom no-repeat !important;
    background-size: 100% 6px !important;
}

tr:last-child,
tr:last-child td {
  border-bottom: solid 0px !important;
  padding-bottom: 13px;
}

thead {
    border: 1px solid black;
    border-top: none;
}

td {
  width: 20%;
}

td:first-child {
    width: 40%;
}

@media (max-width: 640px) {
table {
    font-size: 12px;
}

table th, table td {
  line-height: 12px;
}
}
/*  Einde Voedingswaardentabel */
/* Eind Smaak detailpagina */




.supermarkt-logo {
    height: 200px;
    white-space: nowrap;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.supermarkt-logo img {
    vertical-align: middle;
    max-height: 200px;
    max-width: 110px;
}

.supermarkt-logo:hover {
    background-color: #00000008;
}


/* Begin Smaken overzichtspagina */
#smaken .low-packshot {
    margin-top: -70px;
}

#smaken .text-row.row div.medium-12 p {
    margin-bottom: -10px;
}

@media (max-width: 1024px) {
#smaken .low-packshot {
    margin-top: -50px;
}
}

#smaken p,
#vind_ons p {
    font-family: Lunchbox_Slab;
    font-size: 23px;
}

#smaken .packshot-hover img:first-child {
    z-index: 2;
}

#smaken .packshot-hover {
    position: relative;
}

#smaken .packshot-hover img {
    position: absolute;
        padding-left: 20px;
    padding-right: 20px;
}

.smaak-item {
    height: 400px;
}

.smaak-item .packshot-hover:hover .packshot-shadow {
  opacity: 0.9;
}

.item-tekst {
    margin-top: 200px;
}

.item-tekst .black-edge-top {
    margin-top: -15px;
}

.item-tekst .black-edge-bottom {
    margin-bottom: -15px;
}


.item-tekst h2 {
  padding-top: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lunchbox_Slab_Bold;
  letter-spacing: 0;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: -2px;
}

.item-tekst h3 {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 20px;
    letter-spacing: 0px;
}

.item-tekst h2, .item-tekst h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 220px;
}

.packshot-hover .item-tekst {
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#smaken .item-tekst h2 {
  font-size: 23px;
  line-height: 23px;
}

#smaken .item-tekst h3 {
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1100px) {
.item-tekst {
    margin-top: 160px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 180px;
}

.smaak-item {
    height: 340px;
}
}

@media (max-width: 1070px) {
.item-tekst {
    margin-top: 130px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 150px;
}

.smaak-item {
    height: 310px;
}

#smaken .packshot-hover img {
    padding-left: 13%;
    padding-right: 13%;
    width: 320px;
}
}



@media (max-width: 1023px) {
.item-tekst {
    margin-top: 200px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 220px;
}

.smaak-item {
    height: 360px;
}

#smaken .packshot-hover img {
    padding-left: 11%;
    padding-right: 11%;
}
}

@media (max-width: 940px) {
.item-tekst {
    margin-top: 185px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 205px;
}

.smaak-item {
    height: 345px;
}

#smaken .packshot-hover img {
    padding-left: 10%;
    padding-right: 10%;
}
}

@media (max-width: 860px) {
#smaken .packshot-hover img {
    padding-left: 7%;
    padding-right: 7%;
}
}

@media (max-width: 770px) {
.item-tekst {
    margin-top: 170px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 190px;
}

.smaak-item {
    height: 330px;
}

#smaken .packshot-hover img {
    padding-left: 3%;
    padding-right: 3%;
}


#smaken .item-tekst h2 {
  font-size: 18px;
  line-height: 18px;
}

#smaken .item-tekst h3 {
  font-size: 12px;
  line-height: 12px;
}
}

@media (max-width: 695px) {
.item-tekst {
    margin-top: 150px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 170px;
}

.smaak-item {
    height: 310px;
}


}

@media (max-width: 640px) {
.item-tekst {
    margin-top: 250px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 270px;
}

.smaak-item {
    height: 410px;
}

#smaken .item-tekst h2 {
  font-size: 24px;
  line-height: 24px;
}

#smaken .item-tekst h3 {
  font-size: 17px;
  line-height: 17px;
}
}

@media (max-width: 570px) {
.item-tekst {
    margin-top: 220px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 240px;
}

.smaak-item {
    height: 380px;
}

#smaken .item-tekst h2 {
  font-size: 23px;
  line-height: 23px;
}
}

@media (max-width: 530px) {
.item-tekst {
    margin-top: 190px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 210px;
}

.smaak-item {
    height: 350px;
}
}

@media (max-width: 480px) {
.item-tekst {
    margin-top: 160px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 180px;
}

.smaak-item {
    height: 320px;
}


#smaken .item-tekst h2 {
  font-size: 20px;
  line-height: 20px;
}

#smaken .item-tekst h3 {
  font-size: 15px;
  line-height: 15px;
}
}

@media (max-width: 410px) {
.item-tekst {
    margin-top: 130px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 150px;
}

.smaak-item {
    height: 290px;
}


#smaken .item-tekst h2 {
  font-size: 17px;
  line-height: 17px;
}

#smaken .item-tekst h3 {
  font-size: 12px;
  line-height: 12px;
}

}

@media (max-width: 350px) {
.item-tekst {
    margin-top: 90px;
}

.packshot-hover:hover .item-tekst {
    margin-top: 110px;
}

.smaak-item {
    height: 250px;
}

#smaken .smaak-item .black-background {
    min-height: 135px;
}

}

/* Einde Smaken overzichtspagina */



/* begin over-danio-pagina */

.over-danio-img {
    width: 100%;
    border: solid 0px #4E4E4E;
    margin-top: 50px;
    margin-bottom: -50px;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1050px) { 
.over-danio-img {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 850px) { 
.over-danio-img {
    padding-left: 0px;
    padding-right: 0px;
}
}

@media (max-width: 640px) { 
.over-danio-img {
    padding-left: 50px;
    padding-right: 50px;
}
}

#over_ons .box-video,
#home .box-video {
    border-right: solid 3px black;
    border-left: solid 3px black;
}
@media (max-width: 640px) {
#home #video-row .margin-top-large {
    margin-top: 135px;
}}

@media (max-width: 320px) {
#home #video-row .margin-top-large {
    margin-top: 110px;
}}

.image-divider-border {
    margin-top: -4px;
    z-index: 15;
    position: relative;
}
.image-divider-border:first-child {
    margin-bottom: -53px;
    margin-top: 53px;
}

/* Einde over-danio-pagina */


@media (max-width: 1024px) {
.top-bar_logo {
    width: 150px;
    margin-top: -6px;

}

.menu li a {
    margin-left: 25px;
}
}

#offCanvasRight .menu li a {
    margin-left: 10px;
}

@media (max-width: 750px) {


.menu li a {
    margin-left: 17px;
    font-size: 20px;
}

.slogan h1 {
    font-size: 40px !important;
    line-height: 35px;
    margin-top: -80px;
}
}

@media (max-width: 640px) {
.owl-hero-container .item {
    height: 300px;
}

.top-bar_logo {
        width: 80px;
    margin-top: -3px;
}

.owl-hero-container .owl-carousel .owl-wrapper-outer {
    max-height: 300px;
}
}

@media (max-width: 500px) {
.owl-hero-container .item {
    height: 200px;
}

.owl-hero-container .owl-carousel .owl-wrapper-outer {
    max-height: 200px;
}
}
/* Einde responsive */

/*  Language pop-up */

.language-overlay {
    display: none;
}

#language-overlay-id div.margin-top-large {
    margin-top: 80px;
}

.language-overlay-visible {
  display: inline-block;
  z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: rgba(255,255,255,.96);
}

.language_logo {
    height: 150px;
    margin-top: -75px;
    margin-bottom: -20px;
}

#language-overlay-id a {
    margin: 20px;
}

#row-packshot-carousel .slogan-container.hide-small.slogan-BE {
    margin-left: 17px;
}

#row-packshot-carousel .slogan-container.hide-small.slogan-BE h1 {
  font-size: 40px !important;
  line-height: 40px;
  margin-top: -100px;
}

#row-packshot-carousel .slogan-container.hide-big.slogan-BE h1 {
  font-size: 30px !important;
  line-height: 30px;
}

@media (max-width: 850px) {
  #row-packshot-carousel .slogan-container.hide-small.slogan-BE h1 {
  font-size: 30px !important;
  line-height: 30px;
  margin-top: -90px;
}
}
/*  Language pop-up */


/* veelgestelde vragen */

.accordion-menu li:last-child {
    display: block;
}


.is-accordion-submenu-parent > a::after {
    border-color: #0a0a0a transparent transparent;
}

.accordion-menu li a {
    margin-left: 0px;
}

.accordion-menu .is-accordion-submenu-parent {
    margin: 30px !important;
}

.accordion-menu .is-accordion-submenu-parent a:focus {
    outline: none;
}

.accordion-menu .is-accordion-submenu-parent a:hover {
    background: none;
    text-decoration: underline;
}

.is-accordion-submenu-parent a {
    padding-right: 50px !important;
}

a.text-link {
  color: black;
  text-decoration: underline;
}



/* veelgestelde vragen */





/*----- COOKIE POPUP STYLES -----*/
.cookie-popup{width: 100%; position: fixed; top: 0; left: 0; right: 0; height: 100%; z-index: 10000; overflow-y: auto;}
.cookie-popup .cookie-popup-inner{position: relative; min-height: 100%;}
.cookie-popup .inner{max-width: 990px; margin: 0 auto;}
.cookie-popup .cookie-header{height: 120px; position: relative; background-color: #fefefe; background-image: url('../img/backgrounds/background-light/background_light_paper.png'); background-repeat: repeat; background-repeat-x: repeat; background-repeat-y: repeat;}
.cookie-popup .cookie-header::before{display: none;}
.cookie-popup .cookie-header .inner{position: relative; height: 100%; z-index: 1;}
.cookie-popup .cookie-header .logo{width: auto; height: auto; position: absolute; left: 0; right: 0; top: 40px; margin: 0 auto;}
.cookie-popup .cookie-header .logo img{height: 150px; display: block; margin: 0 auto;}
.cookie-popup .cookie-header .watercolor-edge-bottom{margin-top: -11px;}

.cookie-popup .cookie-content{padding: 25px 0 380px 0; position: relative;}
.cookie-popup .cookie-content .black-edge-top{position: absolute; left: 0; right: 0; top: -15px;}
.cookie-popup .cookie-content h1{border: none;}
.cookie-popup .cookie-content p{margin-bottom: 16px;}
.cookie-popup .cookie-content .btn{display: inline-block; vertical-align: top; margin-right: 30px;}

.cookie-popup .cookie-footer{position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background-color: #fefefe; background-image: url('../img/backgrounds/background-light/background_light_paper.png'); background-repeat: repeat; background-repeat-x: repeat; background-repeat-y: repeat;}
.cookie-popup .cookie-footer img{max-width: 300px; display: block; margin: 0 auto; margin-top: 0; position: absolute; bottom: 20px; left: 0; right: 0;}

@media only screen and (max-width: 1040px) {
  .cookie-popup .inner{margin: 0 20px;}
}

@media only screen and (max-width: 500px) {
  .cookie-popup .cookie-content{padding: 25px 0 300px 0;}
  .cookie-popup .cookie-footer{height: 140px;}
  .cookie-popup .cookie-footer img{max-width: 200px;}
}




/*----- COOKIE POPUP STYLES -----*/
.language-popup-wrap{width: 100%; height: auto; position: fixed; top: 50%; left: 0; right: 0; padding: 116px 20px 56px; z-index: 100000; max-width: 810px; background-color: #000; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center;}
.language-popup-wrap *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto;}
.language-popup-wrap .black-edge-top{position: absolute; left: 0; right: 0; top: -14px;}
.language-popup-wrap .black-edge-bottom{position: absolute; left: 0; right: 0; bottom: -14px;}

.language-popup-wrap .logo{width: 200px; height: 192px; position: absolute; left: 0; right: 0; top: -96px;} 
.language-popup-wrap p{font-size: 15px; margin-bottom: 36px;}
.language-popup-wrap .btns-wrap{font-size: 0;}
.language-popup-wrap .btn{display: inline-block; vertical-align: top; margin-right: 58px;}
.language-popup-wrap .btn:last-child{margin-right: auto;}
.language-popup-wrap .btn a{margin-top: 0;}

.footer_privacy_wrap.slidedown{-webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%);}

.footer_privacy_wrap *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto;}
.footer_privacy_wrap{position: fixed; top: 0; left: 0; right: 0; padding: 12px 20px; z-index: 100000; background-color: #000; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); transform: translateY(-100%); margin: 0 auto; font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.footer_privacy_wrap .inner{max-width: 1200px; position: relative;}
.footer_privacy_wrap .black-edge-top{display: none;}  
.footer_privacy_wrap .text-wrap{display: block; text-align: center;}
.footer_privacy_wrap p{font-size: 15px; color: #fff;}
.footer_privacy_wrap p a{color: #fff; text-decoration: underline;}
.footer_privacy_wrap .btns-wrap{text-align: center; padding: 10px 0;}
.footer_privacy_wrap .btn-wrap{display: inline-block; padding: 0 20px; vertical-align: middle;}
.footer_privacy_wrap .btn-wrap a{margin-top: 0;}

.privacy_cat_modal_wrap{position: fixed; top: 0; left: 0; right: 0; height: 100%; overflow-y: auto; z-index: 100000; margin: 0 auto; display: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.privacy_cat_modal_wrap *{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 auto;}
.privacy_cat_modal_wrap .privacy_cat_modal{width: 100%; height: auto; background-color: #000; color: #fff;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body{padding: 42px 20px 1px; max-width: 1200px;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro{font-size: 15px; margin-bottom: 64px; padding-right: 310px; position: relative;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro a{color: #fff; text-decoration: underline;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro .danio-button{position: absolute; right: 0; top: 0;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro .danio-button{text-decoration: none; margin-top: 0;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro .danio-button:hover{color: #000;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap{margin-left: -15px; margin-right: -15px; overflow: hidden;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth{width: 50%; height: auto; float: left; padding: 0 15px; margin-bottom: 68px;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .cat_title{margin-bottom: 30px; font-family: Lunchbox_Slab; font-size: 35px; line-height: 46px; font-weight: 400; text-transform: uppercase; border-bottom: 4px solid #fff; padding-bottom: 16px;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .cat_title strong{font-weight: 400;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth p{font-size: 15px;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn{width: 40px; height: 24px; overflow: hidden; border-radius: 15px; float: right; position: relative; cursor: pointer; margin-top: 15px;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn .bg-color{width: 100%; height: 100%; background-color: #00B050; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn .icon{width: 24px; height: 24px; border-radius: 50%; background-color: #fff; position: absolute; left: 100%; top: 0; box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.9); -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.selected .bg-color{background-color: #ccc;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.selected .icon{left: 0; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%);}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.checkmark{width: 24px; height: 24px;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.checkmark .icon{width: 22px; height:22px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); transform: translateX(0%); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); box-shadow: none; left: 0; background-color: transparent; border-radius: 0;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.checkmark .icon::before{content: ''; position: absolute; width:2px; height:8px; background-color:#fff; left:12px; top:6px;}

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn.checkmark .icon::after{content: ''; position: absolute; width:4px; height:2px; background-color:#fff; left:9px; top:12px; }  

.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_footer{width: 100%; padding: 20px 0; margin-top: 15px; max-width: 1200px; display: none;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_footer .btn-wrap{padding: 0 20px; vertical-align: middle; text-align: center;}
.privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_footer .btn-wrap a{display: inline-block; font-size: 14px; line-height: 22px; background-color: #00b050; color: #fff; padding: 6px 20px; border-radius: 5px; text-align: center; text-decoration: none;}

.privacy_wrap_overlay{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.8); z-index: 9999;}


@media only screen and (max-width: 940px) {
  .footer_privacy_wrap .text-wrap{width: 100%; margin-bottom: 30px;}
  .footer_privacy_wrap p{font-size: 16px; line-height: 26px;}
  .footer_privacy_wrap .btn-wrap{width: 100%; text-align: center;}
}

@media only screen and (max-width: 860px) {
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro{padding-right: 0; overflow: hidden; font-size: 16px; line-height: 28px;}
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .intro .danio-button{position: relative; right: auto; top: auto; display: block; width: 180px; text-align: center; margin-top: 20px;}
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .cat_title{font-size: 24px; line-height: 34px;}
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth .toggle-btn{margin-top: 7px;}
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth p{font-size: 15px; line-height: 26px;}
} 

@media only screen and (max-width: 580px) {
  .privacy_cat_modal_wrap .privacy_cat_modal .privacy_cat_modal_body .cat_modal_wrap .one-fourth{width: 100%; margin-bottom: 40px;}
}

p.cookie-msg {
  padding: 50px;
}



#offCanvasRight.is-open { 
  right: 0px; 
  background: #fff; 
  z-index: 9000; 
}

#offCanvasRight .off-canvas-menu__close-btn-wrap {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#offCanvasRight .off-canvas-menu__close-btn-wrap .title-bar-title {
  margin-right: 10px;
}