@charset "UTF-8";
@font-face {
  font-family: 'ArnoPro';
  src: url("../assets/fonts/ArnoPro-BoldCaption.woff2") format("woff2"), url("../assets/fonts/ArnoPro-BoldCaption.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'ArnoPro';
  src: url("../assets/fonts/ArnoPro-Regular.woff2") format("woff2"), url("../assets/fonts/ArnoPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Arno Pro';
  src: url("../assets/fonts/ArnoPro-SmbdCaption.woff2") format("woff2"), url("../assets/fonts/ArnoPro-SmbdCaption.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bertie LET';
  src: url("../assets/fonts/BertieLetPlain.woff2") format("woff2"), url("../assets/fonts/BertieLetPlain.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bertie LET';
  src: url("../assets/fonts/BertieLetPlain.woff2") format("woff2"), url("../assets/fonts/BertieLetPlain.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* === COLORS === */
/* === FONTS === */
/* === FONTsize === */
/* Media Queries Mixins for 5 screen sizes
 * https://css-tricks.com/approaches-media-queries-sass/
 * (Landon Schropp’s technique)
    synchron ^ Bootstrap5 MediaQueries
   https://getbootstrap.com/docs/5.0/layout/grid/ - Landon Schropp’s technique
   xs = <576
   sm >= 576
   md >= 768
   lg >= 992
   xl >= 1200
   xxl >= 1400

 */
html, body {
  overflow-x: hidden;
  color: #404040; }

h1 {
  font-family: "Bertie LET";
  margin: 0;
  padding: 0;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-family: "Bertie LET"; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.5em; } }

h3, h4, h5 {
  font-family: "Arno Pro"; }

h5 {
  font-size: 1.5em; }

p {
  font-family: "Arno Pro";
  font-weight: normal;
  font-size: 1.2em; }

small, .form-check-label {
  font-family: "Arno Pro";
  font-weight: normal;
  font-size: 1.0em; }

input:focus, textarea:focus, select:focus {
  outline: none !important;
  border-color: transparent !important;
  outline-color: unset !important; }

.menu-top-nav-container ul .menu-item {
  padding: 10px; }
  .menu-top-nav-container ul .menu-item a {
    color: #000000; }
  .menu-top-nav-container ul .menu-item a:hover {
    color: purple; }
.menu-top-nav-container ul .current_page_item {
  font-weight: bold; }

.c_button {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .c_button a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 60px;
    line-height: 60px;
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: 1s; }
    .c_button a svg {
      position: absolute;
      fill: transparent;
      width: 250px;
      height: 60px; }
      .c_button a svg rect {
        position: absolute;
        width: 250px;
        height: 60px;
        fill: transparent;
        stroke: #0dcaf0;
        stroke-width: 4px;
        transition: 2s;
        stroke-dasharray: 60 250;
        stroke-dashoffset: 370; }
    .c_button a span {
      display: inline-block;
      width: 100%;
      text-align: center; }
  .c_button a:hover svg rect, .c_button a:hover {
    stroke: purple;
    stroke-dasharray: 250 60;
    stroke-dashoffset: 0;
    color: purple;
    font-size: 20px; }

.header-title {
  color: #21759b;
  background-color: #404040;
  text-align: center;
  font-size: max(16px, 50 / 1920 * 100vw); }
  @media (max-width: 575px) {
    .header-title {
      color: purple; } }
  @media (min-width: 992px) {
    .header-title {
      color: #f14303;
      text-decoration: underline; } }
  @media (min-width: 1200px) {
    .header-title {
      color: coral; } }
  @media (min-width: 1400px) {
    .header-title {
      color: darkseagreen; } }

.header-title2 {
  font-size: 100px; }

.ecj_footer {
  height: 150px;
  background-color: purple; }

.page {
  margin-bottom: 0px;
  padding-bottom: 0px; }

/*.emil_button,
.emil_button:hover {
  width: 180px;
}*/
/*.emil-big-btn,
.emil-big-btn:hover {
  width: 250px !important;
}*/
/*.emil_button {
  height: 60px;
  padding: 5px;

  #vertical {
    height: 100%;
    width: 100%;
    stroke: black;
    stroke-width: 2px;
    fill: none;
    transition: 0.5s;
  }

  #inner {
    height: 100%;
    width: 100%;
    stroke: black;
    stroke-width: 2px;
    fill: none;
    transition: 0.5s;
  }

  #outer {
    height: 100%;
    width: 110%;
    stroke: black;
    stroke-width: 4px;
    fill: none;
  }

  .emil_btn-font {
    font-family: $fontFamily2;
    font-size: 20px;
  }

}*/
/*.emil_button:hover {
  height: 60px;
  padding: 5px;

  #inner {
    height: 80%;
    width: 95%;
    stroke: black;
    stroke-width: 2px;
    fill: none;
    transform: translate(2.5%, 10%);
  }

  #outer {
    height: 100%;
    width: 100%;
    stroke: black;
    stroke-width: 4px;
    fill: none;
  }

}*/
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

/**
 * Bootstrap5 overwrite
 */
.container-fluid {
  padding: 0; }

a.jumper {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden; }

/***
 * SLICK overwride Arrows
*/
.slide-arrow {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -15px; }

.prev-arrow {
  outline: none;
  border: none;
  left: 10px;
  height: 30px;
  z-index: 50;
  background-size: contain !important;
  background: url("/wp-content/uploads/2021/12/slick-arrow-left.svg");
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .prev-arrow {
      height: 65px; } }

.next-arrow {
  right: -5px !important;
  height: 30px;
  z-index: 50;
  background-size: contain !important;
  background: url("/wp-content/uploads/2021/12/slick-arrow-right.svg");
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .next-arrow {
      right: 10px !important;
      height: 65px; } }

/* === GURADO overwrite === */
.slide-pane__content {
  z-index: 99999 !important; }

.slide-pane__overlay {
  z-index: 9999999 !important; }

#gurado-cart .styledicon {
  z-index: 999 !important;
  top: 120px !important; }
  @media (min-width: 1200px) {
    #gurado-cart .styledicon {
      top: 42px !important; } }

@media (min-width: 1200px) {
  .break::before {
    content: "\A";
    white-space: pre; } }
/* === EMIL - BUTTON === */
.emil-btn {
  margin-left: 10px;
  position: relative;
  display: block;
  clear: both;
  background: transparent;
  height: 50px;
  width: 180px;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  transition: 0.3s all ease-in;
  cursor: pointer; }
  .emil-btn .inner {
    width: 100%;
    height: 100%;
    border: 2px solid black; }
  .emil-btn .outer {
    position: absolute;
    width: 195px;
    border-left: 2px solid black;
    border-right: 2px solid black;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition: 0.3s  all ease-in; }
    .emil-btn .outer span {
      color: black;
      font-family: "Arno Pro"; }

.emil-btn:hover {
  outline: 2px solid black;
  border: 5px solid transparent; }
  .emil-btn:hover .outer {
    width: 155px; }

/* === SLICK Dots overwrite ===

  .slick-dots li button:before {
      top: 20px;
      font-size: 15px;
      line-height: 15px;
      color: $black;
      opacity: 1.0;

    }
    .slick-dots li.slick-active button:before {
      top: 17px;
      font-size: 22px !important;
      line-height: 22px !important;
    }

 */
#masthead {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #EAECEB;
  z-index: 999;
  /* overwrite the design in hamburgers-menu
   * https://jonsuh.com/hamburgers/
  */
  /*  .navbar-toggler {
      position: relative;
      z-index: 9999;
    }*/
  /*  .main-navbar .dropdown-item.active,
    .main-navbar .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: black !important;
    }*/
  /* === main-navbar > aninmated outlines on hover === */
  /* .main-navbar .nav-item .show .menu-item:hover {
     a::before,
     a:after {
       animation: growWidth30 0.3s normal forwards ease-in-out;
     }
   }*/
  /*  @keyframes shrinkWidth {
      from {
        width: 50px;
      }
      to {
        width: 0x;
      }

    }*/
  /* === #end aninmated outlines on hover === */ }
  #masthead #header-container {
    position: relative;
    height: 120px; }
    @media (min-width: 1200px) {
      #masthead #header-container {
        height: 150px; } }
  #masthead #header-section #reserv-mobil {
    display: block;
    background-color: black;
    color: white; }
    #masthead #header-section #reserv-mobil a {
      text-decoration: none;
      color: white;
      font-family: "Arno Pro";
      font-size: 1.2em;
      padding-top: 8px;
      padding-bottom: 5px; }
    #masthead #header-section #reserv-mobil a:hover {
      text-decoration: underline; }
    @media (min-width: 1200px) {
      #masthead #header-section #reserv-mobil {
        display: none; } }
  #masthead .box-1 {
    padding-left: 10px; }
    @media (min-width: 1200px) {
      #masthead .box-1 {
        padding-left: 80px; } }
  #masthead .box-2 {
    width: auto; }
    @media (min-width: 1200px) {
      #masthead .box-2 {
        width: 50%; } }
  #masthead .box-4 {
    padding-right: 10px; }
    @media (min-width: 1200px) {
      #masthead .box-4 {
        padding-right: 80px; } }
  #masthead #logo {
    position: absolute;
    width: 300px;
    top: 8%;
    left: 50%;
    margin-left: -150px;
    z-index: 999; }
    @media (min-width: 1200px) {
      #masthead #logo {
        top: 10%; } }
    #masthead #logo .emil-logo {
      width: 150px; }
      @media (min-width: 1200px) {
        #masthead #logo .emil-logo {
          width: 200px; } }
  #masthead #hamburger-toggle {
    width: 20px;
    height: 20px;
    cursor: pointer; }
  #masthead .navbar-toggler:focus,
  #masthead .navbar-toggler:active,
  #masthead .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none; }
  #masthead #btn-hamburger {
    outline: none;
    border: none;
    position: relative;
    z-index: 9999; }
  #masthead .hamburger-inner {
    width: 20px; }
  #masthead .hamburger-inner::before {
    width: 40px; }
  #masthead .hamburger-inner::after {
    width: 30px; }
  #masthead .hamburger.is-active .hamburger-inner::after {
    width: 40px !important; }
  #masthead .hamburger.is-active .hamburger-inner::before {
    width: 40px; }
  #masthead .navbar-toggler:hover .hamburger-inner {
    width: 40px;
    transition: all 0.2s ease-out; }
  #masthead .navbar-toggler:hover .hamburger-inner::before {
    width: 40px;
    transition: all 0.2s ease-out; }
  #masthead .navbar-toggler:hover .hamburger-inner::after {
    width: 40px;
    transition: all 0.2s ease-out; }
  #masthead .main-navbar {
    display: none;
    position: absolute;
    left: 0px;
    top: 120px !important;
    width: 100%;
    min-height: auto;
    opacity: 0.9;
    background-color: #000;
    overflow-y: hidden;
    z-index: 999; }
    @media (min-width: 1200px) {
      #masthead .main-navbar {
        top: 150px !important; } }
  #masthead .main-navbar a {
    outline: none; }
  #masthead .main-navbar ul.dropdown-menu {
    width: 100% !important;
    background-color: black;
    position: relative !important;
    margin: 0 !important;
    inset: 0 !important;
    -webkit-transform: none !important;
    /* Safari and Chrome */
    -moz-transform: none !important;
    /* Firefox */
    -ms-transform: none !important;
    /* IE 9 */
    -o-transform: none !important;
    /* Opera */
    transform: none !important;
    padding: 0px !important; }
  #masthead a.nav-link.dropdown-toggle::after {
    height: 1px !important;
    border: 1px; }
  #masthead .main-navbar ul.dropdown-menu .show .dropdown-item:focus,
  #masthead .dropdown-item:hover {
    background-color: black; }
  #masthead .active {
    display: block; }
  #masthead .main-navbar ul {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px !important; }
    #masthead .main-navbar ul li a {
      color: white;
      background-color: transparent;
      font-family: "Bertie LET";
      padding-bottom: 0px;
      font-weight: 100;
      font-style: normal;
      font-size: 20px; }
      @media (min-width: 1200px) {
        #masthead .main-navbar ul li a {
          padding-bottom: 10px;
          font-size: 48px; } }
  #masthead #menu-item-147 .nav-link {
    font-size: 20px; }
    @media (min-width: 1200px) {
      #masthead #menu-item-147 .nav-link {
        font-size: 30px; } }
  #masthead .main-navbar .nav-item:hover a {
    overflow: hidden;
    text-align: center; }
  #masthead .main-navbar .nav-item:hover a::before,
  #masthead .main-navbar .nav-item:hover a:after {
    content: '';
    background-color: white;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    animation: growWidth50 0.5s normal forwards ease-in-out; }
  #masthead .main-navbar .nav-item:hover a:before {
    right: 0.5em;
    margin-left: -50%; }
  #masthead .main-navbar .nav-item:hover a::after {
    content: '';
    left: 0.5em;
    margin-right: -50%; }
  #masthead .main-navbar .nav-item .show a::before,
  #masthead .main-navbar .nav-item .show a:after {
    animation: none; }
  #masthead .main-navbar .nav-item .show .menu-item:hover a::before,
  #masthead .main-navbar .nav-item .show .menu-item:hover a:after {
    animation: growWidth30 0.3s normal forwards ease-in-out; }
