/*
    Document   : iframe
    Created on : 31.07.2012, 09:42:00
    Author     : Michael Geilenkirchen
    Project    : BDVZ
    Description: iFrame Regeln
*/
html,
body{
    /* width:620px;*/
    /*font-family:"Verdana",sans-serif !important;*/
    font-family: 'Open Sans', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.b1
{
    background-color: #003366;
}

.iframe_wrapper{}

.iframe_wrapper .iframe_logo{

    text-align:right;

}

.iframe_content{}

.iframe_event_image img{width:100%;}

.iframe_event_date{
    margin:47px 0 0 0;
    padding-bottom:2px;
    border-bottom:1px solid #003466;
}

.iframe_event_date_content{
    background:#003466;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    padding:5px;
    margin:0;
    top:-25px;
}
.button_left,
.button_right{
    padding:5px 110px 5px 5px;
    font-size:15px;
    font-weight:bold;
    color:#fff;
    background:url(../bilder/layout/iframe/ico_arrow.png) #4277d3 no-repeat right;
    right:-20px;
    text-decoration:none;
}
.button_left{
    right:auto;
    left:0 !important;
    position:initial;
}
.button_left:hover,
.button_right:hover{
    text-decoration:none;
    background:url(../bilder/layout/iframe/ico_arrow.png) #003466 no-repeat right;
}

.box hr,
.border_bottom{
    border-bottom:1px solid #003466;
}

a {
    color: #003466;
}

/*Tab*/
.accordion_set_aboutus{
    margin:0;
    padding:0;
}
.accordion_tab{
    background-color:#999999;
}

.accordion_tab.active,
.accordion_tab:hover{
    background-color:#003466;
}

/*Abstand*/
.mT20{margin-top:20px;}
.mL20{margin-left:20px;}
.mB20{margin-bottom:20px;}
.mR20{margin-right:20px;}

/*Position*/
.relative{position:relative;}
.absolute{position:absolute;}

/*Schatten*/
ul.iframe_workflow_steps > li > a,
.shaddow{
    box-shadow:0 0 8px #d6d6d6;
}

/*CSS Überschreiben*/
/*.title{
    color:#999999 !important;
}*/
p,
a,
div,
*{
    font-family:"Verdana",sans-serif !important;
}
ul li{
    list-style:square outside !important;
    margin-left:15px;
    color:#333333;
}
/*p strong{
    font-size:16px !important;
    font-weight:bold !important;
    color:#999999 !important;
}*/
.title_big{
    font-size:30px !important;
    font-weight:bold !important;
    color:#999999 !important;
    line-height:35px !important;
    margin:0 !important;
    padding:0 !important;
}

ul.iframe_workflow_steps{}
ul.iframe_workflow_steps > li{
    list-style:none !important;
    float:left;
    margin-bottom:10px;
}
ul.iframe_workflow_steps > li > a{
    display:block;
    width:116px;
    height:34px;
    padding:8px 12px;
    color:#fff;
    text-decoration:none;
    background:#999999;
    line-height:15px;
    font-size:12px;
}
ul.iframe_workflow_steps > li:hover > a,
ul.iframe_workflow_steps > li.active > a{
    background:#003366;
}
button{
    background:#003366;
    font-weight:bold;
    font-size:14px;
}
button:hover,
button.active{
    background:#999999;
}
.iframe_wf_form{
    font-size:14px;
    font-weight:bold;
    color:#3a3a3b;
}
.iframe_wf_form .wf_label{

}
.iframe_wf_form .wf_input{
    width:258px;
    height:19px;
    background:#ebebeb;
    border:none;
    padding:5px;
    color:#003366;
    border:1px solid #fff;
}
.iframe_wf_form .wf_input:focus,
.iframe_wf_form .wf_input:active{
    background:#999999;
    color:#fff;
    border:1px solid #fff;
}

.workflow-progress ul.big li {
    float: left;
    margin: 0px 0px 10px 15px;
    color: #333333;
    list-style: square outside none !important;
    width: auto;
    box-shadow: 0 0 8px #D6D6D6;
}
.workflow-progress ul.big li {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 34px;
    line-height: 15px;
    padding: 8px 12px;
    text-decoration: none;
    width: 116px;
}

.workflow-progress ul.big li.disabled{
    color: #fff;
    background-color: #bbb;
}

.workflow-progress ul.big li.disabled:after {
    background-position: -108px 0;
}

.workflow-progress ul.big li.mt {
    margin: 0px 0px 10px 15px;
}

.workflow-progress ul.big li a {
    display:block;
    width:116px;
    height:34px;
    padding:0px;
    color:#fff;
    text-decoration:none;
    background:#999999;
    line-height:15px;
    font-size:12px;
}
.workflow-progress ul.big li a .arrow, .workflow-progress ul.big li.act .arrow,
.workflow-progress ul.small li .arrow, .workflow-progress ul.small li.act .arrow {
    display:none !important;
}

.workflow-progress ul.big li.act > a {
    background: none repeat scroll 0 0 #003366;
}

.workflow-progress ul.small li {
    margin: 0px;
    padding: 5px 0 5px 20px;
}

#navigation > ul > li > a, .bs {
    box-shadow: 0 0 8px #D6D6D6;
}

