@font-face {
    font-family: "Advent Pro";
    src: url("fonts/advent-pro-v11-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/open-sans-v18-latin-regular.woff2") format("woff2");
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    background-color: white;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0 40px;
    display: flex;
    gap: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #0066cc;
    font-weight: bold;
}

nav ul li a:visited {
    color: #0066cc;
}

.teaser {
    display: block;
    width: 100%;
    height: 100vh;
    background: url("images/lakeside-3000.jpg") no-repeat center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}

.teaser-text {
    position: absolute;
    top: 120px;
    left: 40px;
    color: white;
}

.teaser h1 {
    font-family: "Advent Pro", sans-serif;
    font-size: 4rem;
    margin: 0;
    font-weight: normal;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

main {
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 40px;
    box-sizing: border-box;
}

h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.97);
    padding: 30px 40px;
    border-radius: 4px;
    max-width: 900px;
    margin: 0 auto;
}

.room-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-list li {
    margin-bottom: 15px;
}

.room-list a {
    color: #0066cc;
    text-decoration: underline;
}

.room-list a:visited {
    color: #0066cc;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
}

table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

form p {
    margin: 0 0 12px 0;
}

form input[type="text"],
form input[type="password"],
form select,
form textarea {
    width: 100%;
    max-width: 400px;
    padding: 8px 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

form input[type="submit"] {
    padding: 9px 22px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #0055aa;
}

.fehler {
    color: #cc0000;
    background-color: #fff0f0;
    border: 1px solid #cc0000;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 16px;
}

.btn {
    color: #0066cc;
    text-decoration: underline;
}

footer {
    display: block;
    background-color: #dcb35c;
    color: black;
    padding: 20px 40px;
    margin: 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-session {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #555;
}

footer p {
    margin: 0;
}

.room-detail-teaser {
    display: block;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: relative;
}

.room-detail-teaser .teaser-text {
    position: absolute;
    top: 120px;
    left: 40px;
    color: white;
    text-align: left;
}

.room-detail-teaser h1 {
    font-family: "Advent Pro", sans-serif;
    font-size: 4rem;
    margin: 0;
    font-weight: normal;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.room-detail-teaser small {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    display: block;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

div.bilder {
    display: flex;
    flex-wrap: wrap;
}

div.bilder div {
    width: 320px;
    height: 400px;
    padding: 5px;
}

div.bilder img {
    width: 300px;
    height: 202px;
}
