header {
    background: 
    linear-gradient(rgba(115, 206, 245, 0.7), rgba(10, 163, 252, 0.7)),
    url('https://www.zagi.ch/images/reisen.svg') no-repeat right center;
    background-size: cover;
    max-width: 100%;
    min-height: 150px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.highlight { 
    background-color: rgba(255, 217, 102, 0.9);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
}

.highlight2, .highlight3 {
    background-color: rgba(255, 192, 203, 0.9);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 300px;
    display: inline-block;
    text-align: center;
}

.highlight3 {
    width: 90%;
}

.highlight2 a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.box-h1 {
    width: calc(100% - 50px);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 15px;
}

.hotel-rating {
    width: calc(100% - 30px);
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    max-width: 400px;
    background: #f9f9f9;
}

.hotel-rating h3 {
    color: #333;
}

.hotel-review {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.hotel-review h4 {
    color: #0073e6;
}

.hotel-review p {
    margin: 5px 0;
}
nav .logo {
    padding: 10px 0px;
    height: 70px;
}
@media (max-width: 768px) {
nav .logo {
    padding: 10px 10px;
    height: 50px;
}
h1 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.6rem;
    }
}
