


.menue_h2 {
		margin-left: 7%;
		margin-bottom:0.5em;
		font-size: 1.2rem;
		font-weight: 500;  
		color: #fff;
		line-height: 1em;
		text-transform: uppercase;
		}




 .menue_h3
		{
		margin-left: 3%;
		font-size: 1.2rem;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase;
		padding-left: 5%;
		}

 .menue_p
		{
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom:1em;
		/* text-align: justify; */
		font-size: 1.0rem;
		font-weight: 400;  
		color: #fff;
		}









/* Kontaktformular - Anfang */
    

      form {
        margin-left: 20%;
		max-width: 400px;
        background-color: #CDE1D6; 
        padding: 1rem; 
      }

 

      label { 
        cursor: pointer; 
      }      

      label[for] { 
        display: block; 
      }      

      button {
        font-size: inherit; 
        background-color: #648568;
        color: white; 
        padding: 0.5rem; 
        border: none;   
      }      

/* Kontaktformular - Ende */
  
  
  
/* Schriftstil - Anfang */      


.text {font-size: 1.2rem;
		color: #fff;
		} 
	
/* Schriftstil - Ende */  

.navibereich
		{
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom:2em;
		/* text-align: justify; */
		font-size: 1.2rem;
		color: #fff;
		}
a
		{
		color: #fff;
		text-decoration: none;
		}
	
	
a:hover
		{
		letter-spacing: 1px;
		color:#CDE1D6;
		font-weight: 500;
		text-decoration: underline;
		transition: 0.3s;
		}
