
/* GENERAL STYLES
-----------------------------------------------------------------------------*/

html, body {

  font-family: "ff-dagny-web-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;

  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}


div.indent {
  margin-left: 20px;
}

div.fullwidthrow, section.fullwidthrow {
  width: 100%;
}

div.fullwidthrow.content, section.fullwidthrow.content {
  margin-bottom: 20px;
}

.printonly {
    display:none;
}

/* FONT COLORS */
.orangefont {
  color: #ee7f00;
}

.yellowfont {
  color: #f9b200;
}

.greyfont {
  color: #9c9d9f;
}

/* BUTTONS */
a.btn {
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/btnbg.png);
  background-repeat: repeat-x;
  padding: 8px 25px;
  font-weight: bold;

  border-radius: 2px;
  box-shadow: 0 0 3px #d5d5d5;

  /* Providing gradient*/

  background-image: linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -o-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -moz-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -webkit-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -ms-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.52, #E7E7E8),
    color-stop(0, #E2E2E3),
    color-stop(0.52, #EFEFE0),
    color-stop(0.94, #F4F4F4)
  );

}


a.btn.custom-btn {
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/btnbg.png);
}

a.btn.custom-btn.light-text {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* LINKS */
a {
  color: #ee7f00;
  text-decoration: none;
}

a:hover {
  color: #ee7f00;
  text-decoration: underline;
}

h3 a {
  color: #000;
  text-decoration: none;
}

h3 a:hover {
  color: #000;
  text-decoration: none;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #fff;
}

/* TOOLTIPS */

.tooltip.top .tooltip-arrow {

  border-top: 5px solid #ee7f00;
}
.tooltip.left .tooltip-arrow {
  border-left: 5px solid #ee7f00;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom: 5px solid #ee7f00;
}
.tooltip.right .tooltip-arrow {
  border-right: 5px solid #ee7f00;
}
.tooltip-inner {
  color: #ffffff;
  background-color: #ee7f00;
   -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}


/*Popovers*/

.popover.top .arrow {

  border-top: 5px solid #EE7F00;
}
.popover.right .arrow {
  border-right: 5px solid #EE7F00;
}
.popover.bottom .arrow {
  border-bottom: 5px solid #EE7F00;
}
.popover.left .arrow {
  border-left: 5px solid #EE7F00;
}

.popover-inner {
  background: #EE7F00;
}
.popover-title {
  background-color: #EE7F00;
  border-bottom: 1px solid #eee;
  color: #FFF;
}
.popover-content {
  background-color: #FFF;
  float: left;
}

/* Typo styles for mobile */
@media (max-width: 480px) {
  h1 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-top: 20px;
  }

  div.slide-text-content h1 {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 0px;

  }

  div.slide-text-content p {
    font-size: 11px !important;
    line-height: 16px !important;
  }

}

/* HEADER STYLES
-----------------------------------------------------------------------------*/

section.header {
  height: 200px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/headerbg.png') bottom center no-repeat;
  z-index: 23; /* Important for overlaying the following content! */
  position: relative;
  margin-bottom: -10px;
}

section.header ul {
  margin-bottom: 0 !important;
}


div.metanavigationrow {
  height: 35px;
}

div.metanavigationrow-mobile {
  display: none;
}

div.mainnavigationrow {
  /* ? height: 155px; */
}

div.logo {
  float: left;
  margin: 0 90px 0 0;
}

div.logo a {
  float: left;
  display: block;
  width: 227px;
  height: 155px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/km-logo-norm.png) top left no-repeat;
}

div.logo-mobile {
  display: none;
}

div.logo-mobile a {
  width: 152px;
  height: 64px;
  float: left;
  display: block;
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/km-logo-mobile.png);
  background-size: 152px 64px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  section.header {
    margin: 0 -20px;
    padding: 0 20px;
    height: 130px;
    margin-bottom: -10px;
  }

  div.metanavigationrow {
    display: none;
  }

  div.metanavigationrow-mobile {
    display: block;
    float: right;
  }

  div.logo {
    display: none;
  }

  div.logo-mobile {
    display: block;
    float: left;
  }
}


/* + NAVIGATION STYLES
--------------------------*/




/* ++ META NAVIGATION
-------------------*/

div.metanavigation {
  float: right;
}

div.metanavigation ul li{
  float: left;
  display: block;
  height: 35px;
}



a.meta {
  height: 35px;
  width: 45px;
  display: block;
}

a.meta.active {
  position: relative;
  margin-top: -1px;
  z-index: 1001;

}

a.icon-meta-twitter {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-twitter.png') center 3px no-repeat;
}

a.icon-meta-fb {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-fb.png') center 3px no-repeat;
}

a.icon-meta-gplus {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-gplus.png') center 3px no-repeat;
}

a.icon-meta-search {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-search.png') center 3px no-repeat;
}

a.icon-meta-newsletter {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-newsletter.png') center 3px no-repeat;
}

a.icon-meta-blank-high {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-blank-high.png') bottom center no-repeat;
  text-align: center;
  color: #9c9d9f;
  font-size: 12px;
  height: 30px;
  padding-top: 5px;
}

a.icon-meta-language {
  position: relative;
  width: auto;
  height: 30px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-language.png') left 3px no-repeat;
  padding-top: 5px;
  padding-left: 40px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}

a.meta.icon-meta-language::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    transform: translateY(-1px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
}

a.icon-meta-newsletter.active,
a.icon-meta-search.active,
a.icon-meta-gplus.active,
a.icon-meta-fb.active,
a.icon-meta-twitter.active {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-close.png') top center no-repeat;
}

/* Mobile meta nav */
a.trigger-metanavigation {
  display: block;
  width: 85px;
  height: 55px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/icon-meta-mobile.png') top center no-repeat;
}

ul.metanavigation-mobile {
  display: none;
  position: absolute;
  width: 90%;
  top: 0;
  left: 0;
  background: #FFF;
  list-style-type: none;
  margin: 0 5%;
  z-index: 3000;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  box-shadow: 0 0 100px #e7e7e7;
}

ul.metanavigation-mobile li {
  padding: 0;
  border-bottom: 1px solid #f3f3f3;
}

ul.metanavigation-mobile li a.close-metanavigation {
  background: #9c9d9f;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

ul.metanavigation-mobile li a.active, ul.metanavigation-mobile li a:hover {
  background: #ee7f00;
  color: #FFF;
}

ul.metanavigation-mobile li.divider {
  height: 1px !important;
  background: #f0f0f0;
  padding: 0;
}

ul.metanavigation-mobile li a{
  color: #000;
  padding: 10px 20px ;
  display: block;
}




/* ++ SECTION NAVIGATION
-------------------*/
nav.sectionnavigation {
  float: right;
}

nav.sectionnavigation ul {
  float: right;
}

nav.sectionnavigation ul li {
  float: left;
  display: block;
  height: 31px;
  padding-top: 4px;
  margin-right: 8px;
}

nav.sectionnavigation ul li a {
  display: block;
  padding: 2px 8px 0px 8px;
  color: #9c9d9f;
  font-size: 12px;
}

nav.sectionnavigation ul li a.active, nav.sectionnavigation ul li a:hover {
  background-color: #9c9d9f;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}






/* ++ MAIN NAVIGATION
-------------------*/

nav.mainnavigation {
  padding: 70px 0 0 0;
  float: left;
}

nav.mainnavigation ul li a {
  color: #000;
  font-size: 16px;
  margin-right: 20px;
  /*font-weight: 600;*/
}

nav.mainnavigation ul li.active a,
nav.mainnavigation ul li a:hover,
nav.mainnavigation ul li.active a:hover {
  border-radius: 2px;
  background-color: #ee7f00;
  color: #fff;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}


@media (min-width: 768px) and (max-width: 979px) {
  nav.mainnavigation ul li a  {
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  nav.mainnavigation {
    float: none;
    clear: both;
    padding-top: 5px;
  }

  nav.mainnavigation ul li a {
    font-size: 12px;
    margin-right: 10px;
    padding: 4px 6px;
  }
}

/* ++ SUB NAVIGATION & RECIPES SUB NAVIGATION
-------------------*/
div.subnavigation {
  margin-bottom: 20px;
}

div.subnavigation div.subnavigation-header {
  background: #FFF url(//www.kikkoman.de/fileadmin/templates/img/startteaserheader.png) top left repeat-x;
  padding: 10px 20px;
  border-bottom: 1px solid #EAEAEA;
}

div.subnavigation div.subnavigation-header.searchfield {
  background: #F3f3f3;
}


div.subnavigation div.subnavigation-header.closed h4{
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/subnav-closed-b.png) center right no-repeat;
}

div.subnavigation div.subnavigation-header.open h4{
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/subnav-open-b.png) center right no-repeat;
}

div.subnavigation div.subnavigation-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

div.subnavigation div.subnavigation-header h4 a{
  color: #000;
}

div.subnavigation div.subnavigation-header input#subnavigation-recipesearch {

  background: #f5f5f5;
  height: 24px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 2px 6px;
  width: auto;

  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;

}

div.subnavigation div.subnavigation-header a#recipesearch-submit {
  height: 30px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-subnav-recipesearch.png) left center no-repeat;
}

div.subnavigation div.subnavigation-header a#recipesearch-submit:hover {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-subnav-recipesearch-h.png) left center no-repeat;
}


div.subnavigation ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.subnavigation ul li {
  display: block;
}

div.subnavigation ul li a {
  display: block;
  padding: 10px 20px;
  color: #7b7b7b;
  border-left: 1px solid #ececed;
  border-right: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
}

div.subnavigation ul li.sub a {
  padding: 5px 10px 5px 30px;
}

div.subnavigation ul.recipes li a {
  padding: 10px 20px 10px 40px;
}

div.subnavigation ul.recipes li.recipe-active-cat {
  background: #ee7f00;
}

div.subnavigation ul.recipes li.recipe-active-cat.recipe-active-first {
  background:  #ee7f00;
}

div.subnavigation ul.recipes li.recipe-active-cat a {
  color: #FFF !important;
  font-weight: 600;
  text-decoration: none;
  border-left: 1px solid #ee7f00;
  border-right: 1px solid #ee7f00;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  padding: 10px 40px 10px 20px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/selectedrecipecat.png) center right no-repeat;
}