#workflow h1 {
    color: #999999;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

#workflow h2 {
    color: #999999;
}

#workflow h1.c2 {
    border-bottom: 1px solid #003466;
    color: #003466;
    font-size: 14px !important;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    line-height: 18px;
}

#workflow button, #workflow .formbutton, #workflow .morer {
    background: none repeat scroll 0 0 #003366;
    font-size: 14px;
    font-weight: bold;
}
#workflow a.ec_login_formular_fields_button {
    background: none repeat scroll 0 0 #003366;
    font-size: 14px;
    font-weight: bold;
    border: 0px;
    padding: 6px 5px;
}

#workflow button:hover, #workflow a.ec_login_formular_fields_button:hover, #workflow .formbutton:hover, #workflow .morer:hover {
    background:#999999;
}

.b6 {
    background:#003366 !important;
}
.b6:hover {
    background:#003466 !important;
}

.address-label li {
    list-style: none !important;
}

.pagebrowser .browse a.active, .pagebrowser .browse a:hover {
    background: none repeat scroll 0 0 #003366;
}

#background img{
    display: none !important;
}


/* ARTPLAN.CSS */
/*** fonts ***/
@font-face {
    font-family: 'icomoon';
    src:url('../Fonts/icomoon.eot?-8zoja0');
    src:url('../Fonts/icomoon.eot?#iefix-8zoja0') format('embedded-opentype'),
    url('../Fonts/icomoon.woff') format('woff'),
    url('../Fonts/icomoon.ttf') format('truetype'),
    url('../Fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: auto;
    font-family: 'Open Sans', sans-serif !important;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, code, del, em, font, img, small,
strike, strong, dl, dt, dd, ol, ul, li, fieldset, form,
label, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Open Sans', sans-serif;

    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.b1 { background-color: #4A82BA; }
.b10 { background-color: #03324C; }
.b11 { background-color: #000040; }

a:active, a:focus,input, input:active, input:focus{     outline: 0;     outline-style:none;     outline-width:0; }
a:active, a:focus,button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner
{     border: none; }


/* remove later */
#iframe-content,
#iframe_workflow{
    max-width: 940px;
    margin: 0 auto;
}
/* end remove later */

#bdzv-logo {
    padding: 10px 15px 20px 15px;
}
/* navigation */
#navigation-bdzv {
    font-weight: 500!important;
    font-family: "euclidregular"!important;
    font-size: 15px!important;
    line-height: 22.5px!important;
    margin: 0;
    padding: 0;
    top: 104px;
    background: #00bf00;
}
#navigation-bdzv li {
    float: left;
    display: inline-block;
    margin-left: 0;
}
#navigation-bdzv a {
    font-weight: 500!important;
    font-family: "euclidregular"!important;
    font-size: 15px!important;
    line-height: 22.5px!important;
    display: inline-block;
    padding: 12px 15px;
    color: #fff;
}
#navigation-bdzv a:hover,
#navigation-bdzv a:active,
#navigation-bdzv a:focus,
#navigation-bdzv a.active {
    background: #028602;
}
#mini_nav_ico {
    display: none;
}

