.tx-ttaddress-pi1 .floatbox {
	position: relative;
}

.tx-ttaddress-pi1 .floatbox::after {
	content: "";
	clear: both;
	display: table;
}

.tx-ttaddress-pi1 .profileAddress .contentImageDiv {
	float: none;
}

.tx-ttaddress-pi1 .profileAddress #memberships {
	display: inline-block;
	margin-bottom: 5px;
}

@media screen and (min-width: 567px) {
	.tx-ttaddress-pi1 .profileAddress #memberships {
		display: inline;
		margin-bottom: 0px;
	}

	.tx-ttaddress-pi1 .profileAddress .contentImageDiv {
		width: 235px;
		padding: 0 15px 0 0;
	}
	.tx-ttaddress-pi1 .profileAddress .separatorAddress {
		width: calc(100% - 235px);
		height: 220px;
		position: relative;
	}

	.tx-ttaddress-pi1 .profileAddress .contentImageDiv,
	.tx-ttaddress-pi1 .profileAddress .separatorAddress {
		float: left;
	}

	.tx-ttaddress-pi1 .profileAddress #addressField {
		position: absolute;
		bottom: 5px;
	}
}

.filled {
	display: block !important;
}

.portal_list {
    list-style: none;
    padding-left: 0;
}

.portal_list_item {
    padding-bottom: calc(1rem / 16 * 15);
}

p.type {
    margin-bottom: calc(1rem / 16 * 2);
}

.foxContentFooter {
    margin-bottom: calc(1rem / 16 * 40);
}

.mystudy-item {
    margin-bottom: 50px;
}

.mystudy-item__title {
    font-weight: 700;
    margin-bottom: -2px;
}

.mystudy-meta__lecturers {
    color: #666;
    display: block;
    margin-bottom: 5px;
    font-size: 0.85em;
}

.mystudy-meta__no-appointments {
    color: #999;
}

.mystudy-room-link {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: inherit;
}

/* Globales Accordion zwingt .c-link--toggle auf width:100% (Button trägt sonst den Header-Text).
   Hier ist der Button nur der Pfeil neben einem eigenen Titel-Link – also schmal halten. */
.c-accordion .c-link--toggle.mystudy-accordion__toggle {
    width: auto;
    flex: 0 0 auto;
    margin: 0;
    cursor: pointer;
}

.mystudy-meta-appointment {
    margin-top: 5px;
}

.mystudy-meta-appointment__label {
    color: #666;
    font-size: 0.85em;
    font-style: italic;
}

.mystudy-content {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    font-style: normal;
    color: inherit;
}

.mystudy-courses-empty {
    color: #999;
}