div.subnavigation ul.recipes li.recipe-active-cat.recipe-active-first a  {
  padding: 10px 40px 10px 20px;
  font-size: 16px;
}

div.subnavigation ul.recipes li.recipe-active-cat a:hover {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/deleterecipecat.png) center right no-repeat !important;
}




div.subnavigation ul.recipes li.closed a {
  background: #f3f3f3 url(//www.kikkoman.de/fileadmin/templates/img/plus.png) 20px 12px no-repeat;
}

div.subnavigation ul.recipes li.open a {
  background: #f3f3f3 url(//www.kikkoman.de/fileadmin/templates/img/minus.png) 20px 12px no-repeat;
}

div.subnavigation ul.recipes li.open ul li a {
  background: transparent;
  padding: 10px 20px 10px 40px;
  color: #7B7B7B;
}

div.subnavigation ul.recipes li.closed ul {
  display: none;
}

div.subnavigation ul li a:hover, div.subnavigation ul li.active a  {
  background-color: #ee7f00 !important;
  color: #FFF !important;
  font-weight: 600;
  text-decoration: none;
  border-left: 1px solid #ee7f00;
  border-right: 1px solid #ee7f00;
  border-bottom: 1px solid #ee7f00;
}



/* TEASER STYLES
-----------------------------------------------------------------------------*/
div.teaser-start {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

div.teaser-start div.teaser-header {
  height: 35px;  padding: 15px 0 0 20px;
  border-bottom: 1px solid #9c9d9f;
  background: #FFF url(//www.kikkoman.de/fileadmin/templates/img/startteaserheader.png) top left no-repeat;
}

div.teaser-start div.teaser-header h3 {
  text-shadow: 1px 1px 1px #e5e5e5;
  color: #000;
}

div.teaser-start   div.teaser-content {
  border-top: 1px solid #FFF;
}

div.teaser-start   div.teaser-content img {
  width: 100%;
}

div.btn-container {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;

}

/* Teaser with tabs */

div.teaser-start.teaser-tabs   div.teaser-content {
  position: relative;
}

div.teaser-tabs-nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  height: 35px;
  border-bottom: 5px solid #ee7f00;
}

div.teaser-tabs-nav ul {
  margin: 0;
}

div.teaser-tabs-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-width: 30%;
}

div.teaser-tabs-nav ul li a {
  display: block;
  height: 15px;
  padding: 10px;
  width: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
}

div.teaser-tabs-nav ul li a.current {
  background: #ee7f00;
  color: #FFF;
}

div.teaser-tabs-nav ul li a:hover {
  background: #e7e7e7;
  color: #000;
}

div.teaser-tabs-content {
  position: relative;
  width: 100%;
}

div.teaser-tabs-tab {
  position: relative;
  width: 100%;
  overflow: hidden;
}

div.teaser-tabs-tab img.mainimg {

}


/* Left column teaser */

div.left-column-teaser {
  margin-bottom: 20px;
}


div.left-column-teaser h4.teaser-header  {

  border-bottom: 1px solid #FFF;
  font-weight: bold;
  padding: 15px 10px 10px 10px;
  /* Vivian mag dich nicht --> text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
}

div.left-column-teaser h4.teaser-header.orange  {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/left-column-teaser-headerbg.png) top left no-repeat;
  background-color: transparent;
  color: #FFF;
}

div.left-column-teaser h4.teaser-header.black  {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/left-column-teaser-headerbg-black.png) top left no-repeat;
  background-color: transparent;
  color: #FFF;
}

div.left-column-teaser h4.teaser-header.grey  {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/left-column-teaser-headerbg-grey.png) top left no-repeat;
  background-color: transparent;
  color: #FFF;
}

div.left-column-teaser h4.teaser-header.white  {
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/left-column-teaser-headerbg-white.png) top left no-repeat;
  background-color: transparent;
  color: #000;
}

div.left-column-teaser div.teaser-body {
  background-color: #f3f3f3;
  padding: 10px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #FFF;
}

div.left-column-teaser div.teaser-body {
  text-align: center;
}

div.left-column-teaser div.teaser-body p{
  text-align: left;
}

div.left-column-teaser div.teaser-footer a{
  display: block;
  background: #f3f3f3 url(//www.kikkoman.de/fileadmin/templates/img/left-column-teaser-footerbg.png) top left repeat-x;
  text-overflow: ellipsis;
  padding: 10px;
  color: #000;
  white-space: nowrap;
  border-top: 1px solid #EAEAEA;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

div.left-column-teaser div.teaser-footer a:hover {
  background: #ee7f00;
  text-decoration: none;
  color: #FFF;
}












/* PRODUCTS
-----------------------------------------------------------------------------*/

section.fullwidthrow.productscontainer{
  position: relative;
  height: 390px;
  margin-bottom: 40px;
}

section.fullwidthrow.productscontainer  div.inner-container {
  position: relative;
  height: 390px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

section.fullwidthrow.productscontainer  div.inner-container div.inner-container-center {
  position: relative;
  height: 390px;
  margin: 0 auto;
}


section.productscontainer div.products-nav-container {
  position: absolute;
  width: 100%;
  height: 20px;
  padding-top: 16px;
  bottom: 0;
  z-index: 8;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/navbg.png') bottom center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav {
  position: relative;
  display: block;
  float: left;
  left: 50%;
  margin: 0;
}

section.productscontainer div.products-nav-container ul.products-nav li {
  position: relative;
  display: block;
  float: left;
  right: 50%;
  margin-right: 15px;
}

section.productscontainer div.products-nav-container ul.products-nav li a {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/navpointbg.png') center center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav li a.current {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/productnavpointcurrentbg.png') center center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav li a:hover {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/productnavpointbghover.png') center center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile {
  display: none;
  margin: 0 auto;
  width: 166px;
  height: 20px;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile li {
  display: block;
  float: left;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile li  a {
  display: block;
  height: 20px;
  margin: 0 30px;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile li  a.products-nav-left{
  width: 23px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-left.jpg') center center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile li  a.products-nav-overview{
  width: 26px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-overview.jpg') center center no-repeat;
}

section.productscontainer div.products-nav-container ul.products-nav-mobile li  a.products-nav-right{
  width: 23px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-right.jpg') center center no-repeat;
}

@media (max-width: 767px) {

  section#products  div.inner-container {
    position: relative;
    height: 390px;
    width: 100%;
    max-width: 1200px;
  }

  section.productscontainer div.products-nav-container {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-slider-nav-bg.png') top center repeat-x;
  }

  section.productscontainer div.products-inner,
  section.productscontainer div.slide,
  section.productscontainer div.slide-background {
    height: 220px;
  }

  div.slide-text-content {
    width: 80%;
    margin: 0 auto;
  }

  div.slide-text-content h1 {
    font-size: 16px;
  }

  div.slide-text-content p {
    font-size: 12px;
    line-height: 18px;
  }

  div.slide-text-content div.slide-column-title {
    padding-bottom: 5px;
  }

  section.productscontainer div.products-nav-container ul.products-nav-mobile {
    display: block;
  }

  section.productscontainer div.products-nav-container ul.products-nav {
    display: none;
  }
}
/* --- */

div.product-frame {
  height: 390px;
  float: left;
  width: 70px;
}

@media (max-width: 767px) {
  div.product-frame {
    display: none;
  }

  div.product-frame.current {
    display: block;
  }

  div.product-frame.current div.product-inner {
    left: 0 !important;
  }
}

div.product-frame div.product {
  position: relative;
}


div.product-frame div.product-inner {
  position: absolute;
  top: 80px;
  left: 0px;
  min-height: 330px;
  width: 50px;
  z-index: 3;
  cursor: pointer;
}


div.product-frame div.product-inner div.product-active,
div.product-frame div.product-inner div.product-inactive {
  position: absolute;
  top: 0px;
  left: 0px;

  min-height: 220px;
  width: 100%;
  z-index: 2;
  display: none;
}

div.product-frame div.product-inner div.product-inactive {

  z-index: 1;
  display: block;
}

/*   PRODUCT TOOLTIPS
--------------------------------------------------------------------------*/

div.ptt-con {
  position: absolute;
  width: 250px;
  z-index: 10;
  display: none;
}



div.ptt-con.left.click {
  padding: 0 0 25px 25px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/tooltipbgleft.png) bottom left no-repeat;
}

div.ptt-con.right.click {
  padding: 0 25px 25px 0;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/tooltipbgright.png) bottom right no-repeat;
}

div.ptt-con.left.hover {
  padding: 15px 0 0 15px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/tooltipbggreyright.png) top left no-repeat;
}

div.ptt-con.right.hover {
  padding: 15px 15px 0 0;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/tooltipbggreyleft.png) top right no-repeat;
}

div.ptt-con.left  div.ptt {
  float: left;
}

div.ptt-con.right  div.ptt {
  float: right;
}

div.ptt {
  padding: 6px 15px;
  border-radius: 2px;
  background-color: #EE7F00;
}

div.hover div.ptt {
  background-color: #9c9d9f;
}

div.ptt h3 {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}

div.ptt-con.active div.ptt h3 {
  font-size: 16px;
}

@media (max-width: 767px) {
  div.ptt-con {
    /*width: 170px !important;*/

  }

}







/* SLIDER
-----------------------------------------------------------------------------*/
section.slidercontainer {
  position: relative;
  margin-bottom: 25px;
  z-index:1;
  height: 390px;
  overflow: hidden;
}

section.slidercontainer div.slider-inner {
  width: 30000px;
  height: 390px;
  position: absolute;
  top: 0;
  left: 0;
}
section.slidercontainer div.slider-nav-container {
  position: absolute;
  width: 100%;
  height: 20px;
  padding-top: 16px;
  bottom: 0;
  z-index: 3;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/navbg.png') bottom center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav {
  position: relative;
  display: block;
  float: left;
  left: 50%;
  margin: 0;
}

section.slidercontainer div.slider-nav-container ul.slider-nav li {
  position: relative;
  display: block;
  float: left;
  right: 50%;
  margin-right: 15px;
}

