.mbox { --boxGap: clamp(.8em,3vw,1.616em); padding: var(--boxGap);}
.mbox .inner-wrap { border-bottom: 1px dotted #898989; padding-bottom: 35px; font-size: clamp(.7em,4vw,1em); }
.mbox h4 { color: #494949; font-size: 1.6em; margin-bottom: 1em; }
.mbox.reverse h4 {margin: .45em clamp(.5em,2vw,.9em) 1em;}
.mbox h4 a { color: #494949; }
.mbox.single h4 a::before, .mbox.single .image a::before {display: none;}
.mbox.reverse .inner-wrap .single>a {display: flex; flex-direction: column-reverse}
.mbox img { max-width:100%; height:auto; }
.mbox .under { line-height: 1.24em; hyphens: auto; margin: 0 var(--boxGap);}
.mbox .buttons { display: flex; justify-content: center; gap: clamp(.7em,1.6vw,2.2em); margin-top: 1.1em;}
.mbox .button a {display:block; color: var(--vbbaMagenta);font-size: .94em;border: 1px solid var(--vbbaMagenta);padding: .88em; width: 10em; text-transform: uppercase;text-align: center;}
.mbox .button a:hover {color: #fff; background-color: var(--vbbaMagenta); transition: color, background-color, 450ms; }
.mbox .button a.video::before { content: '\f03d'; padding-right: .7em; }

/* MBox Single */
.mbox.layout-1 {margin-bottom: .9em;}

/* MBox Group */
.mbox.group ul.couple {display: flex; list-style: none;margin:0; padding: 0; gap: .8em}
.mbox.group ul.couple li[class^=col] { width: unset;}
.mbox.group .inner-wrap { display: grid; grid-row-gap: 1.4em;}
.mbox.group .items {display:flex; flex-direction: column; gap: 1.3em;}
.mbox.group h4 { margin-bottom: 0;}
.mbox.group h5 {font: 1.1em var(--fontText); }

/* MBox list */
.mbox .mb-linklist  { display: flex; flex-flow: wrap column; gap: 1em;}
.mbox .mb-linklist.row { flex-direction: row}
.mbox .mb-linklist a { display: flex; }
.mbox .mb-linklist a::before { flex-basis: 18px; padding-right: .6em; }

/* MBox Magazin */
.mbox.layout-2 .inner-wrap {display: grid;grid-template-columns: minmax(120px,186px) auto;grid-column-gap: .8em;}
.mbox.layout-2 h4 {grid-column: 1/-1;}
.mbox.layout-2 .buttons {grid-column: 1/-1;}
.mbox.layout-2 img { border: 1px solid #e2e2e2;}
.mbox.layout-2 .text { font-size: .9em; color: #707070; line-height: 1.3em; }

/* Landesgruppen Nav M-Spalte */
.mbox.layout-3 { background-color: var(--vbbaMagenta); font-family: var(--fontTextCond); width: 100%; padding: 2em; border-bottom: 30px solid #fff; box-sizing: border-box; }
.mbox.layout-3 .mb-linklist { display: flex; flex-direction: column; gap: .5em; font-size: 1.1em;}
.mbox.layout-3 a { display: block; color: #fff; text-transform: uppercase; }
.mbox.layout-3 h4 { font: 1.3em var(--fontNav); margin-bottom: 15px; text-transform: uppercase;color: #fff; display: flex; }
.mbox.layout-3 h4::before, .mbox.layout-3 a.current span::before, .mbox.layout-3 a span:hover::before { content: '|'; display: inline-block; padding-right: 10px;}

@media (min-width: 768px){
    .container aside .news { flex: 0 0 45%;}
    .mbox {font-size: clamp(.76em,1.2vw,1em); flex: 0 0 50%;}
}

@media (min-width: 992px) {

    .mbox, .container aside .news { flex: unset; }
    /* Landesgruppen Nav M-Spalte */
    .mbox.layout-3 { font-size: clamp(.9em,1.4vw,1em);}
}