/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #COLOR MODIFIERS
\*------------------------------------*/
/*------------------------------------*\
  #FONT OPTIONS
\*------------------------------------*/
/*------------------------------------*\
  #EXTENDS
\*------------------------------------*/
/*------------------------------------*\
  #MIXINS
\*------------------------------------*/
/*------------------------------------*\
  #COOKIE NOTICE
\*------------------------------------*/
.cookie-notice {
  padding: 1.5rem;
  color: #000000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  z-index: 999;
  border-radius: 5px;
  background: rgba(255, 237, 3, 0.9);
  opacity: 1;
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  @media only screen and (max-width: 767px) {
    .cookie-notice {
      padding: 1rem;
      font-size: 13px; } }
  .cookie-notice .page-content {
    color: #000000;
    font-size: 14px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .cookie-notice .page-content {
        padding: 1rem;
        font-size: 13px; } }
  .cookie-notice a {
    text-decoration: underline;
    color: #000;
    display: block; }
  .cookie-notice a.close-btn {
    text-decoration: none;
    color: #000;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #000; }
  .cookie-notice .text-center {
    margin-top: 10px; }

@font-face {
  font-family: 'geared_slabregular';
  src: url("https://target-brand.be/data/fonts/gearedslab.eot");
  src: url("https://target-brand.be/data/fonts/gearedslab.eot?#iefix") format("embedded-opentype"), url("https://target-brand.be/data/fonts/gearedslab.woff") format("woff"), url("https://target-brand.be/data/fonts/gearedslab.ttf") format("truetype"), url("https://target-brand.be/data/fonts/gearedslab.svg#geared_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabthin';
  src: url("https://target-brand.be/data/fonts/gearedslab-light.eot");
  src: url("https://target-brand.be/data/fonts/gearedslab-light.eot?#iefix") format("embedded-opentype"), url("https://target-brand.be/data/fonts/gearedslab-light.woff") format("woff"), url("https://target-brand.be/data/fonts/gearedslab-light.ttf") format("truetype"), url("https://target-brand.be/data/fonts/gearedslab-light.svg#geared_slabthin") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabextrabold';
  src: url("https://target-brand.be/data/fonts/gearedslab-extrabold.eot");
  src: url("https://target-brand.be/data/fonts/gearedslab-extrabold.eot?#iefix") format("embedded-opentype"), url("https://target-brand.be/data/fonts/gearedslab-extrabold.woff") format("woff"), url("https://target-brand.be/data/fonts/gearedslab-extrabold.ttf") format("truetype"), url("https://target-brand.be/data/fonts/gearedslab-extrabold.svg#geared_slabextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'geared_slabbold';
  src: url("https://target-brand.be/data/fonts/gearedslab-bold.eot");
  src: url("https://target-brand.be/data/fonts/gearedslab-bold.eot?#iefix") format("embedded-opentype"), url("https://target-brand.be/data/fonts/gearedslab-bold.woff") format("woff"), url("https://target-brand.be/data/fonts/gearedslab-bold.ttf") format("truetype"), url("https://target-brand.be/data/fonts/gearedslab-bold.svg#geared_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }
::selection {
  background: #000;
  color: #FFF; }

::-moz-selection {
  background: #000;
  color: #FFF; }

body, html {
  background: #FFF;
  font-size: 12px;
  color: #87888a;
  font-family: 'geared_slabregular','Open Sans',Arial,Helvetica,sans-serif;
  overflow-x: hidden; }

a, a:hover, a:focus {
  color: #000;
  text-decoration: none; }

.page-content {
  line-height: 1.6;
  font-weight: normal;
  font-family: 'Open Sans';
  /*max-height: 370px;*/
  overflow: hidden; }

.page-content.big-content {
  font-size: 14px; }

/* - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  */
/* INTRO
/* - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  */
.relative-wrap {
  position: relative;
  top: 0; }

.intro-wrap {
  background: #e2231a;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

/*.intro-wrap[data-id='kip']{background:#51aae3; }*/
.intro-logo {
  width: 650px;
  height: 350px;
  background: url("https://target-brand.be/data/images/skin/default/intro_logo.png") no-repeat left top;
  margin: 50px auto 0;
  background-repeat: no-repeat;
  background-position: center center; }

.rund .intro-logo {
  background-image: url("https://target-brand.be/data/images/skin/default/intro_logo_1.png"); }

.kip .intro-logo {
  background-image: url("https://target-brand.be/data/images/skin/default/intro_logo_2.png"); }

.intro-swap-container {
  margin-top: 100px; }

.intro-swap-container .intro-btn {
  width: 527px;
  height: 270px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

.intro-swap-container .intro-btn.rund {
  background-image: url("https://target-brand.be/data/images/skin/default/btn_rund.png"); }

.intro-swap-container .intro-btn.rund:hover {
  background-image: url("https://target-brand.be/data/images/skin/default/btn_rund_active.png"); }

.intro-swap-container .intro-btn.kip {
  background-image: url("https://target-brand.be/data/images/skin/default/btn_kip.png"); }

.intro-swap-container .intro-btn.kip:hover {
  background-image: url("https://target-brand.be/data/images/skin/default/btn_kip_active.png"); }

.circle.active {
  text-decoration: underline; }

.circle {
  background: #FFED03;
  color: #000;
  padding: 12px 10px;
  font-family: 'Open Sans';
  border-radius: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin: 5px; }

/* - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  - - - - - - - - - - - - - -  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 19; }

.nav-logo {
  width: 200px;
  height: 108px;
  position: fixed;
  top: 10px;
  left: 50%;
  margin-left: -100px;
  z-index: 20; }

.header .big-col {
  width: 40%;
  float: left;
  min-height: 1px; }

.header .small-col {
  width: 20%;
  float: left;
  text-align: center;
  min-height: 1px; }

.header {
  padding: 10px;
  border-bottom: 2px solid #FFF;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; }

.kip .header {
  background: #37ade1; }

.rund .header {
  background: #e2231a; }

.kip .nav-logo {
  background: url("https://target-brand.be/data/images/skin/default/nav_logo_2.png") no-repeat left top; }

.rund .nav-logo {
  background: url("https://target-brand.be/data/images/skin/default/nav_logo_1.png") no-repeat left top; }

.header .nav-item {
  display: inline-block;
  padding: 20px 35px 0; }

.header .big-col .nav-item:last-child {
  padding-right: 0; }

.header .big-col .nav-item:first-child {
  padding-left: 0; }

.header .nav-item a {
  font-family: 'Open sans';
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 20px;
  position: relative; }

.header .nav-item a > span {
  display: block;
  background: #ffe600;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -2px;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.header .nav-item.active a > span,
.header .nav-item:hover a > span {
  opacity: 1;
  bottom: 5px; }

.header .nav-item a > span:before,
.header .nav-item a > span:after {
  display: block;
  background: #ffe600;
  position: absolute;
  border-radius: 10px;
  content: '';
  width: 3px;
  height: 3px;
  bottom: 0px;
  left: -9px;
  opacity: 0;
  bottom: -5px; }

.header .nav-item a > span:after {
  transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s; }

.header .nav-item a > span:before {
  transition: all 0.2s ease 0.25s;
  -webkit-transition: all 0.2s ease 0.25s;
  -moz-transition: all 0.2s ease 0.25s;
  -ms-transition: all 0.2s ease 0.25s;
  -o-transition: all 0.2s ease 0.25s; }

.header .nav-item.active a > span:before,
.header .nav-item.active a > span:after,
.header .nav-item:hover a > span:before,
.header .nav-item:hover a > span:after {
  opacity: 1;
  bottom: 0; }

.header .nav-item a > span:before {
  left: 10px; }

.header .nav-item.active a {
  /*background:url("https://target-brand.be/data/images/skin/default/nav-active.png") no-repeat center 80%;*/
  color: #ffe600; }

#main-wrap {
  position: relative; }

.fill {
  position: relative;
  min-height: 200px; }

.fill.half-fill {
  min-height: 150px; }

.page-item {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

.kip .page-item {
  background: #FFF url("https://target-brand.be/data/images/skin/default/page-bg-kip.png") no-repeat left bottom; }

.slide-block .page-content {
  font-size: 21px;
  color: #b1b1b1;
  text-align: left;
  font-family: 'Open Sans';
  font-weight: 100;
  font-style: italic; }

.slide-block .page-content h1 {
  color: #FFF; }

.slide-block .page-content.smaller_font {
  font-size: 20px; }

.slide-block .page-content.smallest_font {
  font-size: 16px; }

.isMobile .slide-block .page-content {
  font-size: 14px !important; }

.page-inner {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 30px 0; }

.page-inner.home-beef {
  background: #e2231a; }

.page-inner.home-beef .slide-block .page-content {
  color: #FFF; }

.page-inner.home-beef .slide-block .page-content a {
  color: #FFF;
  text-decoration: underline; }

.page-inner.home-beef .page-content a.button.big {
  background: #FFF;
  color: #e2231a; }

.rund .page-item {
  border-top: 3px solid #e2231a;
  border-bottom: 3px solid #e2231a; }

.kip .page-item {
  border-top: 3px solid #37ade1;
  border-bottom: 3px solid #37ade1; }

.bg-item {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.bg-item .bg-item__notice {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  font-size: 12px;
  font-family: 'Open Sans','Arial',sans-serif;
  font-style: italic; }

.bg-item img {
  position: relative;
  transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.isMobile .full-fill .bg-item img {
  min-height: 250px; }

.isMobile .half-fill .bg-item img {
  min-height: 175px; }

.kip .button {
  background: #00b2dd; }

.rund .button {
  background: #e2231a; }

.button {
  display: inline-block;
  padding: 10px 15px;
  color: #FFF;
  font-family: 'Open Sans';
  font-weight: 600; }

.button.big {
  padding: 20px;
  font-size: 18px; }

.parent-height {
  display: table-row; }

.parent-height.inner-parent-height {
  display: table-cell;
  vertical-align: middle; }

.page-slider {
  position: relative; }

.page-slider .page-content ul {
  font-size: 30px; }

.page-slider .page-content ul li {
  padding-left: 70px;
  font-size: 26px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'geared_slabregular';
  background: url("https://target-brand.be/data/images/skin/default/list-icon.png") no-repeat left center;
  display: block;
  font-style: normal;
  text-align: left; }

.rund .page-slider .page-content ul li {
  color: #FFF; }

.kip .page-slider .page-content ul li {
  color: #37ade1; }

.product-page-nav {
  border-bottom: 3px solid #030304;
  font-size: 0;
  left: 0;
  margin-top: -53px;
  position: absolute;
  right: 0; }

.rund .product-nav-item {
  background-color: #e2231a; }

.kip .product-nav-item {
  background-color: #37ade1; }

.product-page-nav .product-nav-item {
  display: inline-block;
  border: 1px solid #030304;
  border-bottom: none;
  margin-right: 5px; }

.product-page-nav .product-nav-item.active {
  margin-top: -5px;
  padding-top: 5px;
  position: relative;
  top: 5px;
  background-image: url("https://target-brand.be/data/images/skin/default/product-nav-active.png");
  background-repeat: no-repeat;
  background-position: center 90%; }

.product-page-nav .product-nav-item.active a {
  color: #f9eb0f; }

.product-page-nav .product-nav-item a {
  color: #FFF;
  display: block;
  padding: 10px 15px;
  font-size: 26px;
  font-weight: normal;
  font-family: 'geared_slabthin';
  text-transform: uppercase; }

.flex-direction-nav a {
  height: 100%;
  top: 0;
  bottom: 0;
  width: 44px;
  margin: 0;
  opacity: 1;
  background: url("https://target-brand.be/data/images/skin/default/slider-nav.png") no-repeat left center; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important; }

.flex-direction-nav .flex-prev {
  background-position: left center;
  left: 10px; }

.flex-direction-nav .flex-next {
  background-position: right center;
  right: 10px; }

h1.big-title {
  font-family: 'geared_slabregular';
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase; }

h1.big-title.marginBottom20 {
  margin-bottom: 20px; }

h1.big-title.marginBottom50 {
  margin-bottom: 50px; }

h1.big-title.marginTop20 {
  margin-top: 20px; }

.rund h1.big-title {
  color: #e2231a; }

.kip h1.big-title {
  color: #37ade1; }

.rund .quality-page-nav {
  background: #e2231a; }

.quality-page-nav {
  position: absolute;
  left: 0;
  right: 0;
  background: #37ade1;
  z-index: 1;
  border: 2px solid #2b2422;
  border-left: none;
  border-right: none;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); }

.quality-page-wrap {
  display: table;
  width: 100%; }

.quality-page-wrap .quality-nav-item:last-child {
  background: none; }

.quality-nav-item {
  display: table-cell;
  vertical-align: middle;
  width: 16.66666%;
  background: url("https://target-brand.be/data/images/skin/default/quality-sep.png") no-repeat right center; }

.quality-nav-item a {
  display: block;
  padding: 20px;
  /*padding-left:0;*/
  color: #FFF;
  font-family: 'Open Sans';
  text-align: center;
  font-size: 16px;
  color: #FFF; }

.quality-nav-item.active a {
  color: #f9eb0f;
  cursor: default; }

.rund i.page-nav {
  background: url("https://target-brand.be/data/images/skin/default/page-nav-rund.png") no-repeat left top; }

.kip i.page-nav {
  background: url("https://target-brand.be/data/images/skin/default/page-nav-kip.png") no-repeat left top; }

i.page-nav {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  margin-left: -17.5px;
  z-index: 2;
  cursor: hand;
  cursor: pointer; }

.isMobile i.page-nav {
  width: 17.5px;
  height: 17.5px;
  margin-left: -8.75px;
  background-size: 17.5px , 17.5px; }

i.page-nav.next {
  bottom: -65px;
  background-position: left bottom; }

i.page-nav.prev {
  top: -65px; }

.isMobile i.page-nav.next {
  bottom: -10px; }

.isMobile i.page-nav.prev {
  top: -10px; }

div[data-page='history'] i.page-nav.next,
div[data-page='weetje'] i.page-nav.next,
div[data-page='quality'] i.page-nav.next {
  bottom: -135px; }

.isMobile.kip [data-page='quality'] i.page-nav.next {
  bottom: -10px; }

.slide-block .page-content table {
  font-style: normal;
  border: none; }

.home-beef .slide-block .page-content table tr,
.home-beef .slide-block .page-content table td,
.home-beef .slide-block .page-content table {
  background: #E2231A;
  color: #FFF; }

.rund .slide-block .page-content table tr td,
.rund .slide-block .page-content table tr th {
  border-right-color: #FFF; }

.slide-block .page-content table tr td,
.slide-block .page-content table tr th {
  text-align: left;
  border-right: 2px solid #01b2de;
  /*border-bottom: 1px solid #e5f7fc;*/
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  color: #7d7d7d;
  padding-left: 10px;
  line-height: 1rem; }

.home-beef .slide-block .page-content table tr td,
.home-beef .slide-block .page-content table tr th {
  font-size: 15px; }

.slide-block .page-content table tr {
  background: #FFF; }

.slide-block .page-content table tr th {
  color: #4f4f4f;
  font-family: 'geared_slabthin';
  text-transform: uppercase;
  font-size: 17px; }

.home-beef .slide-block .page-content table tr th {
  font-size: 20px; }

.home-beef .extra-info {
  color: #FFF; }

.rund .home-beef h1.big-title {
  color: #FFF; }

.home-beef .slide-block .page-content table tr th {
  color: #FFF; }

.slide-block .page-content table tr td:last-child,
.slide-block .page-content table tr th:last-child {
  border-right: none; }

.slide-block .page-content table tr td:first-child,
.slide-block .page-content table tr th:first-child {
  padding-left: 0; }

.slide-block .page-content table tr:last-child td {
  border-bottom: none; }

.slide-block .page-content table tr:last-child td span {
  padding-left: 20px; }

.extra-info {
  color: #c7c7c7;
  font-size: 12px;
  margin-top: 20px;
  text-align: left; }

.loginForm {
  margin-top: 40px; }

.loginForm h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Open Sans'; }

.loginForm label {
  font-family: 'Open Sans'; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  font-family: 'Open Sans';
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #000;
  font-size: 14px;
  height: auto; }

input[type="text"].error, textarea.error {
  color: #E2231A;
  border: 1px solid #E2231A;
  font-weight: bold; }

form button,
button.btn, a.btn {
  border-radius: 3px;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 10px 20px; }

.rund form button,
.rund button.btn {
  background: #e2231a; }

.kip form button,
.kip button.btn {
  background: #37ade1; }

a.btn {
  color: white;
  background: #e2231a;
  margin-bottom: 10px;
  display: inline-block; }

.other-logo {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 21; }

.other-logo .other-icon {
  position: relative;
  z-index: 1; }

.other-logo .other-text {
  border-right: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  left: -410px;
  min-width: 500px;
  padding: 30px 30px 30px 90px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.4); }

.other-logo .other-text span {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.other-logo:hover .other-text span {
  opacity: 1; }

.other-logo:hover .other-text {
  left: 0;
  right: 0; }

.kip .other-logo .other-text {
  background: #e21d19; }

.rund .other-logo .other-text {
  background: #37ade1; }

.switch_block {
  display: block;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 13px;
  padding: 8px;
  color: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

.switch_block:hover {
  color: #FFF; }

.rund .switch_block {
  background: #37ade1; }

.kip .switch_block {
  background: #e2231a; }

.mobile-nav {
  /*height: 60px;*/
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  color: #FFF;
  padding: 10px;
  position: fixed;
  top: 29px;
  left: 0;
  right: 0;
  z-index: 99; }

.rund .mobile-nav {
  background: #e2231a; }

.kip .mobile-nav {
  background: #37ade1; }

.mobile-nav-title {
  float: left;
  color: #FFF;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }

.mobile-nav-burger {
  float: right;
  width: 30px;
  height: 22px;
  background: url("https://target-brand.be/data/images/skin/default/nav-burger.png") no-repeat center center;
  background-size: 30px , 22px; }

.mobile-nav-wrap {
  top: -100%;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 98;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }

.mobile-nav-wrap.active {
  top: 75px;
  visibility: visible; }

.mobile-nav-wrap .nav-item {
  display: block; }

.mobile-nav-wrap .nav-item a {
  display: block;
  padding: 10px;
  color: #FFF;
  font-family: 'Open Sans';
  text-align: center;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase; }

.rund .mobile-nav-wrap .nav-item a {
  background: #e2231a; }

.kip .mobile-nav-wrap .nav-item a {
  background: #37ade1; }

.isMobile .page-inner {
  padding: 20px 20px 40px;
  display: block; }

.isMobile .flex-direction-nav {
  display: none; }

.tab-row {
  display: table;
  width: 100%; }

.table-cell,
.tab-cell {
  display: table-cell;
  width: 50% !important;
  vertical-align: middle; }

.table-cell {
  vertical-align: top; }

.tab-cell.full-cell {
  width: 100% !important; }

.tab-cell img {
  max-height: 100%;
  max-width: 100%; }

.tab-cell img.h100 {
  height: 100%; }

.tab-cell img.w100 {
  width: 100%; }

.tab-row .tab-cell:last-child {
  padding-left: 20px; }

.product-mobile-nav {
  position: relative;
  top: -2px; }

.product-mobile-nav .product-nav-item:first-child a {
  border-top: 1px solid #FFF; }

.product-mobile-nav .product-nav-item.active a {
  color: #F9EB0F; }

.product-mobile-nav .product-nav-item a {
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  padding: 10px;
  display: block; }

.footer {
  padding: 20px;
  border-top: 2px solid #FFF;
  background: #2b2422;
  color: #6a6665;
  font-family: 'Open Sans'; }

.footer a {
  color: #6a6665;
  text-decoration: none; }

ul.marginMin15 {
  margin-right: -0.625em; }

.top-img-bar {
  height: 150px;
  overflow: hidden;
  margin-top: 78px;
  background-size: cover;
  background-position: center center; }

.top-img-bar img {
  vertical-align: bottom; }

.rund .top-img-bar {
  border-bottom: 2px solid #e2231a; }

.kip .top-img-bar {
  border-bottom: 2px solid #37ade1; }

.main-content-wrap {
  padding: 20px 0; }

.recipe-item {
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  padding: 10px;
  position: relative;
  overflow: hidden; }

.recipe-item h2.recipe-title {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans';
  margin: 10px 0;
  min-height: 50px;
  display: block; }

.mv_foto-info,
.recipe-info {
  background: #FFF;
  display: inline-block;
  width: 250px;
  padding: 10px 5px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  border: 1px solid #FFF; }

.mv_foto-info.detail,
.recipe-info.detail {
  width: 100%; }

.mv_foto-info {
  background: #F8F8F8;
  border: 1px solid #D8D8D8; }

.recipe-info ul li {
  font-family: 'Open Sans';
  color: #7d7d7d;
  padding-bottom: 0; }

.recipe-info ul li div {
  display: block;
  height: 20px; }

.rund .recipe-icon {
  background: url("https://target-brand.be/data/images/skin/default/recipe_icons_1.png") no-repeat left top; }

.kip .recipe-icon {
  background: url("https://target-brand.be/data/images/skin/default/recipe_icons_2.png") no-repeat left top; }

/*.recipe-block{margin-bottom: 20px; }*/
.recipe-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden; }

.recipe-icon.persons {
  background-position: center center; }

.recipe-icon.type {
  background-position: right center; }

.rund .recipe-item .overlay-bg {
  background: #e2231a; }

.kip .recipe-item .overlay-bg {
  background: #37ade1; }

.recipe-item .overlay-bg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.recipe-item:hover .overlay-bg {
  visibility: visible;
  opacity: 0.7; }

.recipe-item .overlay-text {
  opacity: 0;
  visibility: hidden;
  bottom: -50px;
  position: absolute;
  left: 10px;
  right: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease; }

.recipe-item:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  bottom: 20px; }

.mv_foto-item.recipe-item:hover .overlay-text {
  bottom: 40%; }

h2 {
  font-weight: bold;
  color: #616161;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.ingredient-wrap {
  padding: 20px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Open Sans';
  line-height: 2;
  background: url("https://target-brand.be/data/images/skin/default/ingredient_bg.png") repeat left top;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }

.ingredient-wrap.is_fixed {
  position: fixed;
  top: 100px;
  z-index: 2; }

.recipe-detail-pic {
  display: none;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  position: relative; }

.recipe-detail-pic.active {
  display: block;
  height: 250px; }

.rund .page-nav-items span,
.rund .page-nav-items a,
.rund .back-btn {
  color: #e2231a; }

.kip .page-nav-items span,
.kip .page-nav-items a,
.kip .back-btn {
  color: #37ade1; }

.page-nav-items a,
.back-btn {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.page-nav-items span {
  display: inline-block;
  padding: 0 10px; }

.rund .page-nav-wrap {
  border-bottom: 2px solid #e2231a; }

.kip .page-nav-wrap {
  border-bottom: 2px solid #37ade1; }

.rund .page-nav-wrap.top-border {
  border-top: 2px solid #e2231a;
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 20px; }

.kip .page-nav-wrap.top-border {
  border-top: 2px solid #37ade1;
  padding-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 20px; }

.page-nav-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.socials {
  display: table;
  width: 100%; }

.socials .social-cell {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px; }

.mv_foto-pic,
.recipe-pic {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center; }

.mv_foto-pic {
  height: 135px; }

.pagination-wrap {
  text-align: center; }

.pagination-wrap a {
  display: inline-block;
  padding: 5px;
  background: #c9c9c9;
  border-radius: 3px;
  margin: 3px;
  font-family: 'Open Sans'; }

.pagination-wrap a {
  color: #FFF;
  font-weight: bold; }

.rund .pagination-wrap a.active {
  background: #e2231a; }

.kip .pagination-wrap a.active {
  background: #37ade1; }

.lang-wrap {
  display: inline-block;
  padding-left: 30px; }

/* The container */
label.privacy {
  display: block;
  width: auto;
  position: relative;
  padding-left: 35px;
  margin: 2em 0;
  cursor: pointer;
  font-size: 1em;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFF; }

label.privacy a {
  color: #FFF; }

/* Hide the browser's default checkbox */
.privacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.privacy:hover input ~ .checkmark {
  background-color: #ccc; }

.privacy input:checked ~ .checkmark {
  background-color: #000; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.privacy input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.privacy .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*.socials .social-cell iframe{width: 85px !important; }*/
/* RESPONSIVE */
@media only screen and (max-width: 1700px) {
  .intro-swap-container {
    margin-top: 25px; } }
@media only screen and (max-width: 1460px) {
  .intro-swap-container {
    margin-top: 25px; }

  .intro-swap-container .intro-btn {
    width: 290px;
    height: 170px; }

  .intro-swap-container .intro-btn.rund,
  .intro-swap-container .intro-btn.rund:hover,
  .intro-swap-container .intro-btn.kip,
  .intro-swap-container .intro-btn.kip:hover {
    background-size: 100%; } }
@media only screen and (max-width: 1285px) {
  .intro-logo {
    height: 260px;
    width: 420px;
    background-size: 100%; } }
@media only screen and (max-width: 1200px) {
  .header .big-col .nav-item:first-child {
    padding-left: 0; }

  .header .big-col .nav-item:last-child {
    padding-right: 0; }

  .header .nav-item a {
    font-size: 14px; }

  .header .nav-item {
    padding: 15px 25px;
    padding-bottom: 0; }

  .top-img-bar {
    margin-top: 71px; }

  .other-logo .other-text {
    padding: 26px 30px 27px 90px; } }
@media only screen and (max-width: 1140px) {
  .slide-block .page-content {
    font-size: 16px; }

  .intro-logo {
    height: 220px; }

  .kip .other-logo {
    left: -50px; } }
@media only screen and (max-width: 900px) {
  .kip .other-logo {
    left: -80px; }

  .header .nav-item a {
    font-size: 13px; }

  .header .nav-item {
    padding: 15px 20px;
    padding-bottom: 0; }

  .isMobile .header .nav-item {
    padding: 15px 18px;
    padding-bottom: 0; }

  .nav-logo {
    width: 150px;
    margin-left: -75px; }

  .kip .nav-logo,
  .rund .nav-logo {
    background-size: 100%; }

  .slide-block .page-content {
    font-size: 13px; }

  .intro-logo {
    margin-top: 0; } }
@media only screen and (max-width: 620px) {
  #captcha_img {
    width: auto !important;
    margin-bottom: 10px; }

  .ingredient-wrap.is_fixed {
    position: static;
    top: 0; }

  .ingredient-wrap {
    margin-bottom: 20px; }

  i.page-nav {
    display: none !important; }

  .kip .page-item {
    background: #FFF; }

  .table-cell,
  .tab-cell {
    display: block;
    width: 100% !important; }

  .tab-row .table-cell:last-child,
  .tab-row .tab-cell:last-child {
    padding-left: 0;
    margin-top: 20px; }

  .footer .tab-row .table-cell a {
    display: block;
    margin-bottom: 5px; }

  /*.footer .seperators{display: none; }*/
  .tab-row .table-cell {
    text-align: center !important; }

  .slide-block .page-slider .page-content ul li {
    text-align: left; }

  h1.big-title {
    text-align: center; }

  .intro-swap-container {
    margin-top: 0; }

  /*.flex-direction-nav{display: none !important; }*/
  .button.big {
    font-size: 14px;
    padding: 10px; }

  h1.big-title {
    font-size: 20px; }

  .page-slider .page-content ul li {
    font-size: 15px;
    line-height: 22px;
    background-size: 20px 5px;
    padding-left: 30px;
    background-position: left 5px;
    text-align: left; }

  .bg-item img {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px); }

  .parent-height {
    height: auto !important; }

  .flex-direction-nav {
    display: none; }

  /*.tab-cell img{max-width: 80% !important; }*/
  .small-only-text-center {
    text-align: center !important; }

  .small-marginTop10 {
    margin-top: 10px; } }
/*////////////*/
.page-content h1 {
  font-weight: bold;
  font-size: 25px; }

.page-content h3 {
  font-weight: bold;
  font-size: 17px; }

.page-content h4 {
  font-weight: bold;
  font-size: 14px; }

.page-content ul {
  margin: 10px 0; }

.page-content ul li {
  list-style: disc;
  list-style-position: inside; }

.lang-top-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 19; }

.kip .product-nav-item:nth-child(3) {
  background: #E21D19; }

.kip .product-main-wrap:nth-child(3) h1.big-title {
  color: #E21D19; }

.print-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("https://target-brand.be/data/images/skin/default/print-icon.png") no-repeat left top;
  vertical-align: middle; }

.print-btn {
  position: absolute;
  padding: 10px 15px;
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0 0;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: 1px solid #E4E4E4; }

.print-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-family: 'Open Sans';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px; }

.code-insert-wrap {
  display: inline-block;
  max-width: 643px;
  width: 100%;
  border: 1px solid #D8D8D8;
  background: #F8F8F8;
  padding: 20px;
  border-radius: 5px; }

.insert-info {
  font-family: 'Open sans';
  font-size: 14px;
  margin-bottom: 10px; }

.code-insert-wrap .code-input {
  /*width: 50%;*/
  display: inline-block;
  border: 1px solid #c9c9c9;
  box-shadow: none;
  margin-bottom: 0; }

.code-insert-wrap .code-input:focus {
  box-shadow: none;
  border: 1px solid #a4a4a4;
  text-align: left; }

.code-insert-wrap label.inline {
  font-family: 'Open Sans';
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
  padding: 10px 0;
  line-height: 1.3; }

.relative-block {
  position: relative; }

.submit-mv-btn {
  padding: 7px 7px 8px;
  position: absolute;
  right: 12px;
  top: 0;
  border-radius: 0 5px 5px 0; }

.error-bar {
  background: #E21D19;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-family: 'Open Sans';
  font-style: 13px; }

.mv_foto-detail-pic {
  width: 100%;
  border: 0px solid #D8D8D8;
  background: #FFF;
  min-height: 50px;
  overflow: hidden;
  text-align: center; }

.mv_foto-detail-pic.portrait-mode {
  height: 800px !important; }

/*.mv_foto-detail-pic img{display: block; }*/
.mv-detail-block {
  border: 1px solid #D8D8D8;
  background: #FFF;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px; }

.block {
  display: block; }

.page-nav-btn.mv-detail-block {
  display: block;
  width: 48%;
  float: left;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px;
  padding: 15px; }

.page-nav-btn.mv-detail-block.next-btn {
  text-align: right;
  float: right; }

.download-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("https://target-brand.be/data/images/skin/default/download-icon.png") no-repeat left top;
  vertical-align: middle;
  margin-right: 10px; }

.download-link {
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  background: #f1f1f1;
  margin-bottom: 10px; }

.download-link:hover {
  background: #dadada; }

.download-link span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold; }

.deelname-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #D8D8D8;
  background: #fbfbfb;
  margin-bottom: 20px; }

.deelname-form input[type="text"] {
  border: 1px solid #c9c9c9;
  box-shadow: none;
  margin-bottom: 0; }

.deelname-form input[type="text"].invalid {
  border: 1px solid #E2231A;
  background: #fff4f3; }

.deelname-form label.inline {
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 13px;
  text-align: left; }

.deelname-form input[type="text"].schifting-input {
  margin-top: 10px;
  width: 200px;
  display: inline-block; }

.deelname-form input[type="text"].schifting-input.question-input {
  margin-bottom: 10px;
  width: 400px;
  display: inline-block; }

.smaller-text {
  font-family: 'Open Sans'; }

.deelname-popup {
  position: relative;
  z-index: 9999; }

.deelname-blanket {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%; }

.deelname-popup-wrap {
  width: 680px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -340px;
  margin-top: -340px; }

.deelname-banner {
  background: #FFF;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden; }

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

.continue-link, .continue-link:hover {
  color: #FFF;
  font-size: 20px;
  margin-top: 10px;
  text-align: right;
  display: inline-block;
  text-transform: uppercase; }

.deelname-close {
  position: absolute;
  right: 0px;
  top: -30px;
  width: 20px;
  height: 20px;
  background: #FFF url("https://target-brand.be/data/images/skin/default/deelname/close-btn.png");
  border-radius: 5px;
  background-size: 20px 20px;
  overflow: hidden;
  cursor: pointer; }

.download-popup-wrap {
  position: relative;
  z-index: 9999;
  visibility: hidden; }

.download-popup-wrap.active {
  visibility: visible; }

.download-popup-wrap .download-popup-blanket {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.download-popup-wrap.active .download-popup-blanket {
  opacity: 0.6;
  visibility: visible; }

.download-popup-wrap .download-popup {
  width: 500px;
  position: fixed;
  top: 60%;
  left: 50%;
  margin-left: -250px;
  margin-top: -340px;
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out; }

.download-popup-wrap.active .download-popup {
  opacity: 1;
  visibility: visible;
  top: 50%; }

.download-popup label {
  font-size: 14px;
  font-family: 'Open Sans'; }

.download-popup-wrap input {
  border: 1px solid #D3D3D3;
  box-shadow: none; }

.intro-banner-container {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  border: 5px solid #FFF;
  border-radius: 5px;
  overflow: hidden; }

.download-link-pointer {
  cursor: hand;
  cursor: pointer; }

@media only screen and (max-width: 490px) {
  .download-link {
    margin-top: 20px; }

  .rund .page-nav-btn {
    background-image: url("https://target-brand.be/data/images/skin/default/page-nav-btns_1.png"); }

  .kip .page-nav-btn {
    background-image: url("https://target-brand.be/data/images/skin/default/page-nav-btns_2.png"); }

  .page-nav-btn {
    width: 32px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    background-size: 64px 32px;
    color: transparent !important;
    margin-left: 10px; }

  .page-nav-btn.next-btn {
    background-position: right center; }

  .page-nav-btn.prev-btn {
    background-position: left center; }

  .page-nav-btn.mv-detail-block {
    width: 32px;
    height: 32px;
    background-repeat: none; }

  .page-nav-items span {
    display: none; }

  .back-btn.recipe-detail {
    margin-top: 10px;
    display: block; }

  .intro-logo {
    background-size: 100% auto;
    height: 130px;
    width: 60%; }

  .flex-control-nav {
    bottom: -30px; }

  .slide-block .page-content {
    text-align: center; }

  h1.big-title {
    text-align: center; }

  .intro-swap-container .intro-btn {
    width: 50%;
    height: 110px; }

  .slide-block .page-content table tr th {
    font-size: 12px; }

  .slide-block .page-content table tr td {
    font-size: 10px; }

  .mv_foto-detail-pic.portrait-mode {
    height: 445px !important; } }
.reset-link {
  font-size: 12px;
  color: #787878;
  font-family: 'Open Sans';
  text-decoration: underline;
  font-weight: bold; }

.kib-btn-wrap,
.mv-btn-wrap {
  left: 50%;
  margin-left: 530px;
  position: absolute;
  top: -80px;
  z-index: 99; }

.kib-btn-wrap {
  top: -130px; }

.question-block {
  margin-top: 20px;
  text-align: left;
  display: inline-block;
  width: 100%; }

.question-block.hidden {
  display: none; }

.question-block label {
  font-size: 16px;
  font-family: 'Open Sans';
  font-weight: bold;
  margin-bottom: 10px; }

.question-block.schifting-block label {
  font-size: 13px; }

.error-box {
  margin: 10px;
  text-align: center;
  border: 1px solid #C50000;
  color: #C50000;
  padding: 10px;
  font-weight: bold;
  font-family: 'Open Sans'; }

.logos-wrap {
  text-align: center;
  margin-top: -80px;
  width: 50%;
  position: absolute; }

.logos-wrap img {
  width: 100px !important;
  display: inline-block;
  margin: 0 10px; }

.kip .page-item[data-page='home'] .page-inner {
  padding-bottom: 0; }

.kip .page-item[data-page='home'] .page-inner .flex-viewport {
  overflow: visible !important; }

.time-filter-wrap {
  /*width: 300px;*/
  font-family: 'Open Sans';
  padding: 1em 0;
  margin: 1em 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

.time-filter-wrap label {
  width: 200px;
  font-size: 15px;
  font-weight: bold; }

.time-filter-wrap label,
.time-filter-wrap select {
  display: inline-block;
  vertical-align: middle; }

.time-filter-wrap select {
  width: 400px; }

.mv-cat-wrap .btn.active {
  color: #000;
  background: #FFED03; }

@media only screen and (max-height: 900px) {
  .logos-wrap {
    margin-top: 0px;
    width: 46%; }

  .logos-wrap img {
    width: 50px !important; } }

/*# sourceMappingURL=style.css.map */