/*===========================================

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Dresdner Str. 76, D-09130 Chemnitz

	INFO
	----------------------
	style for user generated content (in iframes)

=============================================*/

@import url(../basic_new/content.css);

a {color: var(--3rd-theme-color-70);}
a:hover, a:focus {color: var(--3rd-theme-color-80);}

/* special school portlet with connection to external database */
.portlet-school {display: flex; justify-content: space-between; align-items: flex-start;}
.portlet-school-desc {margin-right: 1em;}
.portlet-school-desc strong {display: block; margin-bottom: .5em; font-size: 1.2em;}
.portlet-school img {max-width: 250px;}


@media (max-width: 500px) {
    .portlet-school {flex-direction: column-reverse;}
    .portlet-school-desc {margin-right: 0;}
    .portlet-school img {max-width: 100%; margin-bottom: 1em;}
}
