:root{
    --menu_text: #ffffff;
    --footer_text: #4e4e4e;
    --footer_back: #121212;
    --font_text: 'Roboto', sans-serif;
    --font-h: 'Roboto', sans-serif;
    --color-1: rgb(58, 110, 175);
  }
  
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Poppins:ital,wght@0,300;0,400;1,300&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Mulish&family=Playfair+Display:wght@600&family=Poppins:ital,wght@0,300;0,400;1,300&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,500&family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
  
  
  
  body {
    margin: 0;
    padding: 0;
  }

  p {
    font-family: var(--font_text);
    font-size: 18px;
  }

  .hero {
    height: 100vh;
    overflow: hidden;
    position: relative;
     }


     .hero-star {
      height: 100vh;
      overflow: hidden;
      position: relative;
      background-image: url("../images/star-night-bg.png");
      background-size: cover;
      background-position: center;
      }
  
  #video-bg, .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #video-bg-star, .fallback-bg-star {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .start-img {
    width: 60%;
    height: auto;
    margin-top: -15px;
  }

  .hero-content {
    position: absolute;
    bottom: 200px;
    left: 150px;
    color: #fff;
    z-index: 1;
  }

  .hero-content-star {
    position: absolute;
    bottom: 100px;
    left: 150px;
    color: #fff;
    z-index: 1;
    width: 800px;
  }
  
  .headline-star {
    font-family: var(--font-h);
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    margin-bottom: 10px;
  }

  .headline {
    font-family: var(--font-h);
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
  }

  .hero-text-star {
    font-size: 20px;
  }


  @media (max-width: 768px) {
    .hero-content {
        bottom: 10px;
        left: 10px;
    }
    .hero-content h1 {
        font-size: 32px;

    }
    .hero-content p {
        font-size: 18px;
    }

    .start-img {
      width: 90%;
      height: auto;
    }
}

@media (max-width: 480px) {
    .hero-content {
        bottom: 5px;
        left: 5px;
    }
    .hero-content h1 {
        font-size: 24px;
        color: #ffffff;
    }
    .hero-content p {
        font-size: 14px;
    }
}
  

  .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 90px;
    margin-bottom: 90px;
    position: relative;
  }

  .text {
    width: 40%;
    text-align: left;
    font-size: 18px;
    font-family: var(--font_text);
  }
  
  .oben-img {
    width: 600px;
    box-shadow: 2px 2px 5px grey;
    object-fit: cover;
    border-radius: 3px;
  }

  .top-h1 {
    margin-bottom: -20px;
    text-align: center;
    font-size: 45px;
    font-family: var(--font_h);
  }
  
  .top-h2 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 25px;
    font-family: var(--font_h);
  }
  
  .top-p{
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-family: var(--font_text);
  }

  .icons {
    text-align: center;
  }

  .icon-facebook {
    color: #4267B2;
    font-size: 64px; 
    margin-right: 7px;
  }
  
  .icon-instagram {
    font-size: 64px;
    display: inline-block;
    background: -webkit-linear-gradient(top, #F58529, #DD2A7B, #833AB4);
    background: linear-gradient(to bottom, #F58529, #DD2A7B, #833AB4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
  
  .icon-instagram:hover, .icon-facebook:hover {
    filter: brightness(80%);
  }
  @media (max-width: 768px) {
    .text {
      width: 80%;
      margin-top: -80px;
    }

    .icons {
      margin-bottom: 50px;
    }

    .image {
      margin-top: -20px;
    }

    .image img {
      width: 80%; 
      display: block; 
      margin: 0 auto; 
    }

    .hero-content-star {
      text-align: left;
      left: 10px;
      width: 70%;
    }

    .headline-star {
      font-size: 30px;
    }

    .hero-text-star {
      font-size: 14px;
    }
  }

.the-cards {
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flip-card {
    background-color: transparent;
    width: 550px;
    height: 550px;
    perspective: 1000px;
    margin: 25px 30px 25px 30px;
  }

  .h1-the-cards {
    font-size: 45px;
    text-align: center;
    font-family: var(--font-h);
    margin-bottom: -10px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .card-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-1);
    z-index: 1;
    font-family: var(--font-h);
    font-size: 45px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
  }
  
 .flip-card-back {
    background-color: var(--color-1);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-size: cover;
    backdrop-filter: blur(8px);
    z-index: 1;
  } 

  .card-text {
    margin-bottom: 20px;
  }
  
  .card-btn {
    background-color: white;
    color: var(--color-1);
    border: 2px solid var(--color-1);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .card-btn:hover {
    background-color: var(--color-1);
    color: white;
  }

  .flip-card img {
    z-index: -1;
    height: 550px;
    width: 550px;
    object-fit: cover;
  }

  .p-card {
    color: white;
    font-size: 18px;
    font-family: var(--font_text);
    width: 60%;
    text-align: center;
    display: inline;
    z-index: 5;
  }

  .card-content {
    display: block;
    margin: 0px 15px 0px 15px;
    width: 80%;
  }

  .card-background-whistler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;    
    background-color: var(--color-1);
}

.card-background-jasper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  background-size: cover;
  z-index: -1;    
}

.card-background-banff {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  background-size: cover;
  z-index: -1;    
}

.card-background-taos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-1);
  background-size: cover;
  z-index: -1;    
}

  
  .grundriss {
    background-color: #242526;
    color: white;
    height: 40px;
    width: 200px;
    border: none;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-family: var(--font_text);
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 5;
  }

  .reit {
  height: 400px;
  background-image: url("../images/9194A46E-78D7-4515-9D22-34F494AE8EF3.jpg");
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 100px;
  background-position: bottom;
}

.reit-content {
  margin-right: 15%;
  margin-left: 15%;
  text-align: left;
}

.h1-reit {
  color: var(--color-1);
  font-family: var(--font-h);
  display: block;
  font-size: 32px;
}

.p-reit {
  display: inline;
  width: 100px;
  color: rgb(255, 255, 255);
  font-family: var(--font_text);
  font-size: 18px;
}

.text-reit {
  width: 800px;
  display: inline-block;
  margin-left: 30px;
  align-items: center;
}

@media (max-width: 768px) {
  .reit {
    height: auto;
    background-position: center; 
    flex-direction: column; 
    padding: 20px;
  }
  
  .reit-content {
    margin: 60px 0; 
  }
  
  .h1-reit {
    font-size: 26px; }
  
  .p-reit {
    width: 100%;
  }
  
  .text-reit {
    width: 100%; 
    margin-left: 0; 
  }
}


.container {
  display: flex;
  justify-content: space-around;
}
.column {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .container {
      flex-direction: column;
      align-items: center;
  }
  .column {
      width: 100%;
  }
}

.container-day {
  display: flex;
  background-color: #ebebeb;
  flex-wrap: wrap;
}
.img-day {
  flex: 1;
  height: 60vh;
  order: 2;
}

.text-day {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
  margin-right: 5%;
  margin-left: 5%;
}

@media screen and (max-width: 600px) {
  .container-day {
      flex-direction: column;
  }
  .img-day, .text-day {
      flex: 1;
      height: auto;
      order: initial;
  }
}

.container-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
.quote {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--color-1);
}
.text-quote {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .quote {
      font-size: 18px;
  }
  .text-quote {
      font-size: 14px;
  }
}

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  z-index: 9999;
}

.cookie-accept, .cookie-decline {
  background-color: var(--color-1);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}