html, body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px; }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: .25rem;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }

.btn-secondary {
  border: 1px solid #c94235;
  color: #c94235;
  padding: 1rem 2rem; }
  .btn-secondary:hover {
    background-color: #c94235 !important;
    color: white; }

.btn-outline-secondary {
  border: 1px solid #c94235;
  color: #c94235; }
  .btn-outline-secondary:hover {
    border: 1px solid #c94235;
    background-color: #c94235 !important;
    color: white; }

/**
 *  Header
 */
header {
  width: 100%;
  padding: .5rem 0;
  background-color: #010101;
  color: #ffffff; }
  header .page-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .page-header .social-icon {
      position: relative;
      padding: .25rem;
      margin-right: .25rem;
      color: #ffffff;
      font-size: 18px; }
      header .page-header .social-icon:hover {
        z-index: 11;
        color: #737373 !important; }
    header .page-header .contact a {
      color: #fcfcfc; }
  @media screen and (max-width: 767px) {
    header {
      display: none; } }

/**
 *  Dropdown
 */
.navbar-dark {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  background-color: transparent !important;
  /** Logotyp **/ }
  .navbar-dark.navbar-colored {
    background-color: rgba(17, 17, 17, 0.95) !important; }
  .navbar-dark .navbar-brand {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 24px;
    font-weight: 300; }
    .navbar-dark .navbar-brand a {
      color: white; }
      .navbar-dark .navbar-brand a:hover {
        text-decoration: none; }
      .navbar-dark .navbar-brand a span {
        display: block;
        font-weight: 600; }
    @media screen and (max-width: 768px) {
      .navbar-dark .navbar-brand {
        font-size: 14px; } }
  .navbar-dark .navbar-collapse {
    display: none !important; }
    .navbar-dark .navbar-collapse.show {
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      opacity: 1;
      animation-name: ShowMenu;
      animation-duration: 300ms;
      animation-timing: linear;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background: rgba(17, 17, 17, 0.9); }
    .navbar-dark .navbar-collapse.collapsing {
      animation-name: HideMenu;
      animation-duration: 500ms;
      animation-timing-function: linear;
      animation-fill-mode: forwards;
      animation-direction: reverse; }
  .navbar-dark .mobile-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 320px; }
    .navbar-dark .mobile-menu-container ul li {
      position: relative;
      font-size: 28px;
      line-height: 70px;
      letter-spacing: 2px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 375px) {
        .navbar-dark .mobile-menu-container ul li {
          font-size: 24px;
          line-height: 55px; } }
      .navbar-dark .mobile-menu-container ul li:after {
        position: absolute;
        left: calc( 100% / 2 - (50px / 2 ));
        bottom: 0px;
        width: 50px;
        content: "";
        border-bottom: 1px solid rgba(255, 255, 255, 0.9); }
      .navbar-dark .mobile-menu-container ul li:last-of-type:after {
        border-bottom: none; }
      .navbar-dark .mobile-menu-container ul li a {
        color: white;
        transition: all 120ms linear; }
        .navbar-dark .mobile-menu-container ul li a:hover {
          color: #782720;
          text-decoration: none; }
  .navbar-dark .navbar-toggler {
    display: block !important;
    background: transparent !important;
    border: none !important;
    z-index: 20; }
    .navbar-dark .navbar-toggler .icon-bar {
      width: 30px;
      height: 2px;
      background-color: #B6B6B6;
      display: block;
      transition: all 0.2s;
      margin-top: 6px;
      transform: rotate(45deg);
      transform-origin: 10% 10%; }
    .navbar-dark .navbar-toggler .middle-bar {
      opacity: 0; }
    .navbar-dark .navbar-toggler .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 10% 90%; }
    .navbar-dark .navbar-toggler.collapsed .top-bar {
      transform: rotate(0); }
    .navbar-dark .navbar-toggler.collapsed .middle-bar {
      transform: rotate(0);
      opacity: 1; }
    .navbar-dark .navbar-toggler.collapsed .bottom-bar {
      transform: rotate(0); }
  .navbar-dark .navbar-nav {
    display: block; }
    .navbar-dark .navbar-nav .nav-item .nav-link {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: white;
      padding: .35rem .85rem;
      border: 3px solid transparent; }
    .navbar-dark .navbar-nav .nav-item:hover .nav-link {
      border-bottom: 3px solid rgba(255, 255, 255, 0.45); }
    .navbar-dark .navbar-nav .nav-item.active .nav-link {
      border: 3px solid rgba(255, 255, 255, 0.45);
      color: white; }

.dropdown-menu {
  transition: all 150ms linear;
  padding: 1.25rem .5rem; }
  .dropdown-menu .dropdown-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #545454;
    padding-bottom: .25rem;
    margin: 1rem 1.5rem .25rem 1.5rem;
    border-bottom: 1px solid #d4d4d4; }
    .dropdown-menu .dropdown-label:first-of-type {
      margin-top: 0; }
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    text-transform: uppercase;
    padding: .25rem 3rem; }

.spacer {
  height: 150px; }

@keyframes ShowMenu {
  0% {
    transform: scale(0.1);
    background: white; }
  50% {
    transform: scale(0.8);
    background: rgba(17, 17, 17, 0.2); }
  100% {
    transform: scale(1);
    background: rgba(17, 17, 17, 0.9); } }

@keyframes HideMenu {
  0% {
    transform: scale(1);
    background: rgba(17, 17, 17, 0.9); }
  50% {
    opacity: 1;
    transform: scale(0.5);
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 100%); } }

