/* ----------------------------------------------------------------------------- * 
 *                      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
 * ----------------------------------------------------------------------------- */

html    {
    font-size: 100%;
}

body {
    background-color: mintcream;
    color: #1A1F2B; /* dark blue */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */
    line-height: 1.5em; /* 24px */
}

.page-wrapper {
   background-color: #fff; /* middle light blue */
}

header {
    background-color: #fff; /*  white */
    color: #efefef;
/*    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5) inset;*/
}

.main {
    background-color: #fff;
    color: #1A1F2B; /* dark blue */
}

.mainContent {
    color: #333;
}

aside {
    color: #a4ab5d; /* dark blue */
    background-color: #fff; /* light blue */
}

footer {
    background-color: #109d9d; /* psychodunkelgrünblau */
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #109d9d;
}

.footer {
	background-image: url(../images/gelb.jpg);
    background-color: #a4ab5e; /* middle dark blue */
    color: #efefef;
    text-align: center;
 	   border-top: 40px solid #11a6a1;;
	   width: 100%;
	/*   position: relative;*/
	repeat: no-repeat;
  padding: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  horizontal-align:center;
  margin-top: 22px;

position:fixed;
   z-index:999;
	   
}

/* ----------------------------------------------------------------------------- * 
 *                             Textauszeichnungen                                *
 * ----------------------------------------------------------------------------- */

h1, h2, h3  {
    font-family: 'Century Gothic', serif; /* Google-Font Gentium Book wenn verfügbar, sonst Fallback */
    
    font-weight: bold;
}

h1  {
    font-size: 2.250em; /* 36px; */
    line-height: 1.5em; /* 54px */
}

h2  {
    font-size: 1.625em; /* 26px */ 
    line-height: 1.5em;
    color: #76795a; /* middle blue */
}

h3  {
    color: #76795a; /* middle blue */
    font-size: 1.375em; /* 22px */
    font-weight: normal;
}
h4  {
    color: #76795a; /* middle blue */
    font-size: 1.375em; /* 22px */
    font-weight: normal;
}
.wobinich {color:#76795a; background-color: #c9ce99; width: auto; marging: 10;}
.bilder_conti {display: flex;}
.liste{text-decoration: none;}
.fett {font-weight: bold;}

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: yellow;
}

/*--Titelbild*/
.titelbild {border-bottom: 1px solid #a4ab5d; border-top: 1px solid #a4ab5d; width:100%; height: auto;" alt="portrait}
/* ----------------------------------------------------------------------------- * 
 *                                    Navigation                                 *
 * ----------------------------------------------------------------------------- */

nav {
    /*box-shadow: 0 0 20px rgba(112, 23, 124, 0.2) inset;*/
    color: #efefef;
    font-family: "Century Gothic",Verdana,Arial;
    font-size: 1.25em; /* 20px */
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:hover {
    color: #fff; /* middle dark blue */
}

nav a:hover {
    background-color: #ccc; /* light blue */
}