#content {
    top: 20px;
    min-height: 100%;

}

#workflow h1.c2 {
    border-bottom: none;
    color: #004c71;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 120%;
    font-weight: 600;
}

hr,
.box hr {
    border-bottom: 1px solid #dedede;

    height: 1px;
    background: #dedede;
    border: none;
}

.workflow-progress ul.big li {
    width: auto;
    height: auto;

    font-weight: 500!important;
    font-family: "euclidregular"!important;
    font-size: 15px!important;
    line-height: 22.5px!important;

    margin: 0;
    box-shadow: none;
    padding: 12px 15px 12px 15px;
}
.workflow-progress ul.big li.mt { margin: 0;}
.workflow-progress ul.big li a {
    font-weight: 500!important;
    font-family: "euclidregular"!important;
    font-size: 15px!important;
    line-height: 22.5px!important;
    width: auto;
    height: auto;
    background: transparent;
}
.workflow-progress ul.big li.act,
.workflow-progress ul.big li.act > a {
    font-weight: 500!important;
    font-family: "euclidregular"!important;
    font-size: 15px!important;
    line-height: 22.5px!important;
}
.workflow-progress ul.big li:nth-child(1) { z-index: 20;}
.workflow-progress ul.big li:nth-child(2) { z-index: 19;}
.workflow-progress ul.big li:nth-child(3) { z-index: 18;}
.workflow-progress ul.big li:nth-child(4) { z-index: 17;}
.workflow-progress ul.big li:nth-child(5) { z-index: 16;}
.workflow-progress ul.big li:nth-child(6) { z-index: 15;}
.workflow-progress ul.big li:nth-child(7) { z-index: 14;}
.workflow-progress ul.big li:nth-child(8) { z-index: 13;}
.workflow-progress ul.big li:nth-child(9) { z-index: 12;}
.workflow-progress ul.big li:nth-child(10) { z-index: 11;}
.workflow-progress ul.big li:nth-child(11) { z-index: 10;}
.workflow-progress ul.big li:nth-child(12) { z-index: 9;}
.workflow-progress ul.big li:nth-child(13) { z-index: 8;}
.workflow-progress ul.big li:nth-child(14) { z-index: 7;}
.workflow-progress ul.big li:nth-child(15) { z-index: 6;}


.workflow-progress ul.big li:after {
    content: " ";
    position: center;
    top: 0;
    width: 16px;
    height: 38px;
}
.workflow-progress ul.big li.act:after {
    background-position: -38px 0;
}
/*.workflow-progress ul.big li.disabled:after {
    background-position: -72px 0;
}*/

#workflow input[type=text].ec_login_formular_fields,
#workflow input[type=password].ec_login_formular_fields{
    margin-bottom: 10px !important;
}

.workflow-progress ul.big li.act span.arrow { background-image: none;}

.workflow-progress ul.small li {
    width: 50%;
    padding: 4px 20px;
    height: auto;
}