@keyframes growWidth50 {
  from {
    width: 0px; }
  to {
    width: 50px; } }
@keyframes growWidth30 {
  from {
    width: 0px; }
  to {
    width: 30px; } }
  #masthead .second-navbar {
    display: none; }
    @media (min-width: 1200px) {
      #masthead .second-navbar {
        position: relative;
        top: -10px;
        display: block; } }
    #masthead .second-navbar ul#top-second-menu li {
      display: inline;
      float: left; }
    #masthead .second-navbar li a {
      font-family: "Arno Pro";
      font-size: 1.5em;
      color: #000;
      /*    &:hover {
            font-size: 1.6em;
            transition: all 0.2s ease-out;
          }*/ }

#ecj-footer {
  background-color: #1C1B21;
  padding-top: 40px;
  padding-bottom: 40px; }
  #ecj-footer #footer-container {
    position: relative; }
  #ecj-footer .box-1 .social-footer-icons {
    position: relative;
    right: -15px; }
  @media (min-width: 1200px) {
    #ecj-footer .box-2 .inner-box .footer-navbar {
      padding-top: 33px;
      position: absolute;
      left: 50%;
      width: 40%;
      margin-left: -20%;
      z-index: 100; } }
  #ecj-footer .box-2 .inner-box #emil-footer-menu {
    display: table;
    margin: 0 auto; }
  #ecj-footer .box-2 .inner-box ul#emil-footer-menu li {
    position: relative;
    left: -16px;
    display: inline;
    width: 50%;
    margin: 0 auto;
    float: left; }
    @media (min-width: 1200px) {
      #ecj-footer .box-2 .inner-box ul#emil-footer-menu li {
        width: auto; } }
  #ecj-footer .box-2 .inner-box #emil-footer-menu a {
    font-family: "Arno Pro";
    font-size: 1.5em;
    color: #FFF;
    text-align: center; }
  #ecj-footer .box-3 {
    position: relative;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    color: #FFF;
    z-index: 300; }
    #ecj-footer .box-3 h2 {
      text-align: center;
      width: 70%; }
      @media (min-width: 1200px) {
        #ecj-footer .box-3 h2 {
          width: 80%;
          text-align: left; } }
  #ecj-footer a {
    color: #FFF; }
  #ecj-footer .inner-box {
    width: 100%;
    /*    input[type="email"]#news-form-email {
          width: 80%;
          border: none;
          border-bottom: 1px solid white;
          background-color: $ciColor2;
          color: #FFF;
        }
    
        input[type="email"]#news-form-email:focus,
        input[type="email"]#news-form-email:active {
          *:focus {
            outline: none !important;
          }
    
          outline: none !important;
          border-color: transparent !important;
          outline-color: unset !important;
        }
    
        .form-email-input {
          @include alignCenter-input-placeholder;
          @include media-desktop-up {
            @include alignLeft-input-placeholder;
          }
        }*/
   /* input[type=checkbox]#news-check {
      position: relative;
      cursor: pointer;
    }

    input[type=checkbox]#news-check:before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 0;
      left: 0;
      border: 2px solid #FFF;
      border-radius: 3px;
      background-color: $ciColor2;
    }

    input[type=checkbox]#news-check:checked:after {
      content: "";
      display: block;
      width: 7px;
      height: 12px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 2px;
      left: 6px;
    }
*/
    /*    .form-check-label {
          position: relative;
          color: $white;
          width: 70%;
          padding-left: 50px;
          margin: auto;
          display: block;
          @include media-desktop-up {
            padding-left: 0px;
            left: -10px;
          }
        }*/
    /* === EMIL BUTTON WHITE === */ }
    @media (min-width: 1200px) {
      #ecj-footer .inner-box {
        width: 100%; } }
    #ecj-footer .inner-box .form-email-input {
      margin: auto;
      display: block; }
      @media (min-width: 1200px) {
        #ecj-footer .inner-box .form-email-input {
          display: inline; } }
    #ecj-footer .inner-box .form-check-input {
      margin: auto;
      display: block; }
      @media (min-width: 1200px) {
        #ecj-footer .inner-box .form-check-input {
          display: inline; } }
    #ecj-footer .inner-box .check-input-pos {
      position: relative;
      width: 30px;
      left: 28px; }
      @media (min-width: 1200px) {
        #ecj-footer .inner-box .check-input-pos {
          left: -23px; } }
    #ecj-footer .inner-box button {
      /*Reset's every elements apperance*/
      background: none repeat scroll 0 0 transparent;
      border-spacing: 0;
      color: #26589F;
      font-family: 'PT Sans Narrow', sans-serif;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.42rem;
      list-style: none outside none;
      margin: 0;
      padding: 0;
      text-align: left;
      text-decoration: none;
      text-indent: 0;
      border-radius: 0px;
      border: 0 !important; }
    #ecj-footer .inner-box button,
    #ecj-footer .inner-box button::-moz-focus-inner,
    #ecj-footer .inner-box input::-moz-focus-inner {
      outline: none !important;
      border: 0 !important;
      padding: 0 !important; }
    #ecj-footer .inner-box .emil-btn .inner {
      border: 2px solid white; }
    #ecj-footer .inner-box .emil-btn .outer {
      border-left: 2px solid white;
      border-right: 2px solid white; }
    #ecj-footer .inner-box .emil-btn span {
      color: white; }
    #ecj-footer .inner-box .emil-btn:hover {
      outline: 2px solid white;
      border: 5px solid transparent !important; }
  #ecj-footer .box-3 {
    /* === SendInBlue NEWSLETTER === */ }
    #ecj-footer .box-3 .sendInBlue-wrapper h2 {
      font-family: "Arno Pro" !important;
      font-size: 1.0em !important;
      color: red !important; }
      @media (min-width: 1400px) {
        #ecj-footer .box-3 .sendInBlue-wrapper h2 {
          margin-left: 75px; } }
    #ecj-footer .box-3 .sendInBlue div {
      margin: 0 !important;
      padding: 0 !important; }
    @media (min-width: 1400px) {
      #ecj-footer .box-3 .sendInBlue-wrapper h3 {
        margin-left: 80px; } }
    #ecj-footer .box-3 .sendInBlue-container {
      margin-top: -30px; }
    @media (min-width: 1400px) {
      #ecj-footer .box-3 .sendInBlue {
        margin-left: 80px; } }
    #ecj-footer .box-3 .sendInBlue label {
      width: 200px !important;
      font-family: "Arno Pro" !important; }
    #ecj-footer .box-3 .sendInBlue input[type="email"] {
      width: 250px !important;
      border: none !important;
      border-bottom: 1px solid white !important;
      background-color: #1C1B21;
      color: #FFF !important; }
    #ecj-footer .box-3 .sendInBlue input[type="email"]:focus,
    #ecj-footer .box-3 .sendInBlue input[type="email"]:active {
      outline: none !important;
      border: none !important;
      border-bottom: 1px solid white !important;
      border-color: transparent !important;
      outline-color: unset !important; }
      #ecj-footer .box-3 .sendInBlue input[type="email"]:focus *:focus,
      #ecj-footer .box-3 .sendInBlue input[type="email"]:active *:focus {
        outline: none !important; }
    #ecj-footer .box-3 .sendInBlue input[type=checkbox] {
      position: relative !important;
      cursor: pointer !important;
      top: -50px !important; }
    #ecj-footer .box-3 .sendInBlue input[type=checkbox]:before {
      content: "" !important;
      display: block  !important;
      position: absolute !important;
      width: 20px !important;
      height: 20px !important;
      top: 0 !important;
      left: 0 !important;
      border: 2px solid #FFF !important;
      border-radius: 3px !important;
      background-color: #1C1B21 !important; }
    #ecj-footer .box-3 .sendInBlue input[type=checkbox]:checked:after {
      content: "";
      display: block !important;
      width: 7px !important;
      height: 12px !important;
      border: solid white !important;
      border-width: 0 2px 2px 0 !important;
      -webkit-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
      transform: rotate(45deg) !important;
      position: absolute !important;
      top: 2px !important;
      left: 6px !important; }
    #ecj-footer .box-3 .sendInBlue-label {
      position: relative !important;
      left: 30px !important; }
    #ecj-footer .box-3 .sendInBlue button {
      background-color: transparent !important;
      border: 1px solid white !important;
      padding: 10px !important;
      border-radius: 0 !important;
      height: 50px !important;
      font-family: "Arno Pro" !important;
      -webkit-transition-duration: 0.3s;
      /* Safari */
      transition-duration: 0.3s  all ease-in; }
    #ecj-footer .box-3 .sendInBlue button:hover {
      border: 5px double white !important;
      height: 50px !important; }

