/*
        Autor:    OH
        Erstellt: 03.12.2009
        Geändert: KS 01/2012
*/


/* Ausrichtung und Formatierung des Content Containers und der darin liegenden Textinhalte*/
#content
{    
    margin:0 auto;
	margin-top:55px;
    margin-bottom:55px;
	max-width:1260px;

}

hr
{
    width:1260px;
    height:5px; 
    background-color:#ffefdb;
    border:0;
    margin:25px auto 15px;

}


#content h1
{
    font-size:2em;
    color:#424242;
    text-align:left;
    width:100%;
	
    font-weight:lighter;
    margin-top:30px;
    margin-bottom:20px;
}




#content .text
{
    max-width: 1260px;
    margin: 0 auto;
    font-size:1.2em;
    color:#6F6F6E;
    line-height:1.8em;
}
#content a
{
    color:#6F6F6E;
    text-decoration: none;
}

#content li
{
    margin-left:1.5%;
}

#content .galerieImage {
    overflow: hidden;
    width: 15%;
    height: 15%;
}


#content li
{
    list-style-type:none;
    background-image:url(/files/images/layout/list.png); 
    background-repeat:no-repeat; 
    padding-left:25px;
}


.team {
	margin-top:40px;
	

} 

.team .team_images {
    max-width: 1260px;
    margin: 0 auto;
	cursor:pointer;
	
}
.team .team_images .team_image{
    display: inline-block;
    vertical-align: top;
	width:12.5%;
    text-align: center;
   
}

.team .team_images .team_image img{
   max-width:80%;
   
   
}


.team .team_texte {
    background-color: #ffffff;
	border:1px solid #C6DAE1;
    color:#424242;
    padding: 20px 0;
}

.team .team_texte .team_text_container{
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}


.team .team_texte .team_text {
    display: inline-block;
    vertical-align: top;
}
.team .team_texte .team_text .team_info {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    min-width: 110px;
}

.team .team_texte .team_text .name {
   font-size:1.35em;
}
.team .team_texte .team_text .team_zitat {
    display: inline-block;
    vertical-align: top;
    width: 80%;
   line-height:1.6em;
}

.team .team_arrow {
    max-width: 1260px;
    margin: 5px auto 0;
    
}
.team .team_arrow img{
    margin-bottom: -4px;
}


.kontakt_links,
.kontakt_rechts
{
display:inline-block;
vertical-align:top;
}


.kontakt_links
{
width:45%;
}


.kontakt_rechts
{
text-align:right;
width:50%;
margin-left:5%;
}


@media screen and (max-width:1260px){
    #content
    {
        margin:0 1.5%;
		margin-bottom:20px;
    }
	
	 #content .team_texte
    {
        margin:0 1.5%;
        width: 764px;
        padding: 1.5%;
    }
	
	 .team_images {
        overflow-x: scroll;
        
    }
    .team_image_container {
       width: 764px;
    }
   
}
   

@media screen and (max-width:820px){
   
	#content .team_texte{
       width:95%;
    }

    	 #content .team_zitat{
       display:none;
    }
   
}
  
