@charset "utf-8";

/* TEAM Document */

.teamItem {
    float: left;
    width: 33.32%;
    box-sizing: border-box;
    text-align: left;
}

.teamItemContent {
    padding: 20px 0 20px 0;
}

.teamItem.Tleft {
    padding-right: 5px;
}

.teamItem.Tmid {
    padding-left: 5px;
    padding-right: 5px;
}

.teamItem.Tright {
    padding-left: 5px;
}

.contentBlock {
    margin-bottom: 30px;
}

.siteBottom {
    margin-top: 30px;
}

.teamItemImagePart {
    text-align: center;
}

.teamItemContentPart {
    background-color: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    margin-top: -30px;
    min-height: 100px;
    padding: 20px;
}

.teamItemImage {
    border: 1px solid #AAA;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.teamItemHeadline {
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    text-align: center;
}

.teamItemFunction {
    text-align: center;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 20px;
}

.teamItem.alone {
    float: none;
    margin: 0 auto;
}

.teamItem.two {
    display: inline-block;
    float: none;
    width: 33.32%;
    vertical-align: top
}

.siteContent {
    text-align: center;
}

.imgTeam {
    background-image: url(../pic/background/teamFoto.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border: none;
    position: relative;
    width: 66.12%;
    float: left;
}

.textTeam {
    float: left;
    width: 32.80%;
    margin-right: 10px;
    padding-bottom: 20px;
}
