/* =======================
   BASIS
======================= */
body {
    margin: 0;
    padding: 0;
    color: #4c5148;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    background: #fff url(images/templatemo_body.jpg) repeat-x top;
}

a {
    color: #0eb4fa;
    text-decoration: underline;
}
a:hover { text-decoration: none; }

ul { margin: 0; padding: 0; list-style: none; }

/* =======================
   WRAPPER
======================= */
#templatemo_document_wrapper {
    width: 100%;
    background: url(images/templatemo_wrapper.jpg) top center no-repeat;
}

#templatemo_wrapper {
    width: 960px;
    margin: 0 auto;
    background: url(images/templatemo_header.jpg) top center no-repeat;
}

/* =======================
   NAVIGATION
======================= */
#templatemo_menu {
    width: 960px;
    height: 50px;
    margin: 0 auto;
    background: url(images/templatemo-menu.jpg) no-repeat;
}

#templatemo_menu ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#templatemo_menu ul li a {
    display: block;
    padding: 15px 12px;
    font-weight: bold;
    color: #494942;
    text-decoration: none;
    border-radius: 6px;
}

#templatemo_menu ul li a:hover {
    color: #fff;
    background: url(images/templatemo_menu_hover.jpg) repeat-x top;
}

/* AKTIVER MENÜPUNKT */
#templatemo_menu li.current {
    background: url(images/templatemo_menu_hover.jpg) repeat-x top;
    border-radius: 6px;
}

#templatemo_menu li.current a {
    color: #ffffff;
}

/* =======================
   HEADER CONTENT
======================= */
#header_content {
    width: 630px;
    font-size: 18px;
    margin-bottom: 20px;
}

/* =======================
   LISTEN
======================= */
.tmo_list li {
    background: url(images/templatemo_list.png) no-repeat 0 5px;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #507a19;
}

/* =======================
   BUTTONS
======================= */
#header_content a.more {
    display: inline-block;
    padding: 12px 28px;
    background: #0066cc;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
}

#header_content a.more:hover {
    background: #004999;
}

/* =======================
   SUBMENÜ (eneo | KfW | BAFA)
======================= */
.sub_menu ul {
    display: flex;
    gap: 15px;
    margin: 10px 0;
}

.sub_menu ul li {
    display: inline-block;
}

.sub_menu .image_fr {
    float: none;
}

/* =======================
   FOOTER
======================= */
#templatemo_footer_wrapper {
    background: #2d4a10;
}

#templatemo_footer {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

#templatemo_footer a {
    color: #fff;
    text-decoration: none;
}
#templatemo_footer a:hover {
    text-decoration: underline;
}

/* =======================
   RESPONSIVE
======================= */
@media (max-width: 768px) {
    #templatemo_menu ul {
        flex-direction: column;
        align-items: center;
    }
    #header_content {
        width: 95%;
        font-size: 16px;
    }
}

/* Aktiver Menüpunkt – Hintergrund blau wie bei Hover */
#templatemo_menu ul li.current a {
    background: url(images/templatemo_menu_hover.jpg) repeat-x top;
    color: #ffffff;
}