<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: EnergielenkerTheme_1.2
Theme URI: 
Author: Sarah Valsera Moreno
Author URI: 
Description: Ein Theme angepasst an die Energielenker CI
Version: 1.0
*/

/* Startseite */
/* Slideshow Container */
.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

/* Overlay fÃ¼r besseren Kontrast */
.slideshow::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dunkler Overlay-Effekt */
    z-index: 1;
}

/* Einzelne Slides */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: slideshow 12s infinite;
}

/* Verschiedene Hintergrundbilder */
.slide1 { background-image: url('images/background.png'); animation-delay: 0s; }
.slide2 { background-image: url('images/background2.jpg'); animation-delay: 4s; }
.slide3 { background-image: url('images/background3.jpg'); animation-delay: 8s; }

/* Animation */
@keyframes slideshow {
    0% { opacity: 0; }
    25% { opacity: 1; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 0; }
}

/* Hero-Bereich */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.hero-buttons {
    margin-top: 20px;
}

.menu-hauptnavigation-container &gt; #menu-hauptnavigation &gt; li {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.3); /* Halbtransparente Buttons */
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
    border: 2px solid white;
}

.menu-hauptnavigation-container &gt; #menu-hauptnavigation &gt; li &gt; a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.menu-hauptnavigation-container &gt; #menu-hauptnavigation &gt; li:hover {
    background: rgba(255, 255, 255, 0.6);
}

.menu-hauptnavigation-container &gt; #menu-hauptnavigation &gt; li &gt; a:hover {
    color: black;
}

/* Logo im Header (links) */
.logo-header img {
    width: 150px; /* GrÃ¶ÃŸe anpassen */
    height: auto;
    display: block;
    padding: 20px;
}

/* Logo unten rechts (NUR auf der Startseite) */
.logo-bottom-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: auto;
    z-index: 3;
}