button,
#workflow button,
#workflow .formbutton,
.morer,
#workflow .morer {
    /*width: auto;
    background: #4A82BA;
    background-image: none !important;
    padding: 10px 25px;
    height: auto;
    box-shadow: none;
    font-weight: 600;
    font-size: 13px;
    -webkit-appearance: none;
    border-radius: 0;*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4a82ba;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    padding: 10px 25px;
    width: auto;
}
button:hover,
a.ec_login_formular_fields_button:hover, a.ec_login_formular_fields_button:active, a.ec_login_formular_fields_button:focus,
#workflow button:hover, #workflow a.ec_login_formular_fields_button:hover, #workflow .formbutton:hover, #workflow .morer:hover {
    background: #004C71;
}

.w300 button,
.w300 .morer {
    padding: 11px 10px;
}

a.ec_login_formular_fields_button,
#workflow a.ec_login_formular_fields_button {
    /*background: #4A82BA;
    /*padding: 10px 25px;*/
    /*padding: 10px 15px;
    height: auto;
    box-shadow: none;
    border: none;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;

    width: auto;*/
    background: none repeat scroll 0 0 #4a82ba;
    border: medium none;
    box-shadow: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    padding: 11px 15px;
    width: auto;
}

div#ec_login_formular_error {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}
p.error {
    border: none;
    color: #b11116  !important;
    font-weight: normal;
    padding: 0;
}
p.ec_login_formular_error_headline,
p.ec_login_formular_error_text {
    margin: 0;
    color: #b11116  !important;
}
#ec_login_formular_error img,
#zv_registrieren_error img{
    display: none;
}
.standardMaskeFehler, .ec_login_formular_fields_error {
    background-color: #b11116 !important;
}


/*** content ***/
h1, #workflow h1,
h2, #workflow h2,
h3,
h4 {
    color: #004c71;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    line-height: 120%;
    font-weight: 600;
}
h1,
#workflow h1.c2 {
    /*font-size: 20px !important;*/
}
h2,
#workflow h2 {
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 15px 0;
}
h3 {
    margin: 0 0 5px 0;
}
div, p, span,
ul > li {
    font-size: 13px;
}
p, .wf-form p {
    margin: 0 0 20px 0;
}

.mitglieder-list-search {
    margin-top: 20px;
    padding: 20px;
    background-color: #F0F0F0;
}
.mitglieder-list-search-1 {
    width: calc(100% - 50px)!important;
    height: 50px;
}
.mitglieder-list-search-2 {
    width: 50px!important;
    height: 50px;
}
.mitglieder-list-search label {
    color: #000;
    padding: 5px 10px 5px 0;
    background: none;
    width: auto !important;
    line-height: normal;
}
.mitglieder-list-search input[type=text] {
    appearance: none;
    border: 1px solid #212121;
    color: #212121;
    font-family: "latobold", serif;
    font-size: 1.5rem;
    line-height: 1.3rem;
    -webkit-font-smoothing: antialiased;
    padding: 0 1.3rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 150ms ease;
    vertical-align: middle;
    text-transform: uppercase;
    width: 45%!important;
    height: 50px;
    text-align: left;
    cursor: text;
    user-select: auto;
    position: relative;
    padding-left: 50px;
    /*background: #fff url(../Images/Icons/ic_search.svg) 13.33333px center no-repeat;*/
    background-size: 30px;
}
.mitglieder-list-search select {
    width: 45%!important;
    background: none;
    border: 1px solid #212121;
    color: #000;
    font-size: 13px;
    margin: 0 5% 5px 0!important;
}
.mitglieder-list-search .button-blue {
    height: 50px!important;
    width: 50px!important;
    color: #212121;
    border: 1px solid #212121!important;
    background: none;
}
.mitglieder-list-search .button-blue:hover {
    background: none;
}
.mitglieder-list-search .button-blue:before {
    font-family: 'icomoon';
    content: "\e612 ";
    font-size: 18px;
    display: inline-block;
}

