/* ----------------------------------------------------------------------------- * 
 *                      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
 # #00BFFF - deepskyblue
 * ----------------------------------------------------------------------------- */

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

html    {
    font-size: 100%;
    font-size: 1.4em; 
    
}

body {
    background-color: WhiteSmoke;
    background-color: AntiqueWhite;
    color: #1A1F2B; /* dark blue */
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */
    
    /*line-height: 1.5em; */ /* 24px */
    
	padding-left: 20px;container2
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;  
}

.bodyIframe	{
	background-color: OldLace;
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	font-size: 1em; /* 16px */
}

.bodyHome	{
	/*
	background-image: url(../images/Klarkeit_Centre.jpg);
    background-attachment: fixed;
    background-position: center;
    */
    /*background-color: #fff;*/
    background-color: #eee;
    /*font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-size: 1em; /* 16px */   
}

.page-wrapper {
   background-color: #85A5CC; /* middle light blue - wird die Farbe des Menüs */
   background-color: #C2D2E5;
   /*background-color: yellow;*/
   background-image: linear-gradient(#85A5CC, transparent, #85A5CC);
}

/*----------------------------------------------------------- *
 *		Goto Top Button                                       *
 *------------------------------------------------------------*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  background-color: #C2D2E5; /* light blue */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */

.infotext {
	/*box-shadow: 5px 5px 20px rgba(39, 64, 139, 0.5) inset;*/
   	background-color: #C2D2E5; /* light blue */
   	background-color: #cceeff; /* light blue */
   	background-color: lightsteelblue; 
   	background-color: #C2D2E5; /* light blue */
   	text-align: justify;
   	padding: 20px;
}

.infotext2 {
   	background-color: #C2D2E5; /* light blue */
   	padding: 20px;
}

header {
    /*background-color: #30395C;  middle dark blue */
    /*background-color: #0066ff;  mein neues helles blau 
    background-color: deepskyblue;*/ 
    
    /*background-color: steelblue;
    background-color: aliceblue;*/
    
    
    background-color: AntiqueWhite;
    background-color: WhiteSmoke;
    background-color: OldLace;
    
    /* ohne Schatten
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5) inset;
    */

}

.main {
	/* ist verantwortlich für Linie über dem footer */
    background-color: LightSkeyBlue;
    color: #1A1F2B; /* dark blue */
}

.mainContent {
    color: #333;
    background-color: LightSkeyBlue;
}

aside {
    color: #1A1F2B; /* dark blue */
    background-color: #C2D2E5; /* light blue */
}

footer {
    /* background-color: #30395C; middle dark blue */
    /*background-color: #0066ff;  mein neues helles blau */  
    /*background-color: rgba(112, 23, 124, 0.2);*/
    /*background-color: rgba(112, 23, 124, 0.2);*/
    background-color: lightsteelblue;
    color: #efefef;
    text-align: left;
    border-bottom: 7px solid yellowgreen;
}

.iframeclass {
   	width: 100%; 
   	border: 0;
}

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

h1, h2, h3, h4  {
    f/* ont-family: "Nunito",Helvetica,Arial;   ok */
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    
    /* font-style: italic; */
    font-weight: bold;
}

h1  {
    /* font-size: 2.250em;  36px; */
    /* line-height: 1.5em;  54px */
    font-size: 1.8em; 
    line-height: 1.5em; 
    color: #4A6491; /* dark blue */   
}

/*
.h1big, .h2big	{
	font-size: 4em; 
	line-height: 3.5em"
}
*/


h2  {
    font-size: 1.625em; /* 26px */ 
    /*line-height: 1.5em;*/
    line-height: 1.425em;
    color: #4A6491; /* middle blue */
}


h3  {
    color: #4A6491; /* middle blue */
    font-size: 1.375em; /* 22px */
    line-height: 1.125em;
    font-weight: normal;
}

h4  {
    color: #4A6491; /* middle blue */
    font-size: 1.2em; /* 20px */
    line-height: 1.0em;
    font-weight: normal;
}

p	{
	/*font-family: "Nunito",Helvetica,Arial;*/
	font-family: 'Nunito', Helvetica,Arial, sans-serif;
	font-size: 1.2em; /* 18px */
}

i	{
	font-family: 'Nunito',Helvetica,Arial, sans-serif;
	font-size: 1.2em; /* 18px */
}

p.teasertext    {
    color: #30395C; /* middle dark blue */
    /*font-family: "Trebuchet MS",Helvetica,Arial, sans-serif;*/
    /*font-family: "Nunito",Helvetica,Arial, sans-serif;*/
    font-family: 'Nunito',Helvetica,Arial, sans-serif;
    font-size: 1.188em; /* 19px */
    line-height: 1.368em; /* 26px */
}

a {
	text-align: center;
}

a:link, a:visited {
    color: #005580;

    text-decoration: none;
}

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

.highlight{
   color: yellowgreen;
}

ul li {
    /*list-style: none;*/
    padding: 0px;
    font-size: 1.2em;
   
    /*margin: 0           20px        ;*/
    
}

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

nav {
    box-shadow: 5px 5px 20px rgba(112, 23, 124, 0.2) inset;
    box-shadow: 5px 5px 20px rgba(39, 64, 139, 0.5) inset;
    color: #efefef;
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-size: 1.0em; 	/* 1.25em = 20px */
    /*font-size: 1.0em; */ /* funktioniert nicht, wirkt im Mini-Menü */
    background-color: LightSkyBlue;
    background-color: lightsteelblue;  
    /*box-width: 100%;*/
}

.navFont {
	/*color: #efefef;*/
	color: #4A6491;
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
    font-size: 1.0em; 	/* 1.25em = 20px */
    /*font-size: 1.0em;*/	/* funktioniert nicht */
}

nav ul li {
    list-style: none;
    font-size: 0.8em; 
    /*margin: 0 20px;*/
}

nav a:link, nav a:hover {
    color: #30395C; /* middle dark blue */
}

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