
/* Hintergrund ganze Seite oder nur oben, nur unten / Schrift ganze Seite */
body {
    background-color:#fff;
    background-position:center center;
    background-repeat:no-repeat;
    font-family:"Myriad Variable Concept",myriad-pro,Myriad,Gibson,Arial;
    background-size: cover;
}

/* maximale Logo-Grösse (max-height) */
#logo figure img {
    width:auto;
    max-height:150px;
}

/* Navigation, z.B. Zeichenabstand, Grossbuchstaben etc. Schriftgrösse besser in Editor-Gross */
.navbar-default .navbar-nav > li > a {
    letter-spacing:.03em;
}

/* Hintergrund Inhaltsbereiche */
.container > .navbar-header,
#container .container,
#navbar {
    background-color:#fff;
}

/* Formatierungen aller Titel */
h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
}
h1 {
}

/* Ausrichtung Seitentitel */
.seitentitel {
    text-align:center;
}
h2 {
}
h3 {
}

/* Akkordion-Titel */
.ui-accordion-header {
    background-color:#0BBBEF;
}

/* Dicke des Bildrahmens */
#main .image_container {
    border-top-width: 0px;
}

/* Abstände h3 */
#container h3,
#container .ce_text:not([class*="farbe"]) h3:first-child,
#container .bildzuerst h3 {
}