section.slidercontainer div.slider-nav-container ul.slider-nav li a {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  padding: 2px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/navpointbg.png') center center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav li a.current {
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/navpointcurrentbg.png') center center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav li a:hover{
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/productnavpointbghover.png') center center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile {
  display: none;
  margin: 0 auto;
  width:166px;
  height: 20px;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile li {
  display: block;
  float: left;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile li  a {
  display: block;
  height: 20px;
  margin: 0 30px;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile li  a.slider-nav-left{
  width: 23px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-left.jpg') center center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile li  a.slider-nav-overview{
  width: 26px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-overview.jpg') center center no-repeat;
}

section.slidercontainer div.slider-nav-container ul.slider-nav-mobile li  a.slider-nav-right{
  width: 23px;
  background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-right.jpg') center center no-repeat;
}

div.slide {
  width: 100%;
  height: 390px;
  float: left;
  position: relative;
  z-index: 2;
  display: block !important;
}

div.slide div.container {
  position: relative;
  z-index: 2;
}

div.slide-background {
  height: 390px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

div.slide-text-content {

  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/trans-bg-png.png) top left repeat;
  background: rgba(255, 255, 255, 0.8);
  width: 50%;
  padding: 0 20px 20px 20px;

  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

div.slide-text-content.no-background {
  background: transparent;
}

div.slide-text-content div.slide-column-title {
  padding-bottom: 35px;
}

div.slide-text-content p {
  font-size: 16px;
  line-height: 22px;
}

div.slide-text-content div.slide-column-title p {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.is-key-visual .slide-text-content {
  background: #ee7f00;
  float: right;
  width: 20%;
  padding: 20px;
  margin-top: 30px;
  border-radius: 3px;
}

.is-key-visual .slide-text-content .slide-column-title {
  display: none;
}

.is-key-visual .slide-text-content h1 {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
margin-bottom: 5px;
}


@media (max-width: 767px) {
  section.slidercontainer {
    padding: 0 20px;
    margin-left: -20px;
    height: 260px;
  }

  section.slidercontainer div.slider-nav-container {
    margin-left: -20px;
    padding-top: 30px;
    background: transparent url('//www.kikkoman.de/fileadmin/templates/img/mobile-slider-nav-bg.png') top center repeat-x;
  }

  section.slidercontainer div.slider-inner,
  section.slidercontainer div.slide,
  section.slidercontainer div.slide-background {
    height: 220px;
  }

  div.slide-text-content {
    width: 80%;
    margin: 0 auto;
  }

  div.slide-text-content h1 {
    font-size: 16px;
  }

  div.slide-text-content p {
    font-size: 12px;
    line-height: 18px;
  }

  div.slide-text-content div.slide-column-title {
    padding-bottom: 5px;
  }

  section.slidercontainer div.slider-nav-container ul.slider-nav-mobile {
    display: block;
  }

  section.slidercontainer div.slider-nav-container ul.slider-nav {
    display: none;
  }

  div.slide-background {
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;

  }

.is-key-visual .slide-text-content {
  background: #ee7f00;
  float: none;
  width: 80%;
}

}




/* CONTENT STYLES
-----------------------------------------------------------------------------*/
/* Press styles */

div.press {
  padding: 15px;
  border-bottom: 1px solid #ECECED;
  border-left: 1px solid #ECECED;
  border-right: 1px solid #ECECED;
}

p.press-date {
  font-size: 12px;
  color: #9C9D9F;
}


div.press-container {
  background: #FFF url(//www.kikkoman.de/fileadmin/templates/img/press-header-bg.jpg) top left no-repeat;
}

div.press-container.header-open div.row-fluid {
  display: block;
}

div.press-container.header-closed div.row-fluid {
  display: none;
}

div.press-container.header-open > h4 {
  cursor: pointer;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/minus.png) 15px 12px no-repeat;
  padding: 10px 35px;
  border-bottom: 1px solid #ECECED;
  border-left: 1px solid #ECECED;
  border-right: 1px solid #ECECED;
}

div.press-container.header-closed > h4 {
  cursor: pointer;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plus.png) 15px 12px no-repeat;
  padding: 10px 35px;
  border-bottom: 1px solid #ECECED;
  border-left: 1px solid #ECECED;
  border-right: 1px solid #ECECED;
}


/*-----------------------------------------------------------------------------*/

div.press h1,
div.container-content h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}

div.content-infobox {
  margin: 20px 0;
}

div.content-infobox h3 {
  width: 100%;
  color: #ee7f00;
  padding: 10px 0 20px 70px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
div.content-infobox h3 {
  width: 70%;
  padding: 10px 0 20px 30%;
}

}

div.content-info p {
  color: #9C9D9F;
  font-size: 110%;
  line-height: 150%;
}

div.content-infobox div.content-info {
  height: 100%;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-content-info.png) top left no-repeat;
}

div.content-infobox div.content-info div.content-info-inner {
  padding-left: 25px;
  padding-bottom: 5px;
}



/* Content-tabs */
div.content-tabs {
  margin-bottom: 20px;
}

div.content-tabs-nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;

  height: 35px;
  border-bottom: 5px solid #ee7f00;
}

div.content-tabs-nav ul {
  margin: 0;
}

div.content-tabs-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-width: 30%;
}

div.content-tabs-nav ul li a {
  display: block;
  height: 14px;
  padding: 10px;
  width: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  background: #f3f3f3;
  border-top: 1px solid #ececed;
  box-shadow: inset 0px -3px 7px -4px black;
}

div.content-tabs-nav ul li:last a {
  border-right: 1px solid #ececed;

}

div.content-tabs-nav ul li a.current {
  border-top: 1px solid #ee7f00;
  background: #ee7f00;
  color: #FFF;
  box-shadow: inset 0px 0px 0px 0px #666;
}

div.content-tabs-nav ul li a:hover {
  background: #e7e7e7;
  color: #000;
}

div.content-tabs-nav ul li a.current:hover {
  background: #ee7f00;
  color: #FFF;
}


div.content-tabs-tab {

}

/* RECIPE CONTENT STYLES */


div.content-recipes-plusk,
div.content-recipes-detailcontent {
  padding-top: 20px;
  clear: both;
}

div.content-recipes-plusk > img,
div.content-recipes-detailcontent > img{
  width: 100%;
}

div.content-recipes-detailcontent h1{
  font-size: 36px;
}

div.content-recipes-detailcontent div.row {
  margin-top: 20px;
}

div.recipe-info-table table a.btn {
  color: #9c9d9f;
  background: transparent;
  border: 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-table;
}

a i.icon-content-print {
  width: 16px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-content-print.png) center center no-repeat;
  margin-right: 3px;
}

a i.icon-content-download {
  width: 16px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-content-download.png) center center no-repeat;
  margin-right: 3px;
}

a i.icon-content-like {
  width: 16px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-content-like.png) center center no-repeat;
  margin-right: 3px;
}

div.recipe-info-table table {
  border-collapse: collapse;
}

div.recipe-info-table table.recipe-btns {
  width: 100%;
  margin-bottom: 5px;
}


div.recipe-info-table table.recipe-btns td, div.recipe-info-table table.recipe-btns tr {
  padding: 0;
  background: #f3f3f3;
  text-align: center;
  padding: 8px 0;
}

div.recipe-info-table table.recipe-btns td:hover {
  background: #e7e7e7;
}

div.recipe-info-table table td{
  border-collapse: collapse;
  border: 1px solid #ececed;
}

div.recipe-info-table table.table {
  border-collapse: collapse;
  border: 1px solid #ececed;
}

div.recipe-info-table table.table thead td {
  background: #f3f3f3;
}

/**************************** RECIPE DESIGNS ****/

div.recipe-img-con {
  float: left;
  background: #fff;
  border: 0;
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
}


div.recipe-img-con div.img-con-inner {
  border-bottom: 1px solid #ececed;
  border-left: 1px solid #ececed;
  border-right: 1px solid #ececed;
  margin-left: -1px;
}




div.recipe-img-con:hover,
div.content-recipes-overview div.recipe-img-con:hover {
  background: #f3f3f3;
}

div.recipe-img-con img {
  width: 100%;
  height: auto;
}

div.recipe-img-con p.recipe-info, p.news-date {
  color: #9c9d9f;
  font-size: 12px;
}

div.recipe-img-con p,
div.recipe-img-con h3,
div.recipe-img-con h4,
div.recipe-img-con h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.recipe-img-con h5 a,
div.recipe-img-con h3 a,
div.recipe-img-con h4 a{
  color: #000;
}

/* img-cons in content-tabs & recipe detail */
div.content-tabs div.recipe-img-con,
div.content-recipes-detail div.recipe-img-con  {
  width: 20%;
}

div.content-tabs div.recipe-img-con div.img-con-inner,
div.content-recipes-detail div.recipe-img-con div.img-con-inner{
  padding: 15px 10px 10px 10px;
}

div.content-recipes-detail div.recipe-img-con {
  background: #FFF;
}

div.content-recipes-detail div.recipe-img-con.active {
  background: #F3F3F3 url(//www.kikkoman.de/fileadmin/templates/img/content-recipes-detail-active.png) bottom center no-repeat;
}

div.content-recipes-teaser {
  clear:both;
}


@media (max-width: 767px) {
  div.content-tabs div.recipe-img-con {
    width: 50%;
  }

  div.content-tabs div.recipe-img-con div.img-con-inner {
    padding: 15px 10px 10px 10px;
  }

  div.content-recipes-detail div.recipe-img-con {
    width: 33.333333%;
  }

}

/* img-cons in recipe overview */

div.content-recipes-overview div.recipe-img-con {
  width: 233px;
  background: #FFF;
}

div.content-recipes-overview div.recipe-img-con img {
  max-height: 200px;

}

div.content-recipes-overview div.recipe-img-con img {
  /*max-height: initial;*/
  height: 200px;
}

div.content-recipes-overview div.recipe-img-con.recipe-highlight {
  width: 466px;
}

