.multiple .items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}
.twelve.columns .multiple .sectionContent .item {
	flex: 0 1 calc((100% / 3) - 16px);
	max-width: calc((100% / 3) - 16px);
	padding-bottom: 0;
	padding-left: 0;
	width: calc((100% / 3) - 16px);
}
.nine.columns .multiple .sectionContent .item,
.ten.columns .multiple .sectionContent .item {
	flex: 0 1 calc(50% - 12px);
	max-width: calc(50% - 12px);
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	width: calc(50% - 12px);
}
.twelve.columns .multiple .items::after,
.nine.columns .multiple .items::after,
.ten.columns .multiple .items::after {
	content: "";
	flex: auto;
}

#eParticipation.multiple .sectionContent .item .itemContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
#eParticipation.item .itemContent {
	display: block;
}
#eParticipation.multiple .sectionContent .item .itemContentRight,
#news.multiple .sectionContent .item .itemContentRight,
#links.multiple .sectionContent .item .itemContentRight,
#groups.multiple .sectionContent .item .itemContentRight,
#events.section .sectionContent .gridItem .itemContentRight,
#events.section .sectionContent .timelineItem .itemContent .itemContentRight {
	height: 100%;
	padding: 0 24px 44px 24px;
}

.itemContentLeft h2.itemTitle {
	padding: 18px 24px 12px 24px;
}

#eParticipation.multiple .sectionContent .item .itemContentRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
}
#eParticipation.multiple .sectionContent .itemDescription {
	flex-grow: 1;
}
#events.section .sectionContent .timelineItem .itemContent .itemContentRight {
	padding-top: 0;
}
#events.section .sectionContent .timelineItem .itemContent {
	padding: 0;
}

#users.multiple.grid-view .sectionContent .itemContent {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section.multiple .sectionContent .item,
.section .sectionContent .gridItem,
.section .sectionContent .timelineItem .itemContent {
	background-color: #fff;
	border: 1px solid #d7dfe8;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	margin-bottom: 60px;
	padding-bottom: 0;
	position: relative;
}
.section.multiple .sectionContent .items.showToolbars .item,
.section .sectionContent .items.showToolbars .item,
.section .sectionContent .grid.showToolbars .gridItem,
.section .sectionContent #timeline.showToolbars .timelineItem .itemContent {
	border-bottom-left-radius: 0;
}

.sectionOptions .sectionSearch .search label {
	left: 16px;
	top: 9px;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.sectionOptions .sectionSearch .search input:focus ~ label,
.sectionOptions .sectionSearch .search input:not(:placeholder-shown) ~ label {
	transform: translateY(-0.5rem);
}

.sectionOptions .search .button.icon-search {
	height: 42px;
	padding: 0;
	line-height: 38px;
}

.sectionOptions .search .clear-search-button {
	top: 11px;
}

.firefox .sectionOptions .search .clear-search-button {
	/* #firefoxisthenewIE */
	top: 11px;
	font-size: 14px;
}

.sectionOptions .search .searchLoader {
	top: 18px;
}

.sectionOptions .search .button:not(.back):hover,
.sectionOptions .button.applySorting:hover,
.sectionOptions .button.applyTagFilter:hover,
.sectionOptions .button.applyCategoryFilter:hover,
.sectionOptions .sectionFilters > .button:hover,
.markerSearch .button:hover,
.sectionOptions .sortByWrapper .button:hover,
.sectionOptions .viewOptions .button:hover {
	background-color: #333f52;
	border-color: #333f52;
}

.sectionOptions .search .button:hover::before,
.sectionOptions .search .button:hover a,
.sectionOptions .search .button:hover input,
.sectionOptions .button.applySorting:hover::before,
.sectionOptions .button.applySorting:hover input,
.sectionOptions .button.applyTagFilter:hover::before,
.sectionOptions .button.applyTagFilter:hover input,
.sectionOptions .button.applyCategoryFilter:hover::before,
.sectionOptions .button.applyCategoryFilter:hover input,
.sectionOptions .sectionFilters > .button:hover::before,
.sectionOptions .sectionFilters > .button:hover::after,
.sectionOptions .sectionFilters > .button:hover a,
.sectionOptions .sortByWrapper > .button:hover a,
.markerSearch .button:hover::before,
.markerSearch .button:hover input,
.sectionOptions .viewOptions .button:hover::before {
	color: #fff;
}

.sectionOptions .sectionFilters > .button::after {
	top: -3px;
	right: 0;
}
.sectionOptions .sectionFilters > .button.filtersActive::after {
	top: 3px;
}

.sectionOptions .sectionFilters > button a {
	font-size: 16px !important;
	font-weight: 400;
	font-family: "Lato", sans-serif;
}

.sectionOptions .sectionFilterOptions label {
	width: 100%;
	font-size: 14px;
}

.sectionOptions .sectionFilterOptions .sectionFilterWrapper select {
	width: 60%;
	height: 36px;
	margin: 0 10px 10px 0;
	font-size: 14px;
}

.sectionOptions .sectionFilterOptions .sectionFilterWrapper select {
	/* #firefoxisthenewIE */
	font-size: 13px;
}

.sectionOptions .sectionFilterOptions .sectionFilterWrapper .button {
	min-width: 116px;
}

.sectionOptions .viewOptions {
	height: 42px;
}

.sectionOptions .viewOptions .button.viewToggle {
	width: 42px;
	height: 42px;
}

.sectionOptions .viewOptions .button.viewToggle::before {
	line-height: 40px;
}

.itemContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
#documents-v3 .itemContent {
	display: block;
}
#search.section .itemContent,
#users.section.list-view .itemContent {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

