#startseiteLinks {
    z-index: 3; 
    position: relative; 
    float: left; 
    width: 50%; 
   
    padding: 20px; 
    font-family: 'Ubuntu Condensed', Arial, sans-serif; 
    font-size: 1.2em; 
    line-height: 1.8em; 
    color: rgba(185,155,33,1.0); 
         
       -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#startseiteLinks h2 {
     font-family: 'Ubuntu Condensed', Arial, sans-serif; 
    font-weight: bold;
    font-size: 1.7em;
}

#startseiteLinks a {
    text-decoration: underline;
}

#startseiteRechts {
    z-index: 3; 
    position: relative; 
    float: right; 
    width: 49%; 
    height: auto; 
   
    padding: 1%;
    overflow: hidden;
    max-width: 900px;
    
         
       -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*############################################# 959 */
/*mobile HINTERGRÜNDE Startseite */
@media screen and (max-width: 959px) {
   

    
    #startseiteLinks {
  float: none;
        clear: both;
    width: 100%; 
        margin-bottom: 2%;
        
             -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
   
}
#startseiteRechts {
   float: none;
        clear: both;
    width: 100%; 
    
         -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
    
	
}

/*Aenderungen Startseite ENDE Mobil */