div.content-recipes-overview div.recipe-img-con.recipe-highlight h4 span.orangefont {
  font-size: 20px;
  line-height: 20px;
}

div.content-recipes-overview div.recipe-img-con h4 {
  line-height: 24px;
}

div.content-recipes-overview div.recipe-img-con div.img-con-inner{
  padding: 15px;
}

@media (min-width: 1200px){
  div.content-recipes-overview div.recipe-img-con {
    width: 290px;
    background: #FFF;
  }

  div.content-recipes-overview div.recipe-img-con img {
    max-height: 250px;
  }

div.content-recipes-overview div.recipe-img-con img {
  /*max-height: initial;*/
  height: 250px;
}


  div.content-recipes-overview div.recipe-img-con.recipe-highlight {
    width: 580px;
  }

  div.content-recipes-overview div.recipe-img-con div.img-con-inner{
    padding: 15px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  div.content-recipes-overview div.recipe-img-con {
    width: 179px;
    background: #FFF;
  }

  div.content-recipes-overview div.recipe-img-con img {
    max-height: 147px;
  }

div.content-recipes-overview div.recipe-img-con img {
    height: 147px;
  }

  div.content-recipes-overview div.recipe-img-con.recipe-highlight {
    width: 358px;
    /* Fix for strange bug in ie & FF */
    height: 240px;
  }

  div.content-recipes-overview div.recipe-img-con div.img-con-inner{
    padding: 15px;
  }
}
@media (max-width: 767px) {
  div.content-recipes-overview div.recipe-img-con {
    width: 50%;
  }

  div.content-recipes-overview div.recipe-img-con.recipe-highlight {
    width: 100%;
  }

div.content-recipes-overview div.recipe-img-con img {
    height: auto !important;
  max-height: initial;
  }


}
div.content-recipes-detail-navigation {
  clear: both;
  padding-top: 10px;
}

a#opencloseteaser {
 margin: 0 auto;

width: 140px;
padding: 2px 2px 3px 32px;
display: block;
background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plus.png) 10px 5px no-repeat;
cursor: pointer;
color: #9C9D9F;
font-weight: bold;
}

#opencloseteaser:hover {
text-decoration: none;
background-color: #EE7F00;
color: white;
background: #EE7F00 url(//www.kikkoman.de/fileadmin/templates/img/minus.png) 10px 5px no-repeat;
border-radius: 2px;
}

div.content-recipes-teaser {
    clear:both;
}


/* FOOTER STYLES
-----------------------------------------------------------------------------*/

section.footer {
  min-height: 250px;
  background: #ee7f00 url('//www.kikkoman.de/fileadmin/templates/img/footerbg.png') top center no-repeat;
}

@media (max-width: 767px) {
   section.footer {
    margin: 0 -20px;
    padding: 0 20px;
  }
}

div.footer-column-header {
  padding-top: 20px;
  margin-bottom: 5px;
}


div.footer-column-header h1, div.footer-column-header h3 {
  color: #FFF;
  font-size: 22px;
  line-height: 36px;
}


div.footer-column-header h1 img, div.footer-column-header h3 img{
  vertical-align: -33%;
}

section.footer ul {

  list-style-type: none;
  padding: 0 0 0 25px;

}

section.footer ul li a {
  color: #FFF;
}



/* PLUS K ICONS */

i.icon-plusk-42px-orange {
  width: 55px;
  height: 34px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-42-orange.png) 0px 4px no-repeat;
  vertical-align: baseline;


}

i.icon-plusk-30px-orange {
  width: 55px;
  height: 30px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-30-orange.png) center center no-repeat;
  vertical-align: baseline;
}

i.icon-plusk-30px-white {
  width: 55px;
  height: 30px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-30-white.png) center center no-repeat;
}

i.icon-plusk-30px-grey {
  width: 55px;
  height: 30px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-30-grey.png) center center no-repeat;
}




i.icon-plusk-18px-orange {
  width: 33px;
  height: 18px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-18-orange.png) center center no-repeat;
}

i.icon-plusk-18px-white {
  width: 33px;
  height: 18px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-18-white.png) center center no-repeat;
}

i.icon-plusk-18px-grey {
  width: 33px;
  height: 18px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-18-grey.png) center center no-repeat;
}



i.icon-plusk-16px-orange {
  width: 29px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-16-orange.png) center center no-repeat;
}

i.icon-plusk-16px-white {
  width: 29px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-16-white.png) center center no-repeat;
}

i.icon-plusk-16px-grey {
  width: 29px;
  height: 16px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-16-grey.png) center center no-repeat;
}


i.icon-plusk-14px-orange {
  width: 25px;
  height: 14px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-14-orange.png) center center no-repeat;
}

i.icon-plusk-14px-white {
  width: 25px;
  height: 14px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-14-white.png) center center no-repeat;
}

i.icon-plusk-14px-grey {
  width: 25px;
  height: 14px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-14-grey.png) center center no-repeat;
}



i.icon-plusk-12px-orange, i.icon-plusk-13px-orange {
  width: 21px;
  height: 12px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-12-orange.png) center center no-repeat;
}

a:hover i.icon-plusk-13px-grey,
li.active i.icon-plusk-13px-grey,
li.active i.icon-plusk-13px-orange,
a.current i.icon-plusk-13px-grey,
a.current i.icon-plusk-13px-orange,
ul.breadcrumb li i.icon-plusk-13px-orange,
a:hover i.icon-plusk-12px-grey,
li.active i.icon-plusk-12px-grey,
li.active i.icon-plusk-12px-orange,
a.current i.icon-plusk-12px-grey,
a.current i.icon-plusk-12px-orange,
i.icon-plusk-12px-white,
i.icon-plusk-13px-white,
div.slide-column-title i.icon-plusk-13px-orange {
  width: 21px;
  height: 12px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-12-white.png) center center no-repeat;
}

i.icon-plusk-12px-grey, i.icon-plusk-13px-grey {
  width: 21px;
  height: 12px;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/plusk/icon-plusk-12-grey.png) center center no-repeat;
}

/***
-------------------------------------------------------------------------------------------------------*/

div.subpage-img-con {
  float: left;
  background: #FFF;
  border: 0;
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
  width: 25%;
  position: relative;
}

div.subpage-img-con.three {
  width: 33.334%;
}



div.subpage-img-con div.img-con-inner {
  border-bottom: 1px solid #ececed;
  border-left: 1px solid #ececed;
  border-right: 1px solid #ececed;
  margin-left: -1px;
  padding: 10px;
}

div.subpage-img-con img {
  width: 100%;
}

div.subpage-img-con p.subpage-info {
  color: #9c9d9f;
  font-size: 12px;
}


div.subpage-img-con h3,
div.subpage-img-con h4,
div.subpage-img-con h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.subpage-img-con.subpage-highlight {
  width: 100%;
}

@media (max-width: 480px) {

  div.subpage-img-con.subpage-highlight {
    border-top: 1px solid #ececed;
  }

  div.subpage-img-con {
    width: 50%;
  }



}








div.metanavigation-content {
  border-bottom: 1px solid #EAEAEA;
  /*box-shadow: inset 0px -3px 3px rgba(0, 0, 0, 0.1);*/
  position: relative;
}

div.metanavigation-content > .container {
    position: relative;
}

div.metanavigation-content div.twitter-content,
div.metanavigation-content div.gplus-content,
div.metanavigation-content div.facebook-content,
div.metanavigation-content div.search-content,
div.metanavigation-content div.lang-flyout,
div.metanavigation-content div.lang-content {
  display: none;
  padding: 15px 0;
  float: right;
}

div.metanavigation-content div.lang-flyout {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 0 0 0;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.25);

    transform: translateY(0);
    opacity: 0;

    transition: transform .3s ease, opacity .3s ease;
}

div.metanavigation-content div.lang-flyout.active {
    transform: translateY(100%);
    opacity: 1;
}

div.metanavigation-content div.search-content input {

  background: #f5f5f5;
  height: 24px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding: 2px 6px;
  width: 300px;


  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px

}

div.metanavigation-content div.search-content a.meta-search-submit {

  height: 30px;
  width: 26px;
  display: inline-block;
  vertical-align: top;
  background: transparent url(//www.kikkoman.de/fileadmin/templates/img/icon-subnav-recipesearch.png) left center no-repeat;

}



div.metanavigation-content div.lang-content ul.nav-pills {
  margin: 0;
}

div.metanavigation-content div.lang-content ul.nav-pills li a {
  padding-top: 5px;
  padding-bottom: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #9C9D9F;
  /*width: 18px;*/
  text-align: center;
}

div.metanavigation-content div.lang-content ul.nav-pills li.active a,
div.metanavigation-content div.lang-content ul.nav-pills li.active a:hover,
div.metanavigation-content div.lang-content ul.nav-pills li a:hover {
  color: white;
  background-color: #EE7F00;
}



div.last-recipes div.row-fluid{
  margin-bottom: 4px;
}


div.product-tooltip {
  cursor: pointer;
  font-weight: bold;
  /* color: #EE7F00; */
  text-decoration: underline;
}

div.event-footer .nav-pills a {
  color: #9c9d9f;
}

div.event-footer {
  position: fixed;
  bottom: 0;
  background: #FFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  div.event-footer {
    margin: 0 -20px;
    padding: 0 20px;
    position: static;
  }
}


div.meta-content p.greyfont {
  /*text-shadow: 0 -1px 1px #7b7b7b, 0 1px 1px #FFFFFF, 0 0 20px #f3f3f3;*/
  /*text-shadow: 3px 3px 0 #FFF, 5px 5px 0 #707070;*/
  text-rendering: geometricPrecision;
  font-size: 22px;
  font-weight: bold;
}

form.meta-search-form {
  margin:0;
  padding:0;
  background-color: transparent;
}

section.footer ul.breadcrumb {

  background: transparent;
  border: 0;
  margin: 0;
  padding: 15px 0;
  box-shadow: 0;
  -webkit-box-shadow: inset 0 0 0 white;
  -moz-box-shadow: inset 0 0 0 #ffffff;
  filter: none;
  box-shadow: 0 0 0 #FFF inset;

border-radius: 0;


}