#home-page .col {
  margin: 0px;
  padding: 0px; }
#home-page .container-fluid {
  margin: 0px;
  padding: 0px; }

#varDump {
  position: fixed;
  width: 100%;
  height: 500px;
  bottom: 0px;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden; }
  #varDump pre {
    color: white;
    background-color: #000 !important; }

#home1 {
  position: relative; }
  #home1 .home1-inner-col1 .hp-slides img {
    width: 100%;
    height: 80vh;
    object-fit: cover; }
    @media (min-width: 1200px) {
      #home1 .home1-inner-col1 .hp-slides img {
        width: 80vw;
        height: 80vh;
        object-fit: cover; } }
  #home1 .home1-inner-col2 {
    margin-bottom: 0px; }
    @media (min-width: 576px) {
      #home1 .home1-inner-col2 {
        margin-bottom: -80px; } }
    #home1 .home1-inner-col2 .label {
      display: inline-block;
      position: relative;
      width: 100% !important;
      z-index: 100;
      background-color: #EAECEB;
      padding: 30px; }
      @media (min-width: 576px) {
        #home1 .home1-inner-col2 .label {
          top: -80px;
          width: max-content !important; } }
      #home1 .home1-inner-col2 .label img {
        padding: 20px; }
        @media (min-width: 576px) {
          #home1 .home1-inner-col2 .label img {
            padding: 0 20px 0 20px; } }

@media (min-width: 1200px) {
  #home2 .home2-inner {
    position: relative;
    z-index: 200;
    margin-bottom: -100px; }
  #home2 img {
    float: right; } }

#home3 {
  position: relative; }
  #home3 .home3-inner-col1 {
    background-color: #1C1B21;
    display: flex;
    align-items: center;
    justify-content: center; }
    #home3 .home3-inner-col1 h2 {
      white-space: nowrap;
      color: #FFF;
      font-family: "Bertie LET";
      font-size: 30px;
      transform: rotate(270deg); }
      @media (min-width: 576px) {
        #home3 .home3-inner-col1 h2 {
          font-size: 45px; } }
      @media (min-width: 1200px) {
        #home3 .home3-inner-col1 h2 {
          margin-top: 100px; } }
    @media (min-width: 1200px) {
      #home3 .home3-inner-col1 {
        padding-top: 50px;
        padding-bottom: 50px;
        height: 60vh; }
        #home3 .home3-inner-col1 .line-break::before {
          content: "\A";
          white-space: pre; } }
  #home3 .home3-inner-col2 {
    position: relative;
    background-color: #EAECEB;
    z-index: 300;
    padding: 30px;
    padding-bottom: 40px; }
    @media (min-width: 1200px) {
      #home3 .home3-inner-col2 {
        padding: 90px; } }
    #home3 .home3-inner-col2 h2 {
      font-size: 25px; }
    #home3 .home3-inner-col2 h2, #home3 .home3-inner-col2 p {
      font-family: "Arno Pro"; }
    #home3 .home3-inner-col2 p {
      font-size: 1.2em; }
  #home3 a {
    color: black; }

.page_one_v {
  margin: 0px;
  padding: 0px;
  border-radius: 10px; }

#page_one_h {
  touch-action: pan-x; }
  #page_one_h .row {
    --bs-gutter-x: 0rem; }

#slide_one_h {
  height: 100vh;
  width: 50vw;
  border-radius: 10px;
  background-color: #ff0000; }

