/*  Struktur Präsidialverwaltung  */

.page__content div.xbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both;
}
.page__content div.spalte {
    width: 32%;
}
.page__content div.sb {
    margin: 0 2% 4px 0;
    padding: 6px;
    text-align: center;
    width: 20em;
    width: 23%;
    background-color: #deeaef;
    height: 8em;
    font-size: 80%;
}
.page__content div.sb h5 {
    font-size: 100%;
    font-weight: normal;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.page__content div.sb a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    display: block;
    min-height: 4em;
}
.page__content div.sb a.ir {
    min-height: 1em;
}
.page__content div.sb a:hover,
.page__content div.sb a:focus {
    text-decoration: underline;
}
.page__content div.spalte > div.sb {
    width: 22em;
    width: 100%;
    height: 7em;
}
.page__content h4.colhead {
    margin: 24px 0 0 0;
    padding: 6px;
    text-align: center;
    font-size: 109%;
    clear: none;
    width: auto;
    height: 2em;
}
/*  @media screen AND (max-width: 480px) {
	.page__content div.xbox {
      flex-direction: column;
    }
 } */
