.view .pager .pager__item {
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 12px;
	font-size: 16px;
	font-family: "Noto Sans";
	margin-right: 10px;
	text-align: center;
}

.view .pager a {
	color: #fff;
	text-decoration: none;
	text-align: center;
}

/** Besuchen **/
.view-besuchen-header {
	display: flex;
	flex-direction: column;
	
	@media(min-width: 640px) {
		flex-direction: row;
	}
}

.view-besuchen-header-title {
	background-color: #FBF5ED;
    color: #514596;
    font-size: 28px;
    font-family: "ObviouslyNormal Bold";
    line-height: 42px;
	border-radius: 6px 6px 0 0;
	padding: 25px;
	
	@media (min-width: 640px) {
		padding: 40px 40px 20px 40px;
		height: auto;
		width: 38%;
		border-radius: 16px 0 0 16px;
		font-size: 18px;
	}
	
	@media (min-width: 1024px) {
		font-size: 23px;
		width: 30.4%;
	}
	
	@media (min-width: 1200px) {
		font-size: 28px;
	}
}

.view-besuchen-header-title-text {
	position: relative;
	
	padding: 20px 0 0 20px;
	
	@media(min-width: 640px) {
		top: 40px;
		left: 40px;
	}
}

body.besuchen {
	.view-besuchen-header-title {
		padding: 0;
		
		.view-besuchen-header-title-text {
			padding: 0;
		}
	}
}

.view-besuchen-header-body {
	background-color: #fff;
    font-size: 18px;
    font-family: "Noto Sans";
    line-height: normal;
	border-radius: 0 0 6px 6px;
	padding: 25px;
	
	@media(min-width: 640px) {
		padding: 40px 40px 20px 40px;
		height: auto;
		border-radius: 0 16px 16px 0;
	}
}

.view-besuchen-header-body-text {
	position: relative;
	
	@media(min-width: 640px) {
		top: 30px;
		left: 40px;
	}
}

.view-besuchen-header-body-text-title {
	margin-bottom: 20px;
}

form#views-exposed-form-besuchen-besuchen .form--inline {
	display: flex;
	flex-direction: column;
}

form#views-exposed-form-besuchen-besuchen .form--inline #views-exposed-form-besuchen-besuchen-text {
	display: flex;
	
	flex-direction: column;
	row-gap: 15px;
	
	@media(min-width: 640px) {
		flex-direction: row;
		justify-content: space-between;
		row-gap: unset;
	}
}

.view-besuchen-header-body-text #edit-field-adresse-veranstaltung-locality-postal-code {
	font-family: 'FontAwesome', 'Noto Sans';
    border: 1px solid #E9E9E9;
    box-shadow: 2px 2px 4px 0 #00000040 inset;
    padding: 16px;
	width: 100%;
	
	@media(min-width: 640px) {
		margin-right: 20px;
		width: 48%;
	}
}

.view-besuchen-header-body-text #edit-field-bundesland-veranstaltung-target-id {
    border: 1px solid #E9E9E9;
    box-shadow: 2px 2px 4px 0 #00000040 inset;
    padding: 16px;
    color: gray;
	width: 100%;
	
	@media(min-width: 640px) {
		width: 48%;
	}
}

.view-besuchen-header-body #edit-submit-besuchen {
	border: none;
	border-radius: 3px;
    background-color: #000;
    padding: 8px 12px;
    font-family: "ObviouslyNormal BoldItalic";
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    color: #fff;
}

.view-besuchen-counter {
	color: #fff;
	font-size: 22px;
	font-family: "Noto Sans Bold";
	line-height: normal;
	margin-top: 40px;
}

.view-besuchen-ergebnis-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.view-besuchen-header-body .view-besuchen-header-body-text #views-exposed-form-besuchen-besuchen .form--inline .views-exposed-form-besuchen-besuchen-hidden,
.view-besuchen-header-body .form-item-field-adresse-veranstaltung-locality,
.view-besuchen-header-body .form-item-field-adresse-veranstaltung-postal-code,
.view-besuchen-header-body .form-item-field-bundesland-veranstaltung-target-id label,
.view-besuchen-header-body .form-item-sort-by,
.view-besuchen-header-body .form-item-sort-order,
.view-besuchen-ergebnis-header-filter .form-item-field-adresse-veranstaltung-locality,
.view-besuchen-ergebnis-header-filter .form-item-field-adresse-veranstaltung-postal-code,
.view-besuchen-ergebnis-header-filter .form-item-field-bundesland-veranstaltung-target-id, 
.view-besuchen-ergebnis-header-filter .form-item-sort-by,
.view-besuchen-ergebnis-header-filter .form-item-sort-order label,
.view-besuchen-ergebnis-header-filter #edit-actions {
	display: none;
}