#home4 {
  /*=== @mobil version of scroll elem horizontal (none scroll) ===*/
  /*=== DESKTOP-view - scroll elem horizontal on (media-ipad-portrait-up) ===*/ }
  #home4 .mobil-version-scrolling-wrapper {
    display: block;
    /* MEDIA QUERY mobil */ }
    #home4 .mobil-version-scrolling-wrapper .row {
      --bs-gutter-x: 0rem; }
    #home4 .mobil-version-scrolling-wrapper h2, #home4 .mobil-version-scrolling-wrapper h3, #home4 .mobil-version-scrolling-wrapper h4, #home4 .mobil-version-scrolling-wrapper p {
      font-family: "Arno Pro"; }
    #home4 .mobil-version-scrolling-wrapper p {
      font-size: 1.2em; }
    #home4 .mobil-version-scrolling-wrapper .card {
      width: 100%;
      border-radius: 0;
      border: none; }
    #home4 .mobil-version-scrolling-wrapper .card1 {
      flex: 0 0 auto;
      padding: 20px;
      color: #FFF;
      background-color: #5D5C60;
      /* === EMIL BUTTON WHITE === */ }
      #home4 .mobil-version-scrolling-wrapper .card1 .card1-col {
        position: relative;
        border: 1px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card1 .card1-inner {
        padding: 20px; }
      #home4 .mobil-version-scrolling-wrapper .card1 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0; }
      #home4 .mobil-version-scrolling-wrapper .card1 h3, #home4 .mobil-version-scrolling-wrapper .card1 p {
        text-align: left;
        color: #FFF; }
      #home4 .mobil-version-scrolling-wrapper .card1 p {
        font-size: 1.2em; }
      #home4 .mobil-version-scrolling-wrapper .card1 .emil-btn .inner {
        border: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card1 .emil-btn .outer {
        border-left: 2px solid white;
        border-right: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card1 .emil-btn span {
        color: white; }
      #home4 .mobil-version-scrolling-wrapper .card1 .emil-btn:hover {
        outline: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card1 a {
        color: white; }
    #home4 .mobil-version-scrolling-wrapper .card2 {
      flex: 0 0 auto;
      height: auto !important; }
      #home4 .mobil-version-scrolling-wrapper .card2 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0;
        width: 10%;
        opacity: 1.0; }
      #home4 .mobil-version-scrolling-wrapper .card2 .card2-top {
        padding: 30px;
        color: #FFF; }
      #home4 .mobil-version-scrolling-wrapper .card2 .card2-bottom-left {
        padding: 30px;
        background-color: #EAECEB; }
        #home4 .mobil-version-scrolling-wrapper .card2 .card2-bottom-left a {
          color: black; }
      #home4 .mobil-version-scrolling-wrapper .card2 .card2-bottom-right {
        background-color: #CCCCCC;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #home4 .mobil-version-scrolling-wrapper .card2 a {
        color: white; }
    #home4 .mobil-version-scrolling-wrapper .card3 {
      flex: 0 0 auto;
      height: auto !important; }
      #home4 .mobil-version-scrolling-wrapper .card3 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0;
        width: 10%;
        opacity: 1.0; }
      #home4 .mobil-version-scrolling-wrapper .card3 .card3-bottom {
        padding: 30px;
        color: #FFF; }
      #home4 .mobil-version-scrolling-wrapper .card3 .card3-top-left {
        padding: 30px;
        background-color: #EAECEB; }
        #home4 .mobil-version-scrolling-wrapper .card3 .card3-top-left a {
          color: black; }
      #home4 .mobil-version-scrolling-wrapper .card3 .card3-top-right {
        background-color: #CCCCCC;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #home4 .mobil-version-scrolling-wrapper .card3 a {
        color: white; }
    #home4 .mobil-version-scrolling-wrapper .card4 {
      flex: 0 0 auto;
      padding: 20px 30px 20px 20px;
      color: #FFF;
      background-color: #5D5C60;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      /* === EMIL BUTTON WHITE === */ }
      #home4 .mobil-version-scrolling-wrapper .card4 .card4-col {
        position: relative; }
      #home4 .mobil-version-scrolling-wrapper .card4 .card4-inner {
        padding: 20px; }
      #home4 .mobil-version-scrolling-wrapper .card4 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0; }
      #home4 .mobil-version-scrolling-wrapper .card4 h3, #home4 .mobil-version-scrolling-wrapper .card4 p {
        text-align: left;
        color: #FFF; }
      #home4 .mobil-version-scrolling-wrapper .card4 p {
        font-size: 1.2em; }
      #home4 .mobil-version-scrolling-wrapper .card4 .emil-btn .inner {
        border: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card4 .emil-btn .outer {
        border-left: 2px solid white;
        border-right: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card4 .emil-btn span {
        color: white; }
      #home4 .mobil-version-scrolling-wrapper .card4 .emil-btn:hover {
        outline: 2px solid white; }
      #home4 .mobil-version-scrolling-wrapper .card4 a {
        color: white; }
    @media (min-width: 1200px) {
      #home4 .mobil-version-scrolling-wrapper {
        display: none; } }
  #home4 .scrolling-wrapper-flexbox {
    display: none;
    overflow: hidden;
    /* Hide all scrollbar */
    /* MEDIA QUERY desktop */ }
    #home4 .scrolling-wrapper-flexbox .card {
      width: 1000px;
      border-radius: 0;
      border: none; }
    #home4 .scrolling-wrapper-flexbox .card1 {
      flex: 0 0 auto;
      padding: 20px;
      color: #FFF;
      background-color: #5D5C60;
      /* === EMIL BUTTON WHITE === */ }
      #home4 .scrolling-wrapper-flexbox .card1 .card1-col {
        position: relative;
        border: 1px solid white; }
        #home4 .scrolling-wrapper-flexbox .card1 .card1-col p {
          margin: 0 !important;
          margin-bottom: 10px !important; }
      #home4 .scrolling-wrapper-flexbox .card1 .card1-inner {
        padding: 20px; }
      #home4 .scrolling-wrapper-flexbox .card1 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0; }
      #home4 .scrolling-wrapper-flexbox .card1 h3, #home4 .scrolling-wrapper-flexbox .card1 p {
        text-align: left;
        color: #FFF; }
      #home4 .scrolling-wrapper-flexbox .card1 p {
        font-size: 1.2em; }
      #home4 .scrolling-wrapper-flexbox .card1 .emil-btn .inner {
        border: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card1 .emil-btn .outer {
        border-left: 2px solid white;
        border-right: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card1 .emil-btn span {
        color: white; }
      #home4 .scrolling-wrapper-flexbox .card1 .emil-btn:hover {
        outline: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card1 a {
        color: white; }
    #home4 .scrolling-wrapper-flexbox .card2 {
      flex: 0 0 auto; }
      #home4 .scrolling-wrapper-flexbox .card2 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0;
        width: 10%;
        opacity: 1.0; }
      #home4 .scrolling-wrapper-flexbox .card2 .card2-top {
        padding: 30px; }
      #home4 .scrolling-wrapper-flexbox .card2 .card2-bottom-left {
        padding: 30px;
        background-color: #EAECEB; }
        #home4 .scrolling-wrapper-flexbox .card2 .card2-bottom-left a {
          color: black; }
      #home4 .scrolling-wrapper-flexbox .card2 .bottom-row,
      #home4 .scrolling-wrapper-flexbox .card2 .top-row {
        height: 50%; }
      #home4 .scrolling-wrapper-flexbox .card2 .card2-bottom-right {
        background-color: #CCCCCC;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #home4 .scrolling-wrapper-flexbox .card2 a {
        color: white; }
    #home4 .scrolling-wrapper-flexbox .card3 {
      flex: 0 0 auto;
      height: auto !important; }
      #home4 .scrolling-wrapper-flexbox .card3 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0;
        width: 10%;
        opacity: 1.0; }
      #home4 .scrolling-wrapper-flexbox .card3 .card3-bottom {
        padding: 30px;
        color: #FFF; }
      #home4 .scrolling-wrapper-flexbox .card3 .card3-top-left {
        padding: 30px;
        background-color: #EAECEB; }
        #home4 .scrolling-wrapper-flexbox .card3 .card3-top-left a {
          color: black; }
      #home4 .scrolling-wrapper-flexbox .card3 .card3-top-right {
        background-color: #CCCCCC;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      #home4 .scrolling-wrapper-flexbox .card3 .bottom-row,
      #home4 .scrolling-wrapper-flexbox .card3 .top-row {
        height: 50%; }
      #home4 .scrolling-wrapper-flexbox .card3 a {
        color: white; }
    #home4 .scrolling-wrapper-flexbox .card4 {
      flex: 0 0 auto;
      padding: 20px 30px 20px 20px;
      color: #FFF;
      background-color: #5D5C60;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      /* === EMIL BUTTON WHITE === */ }
      #home4 .scrolling-wrapper-flexbox .card4 .card4-col {
        position: relative; }
      #home4 .scrolling-wrapper-flexbox .card4 .card4-inner {
        padding: 20px; }
      #home4 .scrolling-wrapper-flexbox .card4 .white-line {
        border: none;
        height: 2px;
        margin-top: 30px;
        background-color: #FFF;
        width: 100px;
        opacity: 1.0; }
      #home4 .scrolling-wrapper-flexbox .card4 h3, #home4 .scrolling-wrapper-flexbox .card4 p {
        text-align: left;
        color: #FFF; }
      #home4 .scrolling-wrapper-flexbox .card4 p {
        font-size: 1.2em; }
      #home4 .scrolling-wrapper-flexbox .card4 .emil-btn .inner {
        border: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card4 .emil-btn .outer {
        border-left: 2px solid white;
        border-right: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card4 .emil-btn span {
        color: white; }
      #home4 .scrolling-wrapper-flexbox .card4 .emil-btn:hover {
        outline: 2px solid white; }
      #home4 .scrolling-wrapper-flexbox .card4 a {
        color: white; }
    @media (min-width: 1200px) {
      #home4 .scrolling-wrapper-flexbox {
        display: flex; } }

#home5 {
  position: relative;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #home5 .overlay {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    z-index: 100; }
  #home5 .inner-box {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 200;
    padding: 50px; }
    @media (min-width: 1200px) {
      #home5 .inner-box {
        height: 800px; } }
  #home5 .inner-box h2 {
    width: 100%;
    font-family: "Bertie LET";
    font-size: 40px;
    color: #FFF;
    text-align: center; }
    @media (min-width: 1200px) {
      #home5 .inner-box h2 {
        width: 50%;
        font-size: 4em; } }

/* === POPUP === */
#emilModal .modal-body {
  padding: 0;
  padding-bottom: 30px; }
  #emilModal .modal-body img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  #emilModal .modal-body video {
    margin: 0;
    padding: 0;
    object-fit: cover; }
  #emilModal .modal-body .entry-text {
    padding-left: 20px;
    padding-right: 20px; }
  #emilModal .modal-body h5, #emilModal .modal-body p {
    margin-top: 10px; }
  #emilModal .modal-body a {
    color: black; }
  #emilModal .modal-body .emil-btn {
    margin: 0 auto; }