.logo-bottom-right img {
    width: 100%;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.logo-bottom-right img:hover {
    opacity: 1;
}




/* HTML und Body */
html, body {
    height: 100%; /* ErmÃ¶glicht Flexbox auf voller HÃ¶he */
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-grid {
    position: fixed;
    height: calc(100% - 85px);
    width: calc(100% - 380px);
    left: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Wrapper fÃ¼r den Hauptinhalt */
.wrapper {
    background-color: #f9f9f9;
    margin-top: 150px;
    position: fixed;
}

/* Header */
header {
    background-color: #a6b9c9;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

header p {
    font-size: 1.2em;
    margin: 0;
}

/* Container-Layout fÃ¼r Sidebar und Hauptinhalt */
.content-grid {
    display: grid;
    grid-template-columns: 380px auto;
}

/* Navigation-Styling */
.topnav {
    background-color: #849fb3; /* Hintergrundfarbe der Navigation */
    overflow: hidden;
    display: flex;
    justify-content: center; /* MenÃ¼ zentrieren */
    padding: 10px 0;
    border-radius: 18px;
}

.topnav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.topnav-menu li {
    margin: 0 15px; /* Abstand zwischen den MenÃ¼punkten */
}

.topnav-menu a {
    text-decoration: none; /* Entfernt Unterstreichung */
    color: #fff; /* Textfarbe */
    font-size: 1em;
    padding: 10px 15px;
    display: block;
    transition: background-color 0.3s, color 0.3s; /* Smooth Hover-Effekt */
    border-radius: 5px;
}

.topnav-menu a:hover {
    background-color: #555; /* Hintergrundfarbe bei Hover */
    color: #f0f0f0; /* Textfarbe bei Hover */
}

.sidenav {
    background-color: rgb(238, 242, 244); /* Hintergrundfarbe der Navigation */
    color: #0073aa;
    display: block;
   /* justify-content: left; /* MenÃ¼ zentrieren */
    padding: 20px;
    border-left: 2px solid #ccc;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    width: 340px;
    height: calc(100% - 125px);
}

.sidenav-menu {
    list-style: none;
    padding: 0;
    display: block;
}

/*.sidenav-menu .sub-menu {
    /* display: none; StandardmÃ¤ÃŸig versteckt /
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    padding-left: 10px;
}*/

.sidenav-menu .menu-item-has-children &gt; a {
    display: flex;
    justify-content: space-between; /* Schiebt das Symbol nach rechts */
    align-items: center;
}

.sidenav-menu &gt; .menu-item &gt; a {
    font-weight: bold;
}

/*.sidenav-menu .menu-item-has-children &gt; a::after {
    content: "ï¹€"; /* Plus hinzufÃ¼gen /
    font-size: 16px;
    font-weight: bold;
    margin-left: auto; /* Schiebt das Symbol ganz nach rechts /
}*/

/* .sidenav-menu .menu-item-has-children:hover &gt; .sub-menu {
    display: block;
    opacity: 1;
    max-height: 500px;
} */

/*.sidenav-menu .menu-item-has-children &gt; .sub-menu {
    display: block; /* Wenn offen, dann anzeigen /
    opacity: 1;
    content: "âˆ’"; /* Zeigt ein Minus, wenn das UntermenÃ¼ geÃ¶ffnet ist /
    max-height: 500px;
} */

.sidenav-menu a {
    text-decoration: none; /* Entfernt Unterstreichung */
    color: #0073aa; /* Textfarbe */
    font-size: 1em;
    padding: 5px;
    display: block;
    transition: background-color 0.3s, color 0.3s; /* Smooth Hover-Effekt */
    border-radius: 5px;
    
}

.sidenav-menu a:hover {
    background-color: #555; /* Hintergrundfarbe bei Hover */
    color: #f0f0f0; /* Textfarbe bei Hover */
}

/* Container fÃ¼r das Suchformular */
.search-form-container {
    margin-left: auto; /* Schiebt das Suchfeld nach rechts */
    padding: 0 15px;
    display: flex;
    align-items: center;
}

/* Suchformular Styling */
.search-form-container form {
    display: flex;
    align-items: center;
}

.search-form-container input[type="text"] {
    padding: 5px 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
}

#searchsubmit {
    width: 20px; /* Breite des Icons */
    height: auto; /* HÃ¶he automatisch */
    cursor: pointer; /* Zeigt an, dass es klickbar ist */
    padding: 5px;
    background-color: #42a496;
    border-radius: 0 5px 5px 0;
}

.search-form-container button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s;
}

.search-form-container button:hover {
    background-color: #005082;
}

/* Hauptinhalt */
.main-content {
    padding: 20px 20px 0px 20px;
    background-color: #fff;
    border-radius: 8px;
    min-height: calc(100% - 24px);
    margin-bottom: -20px;
}

.main-content:after {
    content: "";
    display: block;
}

/* Footer */
.footer {
    background-color: #2c4451;
    color: #fff;
    text-align: left;
    width: 100%;
    bottom: 0px;
}

/* Footer */
.footer, .main-content:after {
    height: 24px;
}

.footer p {
    margin: 0;
    font-size: 0.9em;
    padding: 0 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    padding: inherit;
}

/* Typografie */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Responsives Design */
@media (max-width: 768px) {
    body {
        font-size: 90%;
    }

    nav a {
        display: block;
        margin: 10px 0;
    }

    main {
        padding: 15px;
    }

    .topnav-menu {
        flex-direction: column;
        text-align: center;
    }

    .topnav-menu li {
        margin: 10px 0; /* Abstand vertikal */
    }

    .search-form-container {
        margin: 10px auto;
        justify-content: center;
    }

    .search-form-container input[type="text"] {
        width: 100%; /* Volle Breite */
    }
}

.wrapper-flex {
    display: flex;
    flex-flow: row wrap;
}

.wrapper-flex &gt; * {
    flex: 1 100%;
}

.header-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.topnav-flex {
    display: block;
    flex-grow: 5;
}

.body-flex {
    display: block;
}

.content-flex {
    display: flex;
    flex-flow: row;
}

.sidebar-flex {
    display: block;
}

.wp-element-button {
    border-radius: 28.8px;
    background-color: rgb(151, 186, 126);
    padding: 7.2px 14.4px 7.2px 14.4px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}</pre></body></html>