/* fensterputzer-01 */



body {
	max-width: 80em;
	margin: 1em auto;
	display: flex;
	flex-flow: row wrap;
	background-color: #000080;
}
/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */

header,
nav,
nav a,
article,
aside,
footer {
	border-radius: 0px 0.5em 0.5em;
	border: 0px solid;
	padding: 10px;
	margin: 10px;
	flex: 1 100%;
}

header {
	background: #ccffff;
	border-color: #d5d5d5;
	display: flex;
	flex-flow: row wrap;
}

header * {
	flex: 1 1 0%;
}

header nav {
	flex: 1 1 100%;
}

nav,
nav ul,
nav li {
	margin: 0;
	padding: 0;
	border: none;
	background: #ccffff;
}

nav ul {
	display: flex;
	flex-direction: column;
}

nav li {
	list-style-type: none;
	margin: 1.3em 0;
	flex: 1 1 100%;
}

nav a,
nav span {
	display: inline-block;
	width: 95%;
	background: #ccffff;
	border: 0px solid #dfac20;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

nav span {
	line-height: 250%;
}

nav a:hover {
	background-color: #dfac20;
}

article {
	background: #ffede0;
	border-color: #df6c20;
}

aside {
	background: #ebf5d7;
	border-color: #8db243;
}




footer {
	background: #e4ebf2;
	border-color: #8a9da8;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
}

footer * {
	flex: 1 1 0%;
	justify-content: space-between;
}

footer p {
	text-align: right;
}
/* nebeneinander bei ausreichender Breite */

@media all and (min-width: 35em) {
	nav ul {
		flex-direction: row;
	}
	nav li {
		margin: 0 10px;
		flex: 1 1 0%;
	}
	article {
		flex: 3 1 0%;
	}
	aside {
		flex: 1 1 0%;
	}
}


/* Design */


#datenschutz

 {
  font-family:serif;
  font-size: 1em;
  font-weight: bold; 
  text-align: justify;
  color: #000080;
  margin-left: 1em;
  margin-right:1em;
  
  } 

.datenschutz

 {
  font-family:serif;
  font-size: 1em;
  font-weight: bold; 
  text-align: justify;
  color: #000080;
  margin-left: 1em;
  margin-right:1em;
  
  } 
  
.margin-lr

 {
	margin-left: 2px;
margin-right: 2px;
	}	
	
.margin-top-5em

 {
	margin-top: 
	5em;
	}	








/* Text-Klassen */

/* Text Ausrichtung*/

 .tcent
 
{
text-align: center;
}



.tjust
 
{
text-align: justify;
}



/* Text Grösse in em*/




.t1

{
	font-size: 1em;
	
}

.t105

{
	font-size: 1.5em;
	
}
.t2

{
	font-size: 2em;
	
}


.t3

{
	font-size: 3em;
	
}

.t4

{
	font-size: 4em;
	
}

.t5

{
	font-size: 5em;
	
}


.
t%1

{
	font-size: 1%;
	
}

/* Text Erscheinung*/

.twb

{
	font-weight: bold;
	
}


.twl

{
	font-weight: lighter;;
	
}

/* Text Farbe*/


.tcolba
 
 {     
    color: black;     
} 

.tcolb
 
 {     
    color: blue;     
}  
 
.tcoldb
 
 {     
    color: #000080;     
}  
  
.tcolg
 
 {     
    color: green;     
}  

.tcolgr
 
 {     
    color: grey;     
}  

.tcollgr
 
 {     
    color: color: #e4ebf2;     
}  

.tcolo
 
 {     
    color: orange;     
}  

.tcolr
 
 {     
    color: red;     
}  
.text-25
 
 {     
    font-size: 25%;     
}

.text-1em

{
	font-size: 1em;
	
}

.text-100

{
	font-size: 150%;
	
}
.text-2em

{
	font-size: 2em;
	
}



    .text-bold
 
 {     
   font-weight: bold;     
} 
  
   

.tcollgr
 
 {     
    color: #e4ebf2;  
    font-size: 1%;  
}  


.text-red
 
 {     
    color: red;     
}  

.tr-01

{
    color: yellow;
    background-color: #000080;
    text-shadow: 1px 2px #ff0000;
 }
 

.tr-02

{
    color: #ccffff;
    background-color: #ccffff;
    
 }
  
 


 .trennleiste-2

{
            margin-bottom: auto;
            text-align: center;
            font-family: sans-serif;
            color: yellow;
            background-color: #000080;
            font-size: 150%;
}

a:link {color:red;}      /* unvisited link */
a:visited {color:green;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */