@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #3C3C3C; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #B22222; }
  body p {
    line-height: 1.8; }
  body a {
    color: #DAA520; }
  body .cta {
    padding: 10px 35px 10px 35px;
    background: #DAA520;
    color: white; }
  body .text-gold {
    color: #DAA520; }
  body .cta:hover {
    color: #FBFBFB; }
  body .focus {
    display: none; }
  body header {
    height: 4em;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8); }
    body header .logo {
      display: flex;
      width: 20%;
      justify-content: flex-start;
      padding-left: 15px; }
      body header .logo h1 {
        font-size: 1.2em;
        margin: 0;
        padding: 0; }
        body header .logo h1 a {
          color: #3C3C3C;
          color: #B22222; }
        body header .logo h1 a:hover {
          text-decoration: none; }
    body header .nav-toggle {
      display: none; }
    body header .nav-toggle-label {
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 1em;
      height: 100%;
      display: flex;
      align-items: center; }
      body header .nav-toggle-label span,
      body header .nav-toggle-label span::before,
      body header .nav-toggle-label span::after {
        display: block;
        background: #B22222;
        height: 2px;
        width: 2rem;
        position: relative; }
      body header .nav-toggle-label span::before,
      body header .nav-toggle-label span::after {
        content: '';
        position: absolute; }
      body header .nav-toggle-label span::before {
        bottom: 7px; }
      body header .nav-toggle-label span::after {
        top: 7px; }
    body header nav {
      position: absolute;
      top: 4em;
      display: flex;
      width: 100%;
      justify-content: flex-end;
      padding-right: 15px;
      display: none;
      background-color: rgba(255, 255, 255, 0.8); }
      body header nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        body header nav ul li {
          margin-left: 1rem;
          padding-top: 5px;
          padding-bottom: 5px; }
          body header nav ul li a {
            color: #3C3C3C;
            color: #B22222; }
          body header nav ul li a:hover,
          body header nav ul li a:focus {
            color: #737373; }
          body header nav ul li .cta {
            padding: 3px 5px 5px 5px;
            margin-top: 5px;
            margin-bottom: 15px; }
        body header nav ul li.lang-slash {
          visibility: hidden;
          height: 0px;
          padding-top: 0px;
          padding-bottom: 0px; }
    body header .nav-toggle:checked ~ nav {
      display: block; }
    @media screen and (min-width: 1075px) {
      body header .nav-toggle-label {
        display: none; }
      body header nav {
        display: flex;
        width: 80%;
        position: relative;
        top: 0;
        background: none; }
        body header nav ul li {
          display: inline;
          font-size: .8em; }
        body header nav ul li.lang-slash {
          margin-left: 0rem;
          color: #B22222;
          visibility: visible;
          padding-top: 5px;
          padding-bottom: 5px; }
        body header nav ul li.lang-fr {
          margin-left: 0rem; } }
  body .hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: url("../images/hero/winter.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    body .hero h1, body .hero h2, body .hero h3, body .hero h4, body .hero h5, body .hero h6, body .hero p {
      color: #B22222; }
    body .hero .content-container {
      margin-top: 20vh;
      text-align: center;
      color: #FBFBFB; }
  body section {
    padding: 70px 15px 110px 15px;
    text-align: center; }
    body section h2 {
      padding-bottom: 25px; }
    body section h3 {
      padding-bottom: 20px; }
    body section p {
      color: #737373;
      line-height: 1.8; }
  body .info-desc .content-container {
    max-width: 620px;
    margin: 0 auto 0; }
  body .info-desc .carousel h5 {
    color: white; }
  body .info-ausstattung {
    position: relative; }
    body .info-ausstattung .info-box {
      padding-top: 20px;
      padding-bottom: 35px; }
      body .info-ausstattung .info-box a {
        display: none; }
      body .info-ausstattung .info-box h5 {
        color: #737373; }
  body .info-ausstattung::after {
    content: "";
    background: white;
    background: url("../images/bgs/bergbahn.jpg");
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(4px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  body .info-impressionen .container-fluid {
    background: blue; }
  body .info-lage {
    background: #FBFBFB; }
  body .card-area {
    padding-top: 5em;
    padding-bottom: 7em; }
    body .card-area .card-container {
      max-width: 900px;
      margin: 0 auto 0; }
  body footer {
    height: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #3C3C3C;
    text-align: center; }

.card .card-footer {
  background: none;
  border-top: none; }

.image-block {
  border: 3px solid white;
  background-color: black;
  padding: 0px;
  margin: 0px;
  width: 30vw;
  height: 22vw;
  text-align: center;
  vertical-align: bottom; }

.image-block > p {
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 19px;
  padding-top: 150px;
  background-color: rgba(3, 3, 3, 0);
  color: rgba(6, 6, 6, 0); }

.image-block:hover > p {
  background-color: rgba(3, 3, 3, 0.5);
  color: white; }
