body.page .main_content {
  display: flex;
  margin-bottom: 50px; }
  body.page .main_content > * {
    width: 50%; }
  @media only screen and (max-width: 1200px) {
    body.page .main_content {
      flex-direction: column-reverse; }
      body.page .main_content > * {
        width: 100% !important; } }
  body.page .main_content .content {
    padding: 10px 0px 0px 0px;
    padding-right: 110px;
    box-sizing: border-box; }
    @media only screen and (min-width: 1201px) {
      body.page .main_content .content {
        width: 540px;
        margin-left: calc(50% - 540px); } }
    @media only screen and (max-width: 1200px) {
      body.page .main_content .content {
        padding: 15px;
        box-sizing: border-box; } }
    body.page .main_content .content h1 {
      line-height: 69px;
      font-style: italic;
      font-size: 54px;
      margin-bottom: 30px; }
    body.page .main_content .content h3 + p {
      margin-top: 5px; }
    body.page .main_content .content p {
      font-style: italic;
      font-size: 18px;
      line-height: 1.6em; }
      body.page .main_content .content p a {
        text-decoration: underline; }
    body.page .main_content .content .info .title {
      font-family: aktiv-grotesk-thin,sans-serif;
      font-weight: 100; }
    body.page .main_content .content .info + .info {
      margin-top: 20px; }
    body.page .main_content .content .links {
      margin-bottom: 20px; }
      body.page .main_content .content .links .link a {
        margin-left: 30px;
        position: relative;
        color: #172862;
        letter-spacing: 1.6px;
        font-size: 16px;
        text-transform: uppercase; }
        body.page .main_content .content .links .link a:before {
          content: " ";
          position: absolute;
          width: 20px;
          height: 2px;
          background-color: #172862;
          top: calc(50% - 1px);
          left: -30px; }
      body.page .main_content .content .links .link + .link {
        margin-top: 20px; }
    body.page .main_content .content .dish .title {
      color: #172862;
      font-family: aktiv-grotesk,sans-serif;
      font-weight: 600;
      font-size: 20px;
      font-style: italic;
      margin-bottom: 8px; }
    body.page .main_content .content .dish .description {
      font-style: italic;
      font-size: 18px;
      line-height: 22px;
      font-weight: 200; }
    body.page .main_content .content .dish + .dish {
      margin-top: 20px; }
  body.page .main_content .image {
    border-radius: 150px 0 150px 0;
    overflow: hidden;
    max-height: 480px; }
    body.page .main_content .image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      font-family: "object-fit: cover"; }

body.page section#menu {
  margin-top: 100px;
  margin-bottom: 50px; }
  body.page section#menu .container {
    max-width: 720px; }
    body.page section#menu .container .dish .title {
      color: #172862;
      font-family: aktiv-grotesk,sans-serif;
      font-weight: 600;
      font-size: 20px;
      font-style: italic;
      margin-bottom: 8px;
      display: flex;
      justify-content: space-between; }
    body.page section#menu .container .dish .description {
      font-style: italic;
      font-size: 18px;
      line-height: 22px;
      font-weight: 200; }
    body.page section#menu .container .dish + .dish {
      margin-top: 20px; }
    body.page section#menu .container div.link {
      margin-top: 20px; }
      body.page section#menu .container div.link a {
        margin-left: 30px; }

body.page section#page_builder {
  margin: 20px 0px; }
  body.page section#page_builder .wp-block-gallery {
    margin: 40px 0px; }

body.page section#quote {
  margin-top: 80px; }
  body.page section#quote .container {
    flex-direction: column;
    max-width: 720px; }
    body.page section#quote .container .text {
      position: relative;
      font-family: aktiv-grotesk-thin,sans-serif;
      font-weight: 200;
      font-style: italic;
      font-size: 36px;
      margin-bottom: 30px; }
      body.page section#quote .container .text::before {
        content: '';
        background-image: url("../images/quote.png");
        width: 130px;
        height: 130px;
        display: inline-block;
        position: absolute;
        top: -25px;
        background-size: contain;
        z-index: -1; }