#eParticipation.section .item .itemImage.hasImage,
#news.section .item .itemImage.hasImage,
#links.section .item .itemImage.hasImage,
#groups.section .item .itemImage.hasImage,
#events.section .gridItem .itemImage.hasImage,
#events.section .timelineItem .itemImage.hasImage {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 0;
}
.nine.columns .multiple .sectionContent .itemContentLeft .itemImage,
.ten.columns .multiple .sectionContent .itemContentLeft .itemImage,
.twelve.columns .multiple .sectionContent .itemContentLeft .itemImage,
.six.columns .multiple:not(#users) .sectionContent .itemImage {
	margin-bottom: 0;
}

.nine.columns .multiple .sectionContent .item.noSearchResults,
.nine.columns .multiple .sectionContent .item.noFilterResults,
.ten.columns .multiple .sectionContent .item.noSearchResults,
.ten.columns .multiple .sectionContent .item.noFilterResults,
.twelve.columns .multiple .sectionContent .item.noSearchResults,
.twelve.columns .multiple .sectionContent .item.noFilterResults,
#users.section .item.noSearchResults,
#users.section .item.noFilterResults {
	border: 0;
	box-shadow: none;
	flex: 100%;
	max-width: 100%;
}
#users.section .item.noSearchResults {
	padding: 0;
}

.multiple .sectionContent {
	margin-left: 0;
}

.multiple .sectionContent .item {
	padding-left: 0;
}

#search .itemContentLeft .itemImage {
	background-color: #f2f2f2;
	height: 150px;
	min-height: 150px;
}

.itemImage:not(.mini) .noImage:not([class*="icon-"]),
.itemImage.hasBlockedContent .cookieWarningMessage {
	align-items: center;
	background-color: #f2f2f2;
	display: flex;
	justify-content: center;
	margin-top: 0;
	min-height: 200px;
	top: 0;
}
.itemImage .noImage::before {
	color: #46526a;
	font-size: 3.25rem;
	position: relative;
	top: 1px;
}
.itemImage:not(.mini) .noImage[class*="icon-"] {
	margin-top: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.itemImage.hasBlockedContent .cookieWarningMessage {
	transform: none;
}
p.hasBlockedContent {
	min-height: 200px;
}
.hasBlockedContent .cookieWarningMessage {
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	min-height: 200px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.itemContent .hasBlockedContent .cookieWarningMessage {
	position: initial;
}

.section .itemTitle,
.section .itemTitle a,
#forum.section .listAlternative .row h2 a,
.hasBlockedContent .cookieWarningMessage h3 {
	color: #333f52;
	font-weight: 700;
	line-height: 1.286em;
}
.hasBlockedContent .cookieWarningMessage h3 {
	padding-bottom: 0;
}

#blogs.section .item {
	border-bottom: 1px solid #e8edf2;
}

.section .itemInformation > *,
.section .itemInformation > * > a {
	line-height: 24px;
}

#documents-v3.section .sectionContent .itemInformation .fullDate {
	float: left;
	margin-right: 24px;
}
.map .marker .markerContentRight .itemInformation .fullDate {
	display: block;
	float: none;
}