.view-besuchen-ergebnis-header-filter #edit-sort-order {
	width: 283px;
	height: 40px;
	top: 958px;
	left: 160px;
	gap: 8px;
	angle: 0 deg;
	opacity: 1;
	border-radius: 3px;
	padding: 8px;
	border-width: 1px;
}

.view-besuchen-ergebnis-header-filter #edit-sort-order,
.view-besuchen-ergebnis-header-filter #edit-sort-order * {
	background: none;
	border-color: #fff;
	color: #fff;
	font-family: "Font Awesome 5 Free", "Noto Sans";
}

.view-besuchen-ergebnis-header-filter #edit-sort-order option {
	background-color: #514596;
}

.view-besuchen-ergebnis {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.view-besuchen-ergebnis .views-row {
	flex-basis: 32%;
	background-color: #fff;
	border-radius: 6px;
	padding: 30px;
	height: 420px;
}

.view-besuchen-ergebnis-element {
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view-besuchen-ergebnis-body > div:not(:last-child) {
	margin-bottom: 10px;
}

.view-besuchen-ergebnis-titel {
	font-size: 28px;
	color: #141414;
	line-height: 42px;
	font-family: "ObviouslyNormal Bold";
	margin-bottom: 5px;
}

.view-besuchen-ergebnis-ort {
	margin-bottom: 10px;
}

.view-besuchen-ergebnis-datum {
	font-size: 22px;
	font-family: "Noto Sans";
	line-height: normal;
	margin-bottom: 10px;
}

.view-besuchen-ergebnis-links,
.view-besuchen-ergebnis-anhaenge {
	font-size: 18px;
	font-family: "Noto Sans";
	line-height: normal;
	background-color: #FBF5ED;
	padding: 4px 0;
}

.view-besuchen-ergebnis-links {
	margin-bottom: 15px;
}

.view-besuchen-ergebnis-links ul > li,
.view-besuchen-ergebnis-anhaenge ul >li {
	margin-bottom: 5px;
	list-style: none;
}

.view-besuchen-ergebnis-links ul > li a,
.view-besuchen-ergebnis-anhaenge ul > li a {
	text-decoration: none;
	color: #141414;
	font-size: 18px;
	font-family: "Noto Sans";
	line-height: normal;
}

.view-besuchen-ergebnis-links ul > li::before {
	content:url('../../images/icons/link.png');
	position: relative;
	left: -15px;
    top: 5px;
}

.view-besuchen-ergebnis-anhaenge ul > li::before {
	content:url('../../images/icons/pdf.png');
	position: relative;
	left: -15px;
    top: 5px;
}

.view-besuchen-ergebnis-mehrlink a {
	font-family: "ObviouslyNormal BoldItalic";
	font-size: 16px;
	line-height: normal;
	text-decoration: underline;
	color: #141414;
}

.view-besuchen-footer {
	margin: 90px 0;
}

/** Veranstaltungsarchiv **/
.veranstaltung_archiv_title {
	font-family: "ObviouslyNormal Bold";
	font-size: 54px;
	line-height: normal;
	text-align: center;
	color: #fff;
	margin: 40px 0;
}

.veranstaltung_archiv_body {
	background-color: #fff;
	border-radius: 6px;
	padding: 16px;
}

.veranstaltung_archiv_body_title {
	font-family: "ObviouslyNormal Bold";
	font-size: 28px;
	line-height: 42px;
	color: #141414;
	padding-bottom: 15px;
}

.veranstaltung_archiv_body_view tr:not(:last-child) th,
.veranstaltung_archiv_body_view tr:not(:last-child) td {
	border-bottom: 1px solid #bbb;
}

.veranstaltung_archiv_body_view th {
	font-family: "Noto Sans Bold";
	font-size: 14px;
	line-height: normal;
	text-align: left;
	padding: 15px 0;
}

.veranstaltung_archiv_body_view td {
	font-family: "Noto Sans";
	font-size: 18px;
	line-height: normal;
	color: #141414;
	width: 20%;
	padding: 15px 0;
}

.veranstaltung_archiv_body_view td.views-field-field-links-veranstaltung,
.veranstaltung_archiv_body_view td.views-field-field-programm-veranstaltung,
.veranstaltung_archiv_body_view td.views-field-field-links-veranstaltung a,
.veranstaltung_archiv_body_view td.views-field-field-programm-veranstaltung a {
	font-family: "Noto Sans";
	font-size: 18px;
	line-height: normal;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0;
	text-decoration-skip-ink: auto;
	color: #514596;
}

.veranstaltung_archiv_body_view td.views-field-title,
.veranstaltung_archiv_body_view td.views-field-title a {
	font-family: "ObviouslyNormal BoldItalic";
	font-size: 16px;
	line-height: normal;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 20%;
	text-decoration-thickness: 10%;
	text-decoration-skip-ink: auto;
}

/** Aktuelles **/
body.aktuelles {
	.view-aktuelle-meldungen {
		.view-content {
			background-color: #fff;
			border-radius: 6px;
			padding: 25px;
			color: #000;
			font-size: 18px;
			
			.views-row {
				margin-bottom: 25px;
				padding-bottom: 25px;
				
				.views-field-title {
					margin: 10px 0;
					
					a {
						color: #514596;
						text-decoration: none;
						font-size: 24px;
						font-family: "ObviouslyNormal Bold";
						line-height: 32px;
					}
				}
			}
			
			.views-row:not(:last-child) {
				border-bottom: 1px solid #BBB;
			}
		}
		
		.view-footer {
			background-color: #fff;
			padding: 20px;
			margin-top: 40px;
			text-align: center;
			border-radius: 6px;
			
			a {
				border-radius: 3px;
				padding: 8px 12px;
				font-family: "ObviouslyNormal BoldItalic";
				line-height: normal;
				text-decoration: none;
				color: #000;
				font-size: 16px;
			}
			
			a:hover {
				background-color: #E6007E;
			}
		}
	}
}

/** Pressemitteilungen **/
body.presse,
body.path-pressemitteilungen {
	.view-ikw-pressemitteilungen {
		.view-content {
			background-color: #fff;
			border-radius: 6px;
			padding: 25px;
			color: #000;
			font-size: 18px;
			
			.views-row {
				margin-bottom: 25px;
				padding-bottom: 25px;
				
				.views-field-title {
					margin: 10px 0;
					
					a {
						color: #514596;
						text-decoration: none;
						font-size: 24px;
						font-family: "ObviouslyNormal Bold";
						line-height: 32px;
					}
				}
			}
			
			.views-row:not(:last-child) {
				border-bottom: 1px solid #BBB;
			}
		}
		
		.view-footer {
			background-color: #fff;
			padding: 20px;
			margin-top: 40px;
			text-align: center;
			border-radius: 6px;
			
			a {
				border-radius: 3px;
				background-color: #000;
				padding: 8px 12px;
				font-family: "ObviouslyNormal BoldItalic";
				line-height: normal;
				text-decoration: none;
				color: #fff;
				font-size: 20px;
			}
			
			a:hover {
				background-color: #E6007E;
			}
		}
		
		nav.pager {
			margin-top: 40px;
		}
	}
}

/** Good Practice **/
.view-good-practice-suche .view-header {
	color: #fff;
	font-size: 22px;
}

.view-good-practice-suche {
	.form-item-field-good-practice-kategorie-target-id {
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding-top: 20px;
		padding-bottom: 25px;

		label {
			margin-bottom: 15px;
			color: #fff;
			font-family: "Noto Sans Bold";
			font-size: 16px;
			line-height: normal;
		}
		
		#edit-field-good-practice-kategorie-target-id,
		#edit-field-good-practice-kategorie-target-id * {
			color: #fff;
			font-family: "Noto Sans";
			font-size: 16px;
			line-height: normal;
			border-radius: 43px;
			background: none;
			border: 1px solid #fff;
			padding: 16px;
		}
		
		#edit-field-good-practice-kategorie-target-id option {
			background-color: #514596;
		}
	}
	
	.view-filters #edit-actions {
		display: none;
	}
	
	.view-content {
		display: flex;
		flex-direction: column;
		gap: 15px 0;
		
		@media(min-width: 640px) {
			flex-direction: row;
			flex-wrap: wrap;
			gap: 24px;
		}
		
		> .views-row {
			flex-basis: 48%;
			
			@media (min-width: 1200px) {
				flex-basis: 31%;
			}
			
			@media (min-width: 1400px) {
				flex-basis: 32%;
			}
		}
	}
}

