:root {
  --fg-color: #001858;
  --bg-color: #faf6e6;
  --bg-color-darker: #faf1cb;
  --bg-color-trans: rgba(250, 244, 220, 0.35);
  --contrast-color: #e83151;
  --white-color: #fff;
  --full-width: 1280px;
  --phi-big: 61.8%;
  --phi-small: 38.2%;
}

/* grand-hotel-regular - latin */
@font-face {
  font-family: 'Grand Hotel';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/grand-hotel-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/grand-hotel-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* kalam-regular - latin */
@font-face {
    font-family: 'Kalam';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/kalam-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/kalam-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/oswald-v49-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  /* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

  

html {
  font-size: 14px;
  box-sizing: border-box;
}

img {
  box-sizing: border-box;
}

body {
  font-family: "Raleway";
  background: linear-gradient(
    0deg,
    var(--bg-color) 0%,
    #fffefa 51%,
    var(--bg-color) 85%
  );
  line-height: 1.5;
}

h1 {
  font-family: "Grand Hotel", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: var(--contrast-color);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  margin: 0;
  font-size: 3rem;
}

.header__body {
  padding: 0 1ch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hmlogo {
  fill: var(--fg-color);
  margin: 1.5rem 0;
  max-height: 220px;
  width: 100%;
}

.hmlogo__bg {
  fill: #fff;
  stroke: var(--contrast-color);
}

.menus {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  margin-left: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  line-height: 1.5em;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.menu-primary {
  font-size: 20px;
}

.menu-primary > * {
  margin-left: 1ch;
  margin-right: 1ch;
}

.menu__item {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--fg-color);
}

.menu__item--active {
  border-bottom: 4px solid var(--contrast-color);
}

.menu-secondary .menu__item {
  font-weight: normal;
}

.menu__item:hover {
  color: var(--contrast-color);
}

.menu__static:hover {
  color: var(--fg-color);
}

.menu-secondary {
  font-size: 20px;
  margin-bottom: 1rem;
}

.menu-secondary > * {
  margin-left: 1ch;
  margin-right: 1ch;
}

.menu__calltoaction {
  display: inline-block;
  color: var(--white-color);
  padding: 0.5rem 2ch;
  border-radius: 9999px;
  background-color: #e83151;
}

.menu__calltoaction:hover {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: var(--white-color);
}

.block {
  max-width: var(--full-width);
  margin: 0 auto 3rem auto;
  padding: 0 3ch;
}

.phicont {
  display: flex;
  flex-direction: column;
}

.phicont__big {
  text-align: center;
  padding: 0;
  margin-bottom: 1.5rem;
}

.phiocnt__body--signature {
  font-family: "kalam";
  font-size: 1.5rem;
  margin-top: 2rem;
}

.phicont__body {
  font-size: 1.3rem;
}

.phicont__body p {
  margin: 0;
}

.phicont__body p + p {
  margin-top: 1.5rem;
}

.phicont__pics {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phicont__pics a {
  line-height: 0;
}

.phicont__pics a + a {
  margin-top: 1.5rem;
}

.phicont__pics img {
  width: 100%;
  height: auto;
  border: 4px solid var(--contrast-color);
}

.phicont__pics--round img {
  border-radius: 50%;
  max-width: 220px;
}

.phicont__body--separator {
  width: 10ch;
  margin: 2rem auto;
  border: 2px dashed var(--contrast-color);
}

.slidercontainer {
  margin-bottom: 3rem;
}

.scrolldown {
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: center;
  z-index: 20;
  display: none;
}

.scrolldown__icon {
  padding: 3px 1ch;
  background-color: var(--contrast-color);
  color: var(--white-color);
}

.parallaxcont {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20rem;
}

#owl-demo .item {
  height: 20rem;
  background-size: cover;
  background-position: center center;
}

.onebigpic__pic {
  width: 100%;
  height: auto;
  border: 4px solid var(--contrast-color);
}

.onebigpic__caption {
  text-align: center;
}

.textonly__content {
  font-size: 1.3rem;
}

.textonly__content-centered {
  text-align: center;
}

.textonly__header {
  text-align: center;
}

.googlemaps {
  text-align: center;
}

.googlemaps__content {
  font-size: 1.3rem;
}

.googlemaps__text {
  margin-bottom: 1.5rem;
}

.googlemaps__map {
  border: 4px solid var(--contrast-color);
  display: block;
}

.googlemaps__map iframe {
  width: 100%;
}

.gallery > * {
  display: inline-block;
  width: 100%;
}

.gallery > * + * {
  margin-top: 1.5rem;
}

.gallery__header {
  text-align: center;
  font-family: "Grand Hotel", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: var(--contrast-color);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  margin: 0;
  font-size: 3rem;
}

.gallery__img {
  width: 100%;
  height: auto;
  border: 4px solid var(--contrast-color);
}

.cards > * {
  display: inline-block;
  width: 100%;
}

.cards > * + * {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.cards_card {
  border-radius: 10px;
  border: 4px solid var(--contrast-color);
  background-color: var(--white-color);
}

.cards_cardbody {
  padding: 1.5rem;
  text-align: center;
}

.cards_cardbody h3 {
  margin-top: 0;
  font-family: "Grand Hotel", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: var(--contrast-color);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 2rem;
}

.cards_cardaction {
  display: inline-block;
  margin-top: 1rem;
  color: var(--white-color);
  padding: 0.5rem 2ch;
  border-radius: 9999px;
  background-color: #e83151;
}

.cards_cardaction:hover {
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: var(--white-color);
}

.cards_cardimage {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.footer {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding: 3rem 0;
  background-color: var(--bg-color-darker);
}

.footer__content {
  max-width: var(--full-width);
  margin: 0 auto;
  padding: 0 3ch;
  display: flex;
  flex-direction: column;
}

.footer__content > *+* {
  margin-top: 1.5rem;
}

.footer__links {
  display: flex;
  flex-direction: column;
}

.footer__link {
  display: block;
  color: var(--fg-color);
}

.footerblock p {
  margin: 0;
}

.footerblock p+p {
  margin-top: 1rem;
}

.pricelist__table {
  font-size: 1.3rem;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 3rem;
}

.pricelist__table tbody tr {
  margin: 0;
  padding: 0;
  border: 0;
}

.pricelist__h1 {
  font-size: 1.6rem;
  background-color: var(--bg-color-darker);
  padding: 1rem 0;
}

.pricelist__rowcap {
  text-align: right;
  padding-right: 2ch;
}

.pricelist__peop {
  border-left: 1px dashed var(--contrast-color);
  padding: 1rem 2ch;
  margin: 0;
}

.pricelist__price {
  border-left: 1px dashed var(--contrast-color);
  padding: 1rem 2ch;
  margin: 0;
}

@media (min-width: 960px) {
  .article_content_margin {
    margin-top: 10rem;
  }

  h1 {
    font-size: 5rem;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: var(--bg-color-trans);
  }

  body.scrolled-down .header {
    background: linear-gradient(0deg, var(--bg-color) 0%, #fffefa 85%);
    box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.15);
  }

  .header__body {
    justify-content: space-between;
    max-width: var(--full-width);
    margin: 0 auto;
  }

  .menus {
    justify-content: start;
    margin: 1.5rem 0 0.5rem auto;
  }

  body.scrolled-down .menus {
    flex-direction: row;
    align-items: baseline;
    margin: 0.5rem 0 0.5rem auto;
  }

  body.scrolled-down .menu__hiddensmall {
    display: none;
  }

  body.scrolled-down .menu {
    align-items: baseline;
    flex-direction: row;
  }

  .menus > * + * {
    margin-top: 0.5rem;
  }

  body.scrolled-down .menus > * + * {
    margin-top: 0;
    margin-left: 1.5rem;
  }

  .menu {
    justify-content: space-between;
  }

  .menu > * {
    margin-left: 0;
    margin-right: 0;
  }

  .menu > * + * {
    margin-left: 2ch;
  }

  body.scrolled-down .menu {
    margin-top: 0;
  }

  .menu-primary {
    font-size: 23px;
  }

  body.scrolled-down .menu-primary {
    padding-left: 2ch;
  }

  .menu-secondary {
    font-size: 18px;
    margin-bottom: 0;
  }

  .menu-secondary > * {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-secondary > * + * {
    margin-left: 2ch;
  }

  .hmlogo {
    margin: 0;
    max-width: 400px;
    position: absolute;
    top: 1rem;
    z-index: 10;
    height: auto;
  }

  body.scrolled-down .hmlogo {
    height: 70px;
    width: 145px;
    position: static;
  }

  .phicont {
    flex-direction: row;
  }

  .scrolldown {
    display: flex;
  }

  .phicont--smallleft .phicont__big {
    order: 2;
  }

  .phicont--smallleft .phicont__small {
    order: 1;
  }

  .phicont__big {
    order: 1;
    width: var(--phi-big);
    padding: 0 18ch;
  }

  .phicont__small {
    order: 2;
    width: var(--phi-small);
  }

  .phicont__pics img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border: 4px solid var(--contrast-color);
  }

  .phicont__pics--round img {
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    max-width: 220px;
  }

  body.scrolled-down .scrolldown {
    display: none;
  }

  body.scrolled-down .header__body {
    position: relative;
    align-items: center;
  }

  .onebigpic {
    width: 66%;
    margin: 0 auto;
  }

  .textonly {
    width: 66%;
    margin: 0 auto;
  }

  .googlemaps {
    width: 66%;
    margin: 0 auto;
  }

  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery > * {
    margin-top: 0;
    padding: 1.5rem;
    width: auto;
  }

  .gallery__img {
    width: 300px;
    height: 200px;
    object-fit: cover;
  }

  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cards > * {
    margin-top: 0;
    margin: 1.5rem;
    width: 25%;
  }

  .slidercontainer {
    margin-bottom: 9rem;
  }

  .block {
    margin-bottom: 6rem;
  }

  .footer__content {
    flex-direction: row;
    justify-content: center;
  }
  
  .footer__content > * {
    margin: 0 5ch;
  }  
}

/* Dropdown Menu */

.topbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.topbar-nav > ul > li {
  white-space: nowrap;
}

.topbar-nav ul li:hover {
  background-color: var(--bg-color);
}

.topbar-nav ul * ul {
  background-color: var(--white-color);
  font-size: 0.8em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.topbar-nav .metismenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.topbar-nav .metismenu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  font-size: 20px;
}

.topbar-nav .metismenu a, .topbar-nav .metismenu .tltext {
  position: relative;
  display: block;
  padding: 1rem;
  color: var(--fg-color);
  outline-width: 0;
  transition: all 0.3s ease-out;
  text-align: center;
  text-decoration: none;
}

.topbar-nav .metismenu li.submenu a:hover,
.topbar-nav .metismenu li.submenu a:focus,
.topbar-nav .metismenu li.submenu a:active {
  color: var(--white-color);
  text-decoration: none;
  background: var(--contrast-color);
}

@media (min-width: 992px) {
  .topbar-nav .metismenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .topbar-nav .metismenu > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 23px;
  }
  .topbar-nav .metismenu > li > ul {
    position: absolute;
    top: 100%;
    min-width: 100%;
    z-index: 1001;
  }
  .topbar-nav.is-hoverable .metismenu > li > ul {
    height: auto !important;
  }
  .topbar-nav.is-hoverable .metismenu > li:hover > ul {
    display: block;
  }
  .topbar-nav.is-hoverable .metismenu > li:hover > a.has-arrow:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
