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

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

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

/* maximale Logo-Grösse (max-height) und Logo links (float: left) oder Logo recht (float:right) */
#logo figure img {
    width:auto;
    max-height:150px;
    float:right;
}

/* Farbe und Deckkraft Navigationsbalken */
#navbar {
    background-color:#373e6f;
    color: #333;
}

/* Navigation, z.B. Schriftgrösse, Grossbuchstaben etc. */
.navbar-nav > li > a {
    color:rgba(125,169,204,1);
    letter-spacing:.03em;
}

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

/* Formatierungen aller Titel */
h1,
h2,
h3 {
    font-family:Gibson-SemiBold,Times;
    font-style:italic;
    font-weight:normal;
}
h1 {
    font-size:33px;
}
.seitentitel {
    text-align:center;
}
h2 {
    font-size:28px;
}
h3 {
    font-size:20px;
}

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

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