/* TYPOGRAFIE & LINKS */
body {
    background: #333333 url(https://u.jimcdn.com/cms/o/s9cbeeda5fe936812/userlayout/img/bg.gif?t=1612014917) no-repeat top left;
    padding: 35px 0 0 0;
    margin: 0;
    font: 13px/160% Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #333;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #0055cc;
}

a:hover {
    text-decoration: none;
    color: #003f99;
}

a:active {
    text-decoration: underline;
}

h1 {
    font: bold 24px/140% "Trebuchet MS", Verdana, sans-serif;
    color: #0055cc;
}

h2 {
    font: bold 18px/140% "Trebuchet MS", Verdana, sans-serif;
    color: #0055cc;
}

p {
    font-size: 13px;
    line-height: 1.6em;
}

/* CONTAINER */
#container {
    margin: 0 auto;
    width: 1000px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* HEADER */
#header {
    padding: 17px;
    text-align: center;
}

#header img {
    max-width: 100%;
    height: auto;
}

/* sidebar vom Baukasten ausblenden */
#sidebar {
    display: none;
}

/* --------------------------------------- */
/* NAVIGATION – feste Box mit rundem Icon  */
/* --------------------------------------- */
#navigation {
    position: fixed;
    top: 140px;              /* weiter unten, nicht über dem Headerbild */
    left: 20px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    padding: 10px 14px 12px 14px;
    min-width: 240px;
}

/* Kopfbereich */
#navigation .nav-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

/* Runder Kreis */
#navigation .nav-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0055cc;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 10px;
    flex-shrink: 0;
}

#navigation .nav-title {
    font-size: 16px;
    font-weight: bold;
    color: #003366;
}

/* Menü-Panel */
#navigation .nav-panel {
    margin-top: 4px;
}

/* NAV-LINKS */
#navigation ul.mainNav1,
#navigation ul.mainNav2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul.mainNav1 li a,
#navigation ul.mainNav2 li a {
    display: block;
    font-size: 14px;
    padding: 5px 4px;
    text-decoration: none;
    color: #003366;
    border-bottom: 1px solid #e0e0e0;
}

#navigation ul.mainNav1 li a:hover,
#navigation ul.mainNav2 li a:hover {
    background-color: #f0f8ff;
    color: #0055cc;
}

/* Slogan */
#navigation .nav-slogan {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #003366;
}

/* HERO-BEREICH */
#hero {
    background: linear-gradient(to bottom, #e0f0ff, #ffffff);
    padding: 40px 20px;
    text-align: center;
    border-bottom: 2px solid #0055cc;
}

#hero h2 {
    font-size: 32px;
    color: #0055cc;
    margin-bottom: 15px;
}

#hero p {
    font-size: 18px;
    line-height: 1.6em;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* CONTENT */
#content {
    float: none;
    width: auto;
    padding: 17px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 0 20px 20px 20px;
}

/* FOOTER */
#footer {
    clear: both;
    margin-top: 10px;
    background: url(https://u.jimcdn.com/cms/o/s9cbeeda5fe936812/userlayout/img/footer-bg.gif?t=1612014917) repeat-x top;
    height: 65px;
}

#footer .gutter {
    height: 30px;
    padding: 35px 15px 0 90px;
}

/* SAISON-INFOS (falls verwendet) */
.season-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-textbox {
    background-color: #e0f0ff;
    padding: 30px;
    margin: 40px auto;
    text-align: center;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.hero-textbox h2 {
    color: #0055cc;
    font-size: 28px;
    margin-bottom: 10px;
}

.hero-textbox h3 {
    color: #1e88e5;
    font-size: 22px;
    margin-top: 25px;
}

.hero-textbox p {
    font-size: 16px;
    line-height: 1.6em;
    color: #333;
}

/* Unterpunkte im Menü einrücken */
#navigation ul.mainNav2 li a,
#navigation ul.mainNav3 li a {
    padding-left: 22px;      /* Einrückung nach rechts */
    font-size: 13px;         /* etwas kleiner als Hauptpunkte */
    color: #003366;
}

/* kleine Linie links für Unterpunkte, optional */
#navigation ul.mainNav2 li a::before,
#navigation ul.mainNav3 li a::before {
    content: "›";
    margin-right: 6px;
    font-size: 11px;
    color: #0055cc;
}