section.footer ul.breadcrumb li {
  text-shadow: 0 0 0 #FFF;
  color: #FFF;
}

.breadcrumb .divider {
  color: #FFF;
}


.fb_iframe_widget iframe,
iframe.fb_ltr {
  height: 40px !important;
}

/* FORMS ***********************************************************************/

form {
  margin: 0 0 18px;
  padding: 15px 0;
  background: #F3F3F3;
}

input:focus, textarea:focus {

  border-color: rgba(238, 127, 0, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 127, 0, .8);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 127, 0, .8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 127, 0, .8);

}

div.csc-mailform ol {
  margin: 0;
}

div.csc-mailform ol li.csc-form-element {
  padding: 5px 20px;
  border-bottom: 1px solid #ECECED;
}


div.csc-mailform li label {
  float: left;
  width: 200px !important;
  margin-right: 20px !important;
  vertical-align: baseline;
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: bold;
}


fieldset.fieldset-subgroup ol {
  margin: 0 !important;
}

fieldset.fieldset-subgroup ol li.csc-form-element {
  border: 0 !important;
  padding: 5px;
}

fieldset.fieldset-subgroup legend {
  margin-left: 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 15px !important;
  width: 100% !important;
}


input, textarea, select, .uneditable-input {
  display: inline-block;
  width: 300px;
  height: 18px;
  padding: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: white;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

textarea {
  height: auto;
}

select {
height: 28px;
width: 310px;
}


input[type="button"], input[type="reset"], input[type="submit"] {
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/btnbg.png);
  background-repeat: repeat-x;
  padding: 8px 25px;
  font-weight: bold;

  border-radius: 2px;
  box-shadow: 0 0 3px #d5d5d5;

  /* Providing gradient*/

  background-image: linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -o-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -moz-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -webkit-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);
  background-image: -ms-linear-gradient(bottom, #E7E7E8 52%, #E2E2E3 0%, #EFEFE0 52%, #F4F4F4 94%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.52, #E7E7E8),
    color-stop(0, #E2E2E3),
    color-stop(0.52, #EFEFE0),
    color-stop(0.94, #F4F4F4)
  );
}

input[type="submit"] {
  margin-left: 220px;
}


div.csc-mailform ol, div.csc-mailform ol {
  list-style: none;
}

label em, legend em {
  color: #EE7F00 !important;
  font-size: 100% !important;
  font-weight: normal;
  display: inline !important;
  padding-left: 4px;
}
label strong, legend strong,
p.mailform-error {
  display: block;
  color: #C00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 70% !important;
  font-weight: normal;
}

.csc-mailform-field.special {
  border: 1px solid #eaeaea;
  padding: 20px !important;
  margin-bottom: 25px;
}

/* Blogger Event */
.special label.leftlabel {
  display: block;
  float: none;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

.special input[type="text"] {
  width: 96%;
  font-size: 20px;
  padding: 10px;
  line-height: 25px;
  margin-bottom: 25px;
}

/* Länderraten FB */

.facebook-form #genericcontest {
  display: none;
}

.facebook-form .ui-con {
  background: #FFF;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 3px;
}

.facebook-form .country-step, .facebook-form .points {
  width: 49%;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.country-step {
  border-right: 2px solid #eaeaea;
}





.facebook-form .recipe-con {
  padding: 40px;
  background: #FFF;
  width: 84%;
  margin: 0 auto;
  border-radius: 3px;
}


.facebook-form .row {
  margin: 0;
}

.facebook-form .span5, .facebook-form .span4 {
  width: 100% !important;
  margin: 0;
}


div.tx-yagooglesearch-pi1-resultInfo {
  margin-bottom: 10px;
  display: none;
}

div.tx-yagooglesearch-pi1-searchContent {
  margin-bottom: 10px;
}

div.tx-yagooglesearch-pi1-pageLinks {
  margin-bottom: 10px;
}

div.tx-yagooglesearch-pi1-pageLinks a, div.tx-yagooglesearch-pi1-pageLinks b {
  padding: 3px;
}

.tx-yagooglesearch-pi1-url {
   color: #999;
}

div.tx-yagooglesearch-pi1-searchContent {
  background: #F3F3F3;
  margin: 0;
  padding: 15px 25px;
  border: 1px solid #ECECED;
  margin-bottom: -1px;
}

div.tx-yagooglesearch-pi1-title a {
  font-size: 18px;
  font-family: "ff-dagny-web-pro",sans-serif;
  font-style: normal;
  font-weight: 400;
}

div.tx-yagooglesearch-pi1-branding {
  margin-top: 20px;
}


div.tx-yagooglesearch-pi1-pageLinks {
  margin: 20px 0;

  border-top: 1px solid #ECECED;
  border-right: 1px solid #ECECED;
  border-bottom: 1px solid #ECECED;
  float: left;
}

div.tx-yagooglesearch-pi1-pageLinks a,
div.tx-yagooglesearch-pi1-pageLinks b {
  padding: 5px 15px;
  height: 17px;
  display: block;
  float: left;
  border-left: 1px solid #ECECED;
  font-weight: bold;
}

div.tx-yagooglesearch-pi1-pageLinks a img {
  vertical-align: top;
}

div.tx-yagooglesearch-pi1-pageLinks a:hover,
div.tx-yagooglesearch-pi1-pageLinks b {
  background: #EE7F00;
  color: white;
}

div.tx-yagooglesearch-pi1-branding {
  clear: both;
}

div.tx-yagooglesearch-pi1 form {
  padding: 15px 25px;
}

div.tx-yagooglesearch-pi1 input[type="submit"] {
  margin: 0;
  padding: 4px 15px;
}



div.container-content ul li {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


div.logo-event-page {
  background: #FFF;
  /*background: rgba(255,255,255,.9);*/
  float: left;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  padding: 0 15px;
  text-align: center;
}

div.logo-event-page div.logo{
  margin: 0;
}

.campaign-page div.content-tabs-tab {
  background: white;
  padding: 25px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.campaign-page div.content-tabs-nav ul li {
  min-width: 25%;
  max-width: 25%;
}
div.event-footer div.metanavigation {
  float: left;
}

div.anystretch img {
  max-width: none;
}

@media (max-width: 767px){
  div.logo-event-page div.logo-mobile {
    display: inline-block;
    float: none;
  }

  div.logo-event-page {
    float: none;
    text-align: center;
  }
}


h1.event-headline-white {

  font-size: 72px;
  color: white;
  line-height: 105px;
  /*text-shadow: 0 -1px 1px white, 0 1px 1px #666;*/

   text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;

}

h1.event-headline-black {

  font-size: 72px;
  color: black;
  line-height: 105px;
  /*text-shadow: 0 -1px 1px white, 0 1px 1px #666;*/
  text-shadow: 0px 0px 56px white;
  /* text-shadow:
        -1px -1px 0 #FFF,
        1px -1px 0 #FFF,
        -1px 1px 0 #FFF,
        1px 1px 0 #FFF;*/

}

@media (min-width: 1200px) {

  h1.event-headline-black,
  h1.event-headline-white {

    font-size: 90px;
  }

}

@media (max-width: 979px) and (min-width: 768px) {
  h1.event-headline-black,
  h1.event-headline-white {

    font-size: 55px;
  }

}

@media (max-width: 767px) {
  h1.event-headline-black,
  h1.event-headline-white {

    font-size: 40px;
  }

}

div.fullwidthrow.content.event-page {
  margin-top: 50px !important;
}

/* FOR TESTING PURPOSES */

.show-grid [class*="span"] {
  background-color: #EEE;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}

/* ------------------------------------------*/


/* GENERIC CONTEST FORMULARS */

.clear {
  clear: both;
}

div.generic-quest .clear {
  clear: both;
}

div.generic-quest  .leftlabel {

}

div.generic-quest #genericcontest .hiddentext {
  display: none !important;
}

div.generic-quest label {
  float: left;
  width: 216px;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0 0 0;
  text-align: right;
  margin-right: 20px;
}

div.generic-quest p.genericquestiontext {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}

div.generic-quest #genericcontest label {
  float: none;
  width: auto;
  text-align: left;
  display: block;
  /*padding-left: 15px;*/
  cursor: pointer;
}

div.generic-quest #genericcontest input {
  display: none;
}


div.generic-quest label.hausnr {
  width: 108px;
}

div.generic-quest.fra label.strasse {
  margin-right: 0;
  width: 127px;
}

div.generic-quest.fra label.hausnr {
  width: 88px;
}

div.generic-quest label.strasse {
  margin-right: 0;
  width: 108px;
}

div.generic-quest input.hausnr {
  width: 67px;
}

div.generic-quest input.strasse {
  width: 220px;
}



div.generic-quest label.ort {
  width: 46px;
}

div.generic-quest.fra label.ort {
  width: 62px;
}

div.generic-quest label.plz {
  width: 170px;
  margin-right: 0;
}

div.generic-quest.fra label.plz {
  width: 155px;
}

div.generic-quest input.plz {
  width: 100px;
  margin-right: 3px;
}

div.generic-quest input.ort {
  width: 187px;
}

div.generic-quest .csc-mailform-field {
  padding: 5px 0;
}



div.generic-quest input[type="submit"] {
  background-color: #EE7F00;
  color: white;
  width: 310px;
  margin-left: 237px;
  margin-top: 5px;
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/btnbg.png);
}

div.generic-quest a.custom-btn {
  background-color: #EE7F00;
  color: white;

  margin-top: 5px;
  background-image: url(//www.kikkoman.de/fileadmin/templates/img/btnbg.png);
}




div.generic-quest .csc-mailform-field.checkcon {
  width: 299px;
  padding: 4px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 2px;
  margin-left: 237px;
  margin-top: 5px;
  margin-bottom: 5px;
}

div.generic-quest .ckeckboxcon {
  float: left;
}

div.generic-quest .checkboxlabel {
  text-align: left;
  width: 258px;
  color: #999;
  font-weight: normal;
}

div.generic-quest .error input,
div.generic-quest .error select,
div.generic-quest .csc-mailform-field.checkcon.error {
  border: 1px solid #EE7F00;
}

div.generic-quest .error label {
  color: #EE7F00;
}

div.generic-quest #mailform {
  padding: 25px;

}

div.generic-quest #genericcontest {
  background: #EAEAEA;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px 0 3px 0;
}

div.generic-quest #genericcontest .csc-mailform-field,
div.generic-quest p.genericquestiontext {
  padding: 6px 20px;
  margin: 0;
  border-bottom: 1px solid #CCC;
}

div.generic-quest #genericcontest .csc-mailform-field {
  border-top: 1px solid #FFF;
  cursor: pointer;
  padding-left: 50px;
  background-image: url('//www.kikkoman.de/fileadmin/templates/img/contestquest.png');
  background-position: 13px center;
  background-repeat: no-repeat;

}

