.language-selection-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language-selection {
    background: black;
    padding: 20px;
    text-align: center;
    border: 2px solid grey;
    width: 90vw;
    max-width: 500px;
    position: relative;
    z-index: 10000;
}

.language-selection p {
    color: white;
    margin-bottom: 15px;
}

.language-selection a {
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
    color: #0073aa;
}

.language-selection a:hover {
    text-decoration: underline;
}

.no-scroll {
    overflow: hidden;
}


.rmhaus h1, .rmhaus header, .rmhaus footer, .rmhaus #moove_gdpr_cookie_info_bar{
	display: none !important;
}

.rmhaus{
	background-color: white !important;
}

.header-logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 100px;
    width: 100%;
    background: #fff; /* Anpassen nach Bedarf */
    padding: 40px 20px 0px 20px;
    box-sizing: border-box;
}

.logo-container {
    flex: 1;
    padding: 10px;
}

.logo-container img {
    max-height: 80px; /* Passt zur max-height des Containers minus Padding */
    width: auto;
    display: block;
    margin: 0 auto;
}