#slider {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  overflow: hidden; }
  #slider:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10 !important;
    width: 100%;
    height: 100vh;
    content: "";
    background-color: rgba(17, 17, 17, 0.25); }
  @media screen and (max-width: 374px) {
    #slider.slick-slider {
      height: 100%; }
    #slider:after {
      height: 200px; } }
  @media screen and (min-width: 375px) {
    #slider.slick-slider {
      height: 100%; }
    #slider:after {
      height: 100%; } }
  @media screen and (max-width: 1024px) {
    #slider .slick-dots {
      display: none !important; } }
  #slider .slider-item {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #slider .slider-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transform: scale(1.2); }
    #slider .slider-item.slick-active img {
      transform: scale(1); }

.slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  padding-bottom: 3rem;
  border: none !important; }
  .slider-caption h1, .slider-caption h2 {
    color: white;
    text-shadow: 1px 1px 1px black; }
  .slider-caption .btn-primary {
    background: #c94235;
    border: none;
    font-size: 1.4rem;
    color: white;
    padding: 1rem 2rem;
    margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .slider-caption h1 {
      font-size: 28px !important; } }

footer {
  position: relative; }
  footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc( 100% - 8rem);
    margin: 2rem 4rem;
    padding: 3rem 0;
    border-top: 1px solid #c94235;
    border-bottom: 1px solid #c94235;
    text-align: center; }
    @media screen and (max-width: 767px) {
      footer .footer-menu {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 2rem .5rem; } }
    footer .footer-menu .logo, footer .footer-menu .move-up {
      width: 200px; }
      footer .footer-menu .logo a, footer .footer-menu .move-up a {
        color: #c94235; }
        footer .footer-menu .logo a i.fab, footer .footer-menu .move-up a i.fab {
          font-size: 24px; }
      @media screen and (max-width: 767px) {
        footer .footer-menu .logo, footer .footer-menu .move-up {
          width: 100%;
          text-align: center;
          margin: 2rem 0; }
          footer .footer-menu .logo a, footer .footer-menu .move-up a {
            display: inline; } }
    footer .footer-menu a {
      color: black;
      padding: 0 1rem;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      footer .footer-menu a:hover {
        color: #782720;
        text-decoration: none; }
      @media screen and (max-width: 767px) {
        footer .footer-menu a {
          display: block;
          text-align: center; } }
  footer .footer-copyright {
    color: #595959;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center; }
    footer .footer-copyright a {
      background: #c94235;
      color: white;
      padding: .15rem .25rem; }

/*cookies*/
.cookie-message {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #111;
  max-width: 430px;
  z-index: 100;
  color: white;
  padding: 2rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  display: none;
  font-size: 0.6875rem;
  font-weight: 300;
  margin-left: 10px; }
  .cookie-message .btn-cookie {
    font-size: 1rem;
    margin-top: 1rem;
    color: white; }
    .cookie-message .btn-cookie svg {
      width: 24px;
      height: 24px;
      margin-left: 0.5rem; }

.container-main {
  position: relative; }

.content {
  width: calc( 100%);
  background: white;
  padding: 4rem 0rem;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.75rem; }
  .content strong, .content b {
    font-weight: 600; }
  @media only screen and (max-width: 1199.98px) {
    .content {
      font-size: 1.15rem;
      margin: 0; } }
  @media only screen and (max-width: 991.98px) {
    .content {
      font-size: 1.25rem;
      margin: 0; } }

.aboutme-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .aboutme-container .img-aboutme {
    position: relative;
    width: 600px; }
    .aboutme-container .img-aboutme img {
      position: relative;
      z-index: 100;
      width: 100%; }
    .aboutme-container .img-aboutme:after {
      position: absolute;
      z-index: 99;
      bottom: -2rem;
      right: -2rem;
      background: #c94235;
      content: "";
      width: 350px;
      height: 250px; }
  .aboutme-container .text-aboutme {
    position: relative;
    width: calc( 100% - 550px - 5rem);
    padding-left: 5rem;
    padding-right: 5rem;
    text-align: right; }
    .aboutme-container .text-aboutme:after {
      position: absolute;
      top: 0px;
      right: 2.5rem;
      height: 90%;
      border-right: 1px solid #cccccc;
      content: ""; }
  @media only screen and (max-width: 1679.98px) {
    .aboutme-container .img-aboutme {
      width: 500px;
      padding: 0; }
    .aboutme-container .text-aboutme {
      width: calc( 100% - 500px); } }
  @media only screen and (max-width: 1199.98px) {
    .aboutme-container .img-aboutme {
      width: 300px;
      padding: 0; }
    .aboutme-container .text-aboutme {
      width: calc( 100% - 300px); } }
  @media only screen and (max-width: 991.98px) {
    .aboutme-container {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .aboutme-container .img-aboutme, .aboutme-container .text-aboutme {
        width: 100%;
        padding: 0;
        text-align: left; }
      .aboutme-container .text-aboutme {
        margin-bottom: 1rem; }
        .aboutme-container .text-aboutme:after {
          display: none; } }

.offer-container {
  position: relative;
  width: 100%;
  min-height: 950px;
  background-image: url("../images/offer.jpg");
  background-size: cover; }
  @media screen and (max-width: 767.98px) {
    .offer-container {
      min-height: 300px; } }

.offer-text {
  position: relative;
  top: -5rem;
  width: 100%; }

.content {
  width: calc( 100% - 6rem);
  margin: 0 3rem 0 3rem;
  padding: 2rem; }
  @media screen and (max-width: 767.98px) {
    .content {
      width: calc( 100% - 1rem);
      margin: 0 .5rem 0 .5rem;
      padding: 1rem; } }

.offer-list {
  margin-top: 5rem; }
  .offer-list .offer-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1199.98px) {
      .offer-list .offer-item {
        flex-direction: column; } }
    @media screen and (max-width: 1199.98px) {
      .offer-list .offer-item:nth-child(2n) {
        flex-direction: column-reverse; } }
    .offer-list .offer-item .offer-description {
      width: calc( 100% - 650px);
      padding-left: 5rem;
      font-size: 1.5rem !important; }
      @media screen and (max-width: 1199.98px) {
        .offer-list .offer-item .offer-description {
          width: 100%;
          padding-left: 0;
          margin-top: 3rem; } }
      .offer-list .offer-item .offer-description .offer-header {
        color: #c94235;
        margin-bottom: 2rem; }
        @media screen and (max-width: 1439.98px) {
          .offer-list .offer-item .offer-description .offer-header {
            font-size: 2.5rem;
            letter-spacing: 0; } }
        @media screen and (max-width: 767.98px) {
          .offer-list .offer-item .offer-description .offer-header {
            font-size: 2rem;
            letter-spacing: 0; } }
    .offer-list .offer-item .offer-photo {
      position: relative;
      width: 650px;
      height: 450px; }
      @media screen and (max-width: 1439.98px) {
        .offer-list .offer-item .offer-photo {
          width: 550px;
          height: 300px; } }
      @media screen and (max-width: 1199.98px) {
        .offer-list .offer-item .offer-photo {
          width: 100%;
          height: 300px; } }
      .offer-list .offer-item .offer-photo img {
        position: relative;
        z-index: 100;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 5px solid white; }
      .offer-list .offer-item .offer-photo:after {
        position: absolute;
        z-index: 99;
        bottom: -1.5rem;
        right: -1.5rem;
        background: #c94235;
        content: "";
        width: 650px;
        height: 450px; }
        @media screen and (max-width: 767.98px) {
          .offer-list .offer-item .offer-photo:after {
            width: 250px;
            height: 150px;
            bottom: -1rem;
            right: -1rem; } }
        @media screen and (min-width: 767.98px) and (max-width: 1439.98px) {
          .offer-list .offer-item .offer-photo:after {
            width: 300px;
            height: 200px; } }
    .offer-list .offer-item.offer-item-right .offer-description {
      padding-left: 0rem;
      padding-right: 5rem; }
    .offer-list .offer-item.offer-item-right .offer-photo:after {
      right: 0rem;
      left: -1.5rem; }
      @media screen and (max-width: 767.98px) {
        .offer-list .offer-item.offer-item-right .offer-photo:after {
          left: -1rem; } }

h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0; }

h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 .5rem 0; }
  @media screen and (max-width: 575.98px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 2rem 0; }
  @media screen and (max-width: 767.98px) {
    h3 {
      font-size: 18px; } }

.reservation-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .reservation-flex .reservation-body {
    width: 768px;
    max-width: 768px; }

.portfolio-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .portfolio-list .portfolio-item {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 4rem; }
    .portfolio-list .portfolio-item .item-caption {
      position: absolute;
      top: 2.5rem;
      left: 600px;
      z-index: 101;
      background: rgba(247, 247, 247, 0.95);
      width: calc( 100% - $width - 3rem);
      height: calc( 100% - 4rem);
      padding: 2rem;
      margin-left: -6rem;
      font-size: 18px;
      font-weight: 300;
      line-height: 30px; }
      .portfolio-list .portfolio-item .item-caption h3 {
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase; }
    .portfolio-list .portfolio-item .item-image {
      position: relative;
      z-index: 100;
      width: 600px;
      height: 450px;
      border: 1px solid #f2f2f2; }
      .portfolio-list .portfolio-item .item-image img {
        position: relative;
        z-index: 100;
        width: 600px;
        height: 450px;
        object-fit: cover; }

.portfolio-photos-list {
  width: 100%;
  height: 800px; }
  .portfolio-photos-list img {
    height: 800px !important;
    object-fit: cover; }
  @media screen and (max-width: 991.98px) {
    .portfolio-photos-list {
      height: 400px; }
      .portfolio-photos-list img {
        height: 400px !important; } }

.contact-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .contact-container .contact-form {
    width: 450px; }
    .contact-container .contact-form small {
      font-weight: 300;
      font-size: 16px;
      line-height: 26px;
      color: #737373; }
    .contact-container .contact-form .control-label {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: #737373; }
  .contact-container .contact-info {
    padding-right: 2rem;
    width: calc( 100% - 450px); }
    .contact-container .contact-info .contact-img {
      position: relative;
      z-index: 20;
      width: 90%;
      height: 250px;
      margin-bottom: 3rem; }
      .contact-container .contact-info .contact-img img {
        position: relative;
        z-index: 19;
        width: 100%;
        height: 250px;
        object-fit: cover; }
      .contact-container .contact-info .contact-img:after {
        position: absolute;
        z-index: 18;
        bottom: -1rem;
        right: -1rem;
        background-color: #c94235;
        width: 50%;
        height: 50%;
        content: ""; }
    .contact-container .contact-info h3 {
      color: #c94235;
      font-weight: 600;
      margin: 2rem 0 1rem 0;
      padding: 0; }
  @media screen and (max-width: 991.98px) {
    .contact-container .contact-form,
    .contact-container .contact-info {
      padding: 0;
      width: 100%; } }

.blog-posts {
  width: 100%; }
  .blog-posts .blog-post {
    width: 100%;
    margin-bottom: 3rem; }
    .blog-posts .blog-post .post-img {
      position: relative;
      z-index: 50;
      margin-bottom: 2rem; }
      .blog-posts .blog-post .post-img img {
        position: relative;
        z-index: 50;
        width: 100%;
        height: 450px;
        object-fit: cover; }
      .blog-posts .blog-post .post-img:before {
        position: absolute;
        top: -1rem;
        left: -1rem;
        z-index: 49;
        background: #c94235;
        width: 80%;
        height: 50%;
        content: ""; }
      .blog-posts .blog-post .post-img:after {
        position: absolute;
        bottom: -2rem;
        right: -2rem;
        z-index: 49;
        background: #c94235;
        width: 80%;
        height: 50%;
        content: ""; }
        @media screen and (max-width: 768px) {
          .blog-posts .blog-post .post-img:after {
            bottom: -1rem;
            right: -1rem; } }
    .blog-posts .blog-post .post-title {
      color: #c94235;
      font-size: 24px;
      margin-top: 5rem;
      margin-bottom: 1.5rem;
      padding-left: 2rem; }
    .blog-posts .blog-post .post-preface {
      font-size: 18px;
      font-weight: 400;
      padding-left: 2rem;
      line-height: 30px; }
    .blog-posts .blog-post .post-text {
      font-size: 16px;
      font-weight: 300;
      padding-left: 2rem;
      line-height: 28px; }
    @media screen and (max-width: 768px) {
      .blog-posts .blog-post .post-title,
      .blog-posts .blog-post .post-preface,
      .blog-posts .blog-post .post-text {
        padding-left: .5rem; } }

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