#mitglieder-list-content .pagebrowser {
    background: #03324c;
    text-align: center;
    width: 100%;
}
.pagebrowser .prev,
.pagebrowser .next {
    display: inline-block;
}
.pagebrowser .prev a,
.pagebrowser .next a{
    display: inline-block;
    width: 23px;
    height:23px;
    padding: 0;
}
#mitglieder-list-content .pagebrowser .prev a {
    background: url(sprite.png) no-repeat -22px -48px;
}
#mitglieder-list-content .pagebrowser .next a {
    background: url(sprite.png) no-repeat -49px -47px;
}
.pagebrowser .browse span.more {
    display: inline-block;
    float: none;
}
.pagebrowser .browse {
    display: inline-block;
    vertical-align: top;
}
.pagebrowser .browse a {
    padding: 5px 10px;
    height: auto;
    float: none;
    display: inline-block;
}
#mitglieder-list-content .pagebrowser .browse a {
    color: #fff;
}
#mitglieder-list-content .pagebrowser .browse a.active,
#mitglieder-list-content .pagebrowser .browse a:hover {
    text-decoration: underline;
    background: none;
}
.list li {
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin: 0 0 20px 0;
}
.mitglieder-list p {
    margin: 0 0 10px 0;
}
.col {
    float: left;
}
.col.w50 {
    width: 50%;
    min-width: 240px;
}
.contact {
    float: left;
    width: 33%;
    min-width: 150px;
}
.contact:before,
.external-link:before,
.internal-link:before {
    font-family: icomoon;
    content: "\e617";
    width: 20px;
    height: 15px;
    display: inline-block;
    color: #5092C9;
    font-size: 14px;
    font-weight: normal;
}
.fax:before {
    content: "\e616";
}
.mail:before {
    content: "\e615";
}
.external-link:before {
    content: "\e602";
    font-size: 10px;
}
.internal-link:before {
    font-family: 'Open Sans', sans-serif;
    content: "» ";
    font-size: 18px;
    background: none;
    display: inline;
}
.standardMaskeLabel {
    font-weight: bold;
}
.accordion_tab {
    height: auto;
    padding: 5px 0 5px 15px;

    background-image: none;
}
.accordion_tab:hover,
.accordion_tab.active {
    background-color: #000040;
    background-image: none;
}
.accordion_tab:before,
.accordion_tab:hover:before,
.accordion_tab.active:before {
    font-family: 'icomoon';
    content: "\e605";
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
}
.accordion_tab:hover:before,
.accordion_tab.active:before {
    content: "\e604";
}


.field {
    margin: 0 0 10px 0;
    overflow: hidden;
}
label,
#workflow label {
    font-size: 13px;
    height: auto;
    width: 100%;
    color: #2D3132;
    font-weight: bold;

    display: inline-block;
}
input[type=text],
input[type=password],
select,
#workflow input[type=text],
#workflow input[type=password],
#workflow select {
    font-size: 13px !important;
    padding: 10px 5px;
    margin: 0 !important;
    background: #e8e7e3;
    color: #000;
    border: none;

    border-radius: 0;

    font-weight: normal;
    font-style: normal;
    width: 100%;
    height: auto;
}
input[type=text],
input[type=password],
textarea {
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
input[type=submit]{
    -webkit-appearance: none;
}
select,
#workflow select{
    line-height: 34px;
}

input[type=checkbox],
input[type=radio],
#workflow input[type=checkbox],
#workflow input[type=radio]{
    margin: 2px 5px 0 0;
}

input[type=text][disabled],
input[type=password][disabled] {
    background: #FAFAFA !important;
}

.nofloat,
#workflow label.nofloat {
    float: none;
}
.transparent,
#workflow label.transparent  {
    background: none;
    padding: 0;
    vertical-align: top;
    /*line-height: 100%;*/
    line-height: normal;
}
.autowidth,
#workflow label.autowidth {
    width: auto !important;
}
.ec_login_formular_fields_button {
    white-space: nowrap;
    /*margin: 0 10px 0 0;*/
    margin: 0 5px 5px 0;
}

#explanation h3 {
    font-style: normal;
}
#explanation p {
    font-size: 12px;
    font-style: italic;
}

#footer {
    height: auto;
    padding: 10px 20px;
}



