/*

Theme Name: bf_kikko
Theme URI: http://www.bureauf.com/
Author: Wolfgang Schellnast
Author URI: https://www.wolfgangschellnast.com
Description: Responsive Theme by BUREAU F
Version: 1.0

*/

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  /* font-size: 22px; */
  font-size: 2vh;
  color: #000;
  letter-spacing: 0.05rem;
  /* background-color: #e8e8e7; */
  background-color: #f7cbca;
}

/* montserrat-500 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/montserrat-v25-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("fonts/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/montserrat-v25-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("fonts/montserrat-v25-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("fonts/montserrat-v25-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("fonts/montserrat-v25-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}

.h-95 {
  height: 90%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

a,
a:hover {
  color: #000;
}

a:hover,
a.a-line {
  /* border-bottom: 2px solid #000;
  padding-bottom: 5px; */
  text-decoration: none;
  /* color: #000; */
}

.sake-logo svg {
  height: 100%;
}

a.a-line {
  font-size: 1.3rem;
  background-color: #000;
  color: #f7cbca;
  padding: 10px;
}

.logo {
  max-width: 230px;
  width: 100%;
}

.animation-container {
  height: 100%;
  width: auto;
  position: relative;
}

.animation {
  max-height: 100%;
}

.address {
  font-size: 2vh;
}

#main {
  padding: 50px 70px 60px 70px;
  height: 100vh;
  min-height: 100%;
}

.text-container {
  width: 100%;
  height: 60px;
  border-top: 2px solid #000;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.text-mobile-big {
}

@media all and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }

  .logo {
    max-width: 200px;
  }

  #main {
    padding: 15px 15px 15px 15px;
    height: 100%;
  }

  .text-container {
    position: relative;
    display: block;
  }
}

@media all and (max-width: 321px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }

  #main {
    padding: 15px;
  }
}

/* SCROLLER */

.scroller {
  padding: 19px 0px;
  overflow: hidden;
  position: relative;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
}

.scroller .js-marquee a {
  background-color: #000;
  color: #cae4f7;
  border-radius: 0px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* ANIMATION */

.ani-running-text {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  min-width: 100%;
  will-change: transform;

  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);

  -moz-animation: scrollkiko 30s linear infinite;
  -webkit-animation: scrollkiko 30s linear infinite;
  animation: scrollkiko 30s linear infinite;
}

@-moz-keyframes scrollkiko {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scrollkiko {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrollkiko {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* FOOTER - ADDON */
#footer-grid {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #141414;
  color: #f0f0f0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  padding: 3rem;
  min-height: 320px;
}

#footer-grid a {
  color: #f0f0f0;
  line-height: 2rem;
}

#footer-grid p {
  margin-top: 1rem;
  margin-bottom: 2.6rem;
}

#first,
#second,
#third {
  text-align: center;
}

#first > *,
#second > *,
#third > * {
  display: block;
}

#first,
#second {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1.5rem;
}

#second {
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 0;
}

#second .item img {
  max-width: 250px;
}

#third {
  padding-top: 2rem;
}

#first,
#third {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#first a:hover,
#third a:hover {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.l-mochi img {
  width: 75%;
  max-width: 200px;
}

.l-omk img {
  width: 27%;
}

.l-ramen img {
  width: 45%;
}

.l-kikko img {
  width: 55%;
}

/* CUSTOM MENU - FB / Insta */
ul.custom {
  display: flex !important;
  list-style-type: none;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1rem;
}

ul.custom li {
  display: block;
  line-height: 1rem;
}

@media (max-width: 991px) {
  ul.custom {
    justify-content: center;
  }
}
/* END - Custom Menu */

@media (max-width: 991px) {
  .l-mochi img {
    width: 66%;
  }

  .l-omk img {
    width: 60%;
  }

  .l-kikko img {
    width: 60%;
  }
}