.section .sectionContent .itemDescription p,
.multiple .sectionContent .itemDescription p {
	font-size: 0.875rem;
	line-height: 1.5em;
}
#blogs.section .sectionContent .itemDescription p,
#blogs.multiple .sectionContent .itemDescription p {
	font-size: 1rem;
}

.section .sectionContent .gridItem .readMore,
.section .sectionContent .timelineItem .readMore,
.multiple .sectionContent .item .readMore,
.multiple .sectionContent .item .readMore a {
	display: block;
	font-size: 0.875rem;
	line-height: 1.5em;
	margin: 0;
	text-decoration: underline;
}
.section .sectionContent .gridItem .readMore,
.section .sectionContent .timelineItem .readMore,
.multiple .sectionContent .item .readMore {
	padding: 24px 0;
}
.section .sectionContent .gridItem .readMore::after,
.section .sectionContent .timelineItem .readMore::after,
.multiple .sectionContent .item .readMore::after {
	top: 0;
	text-decoration: none;
}
.multiple .sectionContent .item .readMore a::after {
	padding-left: 6px;
	text-decoration: none;
}

.multiple .sectionContent .item .itemInformationBottom,
.section .sectionContent .gridItem .itemInformationBottom,
.section .sectionContent .timelineItem .itemInformationBottom,
.multiple .sectionContent .item .itemRatingBar,
.multiple .sectionContent .item .itemVotingBar {
	border-top: 1px solid #f4f4f4;
	margin: 0 -24px;
	padding: 10px 24px;
}
.multiple .sectionContent .item .itemVotingBar,
.multiple .sectionContent .item .itemRatingBar {
	padding: 24px;
}
.multiple .sectionContent .item .itemVotingBar .toolbar {
	padding: 0;
	position: relative;
}
.section .sectionContent .gridItem .itemInformationBottom,
.section .sectionContent .timelineItem .itemInformationBottom,
.multiple .sectionContent .item .itemInformationBottom {
	bottom: 0;
	left: 24px;
	position: absolute;
	right: 24px;
	text-align: right;
}
.itemContent .itemDescription p:last-of-type {
	margin-bottom: 0;
}
.item.noBottomToolbar .itemContentRight {
	padding-bottom: 18px !important;
}
.item.noBottomToolbar .readMore {
	padding-bottom: 0 !important;
}
.itemInformationBottom > a,
.itemInformationBottom span,
.itemInformationBottom span a,
.itemInformationBottom .like.inline {
	float: none;
}
.itemInformationBottom > *:last-child,
.itemInformationBottom > *:last-child a {
	margin-right: 0;
}

#eParticipation.section .sectionContent .item .itemContentRight > .toolbar,
#news.section .sectionContent .item .toolbar,
#links.section .sectionContent .item .toolbar,
#groups.section .sectionContent .item .itemContentRight > .toolbar,
#events.section .sectionContent .gridItem .itemContentRight > .toolbar,
#events.section .sectionContent .timelineItem .itemContent > .toolbar {
	background-color: #fff;
	border: 1px solid #d7dfe8;
	border-radius: 0 0 4px 4px;
	bottom: -36px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	height: 36px;
	left: -1px;
	padding: 0;
	position: absolute;
}
#toolbarTop .toolbarWrapper .button.visible,
.multiple .sectionContent .item .itemContentRight > .toolbar .button,
.section .sectionContent .gridItem .itemContentRight > .toolbar .button,
.section .sectionContent .timelineItem .itemContent > .toolbar .button {
	border: 0;
	border-radius: 0;
	border-right: 1px solid #e0e6ed;
	box-shadow: none;
}
.multiple .sectionContent .item .itemContentRight > .toolbar .button.register {
	border: 0;
	border-left: 1px solid #e0e6ed;
	border-bottom-right-radius: 4px;
}
.multiple .sectionContent .item .itemContentRight > .toolbar .button,
.section .sectionContent .timelineItem .itemContent > .toolbar .button {
	min-height: 35px;
}
#toolbarTop .toolbarWrapper .visible.wrapper-first-child {
	border-bottom: 1px solid #e0e6ed;
	border-left: 1px solid #e0e6ed;
	border-top: 1px solid #e0e6ed;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
