html {
	height: 100%;
	overflow-y: hidden;
}

body {
	height: 100%;
	overflow-y: auto;
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
}

#sloganIndex   {
				max-width: 75%;
				font-size: 1vw;
				line-height: 1.35em;
				margin-top: 1%;
				margin-left: 10%;
				margin-bottom: 1.3%;
}

#navigationIndex ul {
					max-width: 75%;
					font-size: 1.2vw;
					list-style-type: none;
					margin: 0 0 3% 10%;
					padding-left: 0px;
					position: relative;
					}

#inhalt {
		margin-left: 4%;
		max-width: 90%;
		line-height: 1.5em;
}

footer 	{
			margin: 0 0 4% 4%;
			max-width: 90%;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: 85%;
			line-height: 1.25em;
}


@media only screen and (min-width: 800px) and (orientation: landscape) {

	body.index {
				background-image: url("bilder/index.jpg");
				background-position: center top;
	}

	body.lerntraining  {
						background-image: url("bilder/lerntraining.jpg");
						background-position: center top;
	}

		
	body.entspannungstraining    {
								background-image: url("bilder/entspannungstraining.jpg");
								background-position: center top;
	}

	body.gedaechtnistraining   {
								background-image: url("bilder/gedaechtnistraining.jpg");
								background-position: center top;
	}

	#sloganIndex   {
				max-width: 45%;
	}
	
	#navigationIndex ul {
					max-width: 35%;
	}
	
	#inhalt {
			max-width: 35%;
			font-size: 100%;
	}
	footer	{
			max-width: 35%;
			margin-bottom: 3%;
	}
}	
				

* 	{
		
		color: #4C4C4C;
}	



.sans-serif {
				font-family: Verdana, Helvetica, sans-serif;
				font-size: 85%;
				line-height: 1.25em;
}

#logoIndex  {
			font-size: 3.0vw;
			letter-spacing: 0.08em;
			margin-top: 15vh;
			margin-left: 10%;
			margin-bottom: 2%;			
}



#kontaktIndex   {
				font-family: Georgia, "Times New Roman", Times, serif;
				max-width: 80%;
				font-size: 0.9vw;
				margin-top: 1%;
				margin-left: 10%;
				margin-bottom: 1.3%;
				
}
				
#kopf  {
		font-size: 170%;
		letter-spacing: 0.08em;
		margin: 2% 0 3px 4%;
		
}				

#navigationOben  ul {
					list-style-type: none;
					margin: 0 0 0 4%;
					padding: 0px;
}

#navigationOben ul a {
					font-family: Verdana, Helvetica, sans-serif;
					font-size: 85%;
					text-decoration: none;
					display: block;
}

#navigationOben ul li  {
					 float: left;
}

#navigationOben ul li a {
					text-transform: uppercase;
					padding: 3px 4px 3px 4px;
					border-top: 2px solid #3D7F4F;
}

#navigationOben ul li a:hover,
#navigationOben ul li a:focus,
#navigationOben ul li a.auswahl  {
							 color: white;
							 background-color: #3D7F4F;			 
}

#navigationIndex ul a 
					{
						font-family: Verdana, Helvetica, sans-serif;
						text-decoration: none;
						color: #3D7F4F;
						display: block;
						margin-bottom: 3%;
}

#navigationIndex ul li a:hover,
#navigationIndex ul li a:focus,
#navigationIndex ul li a.auswahl
							{							
							 color: #999999;
							 padding-left: 5px;
}

.checkbox dt   {
				position: relative;
				margin-left: 10%;
}
	
.checkbox dt:hover {
					color: #999999;
					padding-left: 5px;
}
	
.checkbox dd {
			display: none;
}

input[type=checkbox] {
					display: none;
}

input[type=checkbox]:checked ~ label:before {
				width: 0px;
				height: 0px;
				margin-left: 12px;
				margin-top: 7px;
				border-top: 10px solid #3D7F4F;
				border-right: 5px solid transparent;
				border-left: 5px solid transparent;
				position: absolute;
}

input[type=checkbox]:checked  ~ dd {
					display: block;
}

#impressumLink  {
				font-size: 0.8em;
				margin: 4em 0 10px 10%;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 128%;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin-top: 20%;
	margin-bottom: 8%;
}

h2	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 300;
	color: #3D7F4F;
	margin-top: 8%;
}

h3	{
	font-size: 115%;
	font-weight: 200;
	color: #3D7F4F;
	margin-top: 5%;
	margin-left: 0.75em;
}

h4  {
	font-size: 120%;
	margin-top: 2em;
}

h5  {
	font-size: 100%;
	
}

p     {
	 margin: 0.5em 0 0.5em 0;
}

.nachh3	{
	margin-top: -0.5em;
	margin-left: 1.4em;
	margin-bottom: 1.5em;
}

hr	{
		margin-top: 5%;
		margin-bottom: 8%;
}

.floatEnde  {
			clear: both;
}

.mehr 	{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1vw;
			line-height: 1.35em;
			margin-left: 2%;
}			

.grau 	{
			font-size: 0.9vw;
			color: #999999;
}

.ohneFarbe {
			color: #4C4C4C;
			text-transform: none;	
}

.text 	{
			list-style-type: disc;
			margin: 1.25em;
}

.text li	{
			margin-bottom: 0.75em;
}

label:before {
				content: "";
				width: 0px;
				height: 0px;
				margin-left: 0px;
				margin-top: 7px;
				border-top: 5px solid transparent;
				border-bottom: 5px solid transparent;
				border-left: 10px solid #3D7F4F;
				position: absolute;
}

ul  {
		list-style-type: none;
		margin-top: 0.5em;
}

td  {
	text-align: center;
}

#karte  {
		padding: 5px;
		margin: 10px 5px 20px 20px;
}

th {
       	padding: 10px;
}

@media only screen and (max-width: 1180px) {										
											#logoIndex  {
														font-size: 194%;
											}
											
											#sloganIndex   {
															font-size: 100%;
											}
											
											#kontaktIndex   {
															font-size: 100%;
											}

											#navigationIndex ul  {
																font-size: 106%;
																
											}

											#navigationOben ul li  {
																width: 250px;
																float: none;
											}
															
											#navigationOben ul li a {
																padding: 2px 7px 3px 5px;
																margin: 5px 5px 5px 0;
																border-top: none;
																border-radius: 5px;
											}
											
											.mehr{
													font-size: 95%;
											}
											
											.grau 	{
														font-size: 90%;
											}
}