/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/

.mitglieder_filter {
    width: 100% !important;
    display: table;
    margin-bottom: 20px;
}

.mitglieder_filter .filter {
    margin-right: 40px;
    float: left;
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #00027f;
    cursor: pointer;
}

.mitglieder_filter_content {
    width: 100%;
    margin-left: 6px;
}
.mitglieder_filter_content .filter_content {
    padding: 20px;
    box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    margin-bottom: 20px;
    width: calc(100% - 17px);
}

.mitglieder_filter_content .filter_content {
    display: none;
}

.mitglieder_filter_content .filter_content .active {
    background: #00027f !important;
    color: #fff !important;
}

.mitglieder_filter_content .filter_content .active:after {
    content: 'X';
    padding-left: 20px;
    font-weight: lighter;
}

.mitglieder_filter_content div {
    display: table;
}
.mitglieder_filter_content #filter_suche {
    min-height: 45px;
}

.mitglieder_filter_content #filter_suche div {
    display: table;
    width: 100%;
}

.mitglieder_filter_content .filter_content .wirkungsbereich{
    float: left;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: var(--clr-white-fff);
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff007a;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mitglieder_filter_content .filter_content .bundesland {
    float: left;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: var(--clr-white-fff);
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff007a;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mitglieder_filter_content .filter_content .branche {
    float: left;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: var(--clr-white-fff);
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff007a;
    margin-right: 10px;
    margin-bottom: 10px;
}

.mitglieder_filter_content .filter_content .wirkungsbereich:hover, .mitglieder_filter_content .filter_content .bundesland:hover, .mitglieder_filter_content .filter_content .branche:hover {
    background: #e5ebf2;
    cursor: pointer;
}
.load_more  {
    width: 100%;
    display: table;
    text-align: center;
}
.load_more button {
    width: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.5);
    border: none;
    color: #ff007a;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.mitglieder_filter_content .filter_content .suche input {
    float: left;
    width: calc(100% - 122px);
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: var(--clr-white-fff);
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff007a;
    margin-bottom: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
}

.mitglieder_filter_content .filter_content .suche input:active, .mitglieder_filter_content .filter_content .suche input:focus  {
    outline: none;
}

.mitglieder_filter_content .filter_content .suche button {
    width: 100px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;
    background-color :#00027f;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border: 1px solid #00027f;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}


.mitglieder_filter .suche {
    float: left;
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #00027f;
}

.mitglieder_show_filter {
    display: table;
    width: 100%;
}

.mitglieder_show_filter button {
    border-radius: 10px;
    float: left;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background-color: #00027f;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    cursor: pointer;
}

.mitglieder_show_filter button:after {
    content: 'X';
    padding-left: 20px;
    font-weight: lighter;
}
.row-mitglieder {
    display: table;
    width: 100%;
    -moz-column-count: 3;
  column-count: 3;
}
.mitglieder-container .mitglied {

}
.mitglieder-container .mitglied .name {
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #00027f;
    margin-bottom: 10px;
    padding: 20px;
}

.mitglieder-container .mitglied .teaser {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #00027f;
    padding: 20px;
}

.mitglieder-container .mitglied .more {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #ff007a;
    margin-top: 10px;
    padding: 20px;
}
.mitglieder-container .mitglied .logo {
    width: 100%;
    height: 160px;
    text-align: center;
    margin-bottom: 20px;
}
.mitglieder-container .mitglied .logo img {
    width: 70%;
    margin: 0 auto;
    height: 160px;
    object-fit: contain;
}
.mitglied_detail {
    width: 100%;
    display: table;
}

.mitglied_detail h1, .mitglied_detail p {
   color: #00027f;
} 


.mitglied_detail h1 {
    font-family: Work Sans !important;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.mitglied_detail p {
    font-family: Work Sans !important;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
}

.mitglieder_detail_back_link {
    width: 100%;
    padding-bottom: 10px;
}

.mitglieder_detail_back_link a {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ff007a;
}
.mitglied_detail_col-1-2 {
    float: left;
    width: calc(70% - 40px);
    margin-right: 40px;
}

.mitglied_detail_col-2-2 {
    float: left;
    width: 30%;
}

.mitglied_detail_col-1-2 .mobile_logo {
    display: none;
}


@media (max-width: 960px){
    .mitglied_detail_col-1-2 {
        float: left;
        width: 100%;
        margin-right: 0px;
        display: table;
    }
    
    .mitglied_detail_col-2-2 {
        float: left;
        width: 100%;
        display: table;
        margin-top: 20px;
    }

    .mitglied_detail_col-2-2 .mitglied_detail_logo {
        display: none;
    }

    .mitglied_detail_col-1-2 .mobile_logo {
        display: inline;
    }

    .mitglied_detail_col-1-2 .mobile_logo img {
        max-height: 200px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.mitglied_detail_head {
    margin-bottom: 40px;
}

.mitglied_detail_img {
    margin-bottom: 40px;
}

.mitglied_detail_footer {
    margin-top: 40px;
    border-top: 2px solid #e5ebf2;
    padding-top: 20px;
    display: table;
    width: 100%;
}

.mitglied_detail_footer_label {
    float: left;
    width: 30%;
}

.mitglied_detail_footer_value {
    float: left;
    width: 70%;
}

@media (max-width: 720px){
    .mitglied_detail_footer_label {
        float: left;
        width: 40%;
    }
    .mitglied_detail_footer_value {
        float: left;
        width: 60%;
    }
}

@media (max-width: 480px){
    .mitglied_detail_footer_label {
        float: left;
        width: 50%;
    }
    .mitglied_detail_footer_value {
        float: left;
        width: 50%;
    }
}
.mitglied_detail_footer_label p {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #00027f;
}

.mitglied_detail_footer_wirkungsbereich .mitglied_detail_footer_value {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.mitglied_detail_footer_wirkungsbereich .mitglied_detail_footer_value .wirkungsbereich {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:center;
    color: #ff007a;
    font-size: 18px;
    font-weight: 500;
    font-family: Work Sans;
}

.mitglied_detail_footer_branche, .mitglied_detail_footer_bundeland, .mitglied_detail_footer_unternehmensgrosse {
    width: 100%;
    display: table;
    margin-top: 5px;
}

.mitglied_detail_footer_value {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #00027f;
}

.mitglied_detail_web_info {
    background-color: #e5ebf2;
    padding: 20px;
    margin-top: 20px;
}

.mitglied_detail_web_info_webseite .mitglied_detail_web_info_label {
    font-family: Work Sans;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #00027f;
    margin: 0;
    padding-bottom: 10px;
}

.mitglied_detail_web_info_webseite .mitglied_detail_web_info_value {
    font-family: Work Sans;
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ff007a;
}

.mitglied_detail_web_info_webseite .mitglied_detail_web_info_value a {
    color: #ff007a;
}

@media (min-width: 960px){
    .mitglieder {
        display: grid;
        grid-template-columns: repeat(3, 3fr);
        grid-auto-rows: 1fr;
    }

    .mitglieder .mitglied {
        width: calc(100% - 55px);
        margin-right: 0px;
        margin-bottom: 20px;
    }

}

@media (max-width: 960px){
    .mitglieder {
        width: 98% !important;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        grid-auto-rows: 1fr;
    }

    .mitglieder .mitglied:nth-of-type(even) {
        float: left;
        width: calc(100% - 50px);
        margin-left: 10px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .mitglieder .mitglied:nth-of-type(odd){
         float: left;
         width: calc(100% - 40px);
        margin-left: 0px;
        margin-right: 10px; 
        margin-bottom: 20px;
    }

}


@media (max-width: 600px) {
    .mitglieder {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 1fr;
    }

    .mitglieder .mitglied {
        width: 92% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 920px){
    .mitglieder_filter .filter, .mitglieder_filter .suche {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px){
    .mitglieder_filter .filter, .mitglieder_filter .suche {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
    }
}

* { box-sizing: border-box; }
.grid {
  background: #fff;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  padding: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.grid-item .mitglied {
    background: #fff;
    box-shadow: 2px 2px 8px -2px rgba(0, 0, 0, 0.5);
    padding: 20px;
    min-height: 200px;
}

@media (min-width: 1200px){
    .grid-sizer,
    .grid-item {
    width: 33.333%;
    }
}

@media (min-width: 600px) and (max-width: 1200px){
    .grid-sizer,
    .grid-item {
    width: calc(50%);
    }
}

@media (max-width:600px){
    .grid-sizer,
    .grid-item {
    width: calc(100%);
    }
}