#toolbarTop .toolbarWrapper .visible.wrapper-last-child {
	border-bottom: 1px solid #e0e6ed;
	border-right: 1px solid #e0e6ed;
	border-top: 1px solid #e0e6ed;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
#toolbarTop .toolbarWrapper .visible:not(.wrapper-first-child):not(.wrapper-last-child) {
	border-bottom: 1px solid #e0e6ed;
	border-top: 1px solid #e0e6ed;
}
#toolbarTop .toolbarWrapper .visible.wrapper-first-child:hover {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
#toolbarTop .toolbarWrapper .visible.wrapper-last-child:hover,
#toolbarTop .toolbarWrapper .visible.wrapper-last-child:hover .button {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
#toolbarTop .toolbarWrapper ul.visible.wrapper-last-child:hover .button {
	border-radius: 0;
}

.section .sectionContent .itemContentRight > .toolbar .button:first-child,
.section .sectionContent .timelineItem .itemContent > .toolbar .button:first-child {
	border-bottom-left-radius: 4px;
}
.section .sectionContent .itemContentRight > .toolbar .button:last-child,
.section .sectionContent .timelineItem .itemContent > .toolbar .button:last-child {
	border-bottom-right-radius: 4px;
	border-right: 0;
}
.section .sectionContent .itemContentRight > .toolbar *::before {
	color: #6d7783;
	padding: 0;
}
.section .sectionContent .itemContentRight > .toolbar *:hover::before {
	color: #fff;
}

#search.section .itemContent .itemContentRight {
	flex-grow: 1;
}
#search.section .itemInformation,
#search.section .itemInformation .fullDate {
	line-height: 24px;
}

.itemInformation {
	color: #79828f;
	padding-bottom: 12px;
}

#question.section .item {
	border-bottom: 1px solid #e8edf2;
}

.webGuidelines .itemImage.hasImage .toolbar .button:hover,
.webGuidelines .itemImage.hasImage .toolbar .button:hover a,
.webGuidelines .itemImage.hasImage .toolbar .button:hover,
.webGuidelines .itemImage.hasImage .toolbar .button:hover input {
	color: #fff;
}

.itemImage .hasBlockedContent .cookieWarningMessage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.itemImage .itemScheduled,
.itemImage .itemSelectedFilter {
	border-radius: 4px;
	top: 4px;
}

.itemImage .itemScheduled {
	left: auto;
	right: 4px;
}

.itemImage .itemSelectedFilter {
	right: auto;
	left: 4px;
}

/* Mobiles */
@media only screen and (max-width: 480px) {
	.sectionOptions .viewSwitchDropdown {
		height: 42px;
		/*max-width: 40% !important;*/
	}
}

@media only screen and (max-width: 768px) {
	.nine.columns .multiple .sectionContent .item,
	.ten.columns .multiple .sectionContent .item,
	.twelve.columns .multiple .sectionContent .item {
		-webkit-flex: 0 1 calc((100% / 2) - 12px);
		-ms-flex: 0 1 calc((100% / 2) - 12px);
		flex: 0 1 calc((100% / 2) - 12px);
	}
}

@media only screen and (max-width: 680px) {
	.nine.columns .multiple .sectionContent .item,
	.ten.columns .multiple .sectionContent .item,
	.twelve.columns .multiple .sectionContent .item {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}