#speisen-page {
  margin-top: 150px; }
  #speisen-page #speisen1 {
    color: #000; }
    #speisen-page #speisen1 .inner {
      width: 100%;
      height: 400px;
      margin: 0 !important;
      padding-top: 50px !important;
      padding-bottom: 50px !important; }
    #speisen-page #speisen1 h2 {
      font-family: "Bertie LET"; }
    #speisen-page #speisen1 p,
    #speisen-page #speisen1 small {
      color: #000; }
    #speisen-page #speisen1 .alacarte-pos {
      width: auto;
      margin: 0 auto;
      margin-top: 30px; }
      @media (min-width: 576px) {
        #speisen-page #speisen1 .alacarte-pos {
          width: 500px; } }
      @media (min-width: 1200px) {
        #speisen-page #speisen1 .alacarte-pos {
          width: auto; } }
    #speisen-page #speisen1 ._3d-flip-book:hover img {
      transform: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important; }
  #speisen-page #speisen2 {
    background-color: #1C1B21; }
    #speisen-page #speisen2 .inner {
      min-height: auto;
      color: #FFF;
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 10%; }
      @media (min-width: 1200px) {
        #speisen-page #speisen2 .inner {
          min-height: 350px; } }
    #speisen-page #speisen2 .inner h2 {
      font-family: "Bertie LET";
      font-size: 2.5em;
      width: 80%; }
  #speisen-page #speisen3 {
    position: relative;
    background-color: #EAECEB; }
    #speisen-page #speisen3 .inner {
      width: 100%; }
      #speisen-page #speisen3 .inner .row {
        --bs-gutter-x: 0rem !important; }
      #speisen-page #speisen3 .inner .wrap {
        width: 100%; }
        @media (min-width: 1200px) {
          #speisen-page #speisen3 .inner .wrap {
            position: relative;
            top: -150px;
            z-index: 200;
            width: 90%; } }
    #speisen-page #speisen3 .inner-2-right {
      background-color: #1C1B21;
      color: #FFF;
      padding: 50px; }
    #speisen-page #speisen3 .inner-4 {
      padding: 0 50px 0 50px;
      /* === @media Bootstrap Multi Slide Carousel === https://www.codeply.com/p/0CWffz76Q9 */
      /* medium and up screens */ }
      @media (min-width: 1200px) {
        #speisen-page #speisen3 .inner-4 {
          padding: 50px 50px 0 0; } }
      #speisen-page #speisen3 .inner-4 .carousel-item .card {
        margin-right: 10px; }
      @media (max-width: 767px) {
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item > div {
          display: none; }
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item > div:first-child {
          display: block; } }
      #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item.active,
      #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-next,
      #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-prev {
        display: flex; }
      @media (min-width: 768px) {
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-end.active,
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-next {
          transform: translateX(25%); }
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-start.active,
        #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-prev {
          transform: translateX(-25%); } }
      #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-end,
      #speisen-page #speisen3 .inner-4 .carousel-inner .carousel-item-start {
        transform: translateX(0); }
    #speisen-page #speisen3 .inner-5, #speisen-page #speisen3 .inner-3 {
      padding: 50px; }
      #speisen-page #speisen3 .inner-5 a, #speisen-page #speisen3 .inner-3 a {
        color: black; }
      @media (min-width: 1200px) {
        #speisen-page #speisen3 .inner-5, #speisen-page #speisen3 .inner-3 {
          padding: 50px 50px 0 0; } }
    #speisen-page #speisen3 .slide {
      margin: 5px;
      width: 100%;
      object-fit: cover; }
    #speisen-page #speisen3 .inner-2-right a {
      color: white; }
  #speisen-page #speisen4 {
    position: relative;
    background-color: #1C1B21;
    color: #FFF; }
    #speisen-page #speisen4 .inner .row {
      --bs-gutter-x: 0rem !important; }
    #speisen-page #speisen4 .inner .wrap {
      width: 100%; }
      @media (min-width: 1200px) {
        #speisen-page #speisen4 .inner .wrap {
          position: relative;
          top: -150px;
          z-index: 200;
          width: 90%;
          margin-top: 100px;
          margin-bottom: -10%; } }
      @media (min-width: 1400px) {
        #speisen-page #speisen4 .inner .wrap {
          margin-bottom: -5%; } }
    @media (min-width: 1200px) {
      #speisen-page #speisen4 .inner-2-left {
        position: relative;
        right: -50px;
        z-index: 300; } }
    #speisen-page #speisen4 .inner-2-right {
      background-color: #1C1B21;
      padding: 50px 50px 0 50px; }
      @media (min-width: 1200px) {
        #speisen-page #speisen4 .inner-2-right {
          position: relative;
          top: -80px;
          z-index: 200;
          padding: 100px 80px 0 100px; } }
      #speisen-page #speisen4 .inner-2-right a {
        color: white; }

#philosophie-page {
  margin-top: 150px; }
  #philosophie-page .col {
    margin: 0px;
    padding: 0px; }
  #philosophie-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #philosophie-page a {
    color: black; }

#sec-philo-1 {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1200px) {
    #sec-philo-1 {
      padding-right: 94px;
      padding-left: 94px;
      padding-bottom: 100px; } }
  #sec-philo-1 .inner-left {
    width: 100%;
    height: 50vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      #sec-philo-1 .inner-left {
        margin-top: 10px; } }
  #sec-philo-1 .inner-right {
    padding-top: 30px; }
    #sec-philo-1 .inner-right h2 {
      font-family: "Bertie LET"; }
    @media (min-width: 1200px) {
      #sec-philo-1 .inner-right {
        padding-top: 0px;
        padding-left: 20px; } }

#sec-philo-2 .inner {
  width: 100%;
  height: 50vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#sec-philo-3 {
  position: relative;
  background-color: #1C1B21; }
  #sec-philo-3 .philo3-inner-col1 {
    position: relative;
    min-height: 800px;
    align-items: center; }
    #sec-philo-3 .philo3-inner-col1 h2 {
      white-space: nowrap;
      color: #FFF;
      font-family: "Bertie LET";
      font-size: 30px;
      transform: rotate(270deg);
      position: absolute;
      top: 250px !important; }
      @media (min-width: 576px) {
        #sec-philo-3 .philo3-inner-col1 h2 {
          font-size: 45px; } }
      @media (min-width: 1200px) {
        #sec-philo-3 .philo3-inner-col1 h2 {
          left: -20px; } }
      @media (min-width: 1400px) {
        #sec-philo-3 .philo3-inner-col1 h2 {
          left: 20px; } }
    @media (min-width: 1200px) {
      #sec-philo-3 .philo3-inner-col1 .line-break::before {
        content: "\A";
        white-space: pre; } }
  #sec-philo-3 .philo3-inner-col2 {
    position: relative; }
    #sec-philo-3 .philo3-inner-col2 .inner-right {
      position: relative;
      padding: 20px;
      background-color: #EAECEB; }
      @media (min-width: 1200px) {
        #sec-philo-3 .philo3-inner-col2 .inner-right {
          padding: 100px;
          position: absolute;
          top: -80px;
          z-index: 100;
          min-height: 500px; } }

#sec-philo-4 {
  position: relative;
  background-color: #EAECEB; }
  @media (min-width: 1200px) {
    #sec-philo-4 .color-spacer {
      background-color: #1C1B21;
      position: relative;
      width: 5%;
      height: 50vh; } }
  #sec-philo-4 .philo4-inner-col1 {
    background-color: #EAECEB; }
  #sec-philo-4 .inner .row {
    --bs-gutter-x: 0rem !important; }
  #sec-philo-4 .inner .wrap {
    position: relative;
    width: 100%; }
    @media (min-width: 1200px) {
      #sec-philo-4 .inner .wrap {
        position: relative;
        width: 95%;
        z-index: 100; } }
  #sec-philo-4 .inner-left {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      #sec-philo-4 .inner-left {
        height: 80vh;
        top: -150px; } }
  #sec-philo-4 .inner-right {
    background-color: #EAECEB;
    padding: 33px; }
    @media (min-width: 1200px) {
      #sec-philo-4 .inner-right {
        padding: 50px 100px 50px 100px; } }

#sec-philo-5 .row {
  --bs-gutter-x: 0rem !important; }
#sec-philo-5 .inner-middle {
  margin-top: 100px; }
  @media (min-width: 1200px) {
    #sec-philo-5 .inner-middle {
      margin-top: 0;
      position: relative;
      bottom: -50px;
      z-index: 100; } }
@media (min-width: 1200px) {
  #sec-philo-5 .inner-right {
    margin-top: 200px;
    width: 100%;
    height: 100%;
    background-color: #1C1B21; } }

#sec-philo-6 {
  background-color: #1C1B21; }
  @media (min-width: 1200px) {
    #sec-philo-6 {
      margin-bottom: -80px; } }
  #sec-philo-6 .inner-middle {
    color: #FFF;
    padding: 50px; }
    @media (min-width: 1200px) {
      #sec-philo-6 .inner-middle {
        padding: 50px; } }
    #sec-philo-6 .inner-middle .emil_button #vertical,
    #sec-philo-6 .inner-middle .emil_button #inner,
    #sec-philo-6 .inner-middle .emil_button #outer {
      stroke: #FFF; }
    #sec-philo-6 .inner-middle .emil_button .caption {
      fill: #FFF !important; }

#reservierung-page {
  margin-top: 150px; }
  #reservierung-page .col {
    margin: 0px;
    padding: 0px; }
  #reservierung-page .container-fluid {
    margin: 0px;
    padding: 0px; }

#reservier1 h1 {
  font-family: "Bertie LET";
  font-size: 3em;
  margin: 10px;
  padding: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    #reservier1 h1 {
      padding-bottom: 30px; } }
#reservier1 h3 {
  font-family: "Arno Pro"; }
#reservier1 a {
  text-decoration: none;
  color: #000; }
#reservier1 .opentimes {
  border: 2px solid black;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px; }
  #reservier1 .opentimes p {
    margin: 0;
    padding: 0; }
#reservier1 .entry-text strong {
  color: black; }
#reservier1 .entry-text-1 {
  margin-top: 30px; }
#reservier1 .entry-text-2 {
  margin-top: 30px; }
#reservier1 .inner-left {
  width: 100%;
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    #reservier1 .inner-left {
      height: 100%; } }
#reservier1 .right-col .inner-left-top {
  padding: 0 20px 0 20px; }
  @media (min-width: 1200px) {
    #reservier1 .right-col .inner-left-top {
      padding: 0 20px 0 20px; } }
#reservier1 .bottom-col {
  position: relative;
  top: -20px !important; }
#reservier1 .right-col .inner-left-bottom {
  padding: 0 20px 0 20px; }
  @media (min-width: 768px) {
    #reservier1 .right-col .inner-left-bottom {
      min-height: 750px; } }
