/* ----------------------------------------------------------------------------- * 
 *                      Atmosphäre: Farben und Schriften                         *
 *          Alle weiteren Styles stecken in der jeweiligen layout.css            *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * Blue Colors:
 * #1A1F2B - dark blue
 * #30395C - middle dark blue
 * #4A6491 - middle blue
 * #85A5CC - middle light blue
 * #C2D2E5 - light blue
 * Valentina Colors:
 * #ffffff - Logo-Weiss
 * #2878ab - Logo-Blau
 * #f3c402 - Logo-Gelb
 * #ffff00 - Ukraine-Gelb
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    background-color: ffffff; /* Logo-Weiss */
    color: #ffffff; /* Logo-Weiss */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #ffff00; /* Weizen-Gelb */
}

header {
    background-color: #ffffff; /* Logo-Weiss */
    color: #2878ab; /* Logo-Blau */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2) inset;
}

.main {
    background-color: #ffffff; /* Logo-Weiss */
    color: #2878ab; /* Logo-Blau */
}

.mainContent {
    color: #333;
}

aside {
    color: #2878ab; /* Logo-Blau */
    background-color: #ffffff; /* Logo-Weiss */
}

footer {
    background-color: #ffffff; /* Logo-Weiss */
    color: #2878ab; /* Logo-Blau */
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4) inset;
    text-align: right;
    border-bottom: 7px solid #ffff00; /* Weizen-Gelb */
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h1  {
	font-family: "Trebuchet MS",Helvetica,Arial;
	font-weight: normal;
    font-size: 1.15em;
    line-height: 1em;
}

h2, h3  {
    font-family: "Trebuchet MS",Helvetica,Arial;
    color: #2878ab; /* Logo-Blau */
	font-size: 1.25em; /* 22px */
    font-weight: normal;
	font-style: italic;
}

h4  {
    font-family: "Trebuchet MS",Helvetica,Arial;
    color: #2878ab; /* Logo-Blau */
	font-size: 1.1em;
    font-weight: normal;
	line-height: 1em;
}

p.teasertext    {
    color: #2878ab; /* Logo-Blau */
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.15em;
    line-height: 1.368em; /* 26px */
}

a:link, a:visited {
    color: #005580;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #005580;
    text-decoration: underline;
}


/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    box-shadow: 0 0 20px rgba(112, 23, 124, 0.2) inset;
    color: #efefef;
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.15em;
}

nav ul li {
    list-style: none;
	color: #2878ab; /* Logo-Blau */
}

nav a:link, nav a:hover {
    color: #2878ab;
}

nav a:hover {
    background-color: #C2D2E5; /* light blue */
}