
/* Hintergrund ganze Seite oder nur oben, nur unten / Schrift ganze Seite */
body {
    background:#fff url("/files/Admin/Logo/Hintergrund.jpg") center bottom no-repeat;
    font-family:Gibson,Arial;
    background-size: cover;
}

/* 2. Hintergrundbild */
#wrapper {
    background-image:url("/files/trumpf/img/pattern/transparent_60.png");
    background-repeat:repeat;
}

/* Font für hervorgehobene (fette) Texte */
body b,
body strong,
blockquote {
    font-family:Gibson-SemiBold,Times;
    font-weight:normal;
}

/* Font für feine Texte */
#header-address > [class^="ce_"] {
    font-family:Gibson-Light,Gibson,Arial;
    font-weight:normal;
}

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

/* 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 {
    font-family:Gibson,Times;
    font-weight:normal;
}
#container h1 {
    margin-top:-40px;
    font-size:2.3em;
}

/* Ausrichtung Seitentitel */
.seitentitel {
    text-align:center;
}
#container h2 {
    margin-bottom:.1em;
    padding-top:.1em;
    font-size:1.5em;
}
h3 {
    font-size:1.25em;
}

/* Fusszeile mit Kundenfarbe */
footer {
    background-color:#788871;
}

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

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