#reservier1 .right-col .inner-right {
  position: relative;
  padding: 40px 20px 50px 20px; }
  @media (min-width: 1200px) {
    #reservier1 .right-col .inner-right {
      padding: 10px 50px 50px 0; } }
#reservier1 .inner-left-bottom {
  position: relative;
  height: 100%; }
#reservier1 #resa {
  padding-top: 20px;
  position: relative;
  left: 0px;
  color: white;
  margin-top: 40px;
  width: 100%;
  height: 500px;
  background-color: #1C1B21;
  /*    @include media-big-desktop-up {
      }*/ }
  @media (min-width: 1200px) {
    #reservier1 #resa {
      position: absolute;
      height: 500px;
      width: 500px;
      bottom: 0px;
      z-index: 100;
      left: 50%;
      margin-left: -400px; } }
  #reservier1 #resa h3 {
    color: white;
    text-align: center;
    font-size: 2.0em !important;
    text-transform: uppercase;
    font-family: "Bertie LET";
    margin-top: 20px;
    /*      @include media-desktop-up {
          }*/ }
  #reservier1 #resa .ifra-resa {
    position: relative !important;
    margin: 0 auto; }
  #reservier1 #resa iframe {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding-top: 20px; }
#reservier1 .info {
  padding-top: 30px; }

#gruppenreservierung-page {
  margin-top: 150px; }
  #gruppenreservierung-page .col {
    margin: 0px;
    padding: 0px; }
  #gruppenreservierung-page .container-fluid {
    margin: 0px;
    padding: 0px; }

#sec-gruppenreserv-1 {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 50px; }
  #sec-gruppenreserv-1 h1 {
    text-align: left;
    font-family: "Bertie LET";
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.7em; }
    @media (min-width: 768px) {
      #sec-gruppenreserv-1 h1 {
        font-size: 3em; } }
  #sec-gruppenreserv-1 .inner-left {
    padding-right: 10px; }
  #sec-gruppenreserv-1 .inner-right {
    position: relative;
    margin-top: 30px;
    padding: 30px;
    width: 100%;
    min-height: 600px;
    background-color: #1C1B21;
    color: #FFF;
    right: auto; }
    @media (min-width: 1400px) {
      #sec-gruppenreserv-1 .inner-right {
        width: 50% !important;
        padding: 50px;
        position: absolute;
        width: 800px;
        right: 0; } }
  #sec-gruppenreserv-1 #reserv-form {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    color: #FFF;
    /* === EMIL BUTTON WHITE === */ }
    #sec-gruppenreserv-1 #reserv-form .row {
      --bs-gutter-x: 0.5rem !important;
      /*      @include media-xxl-desktop-up {
              --bs-gutter-x: 0.5rem !important;
            }*/ }
    #sec-gruppenreserv-1 #reserv-form .col-6 {
      margin: 0px;
      padding: 0px; }
    @media (min-width: 768px) {
      #sec-gruppenreserv-1 #reserv-form .left-col {
        /*    padding-bottom: 0px;
            padding-right: 4px !important;*/ } }
    #sec-gruppenreserv-1 #reserv-form .wpcf7-list-item {
      margin: 0 !important; }
    #sec-gruppenreserv-1 #reserv-form ::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #696969 !important;
      opacity: 1; }
    #sec-gruppenreserv-1 #reserv-form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #696969 !important;
      opacity: 1; }
    #sec-gruppenreserv-1 #reserv-form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #696969 !important;
      opacity: 1; }
    #sec-gruppenreserv-1 #reserv-form :-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #696969 !important;
      opacity: 1; }
    #sec-gruppenreserv-1 #reserv-form label {
      margin-left: 10px;
      padding-bottom: 5px; }
    #sec-gruppenreserv-1 #reserv-form .wpcf7-textarea {
      margin-left: 4px;
      width: 99%; }
    #sec-gruppenreserv-1 #reserv-form .hide-submit input[type="submit"] {
      display: none; }
    #sec-gruppenreserv-1 #reserv-form .my-submit {
      margin-top: -40px;
      margin-left: 7px;
      cursor: pointer; }
    #sec-gruppenreserv-1 #reserv-form .submit-label {
      margin: 0 !important;
      padding: 0 !important; }
    #sec-gruppenreserv-1 #reserv-form a {
      color: #FFF; }
    #sec-gruppenreserv-1 #reserv-form .emil-btn .inner {
      border: 2px solid white; }
    #sec-gruppenreserv-1 #reserv-form .emil-btn .outer {
      border-left: 2px solid white;
      border-right: 2px solid white; }
    #sec-gruppenreserv-1 #reserv-form .emil-btn span {
      color: white; }
    #sec-gruppenreserv-1 #reserv-form .emil-btn:hover {
      outline: 2px solid white; }
  #sec-gruppenreserv-1 input[type="text"], #sec-gruppenreserv-1 input[type="email"], #sec-gruppenreserv-1 input[type="url"], #sec-gruppenreserv-1 input[type="password"], #sec-gruppenreserv-1 input[type="search"], #sec-gruppenreserv-1 input[type="number"], #sec-gruppenreserv-1 input[type="tel"], #sec-gruppenreserv-1 input[type="range"], #sec-gruppenreserv-1 input[type="date"], #sec-gruppenreserv-1 input[type="month"], #sec-gruppenreserv-1 input[type="week"], #sec-gruppenreserv-1 input[type="time"], #sec-gruppenreserv-1 input[type="datetime"], #sec-gruppenreserv-1 input[type="datetime-local"], #sec-gruppenreserv-1 input[type="color"], #sec-gruppenreserv-1 textarea {
    padding: 8px;
    margin-bottom: 5px;
    width: 100%; }

#sec-gruppenreserv-2 .inner {
  width: 100%;
  min-height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#privatedining-page {
  margin-top: 150px; }
  #privatedining-page .col {
    margin: 0px;
    padding: 0px; }
  #privatedining-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #privatedining-page #sec-privatedin-1 .mobile-view {
    display: block; }
    @media (min-width: 1200px) {
      #privatedining-page #sec-privatedin-1 .mobile-view {
        display: none; } }
  #privatedining-page #sec-privatedin-1 .desktop-view {
    display: none; }
    @media (min-width: 1200px) {
      #privatedining-page #sec-privatedin-1 .desktop-view {
        display: block; } }
  #privatedining-page #sec-privatedin-1 .left-col {
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: top center;
    /*     @include media-desktop-up {
           background-position: top center;
         }*/ }
  #privatedining-page #sec-privatedin-1 .right-col {
    background-color: #1C1B21;
    color: #FFF; }
    #privatedining-page #sec-privatedin-1 .right-col .inner {
      padding: 30px;
      /* === EMIL BUTTON WHITE === */ }
      @media (min-width: 1200px) {
        #privatedining-page #sec-privatedin-1 .right-col .inner {
          padding: 80px 80px 0 80px; } }
      #privatedining-page #sec-privatedin-1 .right-col .inner a {
        color: #FFF; }
      #privatedining-page #sec-privatedin-1 .right-col .inner h3 {
        font-size: 1.6em;
        padding-bottom: 20px; }
      #privatedining-page #sec-privatedin-1 .right-col .inner .img-dining img {
        width: 400px;
        margin-top: 30px;
        margin-bottom: 50px; }
        @media (min-width: 1200px) {
          #privatedining-page #sec-privatedin-1 .right-col .inner .img-dining img {
            margin-top: 0px; } }
      #privatedining-page #sec-privatedin-1 .right-col .inner .entry-text a {
        color: #FFF; }
      #privatedining-page #sec-privatedin-1 .right-col .inner .img-gourmet img {
        width: 400px;
        margin-top: 50px; }
      #privatedining-page #sec-privatedin-1 .right-col .inner .emil-btn {
        position: relative;
        z-index: 100;
        top: -150px;
        left: 30px;
        padding: 0px !important; }
        #privatedining-page #sec-privatedin-1 .right-col .inner .emil-btn .inner {
          padding: 0px !important;
          border: 2px solid white; }
        #privatedining-page #sec-privatedin-1 .right-col .inner .emil-btn .outer {
          padding: 0px !important;
          border-left: 2px solid white;
          border-right: 2px solid white; }
        #privatedining-page #sec-privatedin-1 .right-col .inner .emil-btn span {
          color: white; }
      #privatedining-page #sec-privatedin-1 .right-col .inner .emil-btn:hover {
        outline: 2px solid white; }

#events-page {
  margin-top: 150px; }
  #events-page .col {
    margin: 0px;
    padding: 0px; }
  #events-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #events-page .a-tasting {
    text-decoration: none;
    /*    -webkit-transition-duration: 0.3s; !* Safari *!
        transition: 0.3s  all ease-in;*/ }
  #events-page .a-tasting:hover #tasting-btn {
    background-color: black;
    border: 5px double #EAECEB;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition: 0.3s all ease-in; }
    #events-page .a-tasting:hover #tasting-btn h3 {
      color: #EAECEB;
      -webkit-transition-duration: 0.3s;
      transition: 0.3s all ease-in; }
  #events-page #tasting-btn {
    background-color: #EAECEB;
    position: fixed;
    top: 200px;
    right: -5px;
    display: inline-block;
    width: 50px;
    height: 150px;
    border: 5px double black;
    padding: 10px;
    z-index: 200; }
    #events-page #tasting-btn .inner {
      position: absolute;
      top: 50%;
      left: 50%; }
    #events-page #tasting-btn h3 {
      margin: 0;
      padding: 0;
      white-space: nowrap; }
    #events-page #tasting-btn .rotate {
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }

