	p {
    line-height: 1.5em;
    white-space: wrap;
	}
  div {
    white-space: wrap;
    line-height: 1.5em;
  }
  .copy{
		color: #78848E ;                        /* H1 */
	} 	
	article{

	}
	section {
		padding-top:0;
	}
	h1 {
		color: #182938;											     /* D2 */	
	}	
	h2 {
		margin-top:0;
		color: #182938;											     /* D2 */	
	}
	h5 {
		color: #182938;											     /* D2 */	
		padding: 3px ;	
    font-weight:bold;
    font-size: 1.0em;    
    border-bottom: 3px solid #404F5B ;       /* Basis */
	}
	h6 {
		margin:0;
		background: lightgray;
		color: black;
		padding: 5px;
		border-bottom: 1px solid lightgray;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
	}	

	/*--------------------------------*/
	/*---------- Navigation ----------*/
  nav a {
    background: #78848E;           /* H2 */
		color: #182938 ;               /* D2 */
  }
  nav.head a {
    background: #78848E ;          /* H2 */
  }   
	nav a.aktuell, #sub a.aktuell {
		color: #fff;
		background-color: #182938;     /* D2 */
	}
  nav a:hover {
    background-color: #182938;     /* D2 */
		color: #ffffff;
  }
  /* Navigation zu den Vereinen */
  #Navo {
    margin-right:10px;
  }  
	#Navo a {
		background: #404F5B;           /* Basis */
		color: #78848E;                /* H2 */
	}
  #Navo a:hover {
    background-color: #182938;     /* D2 */
		color: white;                  /*  */
		border: 1px solid #78848E;		 /* H2 */
  }			
		
	/*---------- Inhalt ----------*/
  article {
    background: #fbfcfc;
  }
  aside {
    background: #404F5B;           /* Basis */
  }
	/*---------- Fusszeile ----------*/
  footer {
    background: #404F5B;           /* Basis */
		color: #182938;				         /* D2 */
  }
	a.Login, a.Logout {
		text-decoration: none;
		/*color: #300100;*/               /* D2 */
    color: white;
		background-color: #404F5B;     /* Basis */
		border: 1px solid #404F5B;     /* Basis */
    font-size: smaller ;
	}
	a.Logout {
		background-color: red;
    color:white;
		font-weight: bold;
		border: 1px solid white;
	}	
  /*---------- Kontaktformular ----------*/
 	button[type="submit"], button[type="reset"] {
		background-color: #78848E;          /* H2 */
		color: #182938;                     /* D2 */
  } 
	button[type="submit"]:hover {
		background: #182938;                /* D2 */
    color: white ;
		border: 2px double #78848E;         /* H2 */
		text-shadow: none;
	}
  /*---------- iframe ----------*/
	.div_iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	}
	.div_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

	/* Bilder im div Container */
	figure.image {
		background: lightgray;
		padding:3px;
		margin: 10px;
	}
	div.imageline {
		display:inline;
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
		margin:0;
		justify-content: center; 
    align-items: center;
	}
		
  /*----------------------------------------------------------------------*/
  /*---------- Smart Phones und Tablets mit mittlerer Auflösung ----------*/
	/*----------------------------------------------------------------------*/
  @media all and (min-width: 40em) {
  	div.imageline {
			display:flex;
		}
  }   
   
  /*-----------------------------------*/
  /*---------- Large screens ----------*/
	/*-----------------------------------*/
  @media all and (min-width: 50em) {
  	div.imageline {
			display:flex;
		}
  }   	
 