@media all and (min-width: 992px) {
  #footer-grid {
    display: grid;
    grid-template-columns:
      1fr minmax(max-content, 1fr) minmax(617px, 4fr) minmax(max-content, 1fr)
      1fr;
    grid-template-areas: ". first second third .";
    grid-gap: 10px;
    height: auto;
    padding: 3rem 0rem;
  }

  #footer-grid a {
    line-height: 1rem;
  }

  #footer-grid p {
    margin-bottom: 0px;
  }

  #first {
    grid-area: first;
    text-align: left;
    border-bottom: 0px;
    border-right: 1px solid #f0f0f0;
    /* padding-right: 40px; */
    padding-bottom: 0px;
  }

  #second {
    grid-area: second;
    flex-flow: row;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-bottom: 0px;
    padding-top: 0;
  }

  #second .item {
    text-align: center;
    width: 25%;
  }

  #second .item a {
    transition: all 200ms ease-in-out;
    margin-bottom: 0rem;
    display: block;
  }

  #second .item a:hover {
    text-decoration: none;
    margin-bottom: 1rem;
    border-bottom: 0px;
  }

  #second .item img {
    transition: all 200ms ease-in;
  }

  #first a,
  #third a {
    transition: all 200ms ease-in;
  }

  #first a:hover {
    padding-left: 10px;
    text-decoration: none;
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  #third a:hover {
    padding-right: 10px;
    text-decoration: none;
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  #third {
    grid-area: third;
    text-align: right;
    /* padding-left: 40px; */
    padding-top: 0;
    border-bottom: 0px;
    border-left: 1px solid #f0f0f0;
  }
}

/* ADDON - Webshops Page */
.webshops-container {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 0px;
  min-height: calc(var(--vh, 1vh) * 100 - 200px);
  height: 100%;
  text-transform: uppercase;
  padding: 0 3rem;
}

.webshops-container .first-row {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
  border-bottom: 1px solid #000;
}

.webshops-container .second-row {
  margin-top: 3rem;
  border-bottom: 0px;
}

.webshops-container .first-row > div {
  padding: 50px 30px 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3rem;
}

.webshops-container .second-row > div {
  padding: 30px;
}

.webshops-container .first-row > div img {
  /* width: 45%; */
  height: auto;
  min-width: 200px;
  max-width: 250px;
  min-height: 100px;
  max-height: 140px;
}

.webshops-container img.omk {
  min-width: unset !important;
}

.webshops-container img.ramen {
  min-width: unset !important;
  width: auto !important;
  height: auto !important;
}

.webshops-container .first-row div:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.webshops-container div:first-child div,
.webshops-container div:nth-child(3) div {
  border-right: 0px !important;
}

.webshops-container a.button {
  display: inline-block;
  margin: 2.5rem 0 1rem;
  padding: 8px 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

.webshops-container a.button:hover {
  border-bottom: 0px;
}

.webshops-container a.button.button-disabled {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
}

.webshops-container a.button.button-disabled:hover {
  cursor: not-allowed;
}

.webshops-container p {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.webshops-container a {
  text-decoration: none;
}

.webshops-container p a:hover {
  text-decoration: none;
  border-bottom: 0px;
}

.webshops-container .first-row span.title {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.webshops-container .third-row {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.webshops-container .third-row p {
  font-size: 1.3rem;
  line-height: 2rem;
}

.webshops-container .third-row a {
  text-decoration: underline;
}

.webshops-container hr {
  width: 90%;
  margin-left: 5%;
  background: none;
  height: 1px;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}

@media (max-width: 920px) {
  a.a-line {
    font-size: 0.8rem;
  }

  .webshops-container {
    margin-top: 0px;
  }

  .webshops-container .first-row {
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    margin-top: 0rem;
    border-bottom: 0px;
  }
  /*
  .webshops-container .first-row > div {
    padding: 60px 30px 40px;
    width: 90%;
    margin-left: 5%;
  }
  */
  .webshops-container .first-row > div {
    padding: 0 30px 30px;
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: #000;
  }
  /*
  .webshops-container .first-row div:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .webshops-container .first-row div:nth-child(3) {
    border-bottom: 1px solid #000;
  }
*/

  .webshops-container .second-row div:nth-child(3) {
    border-bottom: 0px;
  }

  .webshops-container .third-row {
    padding: 2rem 30px;
    margin-left: 5%;
    width: 90%;
    box-sizing: border-box;
  }

  .webshops-container .third-row br {
    display: none;
  }
}

/* Webshops - KIKKO BA Header Addon */
.header-alternative {
  position: relative;
  height: 1px;
  top: 0;
  box-sizing: border-box;
}

.page-template-page-webshops .logo {
  max-width: 200px;
  width: 18%;
  min-width: 132px;
}

.header-alternative img {
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (max-width: 920px) {
  .header-alternative {
    height: 150px;
  }
}

/* FOOTER Update - 2021 */
footer ul {
  padding-left: 0;
}

#footer-grid-2021 {
  background-color: #141414;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

#footer-grid-2021 .top {
  display: grid;
  grid-template-columns: repeat(7, minmax(100px, 158px));
  border-bottom: 1px solid #f0f0f0;
  margin: 0 100px;
  justify-content: space-between;
  padding-bottom: 3rem;
  text-align: center;
  color: #f0f0f0;
}

#footer-grid-2021 .bottom {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr 1fr 0.6fr;
  margin: 30px 100px 0px;
}

#footer-grid-2021 p {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.8rem;
  margin: 0.5rem 0 0 0;
}

#footer-grid-2021 a,
#footer-grid-2021 a:hover {
  color: #f0f0f0;
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 0;
}

#footer-grid-2021 .bottom a {
  text-transform: uppercase;
  display: block;
  line-height: 1.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  color: #f0f0f0;
}