@media screen and (min-width: 670px){

    .field {
        overflow: hidden;
        clear: left;
    }
    .field.half {
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
    }
    label,
    #workflow label,
    .standardMaskeLabel {
        width: 33% !important;
        padding: 10px 10px 10px 20px;
        background: #deddd8;
        float: left;
    }
    input[type=text],
    input[type=password],
    select,
    #workflow input[type=text],
    #workflow input[type=password],
    #workflow select,
    .standardMaske {
        width: 67%;
        float: left;
    }
    select,
    #workflow select {
        padding: 9px 5px;
    }

    .standardMaske { padding: 10px 10px 10px 20px; }

    h1,
    #workflow h1.c2 {
        font-size: 36px !important;
    }

}


iframe #background img{
    display: none !important;
}

iframe h1,
#workflow h1.c2 {
    font-size: 36px !important;
}
a.external-link{
    color: #5092c9;
    font-weight: bold;
    font-style: italic;
}


#workflow input[type=text].higher {height: 56px;}
input[type=checkbox]{width:auto;}
.box h2{border-bottom: none;}

/*.mitgliederverzeichnis-row {*/
/*    border-bottom: 1px solid #dfe3e5;*/
/*    display: flex;*/
/*    flex: 1;*/
/*}*/

.mitgliederverzeichnis-col1 {
    width: 40%;
    min-width: 192px;
    min-height: 100%;
    border-right: 1px solid #dfe3e5;
    padding: 20px;
}

.mitgliederverzeichnis-col2 {
    width: 60%;
    min-width: 288px;
    min-height: 100%;
    position: relative;
    top: calc(100% - 55px);
    left: calc(100% - 735px);
}

.mitgliederverzeichnis-item {
    box-sizing: border-box;
}

.mitgliederverzeichnis-item .outer-wrapper {
    display: flex;
    flex-direction: row;
    border-left: 4px solid #03324c;
}

.mitgliederverzeichnis-item .inner-wrapper {
    border: 1px solid #dfe3e5;
    border-left: none;
    width: 100%;
    padding-right: 5px;
}

.button {
    cursor: pointer;
    font-family: latobold;
    font-size: 15px;
    line-height: 1.3rem;
    -webkit-font-smoothing: antialiased;
    padding: 0 1.3rem;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 150ms ease;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #03324c;
    background-color: #03324c;
    color: #fff;
    justify-content: flex-end;
    margin-left: 10px;
    height: 50px;
}

.button:focus,
.button:hover,
.button:focus,
.button:hover{
    color: #212121;
    border: 1px solid #1a6286;
    background-color: #f0f0f0;
}

.mitgliederverzeichnis-item p {
    margin-bottom: 0;
}

.mitgliederverzeichnis-item p.item-title {
    font-size: 21px;
    line-height: 30px;
}

.mitgliederverzeichnis-item p.item-subtitle {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
}

.mitgliederverzeichnis-item p.item-place {
    font-size: 15px;
    line-height: 22px;
    color: #9ba2a6;
}

div.mitgliederverzeichnis-header-outer-wrapper {
    margin-top: 20px;
    padding: 20px;
    background-color: #f0f0f0;
}

div.mitgliederverzeichnis-header-inner-wrapper {

}

div.mitgliederverzeichnis-header-inner-wrapper div, .cfield {
    appearance: none;
    background-color: transparent;
    border: 1px solid #212121;
    color: #212121;
    cursor: pointer;
    font-family: latobold;
    font-size: 15px;
    line-height: 13px;
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    height: 40px;
    text-decoration: none;
    transition: all 150ms ease;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

div.mitgliederverzeichnis-header-inner-wrapper div.state-filter {
}

div.mitgliederverzeichnis-header-inner-wrapper div.state-filter select {
    width: 100%;
}

div.mitgliederverzeichnis-header-inner-wrapper div.search-text {
}

div.mitgliederverzeichnis-header-inner-wrapper div.search-text input {
    width: 100%;
}

div.mitgliederverzeichnis-detail h1.slim {
    color: black;
    font-weight: lighter;
}

.button.no-margin {
    margin: 0!important;
}

.mitglieder-list .pagebrowser
{
    margin-bottom: 0!important;
}