div.generic-quest #genericcontest .csc-mailform-field.hover {
  background-image: url('//www.kikkoman.de/fileadmin/templates/img/contestquesthover.png');
  background-position: 13px center;
  background-repeat: no-repeat;

}

div.generic-quest #genericcontest .csc-mailform-field.active {
  background-color: #EE7F00;
  background-image: url('//www.kikkoman.de/fileadmin/templates/img/contestquestactive.png');
  background-position: 13px center;
  background-repeat: no-repeat;
}

div.generic-quest #genericcontest .csc-mailform-field.active label {
  color: #FFF;
}

div.generic-quest textarea {
  height: 150px;
}

div.generic-quest .submitarea a.btn {
  width: 258px;
}


@media (max-width: 480px) {

  div.generic-quest #genericcontest .csc-mailform-field,
  div.generic-quest p.genericquestiontext {
    padding: 6px;
    margin: 0;
    border-bottom: 1px solid #CCC;
  }

  div.generic-quest p.genericquestiontext {
    font-size: 18px;
  }

  div.generic-quest #mailform {
    padding: 5px;

  }

  div.generic-quest input,
  div.generic-quest select,
  div.generic-quest textarea {
    width: 95% !important;
    display: block;
  }

  div.generic-quest label {
    float: none;
    text-align: left;
    width: auto !important;
  }

  div.generic-quest .submitarea a.btn {
    width: 74%;

  }

  div.generic-quest .csc-mailform-field.checkcon {
    width: auto !important;
    margin: 0;
  }

  div.generic-quest #genericcontest .csc-mailform-field {
    padding-left: 30px;
    background-position: -4px center;
  }

  div.generic-quest #genericcontest .csc-mailform-field.hover {
    background-position: -4px center;
  }

  div.generic-quest #genericcontest .csc-mailform-field.active {
    background-position: -4px center;
  }
}








/* Folder Folder */


.foto-folder {
  /*visibility: hidden;*/
  /* display: none; */

}

.foto-item {
  width: 180px;
  float: left;
  height: 236px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;

}



.foto-holder {
  width: 160px;
  padding: 10px;

}

.foto-inner {
  height: 170px;
  width: 160px;
  display: table-cell;
  vertical-align: middle;

  text-align: center;
  cursor: pointer;
}




.like-holder {

  text-align: center;
  padding: 10px;
  background: #f3f3f3;
  border-top: 1px solid #eaeaea;
}




.foto-inner img {
  max-width: 160px !important;
  max-height: 170px !important;
}

.image-con.overlay {
  padding: 10px;
  position: fixed;
  border: 1px solid #eaeaea;
  z-index: 10;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 5px #666;
  left: 110px;
  width: 600px;
}

.image-con.overlay img {
  display: inline-block;
  width: 600px;
  height: auto;
}


.image-con-inner {
  position: relative;
}

.overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FFF;
  border-radius: 2px;
  cursor: pointer;
}














@media (max-width: 480px) {

.foto-inner img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  display: block;
  height: auto;
}

.foto-inner {
  height: auto;
  width: 100%;
  float: none;
  display: block;
  vertical-align: middle;
  text-align: center;
}

.foto-holder {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}

.foto-item {
  width: 100%;
  box-sizing: border-box;
  float: left;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-right: 0;
  margin-bottom: 5px;
  overflow: hidden;
}

div.generic-quest .csc-mailform-field.checkcon,
div.generic-quest input[type="submit"] {

  margin-left: 0px;
}

}


@media (max-width: 767px) {

.foto-inner img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  display: block;
  height: auto;
}

.foto-inner {
  height: auto;
  width: 100%;
  float: none;
  display: block;
  vertical-align: middle;
  text-align: center;
}

.foto-holder {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}

.foto-item {
  width: 100%;
  box-sizing: border-box;
  float: left;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  margin-right: 0;
  margin-bottom: 5px;
  overflow: hidden;
}


div.generic-quest .csc-mailform-field.checkcon,
div.generic-quest input[type="submit"] {

  margin-left: 0px;
}


}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    video { -webkit-filter: brightness(108.5%); }
}


   video { -moz-filter: brightness(108.5%); }

.elastic-video {
  position: relative;
  padding-bottom: 96%;
  padding-top: 17px;
  height: 0;
  overflow: hidden;
}

.elastic-video p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/***********************************************************************************
**** MASONRY TEASR PAGES */





div.masonry-item,
.grid-sizer {
  width: 25%;
}

.small div.masonry-item,
.small .grid-sizer {
  width: 33.333%;
}

div.masonry-item ul {
  list-style-type: none;
  margin: 0;
}


div.masonry-item ul li {
  margin: 0;
  background: #f3f3f3;

}

div.masonry-item ul li a {
  display: block;
  padding: 10px 20px;
  color: #454545;
  border-bottom: 1px solid #eaeaea;

}

div.masonry-item ul li a:hover {
  background: #ee7f00;
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 979px) {

  div.masonry-item,
  .grid-sizer {
    width: 33.333%;
  }
}


@media (max-width: 767px) {
  div.masonry-item,
  .grid-sizer {
    width: 50%;
  }

}

@media (max-width: 480px) {
  div.masonry-item,
  .grid-sizer {
    width: 100%;
  }
}











@media (max-width: 480px) { ... }

  // Landscape phone to portrait tablet
  @media (max-width: 767px) { ... }

  // Portrait tablet to landscape and desktop
  @media (min-width: 768px) and (max-width: 979px) { ... }

  // Large desktop
  @media (min-width: 1200px) { ... }
















 /*********************************************** New stuff **************************/

/* hide product names on desktop version */
.mobile-product-name {
  display: none;
}