/** Themen **/
#block-ikw-themenvorspan {
	color: #fff;
	font-family: "Noto Sans";
	font-size: 22px;
	margin-bottom: 20px;
}

.view-heftkategorien.view-display-id-page_themen .view-header {
	color: #fff;
	font-family: "ObviouslyNormal Bold";
	font-size: 44px;
	line-height: 54px;
	text-align: center;
}

.view-heftkategorien.view-display-id-page_themen .view-content {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	
	@media(min-width: 640px) {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.themen-item {
		height: 450px;
		padding: 20px;
		color: #fff;
		border-radius: 6px;
		
		@media(min-width: 640px) {
			flex-basis: 31%;
		}
		
		.thema-themenname {
			font-family: "Noto Sans Bold";
			font-size: 12px;
		}
		
		.thema-thementitel {
			font-family: "ObviouslyNormal Bold";
			font-size: 32px;
			line-height: 42px;
			margin: 10px 0;
			word-break: break-word;
		}
		
		.thema-themenlink {
			font-family: "ObviouslyNormal BoldItalic";
			font-size: 16px;
			
			a {
				text-decoration: underline;
			}
		}
	}
	
	.themen-item.themen-background-50 { background-color: #b7077e; }
	.themen-item.themen-background-51 { background-color: #e6007e; }
	.themen-item.themen-background-52 { background-color: #00803a; }
	.themen-item.themen-background-53 { background-color: #ffd515; }
	.themen-item.themen-background-54 { background-color: #cb063a; }
	.themen-item.themen-background-55 { background-color: #006793; }
	.themen-item.themen-background-56 { background-color: #fbf5ed; }
	.themen-item.themen-background-57 { background-color: #514596; }
	.themen-item.themen-background-58 { background-color: #821c80; }
	
}

.view-hefteintraege.view-display-id-page_2,
.view-hefteintraege.view-display-id-page_4,
.view-hefteintraege.view-display-id-page_7,
.view-hefteintraege.view-display-id-page_8,
.view-hefteintraege.view-display-id-page_9,
.view-hefteintraege.view-display-id-page_10,
.view-hefteintraege.view-display-id-page_11,
.view-hefteintraege.view-display-id-page_12,
.view-hefteintraege.view-display-id-page_13,
.view-hefteintraege.view-display-id-page_14 {
	.view-content {
		
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
		
		> .themen-item {
			flex-basis: 31%;
			background-color: #fff;
			padding: 20px;
			border-radius: 6px;
			
			.thema-thementitel {
				font-family: "ObviouslyNormal Bold";
				font-size: 32px;
				line-height: 42px;
				margin: 10px 0;
				word-break: break-word;
			}
			
			.thema-themenimage img {
				width: 100%;
				height: auto;
			}
		
			.thema-themenlink {
				font-family: "ObviouslyNormal BoldItalic";
				font-size: 16px;
				
				a {
					text-decoration: underline;
					color: #000;
				}
			}
		}
	
		.themen-item.themen-background-50 { background-color: #b7077e; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-51 { background-color: #e6007e; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-52 { background-color: #00803a; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-53 { background-color: #ffd515; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-54 { background-color: #cb063a; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-55 { background-color: #006793; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-56 { background-color: #fbf5ed; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-57 { background-color: #514596; color: #fff; a { color: #fff; } }
		.themen-item.themen-background-58 { background-color: #821c80; color: #fff; a { color: #fff; } }
	}
}

/** Videos **/
body.videos .view-videos {
	.view-content {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
		
		> .views-row {
			flex-basis: 31%;
			
			.views-field-field-videocode {
				.field-content > p {
					text-align: center;
				}
			}
			
			.views-field-title,
			.views-field-title a {
				color: #514596;
				font-size: 16px;
				font-family: "ObviouslyNormal Bold";
				text-decoration: none;
			}
		}
	}
}