.mbox {  padding: 1.616em; }
.mbox .inner-wrap { border-bottom: 1px dotted #898989; padding-bottom: 35px; }
.mbox h4 { color: #494949; font-size: 1.6em; margin-bottom:12px; }
.mbox h4 a { color: #494949; }
.mbox.reverse .inner-wrap .single>a {display: flex; flex-direction: column-reverse}
.mbox img { max-width:100%; height:auto; margin-bottom: .9em; }
.mbox .buttons { display: flex; justify-content: center;}
.mbox .button { display: flex; }
.mbox:not(.layout-3) .button a { display: block; color: var(--bdzGreen); font-size: .94em; border: 1px solid var(--bdzGreen); padding: .88em 0; width: 12em; margin-top: 1.8em; text-transform: uppercase; text-align: center; }
.mbox:not(.layout-3) .button a:hover { color: #fff; background-color: var(--bdzGreen); transition: background-color, 500ms; }

.mbox a.external::before {}
.mbox .mb-linklist a.external::before {}
.mbox .mb-linklist a::before {}

/* Linkliste */

/* MBox Magazin */
.mbox.layout-2 .image { display:block; }
.mbox.layout-2 img { border: 1px solid #e2e2e2;}
.mbox.layout-2 .text { font-size: .9em; }

/* MBox Werde Mitglied */
.mbox.layout-3 .inner-wrap { color: #fff;  background-color: var(--bdzGreenNews);}
.mbox.layout-3 h4 { font-weight: bold; margin-bottom: 20px; }
.mbox.layout-3 h4 a { color: #fff; font-weight: bold; }
.mbox.layout-3 .text { font-size: 1.1em; margin:0 .88em 1.7em; }
.mbox.layout-3 .button a { display: block; color: #fff; font-size: 1.48em; }
.mbox.layout-3 .button a span::before { content: '\f234'; font-family: var(--fontAwesome); font-weight: 300; padding-right: .6em;}
.mbox.layout-3 .button a:hover { color: #fff; border-color: #fff;  }

/* Mbox Gruppe */

/* Mbox Linklist */
.mbox .mb-linklist.row { }

@media (min-width:576px) {

    /* MBox Magazin */
    .mbox.layout-2 .inner-wrap { display: grid; grid-template-columns:auto 1fr; grid-column-gap: .8em; }
    .mbox.layout-2 h4 { grid-column: 1/-1; }
    .mbox.layout-2 .button { grid-column: 1/-1; }

    /* Mbox Gruppe */

}

@media (min-width: 768px){
.mbox {font-size: clamp(.76em,1.2vw,1em); flex: 0 0 50%;}


    /* MBox Magazin */
    .mbox.layout-2 .text { font-size: 1.1em; }

    /* Mbox Gruppe */





}

@media (min-width: 992px) {

    .mbox { flex-basis: auto; }

    /* MBox Magazin */
    .mbox.layout-2 .text { font-size: .9em; }

    /* Mbox Gruppe */


}

@media (min-width: 1200px) {






}