#footer-grid-2021 .bottom > div {
  border-right: 1px solid #f0f0f0;
  width: 100%;
}

#footer-grid-2021 .bottom div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer-grid-2021 .bottom div:nth-child(3) {
  display: flex;
  justify-content: center;
  text-align: center;
}

#footer-grid-2021 .bottom div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}

#footer-grid-2021 .bottom > div:last-of-type {
  border-right: 0px solid #f0f0f0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#footer-grid-2021 .bottom div,
#footer-grid-2021 .bottom .sub {
  display: table;
}

#footer-grid-2021 .bottom li {
  list-style: none;
}

@media (max-width: 991px) {
  #footer-grid-2021 p {
    font-size: 0.7rem;
  }
  #footer-grid-2021 .top {
    margin: 0 50px;
  }
  #footer-grid-2021 .bottom {
    margin: 30px 50px 0;
  }
  #footer-grid-2021 .bottom a {
    font-size: 0.7rem;
  }
}

@media (max-width: 810px) {
  #footer-grid-2021 .top {
    grid-template-columns: minmax(150px, 200px);
    grid-gap: 4rem;
    justify-content: center;
  }
  #footer-grid-2021 p {
    font-size: 1rem;
  }
  #footer-grid-2021 .bottom {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }

  #footer-grid-2021 .bottom div,
  #footer-grid-2021 .bottom .sub {
    display: block;
    text-align: center;
    justify-content: center !important;
  }

  #footer-grid-2021 .bottom div {
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1rem;
  }

  #footer-grid-2021 .bottom div:last-of-type,
  #footer-grid-2021 .bottom .sub {
    border-bottom: 0px;
  }
  #footer-grid-2021 .bottom a {
    font-size: 1rem;
  }
}

/* Impressum / Datenschutz */

.page-template-page-impressum_dsgvo h1 {
  text-transform: uppercase;
}

.page-template-page-impressum_dsgvo .container {
  margin-left: 100px;
  margin-top: 200px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-template-page-impressum_dsgvo .container {
    margin-left: 0;
    margin-top: 50px;
  }
}

/* IG FEED */

.ig-feed {
  background-color: #141414;
  padding: 5rem 9% 0;
}
#sbi_images {
  padding: 0 50px !important;
}
#sb_instagram {
  padding-bottom: 0 !important;
}

.sb_instagram_header {
  display: none !important;
}

#ig-header-custom {
  padding: 35px 100px 25px 100px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#ig-header-custom a {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

#footer-grid-2021 .top {
  padding-top: 50px;
  border-top: 1px solid #fff;
}

#footer-grid-2021 {
  padding-top: 4rem;
}

@media (max-width: 810px) {
  #ig-header-custom {
    padding: 50px 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  #sbi_images {
    padding: 0 !important;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ig-feed {
    padding: 3rem 3rem 0;
  }
}
