main {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: auto;
}

.sec1 {
    display: block;
    height: auto;
    background-image: url("../img/sec1_bg.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff5f5;
    margin-top: 96px;
    margin-top: 6rem;
}

.sec1 article {

}

.leute_bg_top{
    background-image: url("../img/gruppenbild_platz.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    height: 400px;
    width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.sec_top {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    background-color: rgba(255, 245, 245, 0.81);


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+30,7db9e8+100&1+0,1+30,0+100 */
    /*background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 30%, rgba(125,185,232,0) 100%), url('../img/gruppenbild_platz.jpg') no-repeat; *//* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 30%,rgba(125,185,232,0) 100%), url('../img/gruppenbild_platz.jpg') no-repeat; *//* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 30%,rgba(125,185,232,0) 100%), url('../img/gruppenbild_platz.jpg') no-repeat; *//* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); *//* IE6-9 */
    /*background-size: cover;*/
    /*background-position: left;*/

}

.sec_top img {
    width: 100%;
}

.sec_top .ss_article {
    padding: 0 0 96px 0;
    padding: 0 0 6rem 0;
    width: 80%;
}

.sec_leute {
    background-color: rgba(0, 0, 0, 0.80);
    height: auto;
    padding: 0 48px 0 48px;
    padding: 0 3rem 0 3rem;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}

.sec_leute_2 {
    background-color: #fff5f5;
    padding: 0;
}


.sec_leute_2 .break span {
    border-bottom: 1px solid #54434a;
}

.sec_leute_2 .people_grp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_leute .break {
    padding: 32px 0;
    padding: 2rem 0;
}

.profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 48px;
    padding-top: 3rem;
}

.profile img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.profile .ss_article {
    padding: 0 32px;
    padding: 0 2rem;
}

.profile .people_info {
    padding-left: 32px;
    padding-left: 2rem;
}

.profile .people_info h3 {
    padding: 0 0 16px 0;
    padding: 0 0 1rem 0;
}

.profile .people_contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile .people_contact a{
    display: block;
    text-align: center;
    margin: 16px;
    margin: 1rem;
}

.a_website:before {
    content: '\f475';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    font: normal 2rem/1 'Genericons';
    vertical-align: top;
    margin-right: 16px;
    margin-right: 1rem;
}

.a_mail:before {
    content: '\f410';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    font: normal 2rem/1 'Genericons';
    vertical-align: top;
    margin-right: 16px;
    margin-right: 1rem;
}

.a_phone:before {
    content: '\f50c';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'Genericons';
    font: normal 2rem/1 'Genericons';
    vertical-align: top;
    margin-right: 16px;
    margin-right: 1rem;
}

.profile .people_contact {
    padding: 16px 16px;
    padding: 1rem 1rem;
    margin: 16px 0 32px 0;
    margin: 1rem 0 2rem 0;
    border-bottom: 1px solid #76736e;
    border-top: 1px solid #76736e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.people_grp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 48px 0;
    padding: 0 0 3rem 0;
}

.profile2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f1e7e7;
    border-radius: 10px;
    width: 32%;
    padding: 48px;
    padding: 3rem;
    color: #333;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    text-align: center;
}

.profile2:hover {
    background-color: #333;
    color: #fff5f5;
}

.profile2:hover a, .profile2.hover a {
    color: #fff5f5!important;
}

.profile2:last-of-type {
    margin-right: 0;
}

.profile2 div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
}

.profile2 p {
    padding-top: 32px;
    padding-top: 2rem;
    margin-top: 32px;
    margin-top: 2rem;
    border-top: 1px solid #707070;
}

.profile2>div img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-right: 32px;
    margin-right: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.profile2 .people_info2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.profile2 .people_info2 h3 {
    padding: 0 0 12px 0;
    padding: 0 0 0.8rem 0;
    border-bottom: 1px solid #707070;
    display: block;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: 100%;
}

.profile2 .people_info2 h4 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: "Freight", serif !important;

    border-bottom: 1px solid #707070;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    width: 100%;
}

.profile2 .people_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile2 .people_contact a{
    display: inline-block;
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.profile2 .people_contact a:hover{
    text-decoration: underline;
}

.people_list_grp {
    margin: 3rem 0 2rem 0;
}

.people_list_grp ul {
    display: block;
    width: 90%;
    margin: 1rem auto;
    border-bottom: 1px solid #dfdfdf;
}

.people_list_grp ul:last-of-type {
    border-bottom: none;
}

.people_list_grp ul li{
    display: inline-block;
    width: 40%;
    border: none;
}

.people_list_grp ul li:first-of-type{
    padding-right: 1rem;
}

.people_list_grp ul li:last-of-type{
    width: 60%;
}

/* col-lg */
@media screen and (min-width: 1600px) {

}


/* col-lg */
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .profile2 {
        width: 49%;
    }

    .profile2:first-of-type {
        margin-right: 2%;
    }

    .sec_leute_2 .people_grp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .profile .people_contact a {
        width: 50%;
    }
}

/* col-md */
@media screen and (min-width: 992px) and (max-width: 1199px){
    .profile2 {
        width: 49%;
    }

    .profile2:first-of-type {
        margin-right: 2%;
    }

    .sec_leute_2 .people_grp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


}

/* col-sm */
@media screen and (min-width: 768px) and (max-width: 991px){
    .profile2 {
        width: 100%;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .profile2>div {
        width: 80%;
    }

    .profile2 h3 {
        margin-top: 2rem;
    }

    .profile2 img {
        margin-right: 0;
    }

    .profile2 .people_info2 {
        width: 100%;
        text-align: center;
    }

    .sec_leute {
        border-radius: 0 0 0 0;
    }

    .profile2 {
        border-radius: 0;
    }


}

/* col-xs */
@media screen and (max-width: 767px){

    .profile2 {
        width: 100%;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 3rem 15px;
    }

    .profile2>div {
        width: 100%;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .profile2 h3 {
        margin-top: 2rem;
    }

    .profile2 img {
        margin-right: 0;
    }

    .profile2 .people_info2 {
        width: 100%;
        text-align: center;
    }

    .profile2 .people_contact {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: center;
    }

    .sec_leute {
        border-radius: 0 0 0 0;
    }

    .profile2 {
        border-radius: 0;
    }

    .sec_top .ss_article {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .profile, .profile .ss_article {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .people_list_grp ul {
        width: 100%;
    }
}