.Hotel,
.Hotele {
    height: 100vh;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-flow: column;
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/adobestock-539646437.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;

}

.Hotele {
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/adobestock-539646437.jpg);

}

.Hotel .content,
.Hotele .content {
    position: relative;
    z-index: 1000;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.Hotel .content h1,
.Hotele .content h1 {
    color: #edf2fc;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 2.7em;
    text-transform: uppercase;
}

.Hotel .content p,
.Hotele .content p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 1.5em;
}



  .titel-POD {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
    margin-top: 100px;
  }

  .titel-POD h1 {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 40px ;
    position: relative;
  }


  .Hoteler-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(https://www.ahstatic.com/photos/c096_ho_00_p_1024x768.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 6rem 2rem;
}

.Hoteler-content h2 {
    color: var(--primary-color);
    font-size: var(--h2-font);
    margin-bottom: 12px;
}

.Hoteler-content p {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 27px;
}