/* Styles für Schrift und Farben */


html	{
	font-size: 100%;
}

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

.page-wrapper {
	background-color: #424242; 

}

header {
	background-color: #333; 
	color: #7bc3ef;
	
	line-height: 3.5em;  24px 
	}

.main {
	background-color: #eee;
	color: #1A1F2B; 
}

.mainContent {
	background-color: #333;
	background-image:url(data:image/svg+xml;base64,CiAgPHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnPgogIAk8cmFkaWFsR3JhZGllbnQgaWQ9J2dsb3cnIGdyYWRpZW50VW5pdHM9J3VzZXJTcGFjZU9uVXNlJyBjeD0nMzAwJyBjeT0nNDUwJyByPSc0NTAnPgogIAkJPHN0b3Agb2Zmc2V0PScxMCUnIHN0b3AtY29sb3I9JyNlZWRkY2MnIC8+CiAgCQk8c3RvcCBvZmZzZXQ9JzUwJScgc3RvcC1jb2xvcj0nI2IyYWJhMycgLz4KICAJCTxzdG9wIG9mZnNldD0nMTAwJScgc3RvcC1jb2xvcj0nIzMzMycgLz4KICAJPC9yYWRpYWxHcmFkaWVudD4KICAJPHJlY3QgZmlsbD0ndXJsKCNnbG93KScgeD0nLTElJyB5PSctMSUnIHdpZHRoPScxMDIlJyBoZWlnaHQ9JzEwMiUnLz4KICA8L3N2Zz4KICA=);

		
}

.box.teaser {
	color: #d0d0d0; 
	background-color: #424242;
}


aside {
	color: #d0d0d0;
	background-color: #424242;

} 

div.subteaser1 {
	background-color: #636363;
}

div.subteaser {
	background-color: #636363;
}
/*background-color: #d0d0d0;*/


div.pics_aside1 {
	
	background: -webkit-linear-gradient(top, hsla(45, 36%, 90%, 0.7), hsla(45, 72%, 90%, 0.1));
	background:	-moz-linear-gradient(top, hsla(45, 36%, 90%, 0.7), hsla(45, 72%, 90%, 0.1));
	background:	-ms-linear-gradient(top, hsla(45, 36%, 90%, 0.7), hsla(45, 72%, 90%, 0.1));
}



footer {
	background-color: #424242; /* dark grey */
	color: #efefef;
	text-align: right;
	/*border-bottom: 7px solid #b3b3b3;*/
}

/* ----------------------------------------------------------------------------- * 
 *							 Textauszeichnungen								*
 * ----------------------------------------------------------------------------- */
@font-face {
	font-family: 'Rock Salt';
	src: url('../fonts/rock-salt-v6-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Rock Salt'), local('RockSalt'),
		url('../fonts/rock-salt-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/rock-salt-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/rock-salt-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/rock-salt-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/rock-salt-v6-latin-regular.svg#RockSalt') format('svg'); /* Legacy iOS */		
}

h1  {
	font-family: 'Rock Salt', cursive;  
	font-size: 2.250em; /* 36px; */
	line-height: 1.5em; /* 54px */
	font-style: italic;
	font-weight: bold;
}

h2  {
	font-family: 'Rock Salt', cursive;
	color: #e0e0e0; /* light grey */
	font-size: 1.375em; /* 22px */
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
}

h3  {
	font-family: 'Rock Salt', cursive;
	color: #e0e0e0; /* light grey */
	font-size: 1.375em; /* 22px */
	line-height: 1.3em;
	font-weight: normal;
	font-style: italic;
	font-weight: bold;
}

h4  {
	font-family: 'Rock Salt', cursive;  
	color: #e0e0e0; /* light grey */
	font-size: 1em; /* 16px */
	font-weight: normal;

}

p.teasertext	{
	color: #d0d0d0;  /* light grey */
	font-family: "Trebuchet MS",Helvetica,Arial;
	font-size: 1.188em; /* 19px */
	line-height: 1.368em; /* 26px */
}

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

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

.highlight{   

	font-weight: bold;
}




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

nav {
	color: #efefef;
	font-family: "Trebuchet MS",Helvetica,Arial;
	font-size: 1.25em; /* 20px */
}

nav ul li {
	list-style: none;
}

nav a:link {
	color: #7bc3ef;
}

nav a:hover {
	color: black; /* black */
}

nav a:hover {
	background-color: #efefef; /* light grey */
}
