/**
 * Teamübersicht
 **/
    .left {
        float: left;
    }
    .team_categories_list .category-desc {
        margin-bottom: 35px;
    }
    .team_categories_list h3, .team_categories_list h2 {
        border-bottom: 1px solid #DDD;
        margin-bottom: 35px;
        padding-bottom: 10px;
        color: #595958;
        font-size: 18px;
    }
    .team_categories_list h3 a {
        text-decoration: none;
        font-size: 18px;
        color: #595958;
    }
    .team_categories_list h3 a:hover {
        color: #A50000
    }
    .team_categories_list dl {
        padding-bottom: 20px;
        margin-bottom: 40px;
        border-bottom: 0px dotted #ddd;
    }
    .cat-list {
        text-align: center;
        width: 180px;
        height: 240px;
        margin-bottom: 25px;
    }
    .cat-list .item-title {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .cat-list .item-title a { 
        text-decoration: none;
        font-size: 18px;
    }
    .cat-list .item-image {
        width: 125px;
        height: 125px;
        overflow: hidden;
        border: 2px solid #ddd;
        margin: 0 auto 15px;
        position: relative;
    }
    .cat-list .item-image .item-image-mask {
        display: none;
        background: transparent url("../images/icons/maske_bg.png");
        width: 125px;
        height: 125px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .cat-list .item-image .item-image-glass {
    	background: transparent url("../images/icons/glass_icon.png");
        width: 24px;
        height: 27px;
        margin: 35% auto 0;
    }
    .cat-list .item-image:hover .item-image-mask {
        display: block
    }
    .cat-list .item-image img  {
        max-width: 125px;
        max-height: 125px;
    }
    .cat-list .item-position {
        margin: 0 auto;
        text-align: center;
        height: 36px;
    }
    .contact-info {
        margin-left: 20px;
    }