/* Sektion Porträt */
.portraet__infos__content {
    font-size: 0.9em;
}
@media only screen and (max-width: 32.5em) { /* 520/16 */
    .portraet__infos__content {
        font-size: 0.8em;
    }
}

.section--slider .card-title {
    display: none;
}
.section--slider .card-subtitle {
	margin: auto 0;
}

