.hoenig {
  display: none; }

.no-js .top-bar {
  display: none; }
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

.calendar {
  margin-left: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 1px; }
  .calendar * {
    list-style: none;
    line-height: 1; }
  .calendar .title {
    text-align: center;
    font-size: 1.6875rem; }
  .calendar .week {
    padding: 0px;
    margin: 0px; }
    .calendar .week:before, .calendar .week:after {
      content: " ";
      display: table; }
    .calendar .week:after {
      clear: both; }
  .calendar .day-header {
    background-color: #003764; }
    .calendar .day-header .day, .calendar .day-header .days {
      background-color: #003764;
      color: white;
      text-align: center;
      min-height: 0.5rem;
      display: none; }
      .calendar .day-header .day:hover, .calendar .day-header .days:hover {
        background-color: #003764; }
  .calendar .day, .calendar .days {
    position: relative;
    padding: 0.3rem 0.39375rem;
    width: 100%;
    min-height: 6rem;
    float: left;
    border-left: 1px solid #003764;
    border-bottom: 1px solid #003764;
    border-top: 1px solid #003764;
    border-right: 1px solid #003764; }
    .calendar .day dl, .calendar .days dl {
      font-size: 0.8rem; }
    .calendar .day:hover, .calendar .days:hover {
      background: #efefef; }
    .calendar .day.previous-month, .calendar .day.next-month, .calendar .days.previous-month, .calendar .days.next-month {
      background: #e9e9e9;
      color: #222222;
      display: none; }
    .calendar .day.today, .calendar .days.today {
      background: #76df9d; }
      .calendar .day.today:hover, .calendar .days.today:hover {
        background: #65ce8c; }

@media only screen {
  .calendar .small-1 {
    position: relative;
    width: 14.28571%; }
  .calendar .small-1 .day-name, .calendar .small-7 .day-name {
    display: none; }
  .calendar .day-header .small-1, .calendar .small-1.previous-month, .calendar .calendar .small-1.next-month {
    display: block;
    visibility: visible; } }
@media only screen and (min-width: 40.063em) {
  .calendar .medium-1 {
    position: relative;
    width: 14.28571%; }
    .calendar .medium-1 .day-name {
      display: none; }
  .calendar .day-header .medium-1, .calendar .medium-1.previous-month, .calendar .medium-1.next-month {
    display: block;
    visibility: visible; } }
@media only screen and (min-width: 64.063em) {
  .calendar .large-1 {
    position: relative;
    width: 14.28571%; }
    .calendar .large-1 .day-name {
      display: none; }
  .calendar .day-header .large-1, .calendar .large-1.previous-month, .calendar .large-1.next-month {
    display: block;
    visibility: visible; } }
@media only screen and (min-width: 90.063em) {
  .calendar .xlarge-1 {
    position: relative;
    width: 14.28571%; }
    .calendar .xlarge-1 .day-name {
      display: none; }
  .calendar .day-header .xlarge-1, .calendar .xlarge-1.previous-month, .calendar .xlarge-1.next-month {
    display: block;
    visibility: visible; } }
@media only screen and (min-width: 120.063em) {
  .calendar .xxlarge-1 {
    position: relative;
    width: 14.28571%; }
    .calendar .xxlarge-1 .day-name {
      display: none; }
  .calendar .day-header .xxlarge-1, .calendar .xxlarge-1.previous-month, .calendar .xxlarge-1.next-month {
    display: block;
    visibility: visible; } }
@media screen and (max-width: 39.9375em) {
  table.smallstack thead, table.smallstack tfoot {
    display: none; }
  table.smallstack tr, table.smallstack th, table.smallstack td {
    display: block; }
  table.smallstack td {
    border-top: 0; } }
.button.white-hollow {
  border: 2px solid white;
  color: white;
  background-color: transparent;
  transition: border 0.5s ease;
  margin: 0 .5rem 1rem 0;
  padding: 0.85em 1em; }
  .button.white-hollow:hover, .button.white-hollow:active, .button.white-hollow:focus {
    border: 2px solid #b3b3b3;
    transition: border 0.5s ease; }

.button.dark-hollow {
  border: 2px solid black;
  color: black;
  background-color: transparent;
  transition: border 0.5s ease;
  margin: 0 .5rem 1rem 0;
  padding: 0.85em 1em; }
  .button.dark-hollow:hover, .button.dark-hollow:active, .button.dark-hollow:focus {
    border: 2px solid #4d4d4d;
    transition: border 0.5s ease; }

.hero-full-screen {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: url("images/DSC_0141.JPG") center center no-repeat;
  background-size: cover; }
  .hero-full-screen .middle-content-section {
    text-align: center;
    color: white; }
    .hero-full-screen .middle-content-section h1, .hero-full-screen .middle-content-section h2, .hero-full-screen .middle-content-section h3, .hero-full-screen .middle-content-section h4, .hero-full-screen .middle-content-section h5, .hero-full-screen .middle-content-section h6 {
      color: white; }
  .hero-full-screen .top-content-section {
    width: 100%; }
  .hero-full-screen .bottom-content-section {
    padding: 1rem; }
    .hero-full-screen .bottom-content-section svg {
      height: 3.75rem;
      width: 3.75rem;
      fill: white; }
  .hero-full-screen .top-bar, .hero-full-screen .title-bar {
    background: transparent; }
    .hero-full-screen .top-bar .menu, .hero-full-screen .title-bar .menu {
      background: transparent; }
      .hero-full-screen .top-bar .menu .submenu, .hero-full-screen .title-bar .menu .submenu {
        background: darkgray; }
      .hero-full-screen .top-bar .menu.dropdown.vertical > li.opens-right > a::after, .hero-full-screen .top-bar .menu.dropdown.vertical > li.opens-left > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical > li.opens-right > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical > li.opens-left > a::after {
        border-color: white transparent transparent transparent; }
      .hero-full-screen .top-bar .menu.dropdown.vertical:hover > li.opens-right > a::after, .hero-full-screen .top-bar .menu.dropdown.vertical:hover > li.opens-left > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical:hover > li.opens-right > a::after, .hero-full-screen .title-bar .menu.dropdown.vertical:hover > li.opens-left > a::after {
        border-color: lightgrey transparent transparent transparent; }
      .hero-full-screen .top-bar .menu a, .hero-full-screen .title-bar .menu a {
        color: white;
        font-weight: bold; }
        .hero-full-screen .top-bar .menu a:hover, .hero-full-screen .title-bar .menu a:hover {
          color: lightgrey; }
    .hero-full-screen .top-bar .menu-text, .hero-full-screen .title-bar .menu-text {
      color: white; }

.top-bar {
  position: relative;
  z-index: 100; }

.top-bar, .top-bar ul, .title-bar {
  background-color: transparent; }
  .top-bar a, .top-bar h1, .top-bar h2, .top-bar h3, .top-bar h4, .top-bar ul a, .top-bar ul h1, .top-bar ul h2, .top-bar ul h3, .top-bar ul h4, .title-bar a, .title-bar h1, .title-bar h2, .title-bar h3, .title-bar h4 {
    color: #003764; }
  .top-bar a:hover, .top-bar ul a:hover, .title-bar a:hover {
    color: #0b93d4; }

.dropdown.menu .submenu {
  min-width: 300px;
  background: lightgray; }
.dropdown.menu > li.opens-right > a::after, .dropdown.menu > li.opens-left > a::after {
  border-color: #003764 transparent transparent transparent; }
.dropdown.menu:hover > li.opens-right > a::after, .dropdown.menu:hover > li.opens-left > a::after {
  border-color: #0b93d4 transparent transparent transparent; }

.button-icon-badge {
  padding: 1rem 2rem; }
  .button-icon-badge .button-icon-badge-text {
    padding: 0 0.5rem; }
  .button-icon-badge .badge {
    font-size: 0.8em;
    padding: 0.4rem; }
  .button-icon-badge .fa {
    color: white;
    font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  color: #003764; }

.daynumber {
  color: #0b93d4; }

.bookedto {
  position: absolute;
  top: 40%;
  left: 0;
  right: -1px;
  height: 30px;
  background: #F88; }

.availto {
  position: absolute;
  top: 40%;
  left: 0;
  right: -1px;
  height: 30px;
  background: #20ff67; }

.availfrom {
  position: absolute;
  top: 40%;
  left: 50%;
  right: -1px;
  height: 30px;
  background: #20ff67; }

.bookedfrom {
  position: absolute;
  top: 40%;
  left: 50%;
  right: -1px;
  height: 30px;
  background: #f88; }

.changeover {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 10%;
  height: 30px;
  background: #20ff67; }

.flip-card {
  perspective: initial;
  border: 0;
  background: transparent; }
  .flip-card:hover .flip-card-inner, .flip-card.hover .flip-card-inner {
    transform: rotateY(180deg); }

.flip-card,
.flip-card-inner-front,
.flip-card-inner-back {
  width: 100%;
  height: 48vh; }

.flip-card-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  backface-visibility: hidden; }

.flip-card-inner-front,
.flip-card-inner-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.flip-card-inner-front {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .flip-card-inner-front span {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0;
    font-size: 1.25rem;
    font-weight: bold; }

.flip-card-inner-back {
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: transparant;
  padding: 1rem; }

.sticky-topbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.orbit-overlay {
  position: absolute;
  top: 0;
  padding-top: 30px;
  width: 100%;
  color: white;
  text-align: center; }

.orbit-bullets.internal {
  margin-top: -3rem; }

.pricecolor0 {
  background-color: #00ff00; }
.pricecolor1 {
  background-color: #7dffec; }
.pricecolor2 {
  background-color: #cccc00; }
.pricecolor3 {
  background-color: #ff0000; }

.bgimage {
  background: url(../../../images/DSC_0087.JPG) center center no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vh; }

.bgimage2 {
  color: white;
  display: flex;
  align-items: center;
  text-align: center; }

/*# sourceMappingURL=mystyle.css.map */
