/* ----------------------------------------------------------------------------- * 
 *                      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
 * ----------------------------------------------------------------------------- */

/* Google fonts lokal eingebunden */

/* merriweather-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: url('..css/fonts/merriweather-sans-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('..css/fonts/merriweather-sans-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 500;
  src: url('..css/fonts/merriweather-sans-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  src: url('..css/fonts/merriweather-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('..css/fonts/merriweather-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* merriweather-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('..css/fonts/merriweather-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ende google fonts einbinden */

html    {
    font-size: 100%;
}

body {
	background-color:#a52a2a;
	background: url("../patterns/green_cup.png") left top repeat;
	
	/*color: #1A1F2B; /* dark blue */
    font-family: 'Merriweather', serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #85A5CC; /* middle light blue */
}

header {
    background-color: #CDCDCD; /* middle dark blue */
    color: #efefef;
/*     box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5) inset; */
}

.main {
    background-color: #F2F2F2; /* helles gelb */
	
    color: #1A1F2B; /* dark blue */
/*    background: url("../patterns/mochaGrunge-main.jpg") left top repeat;*/*/
}

.mainContent {
    color: #333;
}

aside {
    color: #1A1F2B; /* dark blue */
    background-color: #e6e3e1; /* light green */
/*	background: url("../patterns/mochaGrunge-aside.jpg") left top repeat;*/
}

footer {
    background-color: #605f5e; /* middle dark blue */
    color: #efefef;
    text-align: left;
    font
    border-bottom: 7px solid #89ed6d;
}

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

h1, h2, h3  {
    font-family: 'Merriweather Sans', sans-serif;
    /*font-family: 'Gentium Book Basic', serif; /* Google-Font Gentium Book wenn verfügbar, sonst Fallback */
    /*font-style: italic; */
    font-weight: bold;
}

h1  {
    font-size: 2.250em; /* 36px; */
    line-height: 1.5em; /* 54px */
    color: #073600; /* dunkelgrün*/
}

h2  {
    font-size: 1.625em; /* 26px */ 
    line-height: 1.1em;
    color: #073600; /* dunkelgrün*/
}

h3  {
    color: #4A6491; /* middle blue */
    font-size: 1.375em; /* 22px */
    font-weight: normal;
    color: #073600; /* dunkelgrün*/
}

p.footer  {
  color: #ffffff  
    
    
    
    }

p.teasertext    {
    color: #30395C; /* middle dark blue */
    font-family: "Trebuchet MS",Helvetica,Arial;
    font-size: 1.188em; /* 19px */
    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;
}  */

.highlight{
   color: yellowgreen;
}

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

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

nav ul li {
    list-style: none;
}

nav a:link {
    color: #efefef; /* middle dark blue */
}

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