/**
 * 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;
    }
    .employee_list .person_image_wrapper {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .employee_list .person_greetings {
        padding-left: 55px;
    }
    .employee_list .list_row {
        padding: 24px 15px;
    }
    .employee_list .toggle_arrow .list_row .person_image_wrapper img {
        transition: all 300ms ease-in-out;
    }
    .employee_list .toggle_arrow .list_row:hover .person_image_wrapper img {
        transform: scale(1.06);
        border-color: #F7A600;
    }
    .employee_list .toggle_arrow .list_row {
        transition: all 300ms ease-in-out;
    }
    .employee_list .toggle_arrow .list_row:hover {
        background-color: rgba(204,204,204,0.1);
    }
    .employee_list .header_employee_disabled .enabled_user_info{
        display: none;
    }
    .employee_list .header_row > div{
        text-transform: uppercase;
    }