#sec-events-1 {
  padding-top: 30px; }
  #sec-events-1 h1 {
    text-align: center; }
  #sec-events-1 a {
    color: black; }

#sec-events-2 h3 {
  font-size: 2.5em; }
#sec-events-2 a {
  color: black; }
#sec-events-2 .left-col {
  padding-bottom: 30px; }
  #sec-events-2 .left-col .inner {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      #sec-events-2 .left-col .inner {
        padding-left: 30px;
        padding-right: 30px; } }
  #sec-events-2 .left-col .entry-text {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px; }
  #sec-events-2 .left-col a {
    color: black; }
  #sec-events-2 .left-col #slick-events-2 .prev-arrow,
  #sec-events-2 .left-col #slick-events-1 .prev-arrow {
    left: 5px; }
  #sec-events-2 .left-col #slick-events-2 .next-arrow,
  #sec-events-2 .left-col #slick-events-1 .next-arrow {
    right: 10px; }
#sec-events-2 .right-col .inner {
  min-height: 400px; }
#sec-events-2 .right-col .entry-text {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px; }
#sec-events-2 .right-col a {
  color: black; }
#sec-events-2 #slick-events-1,
#sec-events-2 #slick-events-2 {
  margin-bottom: 30px; }
  #sec-events-2 #slick-events-1 .slide,
  #sec-events-2 #slick-events-2 .slide {
    margin-right: 5px; }
#sec-events-2 .fb-events {
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  background-color: #1C1B21; }

/* == FACEBOOK EVENTS == */
.facebook_events {
  margin-bottom: 50px !important;
  min-height: 300px !important; }

.ife_event .event_date {
  background-color: #1C1B21 !important;
  border: 1px solid #fff !important; }

.event_desc a {
  text-decoration: none !important; }

.event_title {
  font-weight: bolder;
  color: #1C1B21 !important;
  font-family: "Arno Pro"; }

.img_placeholder[style] {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
	background-position: top center !important;
   height: 250px !important; 
}

.facebook_events {
  background-color: transparent !important;
  margin-bottom: 0px !important; }
  .facebook_events .post-thumbnail {
    margin-top: 150px; }
    .facebook_events .post-thumbnail img {
      width: 100% !important;
      height: 400px;
      object-fit: cover !important; }
  .facebook_events .entry-content {
    color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    @media (min-width: 1200px) {
      .facebook_events .entry-content {
        padding-left: 50px !important;
        padding-right: 50px !important; } }
    .facebook_events .entry-content h1 {
      padding-top: 30px; }
  .facebook_events .entry-header {
    display: none !important; }
  .facebook_events .ife_eventmeta {
    color: #202828 !important; }
    .facebook_events .ife_eventmeta a {
      color: #202828 !important; }
  .facebook_events .organizermain {
    margin: 0 !important;
    margin-top: 20px !important; }
    @media (min-width: 1200px) {
      .facebook_events .organizermain {
        width: 50% !important;
        height: 450px !important;
        float: left !important;
        margin-bottom: 30px !important; } }
  .facebook_events .library {
    margin-bottom: 50px !important; }
    @media (min-width: 1200px) {
      .facebook_events .library {
        margin-bottom: 0px !important; } }
  .facebook_events .entry-footer .edit-link a {
    color: #FFF; }

.facebook_events-template-default p {
  width: 100% !important; }
  @media (min-width: 1200px) {
    .facebook_events-template-default p {
      width: 75% !important; } }

.post-navigation {
  margin: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  display: none !important; }
  .post-navigation .nav-subtitle {
    font-family: "Arno Pro" !important; }
  .post-navigation .nav-previous .nav-title {
    position: absolute;
    left: 50px; }
  .post-navigation .nav-previous .nav-subtitle {
    visibility: hidden; }
  .post-navigation .nav-previous .nav-subtitle:after {
    visibility: visible;
    display: block;
    content: '\00AB  zurück' !important;
    border: 2px solid #1C1B21;
    width: 100px;
    text-align: center;
    position: absolute;
    left: 50px;
    z-index: 100; }
  .post-navigation .nav-previous .nav-subtitle:hover::after {
    background-color: #1C1B21 !important;
    color: #FFF !important; }
  .post-navigation .nav-next .nav-subtitle {
    visibility: hidden; }
  .post-navigation .nav-next .nav-subtitle:after {
    visibility: visible;
    display: block;
    content: 'weiter  \00BB' !important;
    border: 2px solid #1C1B21;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 50px;
    z-index: 100; }
  .post-navigation .nav-next .nav-subtitle:hover::after {
    background-color: #1C1B21 !important;
    color: #FFF !important; }

.post-navigation a {
  color: #1C1B21 !important;
  text-decoration: none !important; }

.nav-title {
  display: none !important; }

.prev-next-posts .next-posts-link a {
  visibility: hidden !important; }
.prev-next-posts .next-posts-link a:after {
  font-family: "Arno Pro";
  visibility: visible;
  display: block;
  content: '\00AB  zurück' !important;
  border: 2px solid #FFF;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100px;
  text-align: center;
  position: absolute;
  left: 20px;
  z-index: 100;
  cursor: pointer; }
.prev-next-posts .next-posts-link a:hover::after {
  background-color: #FFF !important;
  color: #1C1B21 !important; }
.prev-next-posts .prev-posts-link a {
  visibility: hidden !important; }
.prev-next-posts .prev-posts-link a:after {
  font-family: "Arno Pro";
  visibility: visible;
  display: block;
  content: 'weiter  \00BB' !important;
  border: 2px solid #FFF;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100px;
  text-align: center;
  position: absolute;
  right: 20px;
  z-index: 100;
  cursor: pointer; }
.prev-next-posts .prev-posts-link a:hover::after {
  background-color: #FFF !important;
  color: #1C1B21 !important; }

.archive-event {
  margin-bottom: 60px !important; }
  @media (min-width: 576px) {
    .archive-event {
      margin-bottom: 30px !important; } }

.facebook_events .organizermain {
  height: auto !important;
  float: left !important;
  width: 300px; }
.facebook_events .library {
  display: none !important; }
.facebook_events .titlemain {
  display: none !important; }
.facebook_events .organizermain {
  background-color: #FFF !important;
  padding: 20px;
  width: 100% !important;
  margin-bottom: 30px !important; }
  @media (min-width: 1200px) {
    .facebook_events .organizermain {
      margin-bottom: auto !important;
      background-color: transparent !important;
      border: none;
      width: 200px !important; } }
.facebook_events .details {
  background-color: transparent !important;
  width: 100% !important; }
  @media (min-width: 1200px) {
    .facebook_events .details {
      margin-left: -40px !important;
      background-color: #FFF !important;
      padding: 20px;
      width: 150px; } }

.entry-content > p {
  position: relative; }
  @media (min-width: 1200px) {
    .entry-content > p {
      top: -220px;
      left: 190px;
      padding: 0 !important; } }

@media (min-width: 1200px) {
  .entry-content {
    padding: 0 !important;
    margin-bottom: -180px; } }

.event_address {
  display: none; }

#gourmet-page {
  margin-top: 150px; }
  #gourmet-page .col {
    margin: 0px;
    padding: 0px; }
  #gourmet-page .container-fluid {
    margin: 0px;
    padding: 0px; }

#sec-gourmet-1 .inner-left {
  position: relative; }
  #sec-gourmet-1 .inner-left .woodford-img {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 50vh;
    background: url(https://dev-emil.olivercanjump.com/wp-content/uploads/2021/10/Woodford-Reserve-Flasche.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media (min-width: 1200px) {
      #sec-gourmet-1 .inner-left .woodford-img {
        width: 50vh;
        left: 50px;
        bottom: 50px; } }
  @media (min-width: 1200px) {
    #sec-gourmet-1 .inner-left .dark-cube {
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 100;
      width: 40vh;
      height: 40vh;
      background-color: #1C1B21; } }
#sec-gourmet-1 .inner-right {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1200px) {
    #sec-gourmet-1 .inner-right {
      padding-left: 15%;
      padding-right: 10%; } }
  @media (min-width: 1400px) {
    #sec-gourmet-1 .inner-right {
      padding-left: 0;
      padding-right: 20%; } }
#sec-gourmet-1 a {
  color: black; }

#sec-gourmet-2 {
  position: relative;
  background-color: #1C1B21;
  color: white; }
  #sec-gourmet-2 .row {
    --bs-gutter-x: 0rem !important; }
  #sec-gourmet-2 .inner-top {
    height: 130px; }
    @media (min-width: 1200px) {
      #sec-gourmet-2 .inner-top {
        height: 300px; } }
    #sec-gourmet-2 .inner-top h2 {
      margin-top: 50px; }
      @media (min-width: 1200px) {
        #sec-gourmet-2 .inner-top h2 {
          margin-top: 80px; } }
  #sec-gourmet-2 .top-col .inner-left {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px; }
    @media (min-width: 1200px) {
      #sec-gourmet-2 .top-col .inner-left {
        padding-left: 100px;
        padding-top: 100px; } }
  #sec-gourmet-2 .middle-col .inner-right {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 1200px) {
      #sec-gourmet-2 .middle-col .inner-right {
        padding-right: 100px;
        padding-bottom: 150px; } }
  #sec-gourmet-2 .bottom-col .inner {
    position: relative;
    background-color: #EAECEB; }
    #sec-gourmet-2 .bottom-col .inner img {
      height: 50vh;
      object-fit: cover; }
    @media (min-width: 1200px) {
      #sec-gourmet-2 .bottom-col .inner img {
        position: relative;
        top: -80px;
        z-index: 100;
        height: 70vh; } }
  #sec-gourmet-2 .inner-cube {
    width: 100%;
    height: 100%; }
    @media (min-width: 1200px) {
      #sec-gourmet-2 .inner-cube .light-cube {
        position: absolute;
        width: 100%;
        height: 300px;
        bottom: 0px;
        background-color: #EAECEB; } }

#sec-gourmet-3 {
  /* === EMIL BUTTON WHITE === */ }
  #sec-gourmet-3 .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 1200px) {
      #sec-gourmet-3 .inner {
        padding-top: 0px;
        padding-bottom: 150px; } }
  #sec-gourmet-3 .emil-btn .inner {
    padding: 0px !important; }
  #sec-gourmet-3 .emil-btn .outer {
    padding: 0px !important; }
  #sec-gourmet-3 .emil-btn:hover {
    padding: 0px !important; }
  #sec-gourmet-3 a {
    color: black; }

