.html-fare {
}

.body-fare {
	background: url("/kundenportal/javax.faces.resource/images/GEVAS-Netz.jpg.xhtml") center 0 repeat;
}

.wrapper-fare {
    width: 978px;
    margin: 0 auto;
}

.wrapper {
	background: transparent;
}

.topbar-frame-fare {
    background-color: #fff;
}

.topbar-fare {
    color: #000000;
    margin-left: auto;
    margin-right: auto;
}

.hr {
    background-color: #c40000;
}

a {
    color: #9e0505;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.navibar-fare {
    margin-left: auto;
    margin-right: auto;
    background-color: #c40000;
    color: white;
}

.content-fare {
	/*
    background-image: url("/kundenportal/javax.faces.resource/images/GEVAS-Netz.jpg.xhtml");
    background-repeat: repeat;
    overflow: auto;
    */
}

.form-header-fare {
    background-color: #c40000;
    border: 1px solid #c40000;
    font-size: 1.1em;
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    color: #ffffff;
}

.footbar-fare {
    background-color: #c40000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
}

.step-focus-background {
	color: #ffffff;
}

.ui-card-header {
    background-color: #c40000;
    border: 1px solid #c40000;
    color: #ffffff;
}

body .ui-button {
    background-color: #c40000;
    border: 1px solid #c40000;
}

body .ui-button.ui-state-hover {
    background-color: #9e0505;
    border: 1px solid #9e0505;
}

body .ui-button.ui-state-active {
    background-color: #c40000;
    border: 1px solid #c40000;
}

@media screen and (max-width: 767px) {
    #user-info {
        width: 100%;
        font-size: 0.9rem;
        padding: 0 1rem;
        box-sizing: border-box;
    }
}

/* Full-screen style drawer: covers entire viewport, limited max-height */
.nav-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-color: #ffffff;
    z-index: 999;
    padding: 0;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Show on mobile, slide in when active */
@media (max-width: 768px) {
    .nav-drawer {
        display: block;
    }
    .nav-drawer.active {
        transform: translateX(0);
    }
}

/* Drawer header with close button (X) on top-right */
.nav-drawer-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ddd;
}

.nav-drawer-close-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

.nav-drawer-close-btn:hover {
    color: #014171;
}

/* Links inside drawer */
.nav-drawer-content {
    padding: 0.5rem 0;
}

.nav-drawer-content a {
    display: block;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.nav-drawer-content a:hover {
    background-color: #f5f5f5;
    color: #014171;
}

/* Hamburger only on mobile */
#hamburger-button {
    display: none;
}

@media (max-width: 768px) {
    #hamburger-button {
        display: block;
        color: #9e0505;
    }
}

#hamburger-button i {
    font-size: 1.5rem;
    color:  #9e0505;
}