@media (max-width: 767px) {

   /*********************************************** General **************************/

   /* Fallback for swipe elements in small resolution but no mobile device with seipe events ... */
  .no-mobile {

    overflow-x: scroll !important;
    padding-bottom: 16px !important;
    overflow-y: hidden;

  }



   /*********************************************** Startseite und navigation **************************/
  .mainnavigation {
    display: none;
  }

  body {
    padding-top: 74px;
  }

  section.header {
    height: 85px;
    position: absolute;
    box-sizing: border-box;
    top: 0;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }



  a.trigger-metanavigation {
    height: 30px;
    width: 50px;
    background: #7b7b7b;
    margin-top: 20px;
    /*box-shadow: 0 -7px 5px rgba(0,0,0,.5);*/
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

/*  a.trigger-metanavigation:active{
    box-shadow: 0 0 50px #000;
  }*/

  a.trigger-metanavigation:before,
  a.trigger-metanavigation:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 25px 0 25px;
    border-color: #7b7b7b transparent transparent transparent;
    position: absolute;
    top: 50px;
  }

  div.left-arrow,
  div.right-arrow {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent rgba(255,255,255,0.2) transparent transparent;
    position: absolute;
    top: 13px;
    left: 10px;
  }

  div.left-arrow {

    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent rgba(255,255,255,0.2);
    left: auto;
    right: 8px;
  }





  a.trigger-metanavigation:before {
    top: 10px;
    border-width: 0px 25px 10px 25px;
    border-color: transparent transparent #7b7b7b transparent;
  }

  a.trigger-metanavigation img {
    max-width: 24px;
    padding: 6px;
  }

  a.trigger-metanavigation.open img.open-img,
  a.trigger-metanavigation img.close-img {
    display: none;
  }

  a.trigger-metanavigation img.open-img,
  a.trigger-metanavigation.open img.close-img {
    display: inline;
  }

  ul.metanavigation-mobile li a.close-metanavigation {
    background: #f3f3f3;
    color: #000;
  }

  section.slidercontainer {
    padding: 0 20px;
    margin-left: -20px;
    height: 398px;
    margin-bottom: 0px;
  }

  section.slidercontainer div.slider-inner,
  section.slidercontainer div.slide,
  section.slidercontainer div.slide-background {
    height: 342px;
  }

  div.slide-background {
    -moz-background-size: auto 180px !important;
     -webkit-background-size: auto 180px !important;
    background-size: auto 180px !important;
    background-position: top center !important;
  }

  .is-key-visual div.slide-background {
    background-size: contain !important;
    background-position: center center !important;
  }

  div.slide-text-content {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFF;
    margin-top: 160px;
    position: relative;
    padding: 20px;
    height: 240px;
    border-top: 5px solid #ee7f00;
    border-bottom: 1px solid #eaeaea;
  }

  div.slide-text-content div.slide-column-title {
    padding: 7px 20px;
    position: absolute;
    top: -35px;
    left: 0;
    background: #ee7f00;
    color: #FFF;
  }



  div.slide-column-title img {
    display: none;
  }

  div.slide-text-content a.btn.custom-btn {
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
    display: block;
    float: none;

  }

  section.slidercontainer div.slider-nav-container {
    display: none;
  }

  section.slidercontainer div.slider-nav-container ul.slider-nav-mobile {
    display: none;
  }

  section.slidercontainer div.slider-nav-container ul.slider-nav-mobile.visible {
    display: block;
  }

  div.slide-text-content h1 {
    margin-bottom: 10px;
    /*color: #FFF;*/
  }

  div.slide-text-content p {
    font-size: 14px !important;
    line-height: 18px !important;
    /*color: #FFF;*/
  }













  div.teaser-start {
    width: auto;
    position: relative;
    margin: 0 -20px;
  }

  div.teaser-start .btn-container {
    display: none;
  }

  div.teaser-start div.teaser-header {
    background: #f3f3f3;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #eaeaea;
  }

  div.teaser-start div.teaser-content {
    border-bottom: 1px solid #eaeaea;
  }

  div.teaser-start div.teaser-content img {
    border: 5px solid #f3f3f3;
    border-top: 0;
    box-sizing: border-box;
  }










  ul.metanavigation-mobile {
    margin: 0;
    opacity: 0;
    width: 100%;

    display: block;

    transform: translate(0px, -1000px);
    -webkit-transform: translate(0px, -1000px);
    -moz-transform: translate(0px, -1000px);
    -o-transform: translate(0px, -1000px);
    -ms-transform: translate(0px, -1000px);


    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

  }

  ul.metanavigation-mobile.open {

    box-shadow: 0 20px 30px -15px #333;
    box-sizing: border-box;
    border: 0;
    opacity: 1;

    transform: translate(0px, 75px);
    -webkit-transform: translate(0px, 75px);
    -moz-transform: translate(0px, 75px);
    -o-transform: translate(0px, 75px);
    -ms-transform: translate(0px, 75px);
    /*border: 5px solid #9c9d9f;*/
  }

  ul.metanavigation-mobile li.m-nav-container,
  .m-nav-innercontainer {
    overflow: hidden;
    position: relative;
    height: 45px;
    border-bottom: 0;
   /* background: transparent;*/
  /* background-position: -100%;*/

  /*  -webkit-transition: -webkit-box-shadow 0.6s;
    -moz-transition: -moz-box-shadow 0.6s;
    transition: box-shadow 0.6s;*/

   /* -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;*/
  }

  ul.metanavigation-mobile.open li:first-child {
  background: #FFF !important;
  }

  ul.metanavigation-mobile li.m-nav-container div.m-nav-slide {
    width: 10000px;
    height: 45px;
    position: absolute;
    top:0;
    left: 0;
  }


  /*SHORT SHADOW*/
/*  .m-nav-container.overflow-right {
    -webkit-box-shadow: inset -15px 0px 15px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: inset -15px 0px 15px -10px rgba(0,0,0,0.7);
    box-shadow: inset -15px 0px 15px -10px rgba(0,0,0,0.7);
  }

  .m-nav-innercontainer.overflow-left {
    -webkit-box-shadow: inset 15px 0px 15px -10px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 15px 0px 15px -10px rgba(0,0,0,0.7);
    box-shadow: inset 15px 0px 15px -10px rgba(0,0,0,0.7);
  }*/

  /*LONG SHADOW*/
 /* .m-nav-container.overflow-right {
    -webkit-box-shadow: inset -120px 0px 100px -80px rgba(0,0,0,0.7);
    -moz-box-shadow: inset -120px 0px 100px -80px rgba(0,0,0,0.7);
    box-shadow: inset -120px 0px 100px -80px rgba(0,0,0,0.7);
  }

  .m-nav-innercontainer.overflow-left {
    -webkit-box-shadow: inset 120px 0px 100px -80px rgba(0,0,0,0.7);
    -moz-box-shadow: inset 120px 0px 100px -80px rgba(0,0,0,0.7);
    box-shadow: inset 120px 0px 100px -80px rgba(0,0,0,0.7);
  }*/

  .m-nav-container {
     background: #f3f3f3 url('../img/nav-right-bg.png') 100% 0% repeat-y;
      background-size: 0% 1px;
  }

  .m-nav-innercontainer {
    background: transparent url('../img/nav-left-bg.png') 0% 0% repeat-y;
    background-size: 0% 1px;
  }

  /*SHADOW WITH BACKGROUND IMAGE*/
 /* .m-nav-container.overflow-right {
    background: transparent url('../img/nav-right-bg.png') 100% 0% repeat-y;
  }

  .m-nav-innercontainer.overflow-left {
    background: transparent url('../img/nav-left-bg.png') 0% 0% repeat-y;
  }*/



/*  ul.metanavigation-mobile li.divider {
    border-color:
  }*/

  ul.metanavigation-mobile li.m-nav-container div.m-nav-slide > div {
    display: inline-block;
  }

  ul.metanavigation-mobile li.m-nav-container a {
    display: block;
    float: left;
     padding: 14px 20px;
    /*border-right: 1px solid #eaeaea;*/
  }

  ul.metanavigation-mobile li.divider.orange {
    height: 4px !important;
    background: #ee7f00;
    padding: 0;
  }

   ul.metanavigation-mobile li.divider {
    border-bottom: 1px solid #FFF;
    height: 1px !important;
    background: #eaeaea;
   }

  .metanavigation-mobile input#meta-search-field-mobile {
    border: 0;
    width: 70%;
    padding: 10px 5%;
    display: inline-block;
    height: 20px;

  }

  ul.metanavigation-mobile a.meta-search-submit {
    display: inline-block;
    width: 20%;
    text-align: center;
    background: #ee7f00;
    color: #FFF;
    padding: 10px 0 12px 0;
    margin-bottom: -1px;
  }

  /* Vertical collapsible */
ul.metanavigation-mobile li.m-nav-container.vertical {
  height: auto;

}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-innercontainer {
  height: auto;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide {
    width: 100%;
    height: auto;
    position: static;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide > a {
  float: left;
  display: block;
  height: 45px;
  width: 20%;

  text-align: center;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide > a:first-child {
  width: 80%;
  text-align: left;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide.is-open > a {
   background: #ee7f00;
   color: #FFF;
   font-weight: bold;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide.is-open > div > a {
  background-color: #FFF;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide.is-open > a > i.icon-plus {

  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

  background-image: url("//www.kikkoman.de/fileadmin/templates/img/glyphicons-halflings-white.png");
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide > div {
  display: none;
  clear: both;
  border-bottom: 4px solid #eaeaea;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide.is-open > div {
  display: block;
}

ul.metanavigation-mobile li.m-nav-container.vertical div.m-nav-slide > div > a {
  display: block;
  float: none;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #eaeaea;
}

.clear {
  clear: both;
}



























   /*********************************************** Footer **************************/


  .footer div.row {
    margin: 0 -20px;
  }

  section.footer footer div.span3 {
    border-bottom: 1px solid #D17000;

  }

  div.footer-column-header {
    margin: 0;
    padding: 0;
  }

  div.footer-column-header h3 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e3a966;
  }

   div.footer-column-header h3 img {
      display: block;
      margin: 0 auto;
      width: 30px;
   }

   section.footer ul {
    padding: 0;
    margin: 0;
    border: 20px solid #ee7f00;


   }

   section.footer footer ul li a {
    font-size:   16px;
    display: block;
    padding: 12px;
    color: #7d7d7d;
    text-align: center;
    background: #FFF;
    border-bottom: 1px solid #f3f3f3;

   }

   section.footer ul.breadcrumb {
    padding: 15px 20px;
   }






   /*********************************************** produkte **************************/






  section.fullwidthrow.productscontainer {
    position: relative;
    height: 240px;
    margin-bottom: 40px;
    margin: 0 -20px;
    width: auto;
    overflow: hidden;
  }

  section#products div.inner-container {
    position: relative;
    height: 220px;
    width: 100%;
    max-width: 4000px;
  }

  section#products div.inner-container nav {
    width: auto;
    float: left;
  }



  section.fullwidthrow.productscontainer div.inner-container div.inner-container-center {
    height: 220px;
  }

  div.product-frame {
    display: block;
    height: 220px;
  }

  div.product-frame.current {
    background: #eaeaea;
  }

  div.product-frame div.product-inner {
    position: static;
    min-height: 0px;
    position: static;
    width: auto !important;
    height: 140px;
    padding: 10px;
    /*border-bottom: 1px solid #eaeaea;*/
    border-right: 1px solid #eaeaea;

  }

  div.product-frame div.product-inner div.product-active,
  div.product-frame div.product-inner div.product-inactive {

    min-height: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    position: static;
    background: #FFF;

  }

  div.product-frame div.product-inner div.product-active img,
  div.product-frame div.product-inner div.product-inactive img {

    min-height: 0px;
    height: 100%;
    width: auto;

  }

  .ptt-con.left.mobile {
    display: none !important;

  }

  section.productscontainer div.products-nav-container {
    height: 1px;
    display: none;
  }

  .products-nav-container .products-nav-mobile {
    display: none !important;
  }

  div.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left;
    max-width: 50%;
  }


  div.mobile-product-name {
    background: #f3f3f3;
    font-size: 11px;
    line-height: 14px;
    padding: 7px;
    height: 46px;
    border-right: 1px solid #eaeaea;
    text-align: center;
    color: #7b7b7b;
    font-weight: bold;
    display: block;
  }

  div.product-frame.current div.mobile-product-name {
    background: #eaeaea;
  }










  div.content-infobox {
    margin-left: -20px;
  }





   /*********************************************** Rezepte **************************/




  div.subnavigation {
    margin: 0 -20px;
    border-bottom: 4px solid #eaeaea;
  }

  div.subnavigation div.subnavigation-header.open,
  div.subnavigation div.subnavigation-header.closed {
    background: #f3f3f3;
    padding: 15px 34px 15px 20px;
  }


  div.subnavigation div.subnavigation-header.open h4,
  div.subnavigation div.subnavigation-header.closed h4 {

  /*  background: transparent url(//www.kikkoman.de/facebook/mobiloptimization/img/m-submenu-icon.png) center right no-repeat;
    background-size: 20px;*/
  }

  div.content-recipes-detail.is-mobile div.recipe-img-con {
    display: block !important;
    width: 130px;
  }

  div.recipe-img-con h5 {
    overflow: hidden;
    text-overflow: none;
    white-space: normal;
    height: 47px;
    max-height: 47px;
    line-height: 15px;
  }


  div.content-recipes-detail.closedcontent.is-mobile {
    margin: 0 -20px;
    height: 190px;
    overflow: hidden;
  }

  div.content-recipes-detailcontent {
    padding-top: 0;
  }

  #recipe-slider {
    float: left;
  }

  table.recipe-btns tbody tr td {
    display: none;
  }




 /* div.subnavigation div.subnavigation-header.closed h4 {
    background: transparent url(//www.kikkoman.de/fileadmin/templates/img/subnav-closed-b.png) center left no-repeat;
    background-size: -20px 20px;
  }*/


}



  @media (max-width: 767px) {


  }