#sec-gourmet-4 {
  position: relative;
  background-color: #1C1B21;
  color: #FFF; }
  #sec-gourmet-4 .inner {
    padding-left: 20px;
    padding-right: 20px; }
  #sec-gourmet-4 .inner-left {
    width: 100%;
    height: 50vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      #sec-gourmet-4 .inner-left {
        background-position: 50px 50px; } }
    @media (min-width: 1200px) {
      #sec-gourmet-4 .inner-left {
        height: 60vh;
        background-position: -50px 100px; } }
    @media (min-width: 1400px) {
      #sec-gourmet-4 .inner-left {
        margin-bottom: 100px; } }
  #sec-gourmet-4 .inner-right {
    padding: 50px; }
    @media (min-width: 1200px) {
      #sec-gourmet-4 .inner-right {
        position: relative;
        background-color: #1C1B21;
        height: 100%;
        padding: 150px 100px 0 100px;
        top: -100px;
        z-index: 100; } }
    @media (min-width: 1400px) {
      #sec-gourmet-4 .inner-right {
        padding: 150px 150px 0 150px; } }
  #sec-gourmet-4 a {
    color: white; }

#kontakt-page {
  margin-top: 150px; }
  #kontakt-page a {
    color: black; }
  #kontakt-page .col {
    margin: 0px;
    padding: 0px; }
  #kontakt-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #kontakt-page .only-desktop {
    display: none;
    padding-right: 20px; }
    @media (min-width: 992px) {
      #kontakt-page .only-desktop {
        display: block; } }
  #kontakt-page .only-mobile {
    display: block; }
    @media (min-width: 992px) {
      #kontakt-page .only-mobile {
        display: none; } }

#sec-kontakt-1 {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 15px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    #sec-kontakt-1 {
      padding-right: 43px;
      padding-left: 43px; } }
  #sec-kontakt-1 .row {
    --bs-gutter-x: 0;
    padding: 0 !important; }
  #sec-kontakt-1 #contact-form {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    left: -10px; }
    #sec-kontakt-1 #contact-form .col-6 {
      margin: 0px;
      padding: 0px; }
    #sec-kontakt-1 #contact-form .wpcf7-form-control-wrap,
    #sec-kontakt-1 #contact-form .wpcf7-form-control {
      margin: 0px;
      padding: 10px;
      width: 100% !important; }
    #sec-kontakt-1 #contact-form .left-col {
      padding-bottom: 4px; }
      @media (min-width: 768px) {
        #sec-kontakt-1 #contact-form .left-col {
          padding-bottom: 0px;
          padding-right: 4px !important; } }
    #sec-kontakt-1 #contact-form .emil-btn {
      position: relative;
      top: 10px;
      left: 10px; }
  #sec-kontakt-1 .inner-left {
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1200px) {
      #sec-kontakt-1 .inner-left {
        padding-left: 50px; } }
  #sec-kontakt-1 .inner-right {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1200px) {
      #sec-kontakt-1 .inner-right {
        padding-right: 50px;
        padding-left: 50px; } }
  #sec-kontakt-1 .wpcf7-list-item {
    margin: 0 !important; }
  #sec-kontakt-1 .hide-submit input[type="submit"] {
    display: none; }
  #sec-kontakt-1 .my-submit {
    margin-top: -40px;
    margin-left: 7px;
    cursor: pointer; }
  #sec-kontakt-1 .submit-label {
    margin: 0 !important;
    padding: 0 !important; }

#sec-kontakt-2 {
  padding-right: 10px;
  padding-left: 15px; }
  @media (min-width: 1200px) {
    #sec-kontakt-2 {
      padding-right: 43px;
      padding-left: 43px; } }
  #sec-kontakt-2 .inner {
    padding-right: 15px;
    padding-left: 15px; }
    #sec-kontakt-2 .inner h2 {
      padding-bottom: 20px; }
    @media (min-width: 1200px) {
      #sec-kontakt-2 .inner {
        padding-right: 60px;
        padding-left: 60px; } }

#sec-kontakt-3 {
  /*  iframe {
      margin: 0px;
      padding: 0px;
      border: none !important;
    }*/
  /* #goo-maps{
     margin: 0;
     padding: 0;
     width: 100%;
     height: 50vh;
   }*/ }
  @media (min-width: 1200px) {
    #sec-kontakt-3 {
      padding: 0 104px 104px 104px; } }

#anfahrt-page {
  margin-top: 150px;
  height: 50vh; }
  #anfahrt-page .col {
    margin: 0px;
    padding: 0px; }
  #anfahrt-page .container-fluid {
    margin: 0px;
    padding: 0px; }

#shop-page {
  margin-top: 150px; }
  #shop-page .col {
    margin: 0px;
    padding: 0px; }
  #shop-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #shop-page #sec-shop-1 h1 {
    text-align: center; }
  #shop-page #sec-shop-1 .gurado {
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto; }
    #shop-page #sec-shop-1 .gurado #gurado-react {
      color: black !important; }
      #shop-page #sec-shop-1 .gurado #gurado-react h1, #shop-page #sec-shop-1 .gurado #gurado-react h3, #shop-page #sec-shop-1 .gurado #gurado-react a, #shop-page #sec-shop-1 .gurado #gurado-react p {
        color: black !important; }
      #shop-page #sec-shop-1 .gurado #gurado-react button {
        border: 1px solid black !important;
        padding: 10px;
        background: transparent !important;
        color: black !important; }

#tasting-page {
  margin-top: 150px; }
  #tasting-page .col {
    margin: 0px;
    padding: 0px; }
  #tasting-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #tasting-page a {
    color: black; }

#sec-tasting-1 h1 {
  text-align: center; }

#sec-tasting-2 {
  padding-left: 20px;
  padding-right: 20px; }

#slick-events-1,
#slick-events-2 {
  margin-bottom: 30px; }
  #slick-events-1 .slide,
  #slick-events-2 .slide {
    margin-right: 5px; }

#impressum-page {
  margin-top: 150px; }
  #impressum-page .col {
    margin: 0px;
    padding: 0px; }
  #impressum-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #impressum-page a {
    color: black;
    word-break: break-all; }
  #impressum-page table {
    width: 40% !important; }
  #impressum-page td {
    vertical-align: top; }

#sec-impressum-1 {
  padding-right: 10px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    #sec-impressum-1 {
      padding-right: 70px;
      padding-left: 70px; } }
  #sec-impressum-1 h1 {
    margin-bottom: 20px; }
  #sec-impressum-1 h4,
  #sec-impressum-1 div,
  #sec-impressum-1 em,
  #sec-impressum-1 p,
  #sec-impressum-1 li,
  #sec-impressum-1 a {
    font-family: "Arno Pro" !important; }
  #sec-impressum-1 #impressumTable {
    font-family: "Arno Pro" !important;
    font-size: 1.2em; }
  #sec-impressum-1 .inner {
    padding-right: 20px;
    padding-left: 20px; }

#datenschutz-page {
  margin-top: 150px; }
  #datenschutz-page .col {
    margin: 0px;
    padding: 0px; }
  #datenschutz-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #datenschutz-page a {
    color: black;
    word-break: break-all; }

#sec-datenschutz-1 {
  padding-right: 10px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    #sec-datenschutz-1 {
      padding-right: 70px;
      padding-left: 70px; } }
  #sec-datenschutz-1 .inner {
    padding-right: 20px;
    padding-left: 20px; }
  #sec-datenschutz-1 h1 {
    margin-bottom: 20px; }
  #sec-datenschutz-1 h4,
  #sec-datenschutz-1 div,
  #sec-datenschutz-1 em,
  #sec-datenschutz-1 p,
  #sec-datenschutz-1 li,
  #sec-datenschutz-1 a {
    font-family: "Arno Pro" !important; }
  #sec-datenschutz-1 ul {
    margin: 0;
    margin-bottom: 20px; }

#agb-page {
  margin-top: 150px; }
  #agb-page .col {
    margin: 0px;
    padding: 0px; }
  #agb-page .container-fluid {
    margin: 0px;
    padding: 0px; }
  #agb-page a {
    color: black;
    word-break: break-all; }

#sec-agb-1 {
  padding-right: 10px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    #sec-agb-1 {
      padding-right: 70px;
      padding-left: 70px; } }
  #sec-agb-1 .inner {
    padding-right: 20px;
    padding-left: 20px; }
  #sec-agb-1 h1 {
    margin-bottom: 20px; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }

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