/*
******************************************************************
(c) sinntun.codes
******************************************************************
*/


/*** PageElement .localgroups
***************************************************************************** */

.localgroups .tabnav {
    border-bottom: 3px solid #81bf53;
}

.localgroups .tabnav-item {
    float: left;
    background-color: #E4E4E4;
    padding: 10px 15px;
    cursor: pointer;
    margin-right: 3px;
}

.localgroups .tabnav-item:hover,
.localgroups .tabnav-item.active {
    background-color: #81bf53;
    color: #ffffff;
}

.localgroups .tabcontent {
    display: none;
}

.localgroups .tabcontent.active {
    display: block;
}

.localgroups #localgroups-map-osm {
    height: 800px;
    width: 100%;
}

.localgroups ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.localgroups li {
    margin: 0;
}

.localgroups .headline-list {
    float: left;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #9A9A9A;
}

.localgroups .headline-list-item {
    float: left;
    display: block;
    padding-right: 30px;
    font-weight: bold;
    margin: 0;
}

.localgroups .ort {
    width: 350px;
    font-size: 18px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.localgroups .news {
    width: 400px;
    font-size: 18px;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.localgroups .local-contact {
    width: 800px;
    font-size: 18px !important;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.localgroups .link {
    width: 200px;
}

.localgroups .vor-ort-list {

}

.localgroups .headline-list {
    width: 100%;
}

.localgroups .vor-ort-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #9A9A9A;
}

.localgroups .vor-ort-list-elems {
    display: table;
}

.localgroups .vor-ort-list-elem {
    float: left;
    display: table-cell;
    min-height: 1px;
    padding-right: 30px;
    font-size: 18px;
}

.localgroups .vor-ort-list-elem li {
    font-size: 18px;
}

.localgroups .link-detail:hover {
    text-decoration: underline;
}

.localgroups .link-detail[target='_blank'] {
    background: none;
    padding: 0;
}


/* **** localgroup map(OSM) ******************************* */


/************************************** seitenelemente *************************/
.cluster-30 {
    background: url('/_images/map_cluster_30.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.cluster-40 {
    background: url('/_images/map_cluster_40.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.cluster-50 {
    background: url('/_images/map_cluster_50.png') center center no-repeat;
    background-size: cover;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}


/* **** localgroups-detail-main ******************************* */

.pageelement-localgroups-detail-main {

}

.pageelement-localgroups-detail-main .intro-contact-container {
    display: flex;
    margin-bottom: 50px;
}

.pageelement-localgroups-detail-main .text-intro {
    flex-basis: 70%;
}

.pageelement-localgroups-detail-main .text-container {
    padding-right: 50px;
}

.pageelement-localgroups-detail-main .image-main {
    margin-bottom: 50px;
}

.pageelement-localgroups-detail-main .text-main {
    margin-bottom: 50px;
}

.pageelement-localgroups-detail-main .info-contact {
    flex-basis: 30%;
}

.pageelement-localgroups-detail-main .news-container .text-container {
    padding-right: 0;
}


.pageelement-localgroups-detail-main .events-container {
    margin-bottom: 100px;
}

.pageelement-localgroups-detail-main .person-main {
    margin-bottom: 100px;
}

.pageelement-localgroups-detail-main .person-container-wrapper {
    margin-bottom: 40px;
}

.pageelement-localgroups-detail-main .person-list {
}

.pageelement-localgroups-detail-main .person-main h2 {
    font-family: 'Signika', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #1e4231;
    margin-bottom: 20px;

}