table.producttable {
  width: 50%;
  float: left;
}

table.producttable + table.producttable:after {
  clear: both;
}


@media (max-width: 480px) {
  table.producttable {
    width: 100%;
    float: none;
  }
}

table.producttable tr {
  border: 3px solid #fff;
}

table.producttable tr th {
  background: #ee7f00 url(../img/icon-footer-info.png) 5px center no-repeat;
  background-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  text-align: left;
}

table.producttable tr td {
  background: #F0D8BD;
  padding: 5px;
  vertical-align: top;
}

table.producttable tr td:first-child {
  width: 65%;
}


.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 80.25%;
    /*padding-bottom: 56.25%;*/
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



/**
 * recipe detail soacial media integration
 */
.recipe-image-wrapper {
    position: relative;
}

.recipe-share-options {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.recipe-share-option {
    display: inline-block;
    background: #F3F3F3;
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 0;
    box-sizing: border-box;
    cursor: pointer!important;
}
.recipe-share-option--pinterest {
    background-color: #BD081C;
}
.recipe-share-option--facebook {
    background-color: #4267B2;
}

.top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;

  display: none;
  width: 50px;
  height: 50px;
  padding: 8px;
  box-sizing: border-box;

  background-color: #8A8B8E;
  text-align: center;
  cursor: pointer;

}




/** Language Flyout @sv 19.09 */

div.lang-flyout-inner {
  position: relative;
  padding: 20px;
}

div.lang-flyout-header h3 {
  font-size: 40px;
  color: #9B9C9E;
  font-weight: normal;
}

div.lang-flyout-header--close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;

  background-image: url(../img/close.svg);
  background-size: 100%;
  background-position:center center;
  background-repeat: no-repeat;

  cursor: pointer;
}

div.lang-flyout-tabs {
  margin: 20px -20px 0 -20px;
    border-bottom: 5px solid #ee7f00;
    padding: 0 20px;
}

div.lang-flyout-tabs:after {
  content: '';
  display: table;
  clear: both;
}

div.lang-flyout-tab {
  float: left;
  padding: 10px 20px;

  font-weight: bold;
  font-size: 16px;
  color: #9B9C9E;

  cursor: pointer;

  transition: background-color .3s ease, color .3s ease;
}

div.lang-flyout-tab:hover {
  background-color: #f7f7f7;
}

div.lang-flyout-tab.active {
  background-color: #ee7f00;
  color: #fff;
}

div.lang-flyout-tab.active:hover {
  background-color: #ee7f00;
}

div.lang-flyout-tab-content {
  display: none;
  padding-bottom: 40px;
  background: #fff url(../img/langnav-bg.png) bottom right no-repeat;
  background-size: 275px;
}

div.lang-flyout-tab-content.active {
  display: block;
}

div.lang-flyout-tab-content .container-fluid {
    padding: 20px 0 0 0;
}

div.lang-flyout-tab-content .container-fluid .span4 {
    padding: 10px 0;
    width: calc(33.3333% - 31px);
    border-right: 1px solid #f3f3f3;
}

div.lang-flyout-tab-content .container-fluid .span4:last-child {
  border: 0;
}

div.lang-flyout-menu-item {
  font-weight: bold;
  line-height: normal;
  font-size: 15px;
  line-height: 30px;

  color: #000000;
}

span.lang-flyout-menu-item-language {
  font-weight: normal;
  color: #9B9C9E;
}

.lang-flyout-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  background-color: rgba(0, 0, 0, 0.5);
  z-index: 199;
}

/**
 * START TEASERS
 */

.teaser-content-interactive {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 40px 40px 35px;
}

.teaser-content-interactive.teaser-content-interactive--green {
    background: #84b132;
    color: #fff;
}

.teaser-content-interactive h2 {
    font-size: 26px;
    line-height: 30px;
}

.teaser-content-interactive.teaser-content-interactive--green h2 {
  color: #fff;
}

.teaser-content-interactive form {
  background-color: transparent;
}

.teaser-interactive-field {
  margin-bottom: 10px;
}

span.teaser-interactive-field {
  color: #000;
  font-size: 14px;
  margin-top: 0px;
  display: block;
}

.teaser-interactive-field input.form-control {
  height: 40px;
  margin-bottom: 5px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;

  border: 1px solid rgba(0,0,0,0.30);
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.35);
  border-radius: 5px;
}

button.btn.teaser-interactive-btn {
    background: #fff;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.31) -1px 3px 4px;
    border-radius: 3px;
    border: 0;

    position: absolute;
    left: 35px;
    bottom: 30px;
}

.teaser-start .btn-container{
  bottom: 0;
}

.teaser-start a.btn.custom-btn {
  background: #fff;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.31) -1px 3px 4px;
  border-radius: 3px;
  border: 0;

  position: absolute;
  left: 40px;
  bottom: 30px;
}

@media only screen and (min-width:1200px) {
  .teaser-content-interactive {
    padding: 40px 40px 40px 35px;
  }

  .teaser-content-interactive h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .teaser-interactive-field input.form-control {
    height: 50px;
  }

  .teaser-start a.btn.custom-btn,
  button.btn.teaser-interactive-btn {
    bottom: 40px;
  }

  span.teaser-interactive-field {
    margin-top: 10px;
  }

}

@media only screen and (max-width:979px) and (min-width:768px) {
  .teaser-content-interactive h2 {
    font-size: 20px;
    line-height: 20px;
  }

  .teaser-content-interactive {
    padding: 20px;
  }

  .teaser-start a.btn.custom-btn,
  button.btn.teaser-interactive-btn {
    font-size: 14px;
    padding: 7px 20px;
    left: 20px;
    bottom: 25px;
  }

  .teaser-interactive-field input.form-control {
    height: 35px;
    font-size: 14px;
    padding: 15px 10px;
  }

  span.teaser-interactive-field {
    display: none;
  }
}



/**
 * COOKIE NOTIFICATION
 */
.cookie-notification {
    position: fixed;
    background-color: #c9c9c9;
    bottom: 0;
    right: 0;
    color: #565656;
    left: 0;
    font-size: 16px;
}

.cookie-notification .span12 {
  position: relative;
}

.cookie-notification__message,
.cookie-notification__actions {
  padding: 30px 0;
}

.cookie-notification__message {
  padding-right: 150px;
}

.cookie-notification__message a {
  color: #565656;
  text-decoration: underline;
}

.cookie-notification__actions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cookie-notification__actions a {
  color: #565656;
  font-weight: bold;
  border: 1px solid;
  padding: 8px 20px;
  display: inline-block;
}




/** LANGUAGE MENU */

.language-menu {
    max-width: 1440px;
    margin: 0 auto;
}

.language-menu__inner {
  background-image: url('../img/europe_in_labels.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
}

.language-menu__header {
  padding-top: 40px;
  margin-bottom: 200px;
}

.language-menu__footer {
  /*
   position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  */
  margin-top: 50px;
  padding: 60px 0;
  background-color: #f5f3f6;

  color: #858585;
  font-size: 16px;
  text-align: center;
}

.language-menu__headline {
  margin-bottom: 50px;
}

.language-menu__subheadline {
  font-size: 16px;
  margin-bottom: 20px;
}

.language-menu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.language-menu__list li {
  padding-bottom: 0px;
}

.language-menu__list-item,
.language-menu__list-item a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #858585;
}

.language-menu__list-item:hover,
.language-menu__list-item a:hover {
  color: #858585;
}

.language-menu__list-item a {
  display: inline-block;
}

.language-menu__list-item__icon {
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(1px);
  background-color: #f3f3f3;
  margin-right: 10px;
}

.language-menu__list-item__icon--at {
  background-image: url('../img/flags/AT.png');
}
.language-menu__list-item__icon--dk {
  background-image: url('../img/flags/DK.png');
}
.language-menu__list-item__icon--fl {
  background-image: url('../img/flags/FI.png');
}
.language-menu__list-item__icon--fr {
  background-image: url('../img/flags/FR.png');
}
.language-menu__list-item__icon--de {
  background-image: url('../img/flags/DE.png');
}
.language-menu__list-item__icon--it {
  background-image: url('../img/flags/IT.png');
}
.language-menu__list-item__icon--nl {
  background-image: url('../img/flags/NL.png');
}
.language-menu__list-item__icon--pl {
  background-image: url('../img/flags/PL.png');
}
.language-menu__list-item__icon--ru {
  background-image: url('../img/flags/RU.png');
}
.language-menu__list-item__icon--es {
  background-image: url('../img/flags/ES.png');
}
.language-menu__list-item__icon--sw {
  background-image: url('../img/flags/SE.png');
}
.language-menu__list-item__icon--ch {
  background-image: url('../img/flags/CH.png');
}
.language-menu__list-item__icon--tr {
  background-image: url('../img/flags/TR.png');
}
.language-menu__list-item__icon--gb {
  background-image: url('../img/flags/GB.png');
}
.language-menu__list-item__icon--usa {
  background-image: url('../img/flags/US.png');
}
.language-menu__list-item__icon--jp {
  background-image: url('../img/flags/JP.png');
}

.span6--percent {
  width: 50%;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
}

@media only screen and (max-width:767px) {

  .language-menu {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: -50px;
  }

  .language-menu__inner {
    background: transparent;
  }

  .language-menu__header {
    padding-top: 0;
    margin-bottom: 0px;
  }


  .span6--percent {
    width: 100%;
    padding: 0;
  }

  .language-menu__headline {
    margin-bottom: 0;
    line-height: 26px;
    margin-top: 30px;
  }

  .language-menu__subheadline {
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .language-menu__list {
    margin-bottom: 0;
  }

  .language-menu__footer {
    margin-left: -20px;
    margin-right: -20px;
  }

  .language-menu__header,
  .language-menu__body {
    padding: 0 15px;
  }
}

@media only screen and (min-width:1200px) {
  .span6--percent {
    padding: 0 30px;
  }
}

@media only screen and (min-width:1400px) {
}