body.single img {
  max-width: 100%; }

body.error404 .container_content {
  height: calc(100vh - 230px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: white;
  text-transform: capitalize; }
  @media only screen and (max-width: 830px) {
    body.error404 .container_content {
      height: calc(100vh - 38px); } }

header#header .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center; }
  header#header .container .logo img {
    width: 120px; }
  header#header .container .header-container-menu {
    display: flex;
    transition: all 0.3s ease;
    z-index: 1; }
    @media only screen and (max-width: 500px) {
      header#header .container .header-container-menu {
        width: 100%; } }
    header#header .container .header-container-menu .logo-img {
      width: 150px;
      margin: 30px auto; }
      @media only screen and (max-width: 1000px) {
        header#header .container .header-container-menu .logo-img {
          display: inline-block !important; } }
    header#header .container .header-container-menu ul {
      display: flex;
      justify-content: space-between; }
      header#header .container .header-container-menu ul li a {
        text-transform: uppercase;
        font-size: 15px;
        color: #172862;
        letter-spacing: 1.6px;
        line-height: 1.31em; }
      @media only screen and (min-width: 1001px) {
        header#header .container .header-container-menu ul li + li {
          margin-left: 16px; } }
      @media only screen and (max-width: 1000px) {
        header#header .container .header-container-menu ul {
          padding: 15px; }
          header#header .container .header-container-menu ul li a {
            font-size: 18px; }
          header#header .container .header-container-menu ul li + li {
            margin-top: 10px; } }
    @media only screen and (min-width: 1001px) {
      header#header .container .header-container-menu .languages-switcher {
        margin-left: 16px;
        border-left: solid 2px #172862;
        padding-left: 16px; } }
    @media only screen and (max-width: 1000px) {
      header#header .container .header-container-menu .languages-switcher {
        flex-direction: row !important;
        justify-content: normal;
        margin-top: 16px;
        border-top: solid 2px #172862;
        padding-top: 16px;
        padding-left: 15px;
        padding-right: 15px; }
        header#header .container .header-container-menu .languages-switcher li + li {
          margin-left: 15px;
          margin-top: 0px; } }
  @media only screen and (max-width: 1000px) {
    header#header .container .hamburher-menu {
      display: inline-block !important;
      z-index: 2; }
    header#header .container .header-container-menu {
      display: flex;
      flex-direction: column;
      position: fixed;
      left: 0px;
      top: 0px;
      background: white;
      height: 100vh;
      min-width: 350px;
      transform: translateX(-101%);
      box-shadow: 1px 0px 15px -10px; }
      header#header .container .header-container-menu .languages-switcher,
      header#header .container .header-container-menu .header-menu .menu {
        display: flex;
        flex-direction: column; } }

body.mobile-menu-opened {
  overflow: hidden; }
  body.mobile-menu-opened .header-container-menu {
    transform: translateX(0%) !important; }

footer#footer {
  margin-top: 50px; }
  footer#footer .container {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #172862;
    padding: 30px 0px;
    flex-wrap: wrap; }
    footer#footer .container .logo img {
      width: 120px; }
    @media only screen and (max-width: 600px) {
      footer#footer .container {
        justify-content: center; }
        footer#footer .container > a {
          text-align: center; }
        footer#footer .container > * {
          width: 300px;
          margin-bottom: 30px; } }
    footer#footer .container .footer-section .row {
      display: flex;
      margin-bottom: 16px; }
      footer#footer .container .footer-section .row .label {
        font-family: aktiv-grotesk-thin,sans-serif;
        font-weight: 100;
        font-size: 16px;
        width: 100px;
        text-align: right;
        margin-right: 20px;
        color: #172862; }
      footer#footer .container .footer-section .row .value {
        color: #172862; }
      footer#footer .container .footer-section .row div.link {
        padding-left: 35px; }
        footer#footer .container .footer-section .row div.link a {
          position: relative; }
          footer#footer .container .footer-section .row div.link a:before {
            content: " ";
            position: absolute;
            width: 20px;
            height: 2px;
            background-color: #172862;
            top: calc(50% - 2px); }
